English

Laser: Efficient Language-Guided Segmentation in Neural Radiance Fields

Computer Vision and Pattern Recognition 2025-02-03 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2501.19084,
  title  = {Laser: Efficient Language-Guided Segmentation in Neural Radiance Fields},
  author = {Xingyu Miao and Haoran Duan and Yang Bai and Tejal Shah and Jun Song and Yang Long and Rajiv Ranjan and Ling Shao},
  journal= {arXiv preprint arXiv:2501.19084},
  year   = {2025}
}

Comments

Accepted by IEEE Transactions on Pattern Analysis and Machine Intelligence

R2 v1 2026-06-28T21:27:28.626Z