# Refined-Segmentation R-CNN: A Two-stage Convolutional Neural Network for   Punctate White Matter Lesion Segmentation in Preterm Infants

**Authors:** Yalong Liu, Jie Li, Ying Wang, Miaomiao Wang, Xianjun Li, Zhicheng, Jiao, Jian Yang, and Xingbo Gao

arXiv: 1906.09684 · 2019-07-02

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

## Key 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 Dice similarity coefficient reaches 0.6616, the sensitivity is 0.7069, the specificity is 0.9997, and the Hausdorff distance is 52.9130. The proposed method outperforms the state-of-the-art algorithm. (The code of this paper is available on https://github.com/YalongLiu/Refined-Segmentation-R-CNN)

---
Source: https://tomesphere.com/paper/1906.09684