Skip to content

czvvd/CoreEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoreEditor: Correspondence-constrained Diffusion for Consistent 3D Editing

This repository contains the PyTorch implementation of these papers:

CoreEditor: Consistent 3D Editing via Correspondence-constrained Diffusion
Zhe Zhu, Honghua Chen, Peng Li, Mingqiang Wei
IEEE TVCG, Accept

Abstract

Text-driven 3D editing seeks to modify 3D scenes according to textual descriptions, and most existing approaches tackle this by adapting pre-trained 2D image editors to multi-view inputs. However, without explicit control over multi-view information exchange, they often fail to maintain cross-view consistency, leading to insufficient edits and blurry details. We introduce CoreEditor, a novel framework for consistent text-to-3D editing. The key innovation is a correspondence-constrained attention mechanism that enforces precise interactions between pixels expected to remain consistent throughout the diffusion denoising process. Beyond relying solely on geometric alignment, we further incorporate semantic similarity estimated during denoising, enabling more reliable correspondence modeling and robust multi-view editing. In addition, we design a selective editing pipeline that allows users to choose preferred results from multiple candidates, offering greater flexibility and user control. Extensive experiments show that CoreEditor produces high-quality, 3D-consistent edits with sharper details, significantly outperforming prior methods.

Code has been uploaded. We will update the environment setup instructions as soon as possible.

Citation

@ARTICLE{CoreEditor,
  author={Zhu, Zhe and Chen, Honghua and Li, Peng and Wei, Mingqiang},
  journal={IEEE Transactions on Visualization and Computer Graphics}, 
  title={CoreEditor: Correspondence-Constrained Diffusion for Consistent 3D Editing}, 
  year={2026},
  volume={32},
  number={3},
  pages={2838-2851}}

License

This project is open sourced under MIT license.

About

[TVCG 2026] CoreEditor: Correspondence-Constrained Diffusion for Consistent 3D Editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors