Giter Site home page Giter Site logo

Comments (1)

dufaultc avatar dufaultc commented on May 18, 2024

Highly recommend reading this paper . Provides recent and clearly explained overview of current research in using CNN's for tumour segmentation This paper is also worth reading to get more general overview of tumour segmentation methods

Summary

  • Three ways to perform tumour segmentation: Manual, Semi-Automatic, Fully-Automatic

  • Manual is relatively accurate but suffers from high variability in results between radiologists and is time-consuming. However, manual segmentation is used to evaluate other methods

  • Semi-Automatic methods are less time-consuming than manual but still suffer from high variability between radiologists

  • Fully-Automatic methods can be divided into those defining custom features and CNNS

  • CNN based methods have proven to be the most accurate

  • One tumours are segmented they can be further investigated to determine response to therapy, type of cancer, etc

  • CNNs use convolutional layers to apply filters to input image which serve to highlight certain features of the image

  • There are a few common methods used to stop the overfitting of CNNs to the input data

    • Data Augmentation: Changing the orientation and zoom of input images to stop CNN from relying on artifacts of input data

    • Dropout: Dropping nodes of the CNN to introduce network imprecision

    • Batch Normalization: Stabilizes CNN training by normalizing the affect individual nodes of model have; helpful as some may become highly biased

    • Pooling: Downsampling the image to force CNN to learn more imprecise features of the input dataset

  • Output

from radiology-and-ai.

Related Issues (20)

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.