CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization
Xinhai Hou, Shaoyuan Xu, Manan Biyani, Moyan Li, Jia Liu, Todd C. Hollon, Bryan Wang
TL;DR
CodeV introduces Tool-Aware Policy Optimization (TAPO), a process-guided RL framework that rewards faithful, evidence-grounded visual tool use rather than relying solely on final answers. By representing visual tools as executable Python blocks executed in a sandbox and coupling this with dense, step-level rewards for tool usefulness and evidence alignment, CodeV achieves strong performance across perception, visual search, and multimodal reasoning benchmarks while significantly increasing faithfulness. A two-stage training pipeline (SFT followed by TAPO-based RL) and a faithfulness evaluation protocol reveal that CodeV reduces unfaithful tool use and resists reward hacking, addressing reliability and interpretability concerns in agentic visual reasoning. The work also provides a thorough data/experimental setup, ablations, and a public release to facilitate reproduction and extension on broader tool ecosystems.
Abstract
Agentic vision-language models are increasingly trained to "think with images" by calling image operations. However, we show that high final-answer accuracy often hides unfaithful visual reasoning: models may invoke tools on irrelevant regions or ignore tool outputs entirely, yet still guess the correct answer. In this work, we first propose a faithfulness evaluation protocol that measures whether intermediate visual tool outputs (e.g., crops) actually contain the queried evidence. This reveals that recent visual agents achieve high final-answer accuracy but exhibit low rates of faithful tool-use on visual search benchmarks. We then introduce CodeV, a code-based visual agent trained with Tool-Aware Policy Optimization (TAPO). TAPO is a process-level RL framework that augments GRPO with dense rewards defined directly on visual tool inputs and outputs, rather than on chain-of-thought tokens, making supervision easier to verify and less susceptible to reward hacking. CodeV represents visual tools as executable Python code, and TAPO assigns step-wise rewards based solely on the question and tool output, encouraging both necessary and evidence-consistent tool use. In a two-stage SFT+RL pipeline, CodeV achieves competitive or superior accuracy while substantially increasing faithful tool-use rates on related visual search benchmarks. Beyond visual search, CodeV attains strong performance on a range of multimodal reasoning and math benchmarks, suggesting that explicitly supervising intermediate tool behavior is crucial for building trustworthy, agentic visual reasoning systems.
