TL;DR
This paper introduces a two-stage deep learning model, RS R-CNN, for automatic segmentation of punctate white matter lesions in infant brain MRI, improving accuracy and efficiency over existing methods.
Contribution
It proposes a novel two-stage segmentation network with a heuristic RPN and lightweight segmentation, optimized with DCRF, specifically designed for PWML in infant MRIs.
Findings
Achieves a Dice coefficient of 0.6616
Outperforms state-of-the-art algorithms
Efficient and accurate lesion segmentation
Abstract
Accurate segmentation of punctate white matter lesion (PWML) in infantile brains by an automatic algorithm can reduce the potential risk of postnatal development. How to segment PWML effectively has become one of the active topics in medical image segmentation in recent years. In this paper, we construct an efficient two-stage PWML semantic segmentation network based on the characteristics of the lesion, called refined segmentation R-CNN (RS RCNN). We propose a heuristic RPN (H-RPN) which can utilize surrounding information around the PWMLs for heuristic segmentation. Also, we design a lightweight segmentation network to segment the lesion in a fast way. Densely connected conditional random field (DCRF) is used to optimize the segmentation results. We only use T1w MRIs to segment PWMLs. The result shows that our model can well segment the lesion of ordinary size or even pixel size. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network
