paper-with-me

홈 › 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 data containing complete pixel-wise annotations, while the rest being less supervised, e.g., only a handful of pixels are labeled. 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. In conjunction with a standard cross-entropy 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 at the bottom branch; and (ii) a Kullback-Leibler (KL) divergence, which transfers the knowledge from the predictions generated by the strongly supervised branch to the less-supervised branch, and guides the entropy (student-confidence) term to avoid trivial solutions. Very interestingly, we show that the synergy between the entropy and KL divergence yields substantial improvements in performances. Furthermore, we 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. Through a series of quantitative and qualitative experiments, we show the effectiveness of the proposed formulation in segmenting the left-ventricle endocardium in MRI images. We demonstrate that our method significantly outperforms other strategies to tackle semantic segmentation within a mixed-supervision framework. More interestingly, and in line with recent observations in classification, we show that the branch trained with reduced supervision largely outperforms the teacher.

📄 PDF Abstract BibTeX arXiv:2012.08051

Code (1)

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

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Analyzing the Confidentiality of Undistillable Teachers in Knowledge Distillation

2021-12-01 · NeurIPS 2021 12 · Souvik Kundu, Qirui Sun, Yao Fu, Massoud Pedram 외

Knowledge distillation (KD) has recently been identified as a method that can unintentionally leak private information regarding the details of a teacher model to an unauthorized student. Recent research in developing un…

Knowledge Distillation

Meta Self-Refinement for Robust Learning with Weak Supervision

2022-05-15 · Dawei Zhu, Xiaoyu Shen, Michael A. Hedderich, Dietrich Klakow

Training deep neural networks (DNNs) under weak supervision has attracted increasing research attention as it can significantly reduce the annotation cost. However, labels from weak supervision can be noisy, and the high…

Verify Before You Distill: Prompt-Level Teacher Gating for On-Policy Distillation

2026-09-02 · Zhiwei Zhang, Zechen Sun, Fei Zhao, Kang Peng 외 hf

On-policy distillation (OPD) accelerates post-training by providing dense token-level supervision from a frozen teacher on the student's own rollouts. Vanilla OPD applies this supervision uniformly across prompts, withou…

Instruction Following

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 pro…

Image SegmentationKnowledge DistillationMedical Image SegmentationSemantic Segmentation

Seminar Learning for Click-Level Weakly Supervised Semantic Segmentation

2021-08-30 · ICCV 2021 10 · Hongjun Chen, Jinbao Wang, Hong Cai Chen, XianTong Zhen 외

Annotation burden has become one of the biggest barriers to semantic segmentation. Approaches based on click-level annotations have therefore attracted increasing attention due to their superior trade-off between supervi…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation