paper-with-me

Papers

OR-NeRF: Object Removing from 3D Scenes Guided by Multiview Segmentation with Neural Radiance Fields

2023-05-17 · Youtan Yin, Zhoujie Fu, Fan Yang, Guosheng Lin

The emergence of Neural Radiance Fields (NeRF) for novel view synthesis has increased interest in 3D scene editing. An essential task in editing is removing objects from a scene while ensuring visual reasonability and multiview consistency. However, current methods face challenges such as time-consuming object labeling, limited capability to remove specific targets, and compromised rendering quality after removal. This paper proposes a novel object-removing pipeline, named OR-NeRF, that can remove objects from 3D scenes with user-given points or text prompts on a single view, achieving better performance in less time than previous works. Our method spreads user annotations to all views through 3D geometry and sparse correspondence, ensuring 3D consistency with less processing burden. Then recent 2D segmentation model Segment-Anything (SAM) is applied to predict masks, and a 2D inpainting model is used to generate color supervision. Finally, our algorithm applies depth supervision and perceptual loss to maintain consistency in geometry and appearance after object removal. Experimental results demonstrate that our method achieves better editing quality with less time than previous works, considering both quality and quantity.

📄 PDF Abstract BibTeX arXiv:2305.10503

Code (1)

cuteyyt/or-nerf 공식 구현 pytorch

Tasks

3D geometry3D scene EditingNeRFNovel View SynthesisObject

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

InNeRF360: Text-Guided 3D-Consistent Object Inpainting on 360-degree Neural Radiance Fields

2023-05-24 · CVPR 2024 1 · Dongqing Wang, Tong Zhang, Alaa Abboud, Sabine Süsstrunk

We propose InNeRF360, an automatic system that accurately removes text-specified objects from 360-degree Neural Radiance Fields (NeRF). The challenge is to effectively remove objects while inpainting perceptually consist…

3D InpaintingNeRFSegmentation

Inpaint4DNeRF: Promptable Spatio-Temporal NeRF Inpainting with Generative Diffusion Models

2023-12-30 · Han Jiang, Haosen Sun, Ruoxuan Li, Chi-Keung Tang 외

Current Neural Radiance Fields (NeRF) can generate photorealistic novel views. For editing 3D scenes represented by NeRF, with the advent of generative models, this paper proposes Inpaint4DNeRF to capitalize on state-of-…

3D geometryNeRF

HyP-NeRF: Learning Improved NeRF Priors using a HyperNetwork

2023-06-09 · NeurIPS 2023 11 · Bipasha Sen, Gaurav Singh, Aditya Agarwal, Rohith Agaram 외

Neural Radiance Fields (NeRF) have become an increasingly popular representation to capture high-quality appearance and shape of scenes and objects. However, learning generalizable NeRF priors over categories of scenes o…

NeRFRetrieval

Decomposing 3D Scenes into Objects via Unsupervised Volume Segmentation

2021-04-02 · Karl Stelzner, Kristian Kersting, Adam R. Kosiorek

We present ObSuRF, a method which turns a single image of a scene into a 3D model represented as a set of Neural Radiance Fields (NeRFs), with each NeRF corresponding to a different object. A single forward pass of an en…

3D geometryDecoderImage SegmentationNeRF+2

GraspNeRF: Multiview-based 6-DoF Grasp Detection for Transparent and Specular Objects Using Generalizable NeRF

2022-10-12 · Qiyu Dai, Yan Zhu, Yiran Geng, Ciyu Ruan 외

In this work, we tackle 6-DoF grasp detection for transparent and specular objects, which is an important yet challenging problem in vision-based robotic systems, due to the failure of depth cameras in sensing their geom…

NeRF