Git Product home page Git Product logo

automatic-knee-contour-detection-using-u-net-segmentation's Introduction

Automatic-Knee-Contour-Detection-Using-U-net-Segmentation

U-net based BioMedical Image Segmentation approach for Knee X-rays to automate contour extraction on femur bone When working at AlgoSurg I came across this interesting problem of automating contour extraction of knee-bones, these contours help drive surgeon's decision about the surgery, manually annotating takes lot of efforts and time for a fairly repetitive task thus neural networks come to rescue

My solution is based on main U-net architecture but there are some fine changes that I implemented by getting insprired from the papers mentioned in references

  • I have used same filters model thus keeping filters=128 throughout the U-net
  • I have used Average Pooling instead of maxpooling

Dataset is not included in the github as it is proprietary Thanks to AlgoSurg for letting me publish this code

I first tried to solve this problem using landmark detection but I soon realised that the problem is more similar to edge detection and therefore I used segmentation type approach and optimized Binary Cross Entropy Loss I tried many different architectures such as Dilated Residual U-net, Stack U-net

References

Heatmap Regression 2016
Heatmap Regression 2019
Christian Payer et al. Github
2D Dilated Residual U-net
Stack U-net

Output

Legends

  • Middle one is ground truth hand annotated
  • Right most is the predicted image
  • Red points are predicted points extracted and downsampled from predicted image
  • Blue Points are hand annotated points

1.


2.


3.


4.


5.


6.


automatic-knee-contour-detection-using-u-net-segmentation's People

Contributors

tusharsangam 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.