iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Computer Vision ›› ActiveSAM Speeds Open-Vocabulary Segmentation 5.5x, Boosts Accuracy for Noisy-Input Domains

ActiveSAM Speeds Open-Vocabulary Segmentation 5.5x, Boosts Accuracy for Noisy-Input Domains

ActiveSAM is a training-free inference framework that improves the speed-accuracy tradeoff of open-vocabulary semantic segmentation. It achieves up to 5.5x faster inference on large-vocabulary datasets while boosting average mIoU by 1.4 points over the state-of-the-art SegEarth-OV3. The method is robust to image corruption, making it suitable for noisy real-world deployments like autonomous driving.

iG
iGEN Editorial
June 16, 2026
ActiveSAM Speeds Open-Vocabulary Segmentation 5.5x, Boosts Accuracy for Noisy-Input Domains

Open-vocabulary semantic segmentation (OVSS) enables AI systems to identify and segment objects from any class description, but current approaches often require full-resolution processing over the entire dataset vocabulary. This is computationally wasteful because a typical image contains only a small subset of classes. Researchers have introduced ActiveSAM, a training-free, zero-shot framework that turns SAM 3 into an active-vocabulary segmenter, dramatically cutting computation while improving accuracy.

How ActiveSAM Works

ActiveSAM, detailed in a paper by Tien et al., first canonicalizes and expands class prompts. It then estimates an image-conditioned active set from a low-resolution presence preview, according to the paper. Only the retained classes are decoded at full resolution using bucketed prompt multiplexing with the frozen SAM 3 decoder. The preview stage provides class-presence evidence without full segmentation-head computation, while the final stage applies margin-aware background calibration to suppress low-confidence pixels. The method requires no target-dataset training, no weight updates, and no oracle class-presence labels.

Performance Benchmarks

Across eight OVSS benchmarks, ActiveSAM outperforms the current state-of-the-art training-free method SegEarth-OV3 by approximately +1.4 mIoU on average, the paper reports. It also runs up to 5.5x faster on large-vocabulary datasets. The table below summarises key metrics:

Metric ActiveSAM SegEarth-OV3 Improvement
Average mIoU (8 benchmarks) Not directly stated Not directly stated +1.4 mIoU
Inference speed (large-vocab datasets) Faster Baseline Up to 5.5x faster
Robustness under image corruption Strongest Not compared directly Demonstrated

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, according to the researchers.

Implications for Enterprise Applications

While the paper directly mentions autonomous driving and embodied AI as target applications, the underlying technology has broader relevance for any enterprise deploying computer vision in uncontrolled environments. For logistics and supply chain operators, similar segmentation tasks appear in warehouse robotics, automated inspection, and port automation—scenarios where inference speed and robustness to lighting or weather changes are critical. ActiveSAM's ability to prune unnecessary class computations on the fly could reduce hardware costs or enable real-time processing on edge devices.

Availability and Next Steps

The researchers have released the code for ActiveSAM on GitHub (link in paper). Because it uses SAM 3 as a frozen backbone, it integrates easily with existing models. Enterprises exploring open-vocabulary segmentation for their own data pipelines can adopt ActiveSAM without retraining, as the paper notes. The framework's zero-shot nature means it can be applied directly to new vocabularies and image distributions, a significant advantage for dynamic environments like supply chains where new products or packaging may appear frequently.

Further research may extend ActiveSAM to video or 3D data, but the current work already provides a practical speed-accuracy gain for high-vocabulary segmentation tasks. Decision-makers evaluating computer vision for logistics should consider whether their applications involve large label sets and whether inference speed or robustness under noise are limiting factors—ActiveSAM directly addresses both.


Sources:

Keep Reading

Recommended Stories

New Sub-Semantic Image Segmentation Method DETECTURE Introduced by Researchers, Outperforms Baselines Technology

New Sub-Semantic Image Segmentation Method DETECTURE Introduced by Researchers, Outperforms Baselines

Researchers propose a new category of image segmentation called sub-semantic, which uses language to partition images into stable appearance patterns rather than whole objects. They introduce DETECTURE, a method that couples a vision-language model with SAM 3 to overcome three failure modes, and create a new dataset called TextureADE derived from ADE20K. DETECTURE achieves the strongest performance on several datasets compared to baselines.

June 16, 2026
New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
New AI Research Shows Vision-Language Models Think Better with Visual Grounding Technology

New AI Research Shows Vision-Language Models Think Better with Visual Grounding

Researchers introduce visually grounded thinking, a reasoning process that interleaves natural-language thoughts with explicit point or box groundings to image regions. The method, using a scalable synthesis pipeline and grounding-aware reinforcement learning, consistently improves performance of Gemma3-4B-IT on counting and spatial reasoning benchmarks, with the 4B model matching or surpassing the 27B variant.

June 21, 2026
DF3DV-1K: Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis Technology

DF3DV-1K: Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis

Researchers introduced DF3DV-1K, a large-scale real-world dataset with 1,048 scenes and 89,924 images for distractor-free novel view synthesis. The dataset spans 128 distractor types and 161 scene themes, enabling benchmarking of nine radiance field methods and 3D Gaussian Splatting. Fine-tuning a diffusion-based 2D enhancer on DF3DV-1K achieved average improvements of 0.96 dB PSNR and 0.057 LPIPS.

June 21, 2026