Papers › Beyond Semantic to Instance Segmentation: Weakly-Supervised Instance Segmentation via...
Beyond Semantic to Instance Segmentation: Weakly-Supervised Instance Segmentation via Semantic Knowledge Transfer and Self-Refinement
Beomyoung Kim, Youngjoon Yoo, Chaeeun Rhee, Junmo Kim
Weakly-supervised instance segmentation (WSIS) has been considered as a more challenging task than weakly-supervised semantic segmentation (WSSS). Compared to WSSS, WSIS requires instance-wise localization, which is difficult to extract from image-level labels. To tackle the problem, most WSIS approaches use off-the-shelf proposal techniques that require pre-training with instance or object level labels, deviating the fundamental definition of the fully-image-level supervised setting. In this paper, we propose a novel approach including two innovative components. First, we propose a semantic knowledge transfer to obtain pseudo instance labels by transferring the knowledge of WSSS to WSIS while eliminating the need for the off-the-shelf proposals. Second, we propose a self-refinement method to refine the pseudo instance labels in a self-supervised scheme and to use the refined labels for training in an online manner. Here, we discover an erroneous phenomenon, semantic drift, that occurred by the missing instances in pseudo instance labels categorized as background class. This semantic drift occurs confusion between background and instance in training and consequently degrades the segmentation performance. We term this problem as semantic drift problem and show that our proposed self-refinement method eliminates the semantic drift problem. The extensive experiments on PASCAL VOC 2012 and MS COCO demonstrate the effectiveness of our approach, and we achieve a considerable performance without off-the-shelf proposal techniques. The code is available at https://github.com/clovaai/BESTIE.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
Code
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
Not run by Syntology. Nothing on this page verifies that the listed code works.
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Image-level Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP | 14.3 | #4 of 6 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP@50 | 28.0 | #4 of 6 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP@75 | 13.2 | #4 of 6 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP | 14.4 | #5 of 7 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP@50 | 28.0 | #5 of 7 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP@75 | 13.5 | #5 of 7 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.25 | 61.2 | #5 of 13 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.5 | 51.0 | #5 of 13 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.7 | 31.9 | #5 of 13 | Archive leaderboard | report |
| Image-level Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.75 | 26.6 | #5 of 13 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP | 17.7 | #1 of 2 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP@50 | 34.0 | #1 of 2 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO 2017 val | BESTIE (proposal-free) | AP@75 | 16.4 | #1 of 2 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP | 17.8 | #1 of 1 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP@50 | 34.1 | #1 of 1 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | COCO test-dev | BESTIE (proposal-free) | AP@75 | 16.7 | #1 of 1 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.25 | 66.4 | #1 of 3 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.5 | 56.1 | #1 of 3 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.7 | 36.5 | #1 of 3 | Archive leaderboard | report |
| Point-Supervised Instance Segmentation | PASCAL VOC 2012 val | BESTIE (proposal-free) | mAP@0.75 | 30.2 | #1 of 3 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (point label, proposal-free) | Average Best Overlap | - | #5 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (point label, proposal-free) | mAP@0.25 | 66.4 | #5 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (point label, proposal-free) | mAP@0.5 | 56.1 | #5 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (point label, proposal-free) | mAP@0.75 | 30.2 | #5 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (image-level label, proposal-free) | Average Best Overlap | - | #6 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (image-level label, proposal-free) | mAP@0.25 | 61.2 | #6 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (image-level label, proposal-free) | mAP@0.5 | 51.0 | #6 of 6 | Archive leaderboard | report |
| Weakly-supervised instance segmentation | PASCAL VOC 2012 val | BESTIE (image-level label, proposal-free) | mAP@0.75 | 26.6 | #6 of 6 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections