Topic
segmentation
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.
Mutual Distillation of Dual Foundation Models Achieves State-of-the-Art PET/CT Segmentation with Only 5 Labeled Cases
Researchers propose MuDuo, a mutual distillation framework that leverages two foundation models (SAM-Med3D for CT, SegAnyPET for PET) to distill knowledge into a lightweight student network for semi-supervised PET/CT segmentation. Achieving state-of-the-art performance on the AutoPET dataset with only 5 labeled cases, the approach eliminates manual prompts and maximizes unlabeled data utility.
GPU-Free AI Model UltraSeg Enables Real-Time Ultrasound Segmentation on CPUs
UltraSeg, an ultra-lightweight AI architecture, enables real-time point-of-care ultrasound segmentation without GPU dependency. Running on single-core CPUs at up to 89.7 FPS, it matches or exceeds larger models like UNet, making AI diagnostics viable in resource-limited settings.
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.