ActiveSAM: Image-Conditional Class Pruning for Fast and Accurate Open-Vocabulary Segmentation

22d ago · Global · primary source: export.arxiv.org

A new inference framework called ActiveSAM accelerates open-vocabulary semantic segmentation without requiring any target-dataset training, according to a preprint posted to arXiv on June 15 [1]. The method builds on Meta’s Segment Anything Model 3 and prunes irrelevant class vocabularies before full-resolution decoding [2]. ActiveSAM addresses a core inefficiency in applying SAM 3 to open-vocabulary semantic segmentation: the standard approach runs full-resolution decoding over the entire dataset vocabulary, even though each image typically contains only a small subset of classes [2]. The framework instead estimates an image-conditioned active set from a low-resolution presence preview, then decodes only the retained classes at full resolution using bucketed prompt multiplexing with the frozen SAM 3 decoder [2]. The preview stage relies solely on class-presence evidence and skips unnecessary segmentation-head computation, while a final margin-aware background calibration step suppresses low-confidence pixels [2]. The authors report that ActiveSAM requires no weight updates and no oracle class-presence labels [2]. Across eight open-vocabulary semantic segmentation benchmarks, the framework outperforms the current state-of-the-art SegEarth-OV3 by approximately +1.4 mIoU on average while running up to 5.5x faster on large-vocabulary datasets [2]. The paper also notes that ActiveSAM exhibits the strongest robustness under image corruption designed to simulate real-world distribution shift, which the authors suggest makes it suitable for noisy-input domains such as autonomous driving and embodied AI [2]. The preprint was submitted to arXiv’s Computer Vision and Pattern Recognition section [1]. arXiv, founded in 1991, is an open-access repository of electronic preprints that are moderated but not peer-reviewed; as of November 2024, the platform receives about 24,000 new articles per month [6]. The repository hosts papers across mathematics, physics, computer science, and related fields, and has grown from half a million articles in 2008 to over two million by the end of 2021 [6]. Code for ActiveSAM is available on GitHub through the VILA-Lab organization [2].

research-papertool-releasemodel-releaseproduct-launchsafety-researchbenchmarkinfrastructureapplication

Background sources we checked (7)
  • arxiv.org ↗ Segment Anything Model 3 (SAM 3) provides a strong frozen backbone for concept-prompted segmentation, but applying it directly to open-vocabulary semantic segmentation (OVSS) is inefficient: full-resolution decoding is typically run over the entire dataset vocabulary, whereas eac…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue