L3GO: Language Agents with Chain-of-3D-Thoughts for Generating Unconventional Objects
Yutaro Yamada, Khyathi Chandu, Yuchen Lin, Jack Hessel, Ilker Yildirim, Yejin Choi
TL;DR
This work tackles the difficulty diffusion-based models face in obeying precise 3D spatial constraints for unconventional prompts. It introduces L3GO, an LLM-driven agent that builds 3D meshes in Blender via a part-based, feedback-driven loop, using a SimpleBlenv wrapper and a ControlNet-enhanced rendering pathway. The framework is evaluated on ShapeNet-13 and a new UFO benchmark, with human and GPT-4V evaluations showing L3GO outperforms baseline LLM-based approaches in 3D mesh generation and in handling unconventional prompts. The results highlight the potential of integrating language-driven reasoning with 3D modeling workflows to improve controllability and precision, with implications for design, education, and diffusion-model pipelines.
Abstract
Diffusion-based image generation models such as DALL-E 3 and Stable Diffusion-XL demonstrate remarkable capabilities in generating images with realistic and unique compositions. Yet, these models are not robust in precisely reasoning about physical and spatial configurations of objects, especially when instructed with unconventional, thereby out-of-distribution descriptions, such as "a chair with five legs". In this paper, we propose a language agent with chain-of-3D-thoughts (L3GO), an inference-time approach that can reason about part-based 3D mesh generation of unconventional objects that current data-driven diffusion models struggle with. More concretely, we use large language models as agents to compose a desired object via trial-and-error within the 3D simulation environment. To facilitate our investigation, we develop a new benchmark, Unconventionally Feasible Objects (UFO), as well as SimpleBlenv, a wrapper environment built on top of Blender where language agents can build and compose atomic building blocks via API calls. Human and automatic GPT-4V evaluations show that our approach surpasses the standard GPT-4 and other language agents (e.g., ReAct and Reflexion) for 3D mesh generation on ShapeNet. Moreover, when tested on our UFO benchmark, our approach outperforms other state-of-the-art text-to-2D image and text-to-3D models based on human evaluation.
