English

ShapeUP: Scalable Image-Conditioned 3D Editing

Computer Vision and Pattern Recognition 2026-04-28 v2 Graphics

Abstract

Recent advancements in 3D foundation models have enabled the generation of high-fidelity assets, yet precise 3D manipulation remains a significant challenge. Existing 3D editing frameworks often face a difficult trade-off between visual controllability, geometric consistency, and scalability. Specifically, optimization-based methods are prohibitively slow, multi-view 2D propagation techniques suffer from visual drift, and training-free latent manipulation methods are inherently bound by frozen priors and cannot directly benefit from scaling. In this work, we present ShapeUP, a scalable, image-conditioned 3D editing framework that formulates editing as a supervised latent-to-latent translation within a native 3D representation. This formulation allows ShapeUP to build on a pretrained 3D foundation model, leveraging its strong generative prior while adapting it to editing through supervised training. In practice, ShapeUP is trained on triplets consisting of a source 3D shape, an edited 2D image, and the corresponding edited 3D shape, and learns a direct mapping using a 3D Diffusion Transformer (DiT). This image-as-prompt approach enables fine-grained visual control over both local and global edits and achieves implicit, mask-free localization, while maintaining strict structural consistency with the original asset. Our extensive evaluations demonstrate that ShapeUP consistently outperforms current trained and training-free baselines in both identity preservation and edit fidelity, offering a robust and scalable paradigm for native 3D content creation.

Keywords

Cite

@article{arxiv.2602.05676,
  title  = {ShapeUP: Scalable Image-Conditioned 3D Editing},
  author = {Inbar Gat and Dana Cohen-Bar and Guy Levy and Elad Richardson and Daniel Cohen-Or},
  journal= {arXiv preprint arXiv:2602.05676},
  year   = {2026}
}

Comments

SIGGRAPH 2026. Project page: https://inbar-2344.github.io/ShapeUp-page/

R2 v1 2026-07-01T09:37:56.238Z