CVJul 16

AdaTurn: Budget-Aware Test-Time Scaling for Active Visual Perception Agents

arXiv:2607.1454727.8h-index: 13
Predicted impact top 2% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying visual agents with varying computational budgets, AdaTurn prevents failure when budgets are tight, offering a practical solution for real-world deployment.

AdaTurn addresses catastrophic truncation in active visual agents by conditioning on budget and training boundary behavior, improving low-budget accuracy from 36.7% to 47.6% at four turns on VisualProbe-Medium while preserving strong scaling at larger budgets.

Active visual agents solve fine-grained image tasks by interleaving reasoning with image-grounding actions across multiple turns. However, deployment-time rollout budgets are rarely fixed: some requests permit long rollouts, while others require the agent to act under a tight turn limit. Existing methods train the policy as if the rollout budget were hidden, so when the available budget is smaller than the trajectory the agent prefers, the interaction is often truncated before any valid answer is produced; we term this failure \emph{catastrophic truncation}. To overcome this challenge, we present AdaTurn, a budget-aware framework that conditions the agent on the allowed number of turns and explicitly trains the boundary behavior induced by the budget. Our key component, Forced-Answer DAPO (FA-DAPO), converts the over-budget event from a masked or penalized failure into a trainable final-decision step, teaching the model to synthesize partial evidence when further tool use is no longer possible. We further randomize rollout budgets during both training and inference and introduce a load-balanced scheduler that makes such operations practical. AdaTurn substantially improves low-budget accuracy, for example raising VisualProbe-Medium from 36.7% to 47.6% at four turns, while preserving strong scaling at larger budgets and transferring effectively to multiple backbones and general multimodal benchmarks.

Foundations

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

Your Notes