paper-with-me

Papers

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

2026-06-15 · Tran Dinh Tien, Zhiqiang Shen arxiv

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 each image contains only a small active subset of classes. We introduce ActiveSAM, a training-free, zero-shot inference framework that turns SAM 3 into an active-vocabulary segmenter. ActiveSAM first canonicalizes and expands class prompts, then estimates an image-conditioned active set from a low-resolution presence preview. Only the retained classes are decoded at full resolution, using bucketed prompt multiplexing with the frozen SAM 3 decoder. The preview stage uses only class-presence evidence and skips unnecessary segmentation-head computation, while the final stage applies margin-aware background calibration to suppress low-confidence pixels. ActiveSAM requires no target-dataset training, no weight updates, and no oracle class-presence labels. Across eight OVSS benchmarks, ActiveSAM improves the speed-accuracy tradeoff of training-free open-vocabulary semantic segmentation, outperforming 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. ActiveSAM also demonstrates the strongest robustness under image corruption that simulates real-world distribution shift, making it well-suited for deployment in noisy-input domains such as autonomous driving and embodied AI. Code is available at https://github.com/VILA-Lab/ActiveSAM.

📄 PDF Abstract BibTeX arXiv:2606.16996

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationAutonomous Driving

Similar Papers 제목 키워드 기반

LD-Pruner: Efficient Pruning of Latent Diffusion Models using Task-Agnostic Insights

2024-04-18 · Thibault Castells, Hyoung-Kyu Song, Bo-Kyeong Kim, Shinkook Choi

Latent Diffusion Models (LDMs) have emerged as powerful generative models, known for delivering remarkable results under constrained computational resources. However, deploying LDMs on resource-limited devices remains a …

Audio GenerationImage GenerationUnconditional Image Generation

Channel selection using Gumbel Softmax

2018-12-11 · ECCV 2020 8 · Charles Herrmann, Richard Strong Bowen, Ramin Zabih

Important applications such as mobile computing require reducing the computational costs of neural network inference. Ideally, applications would specify their preferred tradeoff between accuracy and speed, and the netwo…

channel selectionClassificationGeneral Classification

Fruit Quality and Defect Image Classification with Conditional GAN Data Augmentation

2021-04-12 · Jordan J. Bird, Chloe M. Barnes, Luis J. Manso, Anikó Ekárt 외

Contemporary Artificial Intelligence technologies allow for the employment of Computer Vision to discern good crops from bad, providing a step in the pipeline of selecting healthy fruit from undesirable fruit, such as th…

ClassificationData AugmentationGeneral ClassificationGenerative Adversarial Network+3

PPCD-GAN: Progressive Pruning and Class-Aware Distillation for Large-Scale Conditional GANs Compression

2022-03-16 · Duc Minh Vo, Akihiro Sugimoto, Hideki Nakayama

We push forward neural network compression research by exploiting a novel challenging task of large-scale conditional generative adversarial networks (GANs) compression. To this end, we propose a gradually shrinking GAN …

Neural Network Compression

Where to Refine, When to Stop: Rethinking Redundancy via Latent Discrepancy for Efficient Visual Autoregressive Generation

2026-05-29 · Changwang Mei, Peisong Wang, Zekun Li, Changsheng Li 외 arxiv

Visual Autoregressive (VAR) models deliver high-quality image generation but suffer from significant inference latency at high resolutions. Recent acceleration approaches most rely on heuristic measures with layer featur…

Image Generation