paper-with-me

Papers

nnFilterMatch: A Unified Semi-Supervised Learning Framework with Uncertainty-Aware Pseudo-Label Filtering for Efficient Medical Segmentation

2025-09-24 · Yi Yang arxiv

Semi-supervised learning (SSL) has emerged as a promising paradigm in medical image segmentation, offering competitive performance while substantially reducing the need for extensive manual annotation. When combined with active learning (AL), these strategies further minimize annotation burden by selectively incorporating the most informative samples. However, conventional SSL_AL hybrid approaches often rely on iterative and loop-based retraining cycles after each annotation round, incurring significant computational overhead and limiting scalability in clinical applications. In this study, we present a novel, annotation-efficient, and self-adaptive deep segmentation framework that integrates SSL with entropy-based pseudo-label filtering (FilterMatch), an AL-inspired mechanism, within the single-pass nnU-Net training segmentation framework (nnFilterMatch). By selectively excluding high-confidence pseudo-labels during training, our method circumvents the need for retraining loops while preserving the benefits of uncertainty-guided learning. We validate the proposed framework across multiple clinical segmentation benchmarks and demonstrate that it achieves performance comparable to or exceeding fully supervised models, even with only 5\%--20\% labeled data. This work introduces a scalable, end-to-end learning strategy for reducing annotation demands in medical image segmentation without compromising accuracy. Code is available here: https://github.com/Ordi117/nnFilterMatch.git.

📄 PDF Abstract BibTeX arXiv:2509.19746

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationActive Learning

Similar Papers 제목 키워드 기반

EVIL: Evidential Inference Learning for Trustworthy Semi-supervised Medical Image Segmentation

2023-07-18 · Yingyu Chen, Ziyuan Yang, Chenyu Shen, Zhiwen Wang 외

Recently, uncertainty-aware methods have attracted increasing attention in semi-supervised medical image segmentation. However, current methods usually suffer from the drawback that it is difficult to balance the computa…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+2

Uncertainty-aware multi-view co-training for semi-supervised medical image segmentation and domain adaptation

2020-06-28 · Yingda Xia, Dong Yang, Zhiding Yu, Fengze Liu 외

Although having achieved great success in medical image segmentation, deep learning-based approaches usually require large amounts of well-annotated data, which can be extremely expensive in the field of medical image an…

Domain AdaptationImage SegmentationMedical Image AnalysisMedical Image Segmentation+7

Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation

2019-07-16 · Lequan Yu, Shujun Wang, Xiaomeng Li, Chi-Wing Fu 외

Training deep convolutional neural networks usually requires a large amount of labeled data. However, it is expensive and time-consuming to annotate data for medical image segmentation tasks. In this paper, we present a …

Image SegmentationLeft Atrium SegmentationMedical Image SegmentationSegmentation+1

Semi-UFormer: Semi-supervised Uncertainty-aware Transformer for Image Dehazing

2022-10-28 · Ming Tong, Yongzhen Wang, Peng Cui, Xuefeng Yan 외

Image dehazing is fundamental yet not well-solved in computer vision. Most cutting-edge models are trained in synthetic data, leading to the poor performance on real-world hazy scenarios. Besides, they commonly give dete…

Image DehazingKnowledge Distillation

Semi-described and semi-supervised learning with Gaussian processes

2015-09-03 · Andreas Damianou, Neil D. Lawrence

Propagating input uncertainty through non-linear Gaussian process (GP) mappings is intractable. This hinders the task of training GPs using uncertain and partially observed inputs. In this paper we refer to this task as …

Gaussian ProcessesMissing Values