CW-BASS v2 boosts AI segmentation accuracy with smart pseudo-labels
New method beats UniMatch V2 by 1.5 mIoU on ADE20K with adaptive confidence gates
Ebenezer Tarubinga has unveiled CW-BASS v2, a novel approach to pseudo-label selection that addresses a critical limitation in semi-supervised semantic segmentation: how to trust pseudo-labels when foundation models like DINOv2 saturate confidence scores. Traditional methods using static thresholds or dynamic filtering rules fail with powerful teachers because their confidence distributions collapse (e.g., 98% of Pascal pixels score ≥0.95), leading to confirmation bias during self-training.
The key innovation is a saturation-aware gate that measures teacher reliability on held-out calibration data. When the teacher's confident set proves reliable (π_kept ≥ τ), it applies strict thresholding. Otherwise, it falls back to an adaptive floor that prevents over-retention. This principled approach recovers UniMatch V2's performance on saturated benchmarks like Pascal VOC (87.4 mIoU vs reported 87.9) while delivering +1.5 mIoU gains on ADE20K where confident sets are unreliable (π_kept ~89%). The method is entirely data-driven and doesn't require threshold tuning to maximize mIoU.
- CW-BASS v2 adapts confidence thresholds dynamically for foundation models like DINOv2 where confidence saturates
- Recovers UniMatch V2's accuracy on Pascal VOC (87.4 vs 87.9 mIoU) and improves ADE20K by +1.5 mIoU where confident sets are unreliable
- Uses held-out calibration and per-class noise estimates to make principled strict-vs-floor decisions without mIoU tuning
Why It Matters
Enables more reliable semi-supervised segmentation with foundation models, reducing annotation costs while improving accuracy