Instance Neural Radiance Field
Yichen Liu, Benran Hu, Junkai Huang, Yu-Wing Tai, Chi-Keung Tang

TL;DR
This paper introduces Instance NeRF, a learning-based 3D instance segmentation method that extends NeRF by generating consistent 3D masks and querying instance info at any point, improving segmentation and manipulation.
Contribution
It presents a novel 3D instance segmentation pipeline for NeRF that combines volumetric features, mask prediction, and multi-view supervision, enabling pure inference segmentation.
Findings
Outperforms previous NeRF segmentation methods on synthetic and real datasets.
Achieves consistent 2D segmentation across multiple views.
Enables querying instance information at any 3D point.
Abstract
This paper presents one of the first learning-based NeRF 3D instance segmentation pipelines, dubbed as Instance Neural Radiance Field, or Instance NeRF. Taking a NeRF pretrained from multi-view RGB images as input, Instance NeRF can learn 3D instance segmentation of a given scene, represented as an instance field component of the NeRF model. To this end, we adopt a 3D proposal-based mask prediction network on the sampled volumetric features from NeRF, which generates discrete 3D instance masks. The coarse 3D mask prediction is then projected to image space to match 2D segmentation masks from different views generated by existing panoptic segmentation models, which are used to supervise the training of the instance field. Notably, beyond generating consistent 2D segmentation maps from novel views, Instance NeRF can query instance information at any 3D point, which greatly enhances NeRF…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques
