CVJun 16

Test-Time Training for Robust Text-Guided Open-Vocabulary Object Counting

arXiv:2606.176014.8
Predicted impact top 81% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying object counting in real-world degraded conditions, this work provides a benchmark and a practical method to enhance robustness without modifying existing models.

This paper introduces Robust-TOOC, the first benchmark for evaluating text-guided open-vocabulary object counting under six corruption types, and proposes Dual-TTT, a test-time training framework that improves robustness by updating a lightweight denoising module while keeping the counting network frozen. Experiments show effectiveness across multiple baselines.

Text-guided Open-vocabulary Object Counting (TOOC) enables counting arbitrary object categories specified by text prompts, offering substantially greater flexibility than conventional closed-set counting. However, existing TOOC methods are developed and evaluated primarily on ideal images, while real-world scenes often suffer from adverse conditions such as rain, fog, darkness, and sensor noise, which severely degrade visual quality and impair vision-language alignment. To bridge this gap, we introduce Robust-TOOC, the first benchmark for evaluating TOOC under diverse corruption conditions, which covers six representative degradation types: rain, fog, darkness, Gaussian noise, salt-and-pepper noise, and mixed corruption. To improve robustness while preserving the original counting architecture, we propose Dual-TTT, a dual-architecture test-time training framework for TOOC. Specifically, during test-time training, Dual-TTT updates only the Text-guided Lightweight Denoising module (TL-Denoiser), while keeping the original counting network frozen. Inspired by diffusion models, the TL-Denoiser is optimized to remove corruption-aware noise from image representations under degraded conditions. Since only the TL-Denoiser is trained at test time, Dual-TTT is annotation-free and can be seamlessly integrated into existing TOOC models without modifying their original architecture. Extensive experiments on multiple recent TOOC baselines demonstrate the effectiveness of our method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes