English

SIn-NeRF2NeRF: Editing 3D Scenes with Instructions through Segmentation and Inpainting

Computer Vision and Pattern Recognition 2024-08-27 v1 Artificial Intelligence

Abstract

TL;DR Perform 3D object editing selectively by disentangling it from the background scene. Instruct-NeRF2NeRF (in2n) is a promising method that enables editing of 3D scenes composed of Neural Radiance Field (NeRF) using text prompts. However, it is challenging to perform geometrical modifications such as shrinking, scaling, or moving on both the background and object simultaneously. In this project, we enable geometrical changes of objects within the 3D scene by selectively editing the object after separating it from the scene. We perform object segmentation and background inpainting respectively, and demonstrate various examples of freely resizing or moving disentangled objects within the three-dimensional space.

Keywords

Cite

@article{arxiv.2408.13285,
  title  = {SIn-NeRF2NeRF: Editing 3D Scenes with Instructions through Segmentation and Inpainting},
  author = {Jiseung Hong and Changmin Lee and Gyusang Yu},
  journal= {arXiv preprint arXiv:2408.13285},
  year   = {2024}
}

Comments

Code is available at: https://github.com/KAISTChangmin/SIn-NeRF2NeRF

R2 v1 2026-06-28T18:22:29.773Z