paper-with-me

Papers

Thinking in Blender: Staged Executable Inverse Graphics with Vision-Language Models

2026-06-01 · Guangzhao He, Rundong Luo, Wei-Chiu Ma, Hadar Averbuch-Elor arxiv

Inverse graphics is a longstanding and highly underconstrained problem that seeks to reconstruct images as editable 3D scenes which can be rendered, relit, and manipulated. In this work, we investigate whether pretrained vision-language models (VLMs) can perform executable inverse graphics directly from a single image by reconstructing a scene as an editable Blender program, without relying on specialized 2D or 3D foundation models, differentiable rendering, or multi-view supervision. We introduce Staged Executable Inverse Graphics (SEIG), an agentic framework that reconstructs a 3D scene from a single image by progressively refining scene factors including geometry, materials, composition, and lighting directly in executable Blender code space. We evaluate our framework across diverse scenes using a range of reconstruction metrics spanning pixel-level, perceptual, and semantic fidelity. Our experiments show that staged reconstruction substantially improves reconstruction fidelity, highlighting the importance of task decomposition for executable inverse graphics with general-purpose VLMs. Finally, we showcase various downstream applications enabled by the reconstructed editable Blender scenes.

📄 PDF Abstract BibTeX arXiv:2606.02580

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Vision-as-Inverse-Graphics Agent via Interleaved Multimodal Reasoning

2026-01-16 · Shaofeng Yin, Jiaxin Ge, Zora Zhiruo Wang, Chenyang Wang 외 arxiv

Vision-as-inverse-graphics, the concept of reconstructing images into editable programs, remains challenging for Vision-Language Models (VLMs), which inherently lack fine-grained spatial grounding in one-shot settings. T…

Multimodal Reasoning3D Reconstruction

BlenderGym: Benchmarking Foundational Model Systems for Graphics Editing

2025-04-02 · CVPR 2025 1 · Yunqi Gu, IAn Huang, Jihyeon Je, Guandao Yang 외

3D graphics editing is crucial in applications like movie production and game design, yet it remains a time-consuming process that demands highly specialized domain expertise. Automating this process is challenging becau…

3D ReconstructionBenchmarkingGame DesignMath+1

Blendify -- Python rendering framework for Blender

2024-10-23 · Vladimir Guzov, Ilya A. Petrov, Gerard Pons-Moll

With the rapid growth of the volume of research fields like computer vision and computer graphics, researchers require effective and user-friendly rendering tools to visualize results. While advanced tools like Blender o…

10-shot image generation

Re-Thinking Inverse Graphics With Large Language Models

2024-04-23 · Peter Kulits, Haiwen Feng, Weiyang Liu, Victoria Abrevaya 외

Inverse graphics -- the task of inverting an image into physical variables that, when rendered, enable reproduction of the observed scene -- is a fundamental challenge in computer vision and graphics. Successfully disent…

Language ModellingLarge Language ModelSpatial ReasoningWorld Knowledge

BlenderRAG: High-Fidelity 3D Object Generation via Retrieval-Augmented Code Synthesis

2026-05-01 · Massimo Rondelli, Francesco Pivi, Maurizio Gabbrielli arxiv

Automatic generation of executable Blender code from natural language remains challenging, with state-of-the-art LLMs producing frequent syntactic errors and geometrically inconsistent objects. We present BlenderRAG, a r…