ParaVT: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning

arXiv:2605.20342 · 2026-05-21 공개 · arXiv · PDF

multimodal-models agentic-rl qwen3-vl long-video-understanding para-grpo format-reward frame-budget-randomization parallel-tool-use

Abstract

Training large multimodal models (LMMs) via reinforcement learning (RL) to natively invoke video-processing tools (e.g., cropping) has become a promising route to long-video understanding. However, existing native-RL methods dispatch tool calls sequentially (i.e., one per turn): a single wrong crop propagates errors without peer correction, multi-turn tool calls corrupt context, and inference cost scales linearly with the number of turns. We introduce ParaVT, the first multi-agent end-to-end RL-trained framework for Parallel Video Tool calling, dispatching multiple time-window crops in a single turn for cleaner context and better fault tolerance. Yet applying standard RL to ParaVT reveals an obstacle we term the Tool Prior Paradox: the pretrained tool priors that enable tool exploration also destabilize cold-started structural format and expose the skip-tool reward shortcut under temperature sampling. A cross-model contrast on a weaker-prior LMM supports this claim: format stays stable but RL elicits zero tool calls, indicating that prior strength is the shared driver of both format collapse and tool exploration. We propose PARA-GRPO (Parseability-Anchored and Ratio-gAted GRPO), which augments standard RL with two complementary mechanisms: (i) a targeted format reward applied only at the structural-token positions most prone to collapse, and (ii) a per-prompt frame-budget randomization that creates training prompts where calling the tool yields a measurable reward signal over skipping it. Across six long-video understanding benchmarks, ParaVT improves over the Qwen3-VL baseline by +7.9% on average, with PARA-GRPO lifting training-time format compliance from 0.13 to 0.64. As tool capabilities become increasingly internalized in modern LMMs, RL must cooperate with the resulting priors, and ParaVT offers a general recipe for agentic RL. Code, data, and model weights are publicly available.

한국어 요약

📋 한 줄 요약

**[Agentic Video RL / Parallel Tools]** ParaVT가 multi-agent end-to-end RL로 video tool을 단일 turn에 병렬 dispatch — Tool Prior Paradox 진단, PARA-GRPO로 format reward·frame-budget randomization, 6 long-video 벤치마크 평균 +7.9%·format compliance 0.13→0.64.

🎯 핵심 기여도

💡 핵심 아이디어

Long-video 이해에서 tool call을 sequential 대신 parallel로 dispatch하면 fault tolerance·context cleanliness가 개선되지만, pretrained tool prior 강도가 format 안정성과 tool exploration의 동시 driver라는 paradox가 발생 — 이를 풀려면 structural collapse 지점에만 targeted format reward·prompt별 frame budget randomization으로 tool 호출의 reward signal을 명시적으로 만들어야 한다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: Long-video 이해의 효율적 parallel tool calling paradigm 정립, Tool Prior Paradox라는 RL 학습의 새 현상 식별, PARA-GRPO의 두 mechanism이 일반 적용 가능한 패턴, agentic RL의 general recipe로 의의. **한계**: 6 벤치마크 중심으로 다른 video task 일반화 추가 검증, parallel tool 수 확장의 한계는 별도 분석, prior 강도와 paradox의 정확 quantification은 후속.

🚀 실용적 활용