RADSeg: Unleashing Parameter and Compute Efficient Zero-Shot Open-Vocabulary Segmentation Using Agglomerative Models
Omar Alama, Darshil Jariwala, Avigyan Bhattacharya, Seungchan Kim, Wenshan Wang, Sebastian Scherer
TL;DR
RADSeg introduces a dense, language-aligned OVSS pipeline built on the RADIO backbone, combining Self-Correlating Recursive Attention and Self-Correlating Global Aggregation to enhance spatial locality and reduce artifacting. It leverages a lightweight SigLIP-based dense language alignment and a RADIO-SAM refinement path to produce higher-quality masks with substantially lower compute and parameter budgets than prior large-scale, multi-model baselines. Across 2D and 3D benchmarks, RADSeg achieves state-of-the-art or competitive $mIoU$ while delivering significant speedups (up to ~4x) and parameter reductions (several-fold), with RADSeg-base outperforming huge-model baselines. The work also provides the first empirical study of RADIO for zero-shot OVSS, underscoring its emergent dense language alignment and practical applicability for open-world perception tasks.
Abstract
Open-vocabulary semantic segmentation (OVSS) underpins many vision and robotics tasks that require generalizable semantic understanding. Existing approaches either rely on limited segmentation training data, which hinders generalization, or apply zero-shot heuristics to vision-language models (e.g CLIP), while the most competitive approaches combine multiple models to improve performance at the cost of high computational and memory demands. In this work, we leverage an overlooked agglomerative vision foundation model, RADIO, to improve zero-shot OVSS along three key axes simultaneously: mIoU, latency, and parameter efficiency. We present the first comprehensive study of RADIO for zero-shot OVSS and enhance its performance through self-correlating recursive attention, self-correlating global aggregation, and computationally efficient mask refinement. Our approach, RADSeg, achieves 6-30% mIoU improvement in the base ViT class while being 3.95x faster and using 2.5x fewer parameters. Surprisingly, RADSeg-base (105M) outperforms previous combinations of huge vision models (850-1350M) in mIoU, achieving state-of-the-art accuracy with substantially lower computational and memory cost.
