How to use neural network to perform image segmentation?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a clinical need to perform lung segmentation on AP and PA chest radiographs. Using conventional segmentation techniques (thresholding, etc.) the adult lung is fairly easy to segment using automated methods. However, pediatric lungs are exceedingly difficult for a variety of reasons. My thought is to train a neural network to perform the task of lung identification using a set of manually segmented masks for training. Given that I know very little about neural networks, is there anyone who can help get me started by pointing me to some existing code, text, or other resource? Thanks in advance.
Example: Original Image
Example: Segmented Lung Mask
0 Kommentare
Antworten (1)
Gautham Sholingar
am 17 Jul. 2017
I understand that neural networks might seem like a useful avenue to try. Neural networks are useful for object detection and classification but segmentation might prove difficult especially since the regions change for every image. You will need a very large dataset and a custom neural network to make some progress in this area.
As of this stage it will be useful to understand the differences between adult and pediatric X-rays and how they affect the segmentation.
Could you explain why simple morphological segmentation is not yielding meaningful results for pediatric X-rays when it can yield good results for adult lungs?
It would also be useful to try the Image Segmenter App which is useful in such applications: http://www.mathworks.com/help/images/ref/imagesegmenter-app.html
2 Kommentare
Doga Tekin
am 10 Aug. 2017
Hello Jered, I am kind of having the same struggle. I was wondering if you found out anything useful about setting up a neural network-type segmentation application in MATLAB since the time you asked this question. It would both greatly help me and any others trying to achieve the same thing.
Siehe auch
Kategorien
Mehr zu Biomedical Imaging finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!