Git Product home page Git Product logo

keras-implementation-of-u-net-r2u-net-attention-u-net-attention-r2u-net.-'s Introduction

Keras Implementation of U-Net, R2U-Net, Attention U-Net, Attention R2U-Net U-Net: Convolutional Networks for Biomedical Image Segmentation

R2-Unet: Recurrent Residual Convolutional Neural Network based on U-Net (R2U-Net) for Medical Image Segmentation

Attention U-Net: Learning Where to Look for the Pancreas

Attention R2U-Net : integration of two recent advanced works (R2U-Net + Attention U-Net)

U-Net image

R2-Unet image

Attention U-Net image

Attention R2U-Net image

keras-implementation-of-u-net-r2u-net-attention-u-net-attention-r2u-net.-'s People

Contributors

lixiaolei1982 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

keras-implementation-of-u-net-r2u-net-attention-u-net-attention-r2u-net.-'s Issues

Model has randomness issue

Model has randomness issue every time we run it, results are not reproducible.
But yeah after kernel restart and notebook restart same results can be obtained.
But it failed for 5-Fold case.

R2UNet model problem

is the R2UNet corrct? i check the pytorch R2Unet which have 1.2k stars, and i print his model,the params are 39,091,521

image
and i use model summary in your model, it shows 95,986,177
image

R2-Unet

The given model does not use Recurrent Convolutional Layers, which are described in the R2-Unet paper "Recurrent Residual Convolutional Neural Network based on U-Net (R2U-Net) for Medical Image Segmentation"
This can be seen in the function rec_res_block, where there are no weights sharing at all. Increasing the number of iterations in the inner loop should not introduce new convolutional layer, but only enlarge the receptive field of one convolutional layer. This can be seen in the paper as Wk_f and Wk_r which do not have t as their parameter (which means that these weights are the same set of weights through t0, t1...).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.