How to use neural network to perform image segmentation?
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Gautham Sholingar
2017 年 7 月 17 日
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 件のコメント
Doga Tekin
2017 年 8 月 10 日
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.
参考
カテゴリ
Help Center および File Exchange で Biomedical Imaging についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!