Segment Anything in 3D with Radiance Fields
Jiazhong Cen, Jiemin Fang, Zanwei Zhou, Chen Yang, Lingxi Xie,, Xiaopeng Zhang, Wei Shen, Qi Tian

TL;DR
This paper introduces SA3D, a novel method that extends 2D segmentation models to 3D objects using radiance fields, enabling efficient multi-view 3D segmentation with minimal prompts.
Contribution
SA3D is the first approach to leverage radiance fields for 3D segmentation, connecting 2D prompts to 3D masks through inverse rendering and self-prompting.
Findings
Achieves 3D segmentation within seconds.
Effectively adapts 2D segmentation models to 3D scenes.
Works across various scene types.
Abstract
The Segment Anything Model (SAM) emerges as a powerful vision foundation model to generate high-quality 2D segmentation results. This paper aims to generalize SAM to segment 3D objects. Rather than replicating the data acquisition and annotation procedure which is costly in 3D, we design an efficient solution, leveraging the radiance field as a cheap and off-the-shelf prior that connects multi-view 2D images to the 3D space. We refer to the proposed solution as SA3D, short for Segment Anything in 3D. With SA3D, the user is only required to provide a 2D segmentation prompt (e.g., rough points) for the target object in a single view, which is used to generate its corresponding 2D mask with SAM. Next, SA3D alternately performs mask inverse rendering and cross-view self-prompting across various views to iteratively refine the 3D mask of the target object. For one view, mask inverse…
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 · Visual Attention and Saliency Detection · Medical Image Segmentation Techniques
MethodsSegment Anything Model
