Paper Overview
- Field: AI / Agentic Multimodal Models
- Authors: Shilin Yan, Jintao Tong, Hongwei Xue
- Published: 2025-04-10
- arXiv: 2504.07082
- An accuracy channel that maximizes task correctness
- An efficiency channel that enforces execution economy exclusively within accurate trajectories via conditional advantage estimation
Abstract (Translated)
The advent of agentic multimodal models has empowered systems to actively interact with external environments. However, current agents suffer from a profound meta-cognitive deficit: they struggle to arbitrate between leveraging internal knowledge and querying external utilities. Consequently, they frequently fall prey to blind tool invocation, resorting to reflexive tool execution even when queries are resolvable from the raw visual context. This pathological behavior precipitates severe latency bottlenecks and injects extraneous noise that derails sound reasoning.
Existing reinforcement learning protocols attempt to mitigate this via a scalarized reward that penalizes tool usage. Yet, this coupled formulation creates an irreconcilable optimization dilemma: an aggressive penalty suppresses essential tool use, whereas a mild penalty is entirely subsumed by the variance of the accuracy reward during advantage normalization, rendering it impotent against tool overuse.
To transcend this bottleneck, the authors propose HDPO, a framework that reframes tool efficiency from a competing scalar objective to a strictly conditional one. By eschewing reward scalarization, HDPO maintains two orthogonal optimization channels:
Key Contributions
1. Identifies the meta-cognitive deficit in current agentic multimodal models (blind/over-use of tool calls) 2. Analyzes why scalarized penalty rewards fail under advantage normalization 3. Introduces HDPO with decoupled accuracy and efficiency optimization channels 4. Presents Metis, which achieves both fewer tool calls and higher reasoning accuracy
--- *Auto-collected on 2025-04-11*