VULCAN: Tool-Augmented Multi Agents for Iterative 3D Object Arrangement
Zhengfei Kuang, Rui Lin, Long Zhao, Gordon Wetzstein, Saining Xie, Sanghyun Woo
TL;DR
VULCAN introduces a tool-augmented, multi-agent framework for iterative 3D object arrangement, addressing the shortcomings of single-step MLLM edits by decoupling planning, execution, and evaluation. It combines MCP-based visual tools with a constraint-based collision-free solver and an adaptive backtracking search to reliably generate physically plausible, non-colliding sequences that satisfy user instructions. The approach is validated on a 25-scene benchmark with 111 tasks, outperforming baselines in collisions, floating artifacts, plausibility, and instruction-consistency, with human evaluators also preferring the results. The work advances long-horizon, 3D scene manipulation by integrating grounded perception, robust planning, and reliable execution, while acknowledging current single-view limitations and potential multi-view extensions as MLLMs evolve.
Abstract
Despite the remarkable progress of Multimodal Large Language Models (MLLMs) in 2D vision-language tasks, their application to complex 3D scene manipulation remains underexplored. In this paper, we bridge this critical gap by tackling three key challenges in 3D object arrangement task using MLLMs. First, to address the weak visual grounding of MLLMs, which struggle to link programmatic edits with precise 3D outcomes, we introduce an MCP-based API. This shifts the interaction from brittle raw code manipulation to more robust, function-level updates. Second, we augment the MLLM's 3D scene understanding with a suite of specialized visual tools to analyze scene state, gather spatial information, and validate action outcomes. This perceptual feedback loop is critical for closing the gap between language-based updates and precise 3D-aware manipulation. Third, to manage the iterative, error-prone updates, we propose a collaborative multi-agent framework with designated roles for planning, execution, and verification. This decomposition allows the system to robustly handle multi-step instructions and recover from intermediate errors. We demonstrate the effectiveness of our approach on a diverse set of 25 complex object arrangement tasks, where it significantly outperforms existing baselines. Website: vulcan-3d.github.io
