用语言模型缓解3D点云分割中少数类被忽略的问题
Resolving Long-Tail Ambiguity in Unsupervised 3D Point Cloud Segmentation with Language Priors

- 引入语言模型构建语义先验,指导多层次聚类
- 在ScanNet-v2等数据集上提升13.5%以上mIoU
- 适合关注少样本类别分割的视觉算法研究者
现有无监督3D点云分割方法主要依赖纯视觉相似性聚类,存在长尾模糊问题:小类别特征常被主导聚类吸收,导致预测严重失衡。为此提出LangTail,一种基于语言引导的分层学习框架,利用语言模型中平衡的世界知识缓解长尾模糊。核心思路是建立语言衍生语义先验与视觉下采样小类间的多层级关联,补偿纯视觉聚类对主导类别的偏差注意力。具体地,从语言模型构建实体级语义先验,捕获跨类别的均衡细粒度知识;通过对比对齐注入分层聚类框架,引导多粒度语义结构形成,防止小类被主导聚类吸收,从而获得更具区分性的表示。在ScanNet-v2、S3DIS和nuScenes上的大量实验表明,LangTail相比现有方法显著提升,分别取得+13.5、+12.9和+8.9 mIoU。结果验证了语言先验在改善3D点云少数类表示方面的有效性。代码将发布于:https://github.com/Whisky0129/langtail_official。
原文摘要 · Abstract (English)
Existing approaches for unsupervised 3D point cloud segmentation predominantly rely on a purely visual similarity-based learning-by-clustering paradigm, which suffers from a fundamental limitation: long-tail ambiguity. In such a paradigm, features of minor classes are consistently absorbed by dominant clusters, leading to severely imbalanced predictions. To address this issue, we propose LangTail, a language-guided hierarchical learning framework that leverages the balanced world knowledge encoded in language models to mitigate long-tail ambiguity in unsupervised 3D segmentation. The key idea is to establish multi-level associations between language-derived semantic priors and visually underrepresented minor classes, thereby compensating for the biased attention of purely visual clustering toward dominant classes. Specifically, LangTail first constructs an entity-level semantic prior from language models, capturing balanced and fine-grained world knowledge across categories. These priors are injected into a hierarchical clustering framework via contrastive alignment. This guides multi-granularity semantic structure formation and prevents minor classes from being absorbed by dominant clusters, yielding more discriminative representations for underrepresented categories. Extensive experiments on ScanNet-v2, S3DIS, and nuScenes demonstrate that LangTail consistently outperforms existing methods by significant margins, \ie, +13.5, +12.9, and +8.9 mIoU, respectively. These results demonstrate the effectiveness of language priors in improving the representation of minority classes in 3D point clouds. The code will be released at: https://github.com/Whisky0129/langtail_official.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。