paper-with-me

Papers

Laser: Efficient Language-Guided Segmentation in Neural Radiance Fields

2025-01-31 · Xingyu Miao, Haoran Duan, Yang Bai, Tejal Shah, Jun Song, Yang Long, Rajiv Ranjan, Ling Shao

In this work, we propose a method that leverages CLIP feature distillation, achieving efficient 3D segmentation through language guidance. Unlike previous methods that rely on multi-scale CLIP features and are limited by processing speed and storage requirements, our approach aims to streamline the workflow by directly and effectively distilling dense CLIP features, thereby achieving precise segmentation of 3D scenes using text. To achieve this, we introduce an adapter module and mitigate the noise issue in the dense CLIP feature distillation process through a self-cross-training strategy. Moreover, to enhance the accuracy of segmentation edges, this work presents a low-rank transient query attention mechanism. To ensure the consistency of segmentation for similar colors under different viewpoints, we convert the segmentation task into a classification task through label volume, which significantly improves the consistency of segmentation in color-similar areas. We also propose a simplified text augmentation strategy to alleviate the issue of ambiguity in the correspondence between CLIP features and text. Extensive experimental results show that our method surpasses current state-of-the-art technologies in both training speed and performance. Our code is available on: https://github.com/xingy038/Laser.git.

📄 PDF Abstract BibTeX arXiv:2501.19084

Code (1)

xingy038/laser 공식 구현 pytorch

Tasks

SegmentationText Augmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

RelationField: Relate Anything in Radiance Fields

2024-12-18 · CVPR 2025 1 · Sebastian Koch, Johanna Wald, Mirco Colosi, Narunas Vaskevicius 외

Neural radiance fields are an emerging 3D scene representation and recently even been extended to learn features for scene understanding by distilling open-vocabulary features from vision-language models. However, curren…

3d scene graph generationGraph GenerationInstance SegmentationObject+3

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

Segmentation-Guided Neural Radiance Fields for Novel Street View Synthesis

2025-03-18 · Yizhou Li, Yusuke Monno, Masatoshi Okutomi, Yuuichi Tanaka 외

Recent advances in Neural Radiance Fields (NeRF) have shown great potential in 3D reconstruction and novel view synthesis, particularly for indoor and small-scale scenes. However, extending NeRF to large-scale outdoor en…

3D ReconstructionNeRFNovel View Synthesis

GSNeRF: Generalizable Semantic Neural Radiance Fields with Enhanced 3D Scene Understanding

2024-03-06 · CVPR 2024 1 · Zi-Ting Chou, Sheng-Yu Huang, I-Jieh Liu, Yu-Chiang Frank Wang

Utilizing multi-view inputs to synthesize novel-view images, Neural Radiance Fields (NeRF) have emerged as a popular research topic in 3D vision. In this work, we introduce a Generalizable Semantic Neural Radiance Field …

NeRFScene UnderstandingSemantic Segmentation

Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields

2023-12-06 · CVPR 2024 1 · Shijie Zhou, Haoran Chang, Sicheng Jiang, Zhiwen Fan 외

3D scene representations have gained immense popularity in recent years. Methods that use Neural Radiance fields are versatile for traditional tasks such as novel view synthesis. In recent times, some work has emerged th…

3DGS3D scene EditingNatural Language QueriesNeRF+2