Guided Distillation for Semi-Supervised Instance Segmentation
Tariq Berrada, Camille Couprie, Karteek Alahari, Jakob Verbeek

TL;DR
This paper introduces a novel guided distillation method for semi-supervised instance segmentation, significantly improving performance by leveraging unlabeled data during the burn-in phase and evaluating various architectures.
Contribution
The paper presents a new guided burn-in stage for teacher-student distillation, enhancing semi-supervised instance segmentation results over previous methods.
Findings
Improves mask-AP from 23.7 to 33.9 on Cityscapes with 10% labels.
Raises mask-AP from 18.3 to 34.1 on COCO with 1% labels.
Demonstrates effectiveness of guidance during burn-in in semi-supervised learning.
Abstract
Although instance segmentation methods have improved considerably, the dominant paradigm is to rely on fully-annotated training images, which are tedious to obtain. To alleviate this reliance, and boost results, semi-supervised approaches leverage unlabeled data as an additional training signal that limits overfitting to the labeled samples. In this context, we present novel design choices to significantly improve teacher-student distillation models. In particular, we (i) improve the distillation approach by introducing a novel "guided burn-in" stage, and (ii) evaluate different instance segmentation architectures, as well as backbone networks and pre-training strategies. Contrary to previous work which uses only supervised data for the burn-in period of the student model, we also use guidance of the teacher model to exploit unlabeled data in the burn-in period. Our improved…
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
Guided Distillation for Semi-Supervised Instance Segmentation· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Remote Sensing and LiDAR Applications · Medical Image Segmentation Techniques
