LESEN: Label-Efficient deep learning for Multi-parametric MRI-based Visual Pathway Segmentation
Alou Diakite, Cheng Li, Lei Xie, Yuanjing Feng, Hua Han, Shanshan Wang
TL;DR
LESEN tackles the label scarcity problem in multi-parametric MRI visual pathway segmentation by introducing a label-efficient self-ensembling mean teacher framework that leverages both labeled and unlabeled data. The architecture uses a two-subnetwork (student and teacher) setup with a U-Net backbone and spatial attention to fuse T1-weighted and FA modalities, guided by a supervised loss $L_{sup}$ and an unsupervised consistency loss $L_{cons}$, where the teacher EMA $ heta^{T}$ guides the student via $ heta_{k}^{T} = abla heta_{k-1}^{T} + (1 - abla) heta_{k}^{S}$ and unlabeled samples are selected by RUSS with $ q = int(b \times e^{-(1-\text{epoch}/\text{total\_epoch})^2})$. On the HCP dataset, LESEN achieves a Dice score of $83.6\%$ and an ASD of $0.21\,\text{mm}$, outperforming both supervised and other semi-supervised methods, demonstrating strong label-efficient performance for VP segmentation. The authors provide code at the project URL to facilitate adoption in clinical and research VP analysis, underscoring the practical impact of leveraging unlabeled data in multimodal MRI analysis.
Abstract
Recent research has shown the potential of deep learning in multi-parametric MRI-based visual pathway (VP) segmentation. However, obtaining labeled data for training is laborious and time-consuming. Therefore, it is crucial to develop effective algorithms in situations with limited labeled samples. In this work, we propose a label-efficient deep learning method with self-ensembling (LESEN). LESEN incorporates supervised and unsupervised losses, enabling the student and teacher models to mutually learn from each other, forming a self-ensembling mean teacher framework. Additionally, we introduce a reliable unlabeled sample selection (RUSS) mechanism to further enhance LESEN's effectiveness. Our experiments on the human connectome project (HCP) dataset demonstrate the superior performance of our method when compared to state-of-the-art techniques, advancing multimodal VP segmentation for comprehensive analysis in clinical and research settings. The implementation code will be available at: https://github.com/aldiak/Semi-Supervised-Multimodal-Visual-Pathway- Delineation.
