Chat-Edit-3D++: Interactive 3D and 4D Scene Editing via Large Language Models

Hugging Face Daily Papers Papers

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.

Recent work on image content manipulation based on vision-language pre-training models has been effectively extended to text-driven 3D scene editing. However, existing schemes for 3D scene editing still 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 2D visual models and require intricate pipeline design to integrate these models into 3D reconstruction processes. To address the aforementioned issues, we propose the Hash-Atlas network, which reformulates 3D scene editing as 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-based 3D scene editing approach, termed CE3D++, which is centered on a large language model (LLM) that allows arbitrary textual input from users and interprets their intentions, subsequently facilitating the autonomous invocation of the corresponding visual models. Additionally, we extend CE3D++ to monocular 4D scenes by imposing motion constraints on moving objects and further fine-tuning the LLM by creating a trajectory dataset related to editing tasks, which enables the smaller LLM to schedule up to 30 different visual tools accurately. Experimental results demonstrate that CE3D++ effectively integrates multiple visual models to 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.
Original Article
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

VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding

Papers with Code Trending

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.