Search papers, labs, and topics across Lattice.
This paper details a competitive entry in the ICRA 2026 GOOSE 2D Fine-Grained Semantic Segmentation Challenge, achieving a composite mean Intersection-over-Union (mIoU) of 69.73% on a test set of 1,815 images. The authors enhance the Segment Anything Model 3 (SAM3) by implementing a self-distillation method that leverages SAM3 as a teacher, alongside a novel multi-scale test-time augmentation technique that optimizes inference for fixed-input-size models. A key finding reveals that incorporating aggressive photometric distortion significantly boosts performance, marking it as the most impactful modification in their approach.
Self-distillation using SAM3 as a teacher and innovative multi-scale augmentation led to a surprising 69.73% mIoU, showcasing the power of leveraging existing models for enhanced performance.
We describe our 4th-place entry to the ICRA 2026 GOOSE 2D Fine-Grained Semantic Segmentation Challenge, which reached a composite mean Intersection-over-Union (mIoU) of 69.73% on the official 1,815-image test set. Our model adapts the image encoder of a recent visual foundation model, Segment Anything Model 3 (SAM3), with a lightweight decoder. Beyond this, we contribute two techniques and one empirical finding: (i) a self-distillation scheme that re-uses SAM3 itself, prompted with ground-truth boxes, as a teacher on the classes where it outperforms our own model; (ii) an image-level multi-scale test-time augmentation scheme that restores multi-scale inference for a fixed-input-size model by rescaling the image rather than the model input; and (iii) the finding that an aggressive photometric distortion from a winning 2025 GOOSE 2D entry, transplanted onto our pipeline, is its single largest source of improvement.