paper-with-me

홈 › Papers

Fast and Efficient: Mask Neural Fields for 3D Scene Segmentation

2024-07-01 · Zihan Gao, Lingling Li, Licheng Jiao, Fang Liu, Xu Liu, Wenping Ma, Yuwei Guo, Shuyuan Yang

Understanding 3D scenes is a crucial challenge in computer vision research with applications spanning multiple domains. Recent advancements in distilling 2D vision-language foundation models into neural fields, like NeRF and 3DGS, enable open-vocabulary segmentation of 3D scenes from 2D multi-view images without the need for precise 3D annotations. However, while effective, these methods typically rely on the per-pixel distillation of high-dimensional CLIP features, introducing ambiguity and necessitating complex regularization strategies, which adds inefficiency during training. This paper presents MaskField, which enables efficient 3D open-vocabulary segmentation with neural fields from a novel perspective. Unlike previous methods, MaskField decomposes the distillation of mask and semantic features from foundation models by formulating a mask feature field and queries. MaskField overcomes ambiguous object boundaries by naturally introducing SAM segmented object shapes without extra regularization during training. By circumventing the direct handling of dense high-dimensional CLIP features during training, MaskField is particularly compatible with explicit scene representations like 3DGS. Our extensive experiments show that MaskField not only surpasses prior state-of-the-art methods but also achieves remarkably fast convergence. We hope that MaskField will inspire further exploration into how neural fields can be trained to comprehend 3D scenes from 2D models.

📄 PDF Abstract BibTeX arXiv:2407.01220

Code (1)

keloee/maskfield 공식 구현 jax

Tasks

3DGSNeRFScene Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
SAM 설명 없음

Similar Papers 제목 키워드 기반

Lifting by Gaussians: A Simple, Fast and Flexible Method for 3D Instance Segmentation

2025-01-31 · Rohan Chacko, Nicolai Haeni, Eldar Khaliullin, Lin Sun 외

We introduce Lifting By Gaussians (LBG), a novel approach for open-world instance segmentation of 3D Gaussian Splatted Radiance Fields (3DGS). Recently, 3DGS Fields have emerged as a highly efficient and explicit alterna…

3DGS3D Instance Segmentation3D Semantic SegmentationInstance Segmentation+4

Efficient 3D Instance Mapping and Localization with Neural Fields

2024-03-28 · George Tang, Krishna Murthy Jatavallabhula, Antonio Torralba

We tackle the problem of learning an implicit scene representation for 3D instance segmentation from a sequence of posed RGB images. Towards this, we introduce 3DIML, a novel framework that efficiently learns a neural la…

3D Instance SegmentationImage SegmentationInstance SegmentationScene Understanding+2

Enforcing View-Consistency in Class-Agnostic 3D Segmentation Fields

2024-08-19 · Corentin Dumery, Aoxiang Fan, Ren Li, Nicolas Talabot 외

Radiance Fields have become a powerful tool for modeling 3D scenes from multiple images. However, they remain difficult to segment into semantically meaningful regions. Some methods work well using 2D semantic masks, but…

Contrastive LearningObjectObject DiscoverySegmentation+1

Scene-Generalizable Interactive Segmentation of Radiance Fields

2023-08-09 · Songlin Tang, Wenjie Pei, Xin Tao, Tanghui Jia 외

Existing methods for interactive segmentation in radiance fields entail scene-specific optimization and thus cannot generalize across different scenes, which greatly limits their applicability. In this work we make the f…

Interactive SegmentationSegmentationSemantic Segmentation

DynaMoN: Motion-Aware Fast and Robust Camera Localization for Dynamic Neural Radiance Fields

2023-09-16 · Nicolas Schischka, Hannah Schieber, Mert Asim Karaoglu, Melih Görgülü 외

The accurate reconstruction of dynamic scenes with neural radiance fields is significantly dependent on the estimation of camera poses. Widely used structure-from-motion pipelines encounter difficulties in accurately tra…

Camera LocalizationCamera Pose EstimationDynamic ReconstructionNeRF+4