paper-with-me

Papers

Semi-Supervised Brain Lesion Segmentation with an Adapted Mean Teacher Model

2019-03-04 · Wenhui Cui, Yanlin Liu, Yuxing Li, Menghao Guo, Yiming Li, Xiuli Li, Tianle Wang, Xiangzhu Zeng, Chuyang Ye

Automated brain lesion segmentation provides valuable information for the analysis and intervention of patients. In particular, methods based on convolutional neural networks (CNNs) have achieved state-of-the-art segmentation performance. However, CNNs usually require a decent amount of annotated data, which may be costly and time-consuming to obtain. Since unannotated data is generally abundant, it is desirable to use unannotated data to improve the segmentation performance for CNNs when limited annotated data is available. In this work, we propose a semi-supervised learning (SSL) approach to brain lesion segmentation, where unannotated data is incorporated into the training of CNNs. We adapt the mean teacher model, which is originally developed for SSL-based image classification, for brain lesion segmentation. Assuming that the network should produce consistent outputs for similar inputs, a loss of segmentation consistency is designed and integrated into a self-ensembling framework. Specifically, we build a student model and a teacher model, which share the same CNN architecture for segmentation. The student and teacher models are updated alternately. At each step, the student model learns from the teacher model by minimizing the weighted sum of the segmentation loss computed from annotated data and the segmentation consistency loss between the teacher and student models computed from unannotated data. Then, the teacher model is updated by combining the updated student model with the historical information of teacher models using an exponential moving average strategy. For demonstration, the proposed approach was evaluated on ischemic stroke lesion segmentation, where it improves stroke lesion segmentation with the incorporation of unannotated data.

📄 PDF Abstract BibTeX arXiv:1903.01248

Code (1)

wenhui0206/MeanTeacher-DeepMedic 공식 구현 tf

Tasks

image-classificationImage ClassificationIschemic Stroke Lesion SegmentationLesion SegmentationSegmentation

Similar Papers 제목 키워드 기반

Semi-supervised Learning using Denoising Autoencoders for Brain Lesion Detection and Segmentation

2016-11-26 · Varghese Alex, Kiran Vaidhya, Subramaniam Thirunavukkarasu, Chandrasekharan Kesavdas 외

The work presented explores the use of denoising autoencoders (DAE) for brain lesion detection, segmentation and false positive reduction. Stacked denoising autoencoders (SDAE) were pre-trained using a large number of un…

DenoisingLesion DetectionSegmentationTransfer Learning

Belief function-based semi-supervised learning for brain tumor segmentation

2021-01-29 · Ling Huang, Su Ruan, Thierry Denoeux

Precise segmentation of a lesion area is important for optimizing its treatment. Deep learning makes it possible to detect and segment a lesion field using annotated data. However, obtaining precisely annotated data is v…

Brain Tumor SegmentationSegmentationTumor Segmentation

Challenging Current Semi-Supervised Anomaly Segmentation Methods for Brain MRI

2021-09-13 · Felix Meissen, Georgios Kaissis, Daniel Rueckert

In this work, we tackle the problem of Semi-Supervised Anomaly Segmentation (SAS) in Magnetic Resonance Images (MRI) of the brain, which is the task of automatically identifying pathologies in brain images. Our work chal…

Anomaly DetectionAnomaly SegmentationSegmentation

BrainLesion Suite: A Flexible and User-Friendly Framework for Modular Brain Lesion Image Analysis

2025-07-11 · Florian Kofler, Marcel Rosier, Mehdi Astaraki, Hendrik Möller 외

BrainLesion Suite is a versatile toolkit for building modular brain lesion image analysis pipelines in Python. Following Pythonic principles, BrainLesion Suite is designed to provide a 'brainless' development experience,…

Skull Stripping

Cut-Paste Consistency Learning for Semi-Supervised Lesion Segmentation

2022-10-01 · Boon Peng Yap, Beng Koon Ng

Semi-supervised learning has the potential to improve the data-efficiency of training data-hungry deep neural networks, which is especially important for medical image analysis tasks where labeled data is scarce. In this…

Lesion SegmentationMedical Image AnalysisSegmentation