Search papers, labs, and topics across Lattice.
3DrawAgent is introduced, a training-free framework that uses LLMs to generate 3D Bezier curve sketches from language prompts. The key innovation is a relative experience optimization strategy, adapting Group Reward Policy Optimization (GRPO) by constructing pairwise comparisons of sketches based on CLIP rewards and LLM-based qualitative assessment. This allows the model to iteratively refine its 3D drawing abilities without parameter updates, demonstrating complex sketch generation and geometric reasoning.
Forget training data: this agent leverages LLMs and geometric feedback to generate complex 3D sketches from language prompts, self-improving its spatial understanding without parameter updates.
Sketching in 3D space enables expressive reasoning about shape, structure, and spatial relationships, yet generating 3D sketches through natural language remains a major challenge. In this work, we introduce 3DrawAgent, a training-free, language-driven framework for 3D sketch generation that leverages large language models (LLMs) to sequentially draw 3D Bezier curves under geometric feedback. Unlike prior 2D sketch agents, our method introduces a relative experience optimization strategy that adapts the recently proposed Group Reward Policy Optimization (GRPO) paradigm. Instead of relying on explicit ground-truth supervision, we construct pairwise comparisons among generated sketches, with each pair consisting of a relatively better and a worse result based on CLIP-based perceptual rewards and LLM-based fine-grained qualitative assessment. These experiences are then used to iteratively refine the prior knowledge of 3D drawing, enabling black-box reinforcement of the model's 3D awareness. This design allows our model to self-improve its spatial understanding and drawing quality without parameter updates. Experiments show that 3DrawAgent can generate complex and coherent 3D Bezier sketches from diverse textual prompts, exhibit emergent geometric reasoning, and generalize to novel shapes, establishing a new paradigm for advancing the field of training-free 3D sketch intelligence.