Chat-Edit-3D++: Interactive 3D and 4D Scene Editing via Large Language Models
Summary
CE3D++ enables flexible dialogue-driven 3D and 4D scene editing by decoupling 2D editing from 3D reconstruction via a Hash-Atlas network and using a large language model to autonomously invoke visual tools.
View Cached Full Text
Cached at: 09/01/26, 11:42 AM
Paper page - Chat-Edit-3D++: Interactive 3D and 4D Scene Editing via Large Language Models
Source: https://huggingface.co/papers/2608.29137
Abstract
CE3D++ enables flexible dialogue-driven 3D and 4D scene editing by decoupling 2D editing from 3D reconstruction via a Hash-Atlas network and using a large language model to autonomously invoke visual tools.
Recent work on image content manipulation based onvision-language pre-trainingmodels has been effectively extended to text-driven3D scene editing. However, existing schemes for3D scene editingstill have certain shortcomings, hindering their further development as interactive design tools. Such schemes typically adhere to fixed input patterns, limiting flexibility in text input. Furthermore, their editing capabilities are constrained by a single or a few 2Dvisual modelsand require intricate pipeline design to integrate these models into 3D reconstruction processes. To address the aforementioned issues, we propose theHash-Atlas network, which reformulates3D scene editingas operations on 2D atlas images, thereby achieving a workflow decoupling of the 2D editing and 3D reconstruction processes. Building on this foundation, we introduce a dialogue-based3D scene editingapproach, termed CE3D++, which is centered on alarge language model(LLM) that allows arbitrary textual input from users and interprets their intentions, subsequently facilitating the autonomous invocation of the correspondingvisual models. Additionally, we extend CE3D++ tomonocular 4D scenesby imposingmotion constraintson moving objects and further fine-tuning the LLM by creating atrajectory datasetrelated to editing tasks, which enables the smaller LLM to schedule up to 30 different visual tools accurately. Experimental results demonstrate that CE3D++ effectively integrates multiplevisual modelsto achieve diverse visual editing effects, possessing strong scene comprehension and multi-round dialog capabilities. The source codes and trained models are available at https://github.com/Fangkang515/CE3D.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2608\.29137
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.29137 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.29137 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.29137 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
VGGT-Edit: Feed-forward Native 3D Scene Editing with Residual Field Prediction
VGGT-Edit proposes a feed-forward framework for text-conditioned native 3D scene editing using depth-synchronized text injection and residual field prediction, achieving superior quality and efficiency over 2D-lifting approaches.
VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
VideoChat3 is a fully open, efficient, and generalist video-centric multimodal large language model that introduces Inflated 3D Vision Transformer (I3D-ViT) and Adaptive Frame Resolution for streaming video perception, along with scalable video data synthesis pipelines, achieving superior performance with only 4B parameters.
CEAA: A Cognitive Embodied Agents Architecture for Interactive Computing Systems
This paper proposes CEAA, a modular cognitive architecture for embodied intelligent virtual agents that integrates high-level reasoning models with real-time embodied execution in interactive 3D environments.
Procedura: Agentic 3D Modeling with Procedural Control
Procedura introduces a novel 3D modeling agent that uses LLMs to create editable, part-structured assemblies from text prompts, outperforming existing methods in quality and editability.
EVA01: Unified Native 3D Understanding and Generation via Mixture-of-Transformers
EVA01 is a unified framework that integrates 3D mesh as a native modality into multimodal language models via a Mixture-of-Transformers architecture, enabling state-of-the-art text-to-3D generation and long-context multi-turn geometric editing.