paper-with-me

Papers

SAM3D: Segment Anything in 3D Scenes

2023-06-06 · Yunhan Yang, Xiaoyang Wu, Tong He, Hengshuang Zhao, Xihui Liu

In this work, we propose SAM3D, a novel framework that is able to predict masks in 3D point clouds by leveraging the Segment-Anything Model (SAM) in RGB images without further training or finetuning. For a point cloud of a 3D scene with posed RGB images, we first predict segmentation masks of RGB images with SAM, and then project the 2D masks into the 3D points. Later, we merge the 3D masks iteratively with a bottom-up merging approach. At each step, we merge the point cloud masks of two adjacent frames with the bidirectional merging approach. In this way, the 3D masks predicted from different frames are gradually merged into the 3D masks of the whole 3D scene. Finally, we can optionally ensemble the result from our SAM3D with the over-segmentation results based on the geometric information of the 3D scenes. Our approach is experimented with ScanNet dataset and qualitative results demonstrate that our SAM3D achieves reasonable and fine-grained 3D segmentation results without any training or finetuning of SAM.

📄 PDF Abstract BibTeX arXiv:2306.03908

Code (1)

pointcept/segmentanything3d 공식 구현 pytorch

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

SAM Struggles in Concealed Scenes -- Empirical Study on "Segment Anything"

2023-04-12 · Ge-Peng Ji, Deng-Ping Fan, Peng Xu, Ming-Ming Cheng 외

Segmenting anything is a ground-breaking step toward artificial general intelligence, and the Segment Anything Model (SAM) greatly fosters the foundation models for computer vision. We could not be more excited to probe …

Gaussian Grouping: Segment and Edit Anything in 3D Scenes

2023-12-01 · Mingqiao Ye, Martin Danelljan, Fisher Yu, Lei Ke

The recent Gaussian Splatting achieves high-quality and real-time novel-view synthesis of the 3D scenes. However, it is solely concentrated on the appearance and geometry modeling, while lacking in fine-grained object-le…

ColorizationNeRFNovel View SynthesisObject+2

A Comprehensive Survey on Segment Anything Model for Vision and Beyond

2023-05-14 · Chunhui Zhang, Li Liu, Yawen Cui, Guanjie Huang 외

Artificial intelligence (AI) is evolving towards artificial general intelligence, which refers to the ability of an AI system to perform a wide range of tasks and exhibit a level of intelligence similar to that of a huma…

Inpaint Anything: Segment Anything Meets Image Inpainting

2023-04-13 · Tao Yu, Runseng Feng, Ruoyu Feng, Jinming Liu 외

Modern image inpainting systems, despite the significant progress, often struggle with mask selection and holes filling. Based on Segment-Anything Model (SAM), we make the first attempt to the mask-free image inpainting …

Image Inpainting

Enlighten Anything: When Segment Anything Model Meets Low-Light Image Enhancement

2023-06-17 · Qihan Zhao, Xiaofeng Zhang, Hao Tang, Chaochen Gu 외

Image restoration is a low-level visual task, and most CNN methods are designed as black boxes, lacking transparency and intrinsic aesthetics. Many unsupervised approaches ignore the degradation of visible information in…

Image EnhancementImage RestorationLow-Light Image EnhancementSSIM+1