paper-with-me

홈 › Papers

Segmentation with mixed supervision: Confidence maximization helps knowledge distillation

2021-09-21 · Bingyuan Liu, Christian Desrosiers, Ismail Ben Ayed, Jose Dolz

Despite achieving promising results in a breadth of medical image segmentation tasks, deep neural networks require large training datasets with pixel-wise annotations. Obtaining these curated datasets is a cumbersome process which limits the applicability in scenarios. Mixed supervision is an appealing alternative for mitigating this obstacle. In this work, we propose a dual-branch architecture, where the upper branch (teacher) receives strong annotations, while the bottom one (student) is driven by limited supervision and guided by the upper branch. Combined with a standard cross-entropy loss over the labeled pixels, our novel formulation integrates two important terms: (i) a Shannon entropy loss defined over the less-supervised images, which encourages confident student predictions in the bottom branch; and (ii) a KL divergence term, which transfers the knowledge (i.e., predictions) of the strongly supervised branch to the less-supervised branch and guides the entropy (student-confidence) term to avoid trivial solutions. We show that the synergy between the entropy and KL divergence yields substantial improvements in performance. We also discuss an interesting link between Shannon-entropy minimization and standard pseudo-mask generation, and argue that the former should be preferred over the latter for leveraging information from unlabeled pixels. We evaluate the effectiveness of the proposed formulation through a series of quantitative and qualitative experiments using two publicly available datasets. Results demonstrate that our method significantly outperforms other strategies for semantic segmentation within a mixed-supervision framework, as well as recent semi-supervised approaches. Our code is publicly available: https://github.com/by-liu/ConfKD.

📄 PDF Abstract BibTeX arXiv:2109.10902

Code (2)

by-liu/confkd 공식 구현 pytorch
josedolz/MSL-student-becomes-master 공식 구현 pytorch

Tasks

Image SegmentationKnowledge DistillationMedical Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Teach me to segment with mixed supervision: Confident students become masters

2020-12-15 · Jose Dolz, Christian Desrosiers, Ismail Ben Ayed

Deep segmentation neural networks require large training datasets with pixel-wise segmentations, which are expensive to obtain in practice. Mixed supervision could mitigate this difficulty, with a small fraction of the d…

Semantic Segmentation

Modeling the Label Distributions for Weakly-Supervised Semantic Segmentation

2024-03-20 · Linshan Wu, Zhun Zhong, Jiayi Ma, Yunchao Wei 외

Weakly-Supervised Semantic Segmentation (WSSS) aims to train segmentation models by weak labels, which is receiving significant attention due to its low annotation cost. Existing approaches focus on generating pseudo lab…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

RAIL: Region-Aware Instructive Learning for Semi-Supervised Tooth Segmentation in CBCT

2025-05-06 · Chuyu Zhao, Hao Huang, Jiashuo Guo, Ziyu Shen 외

Semi-supervised learning has become a compelling approach for 3D tooth segmentation from CBCT scans, where labeled data is minimal. However, existing methods still face two persistent challenges: limited corrective super…

Transfer Learning

Segmentation for Efficient Supervised Language Annotation with an Explicit Cost-Utility Tradeoff

2014-01-01 · TACL 2014 1 · Matthias Sperber, Mirjam Simantzik, Graham Neubig, Satoshi Nakamura 외

In this paper, we study the problem of manually correcting automatic annotations of natural language in as efficient a manner as possible. We introduce a method for automatically segmenting a corpus into chunks such that…

Active LearningSegmentation

Label Filling via Mixed Supervision for Medical Image Segmentation from Noisy Annotations

2024-10-21 · Ming Li, Wei Shen, Qingli Li, Yan Wang

The success of medical image segmentation usually requires a large number of high-quality labels. But since the labeling process is usually affected by the raters' varying skill levels and characteristics, the estimated …

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+1