TL;DR
This paper introduces a dual-branch neural network architecture for image segmentation that effectively utilizes mixed supervision, combining strong pixel-wise labels with limited annotations, to improve segmentation accuracy and confidence.
Contribution
The work proposes a novel dual-branch framework with entropy and KL divergence losses, enhancing semi-supervised segmentation performance and demonstrating the superiority of entropy minimization over pseudo-mask methods.
Findings
Significant performance improvements over existing mixed supervision methods.
The branch trained with less supervision outperforms the strongly supervised branch.
Entropy minimization effectively leverages unlabeled pixels for segmentation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
