Code Monkey home page Code Monkey logo

unet-insturment-segmentation's Introduction

U-Net Architecture for Surgical Image Segmentation (ROBUST-MIS-Challenge-dataset)

U-Net is a renowned convolutional neural network (CNN) designed primarily for biomedical image segmentation.

Kindly note that the figure is taken from the original paper.

๐Ÿ” Key Features

  • Symmetrical Design: Comprising an encoder (contracting path) and a decoder (expansive path).
  • Skip Connections: Retain spatial context by bridging encoder and decoder.
  • Efficient and Precise: Requires fewer training samples but offers high precision.

Structure

  1. Encoder:

    • Two 3x3 convolutions followed by a ReLU and a 2x2 max pooling.
    • Feature channels double after each pooling.
  2. Bottleneck:

    • Two 3x3 convolutions with ReLU activation.
  3. Decoder:

    • Upsampling and a 2x2 transposed convolution.
    • Concatenation with skip-connected feature map from the encoder.
    • Two 3x3 convolutions with ReLU.
  4. Output:

    • 1x1 convolution to map to the number of classes.

Applications

  • Original: Biomedical image segmentation.
  • Extended: Any Semantic segmentation tasks.

For a deeper dive, check out the link_to_paper).

We have implemented U-Net on the Binary instrument segmentation task from the ROBUST-MIS Challenge dataset.

Dataset

We have used a binary segmentation dataset from the ROBUST-MIS Challenge. You can down the dataset from here.

Results

Discussion

We got the best results with DDANet on this dataset.

The official link to the DDANet code can be found here.

References

Please cite our work Exploring Deep Learning Methods for Real-Time Surgical Instrument Segmentation in Laparoscopy if you find it useful.

unet-insturment-segmentation's People

Contributors

debeshjha avatar

Stargazers

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

Watchers

 avatar

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.