CVAICLMADec 24, 2025

Transductive Visual Programming: Evolving Tool Libraries from Experience for Spatial Reasoning

arXiv:2512.20934v11 citationsh-index: 19
Originality Highly original
AI Analysis

This addresses the problem of suboptimal tool utilization in visual programming for spatial reasoning tasks, representing a novel paradigm rather than an incremental improvement.

The paper tackles the challenge of spatial reasoning in 3D scenes by introducing Transductive Visual Programming (TVP), a framework that builds reusable tools from experiential solutions rather than speculation, achieving state-of-the-art performance with a 22% improvement over GPT-4o and 11% over previous visual programming systems on Omni3D-Bench.

Spatial reasoning in 3D scenes requires precise geometric calculations that challenge vision-language models. Visual programming addresses this by decomposing problems into steps calling specialized tools, yet existing methods rely on either fixed toolsets or speculative tool induction before solving problems, resulting in suboptimal programs and poor utilization of induced tools. We present Transductive Visual Programming (TVP), a novel framework that builds new tools from its own experience rather than speculation. TVP first solves problems using basic tools while accumulating experiential solutions into an Example Library, then abstracts recurring patterns from these programs into reusable higher-level tools for an evolving Tool Library. This allows TVP to tackle new problems with increasingly powerful tools learned from experience. On Omni3D-Bench, TVP achieves state-of-the-art performance, outperforming GPT-4o by 22% and the previous best visual programming system by 11%. Our transductively learned tools are used 5x more frequently as core program dependency than inductively created ones, demonstrating more effective tool discovery and reuse. The evolved tools also show strong generalization to unseen spatial tasks, achieving superior performance on benchmarks from SpatialScore-Hard collection without any testset-specific modification. Our work establishes experience-driven transductive tool creation as a powerful paradigm for building self-evolving visual programming agents that effectively tackle challenging spatial reasoning tasks. We release our code at https://transductive-visualprogram.github.io/.

Foundations

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

Your Notes