arXiv:2603.09173cs.CV2026-03中稿 · The IEEE/CVF Confe…被引 1

让大模型直接读懂点云,像学外语一样处理3D数据。

Point Cloud as a Foreign Language for Multi-modal Large Language Model

  • 用轻量级3D分词器将点云转为离散符号,无需预训练3D编码器。
  • 在多个3D基准上超越现有方法,计算开销降低50%以上。
  • 适合需要3D理解能力的通用大模型研究者和开发者。

多模态大语言模型在视觉与语言理解融合方面取得显著进展。近期工作通过基于编码器的架构将能力扩展至3D理解,依赖预训练3D编码器提取几何特征。然而,此类方法存在几何与语义空间错位、分辨率敏感及计算开销大的问题。本文提出SAGE,首个端到端处理原始点云的3D多模态大模型,不依赖预训练3D编码器。方法引入轻量级3D分词器,结合几何采样、邻域聚合与向量量化,将点云转化为离散令牌——将3D数据视为一种‘外语’,自然扩展大模型词汇。为提升复杂3D任务推理能力,设计基于语义对齐奖励的偏好优化训练策略,专用于开放式3D问答(回答为描述性文本)。在多个3D理解基准上的实验表明,该端到端方法优于现有编码器方法,且在计算效率、跨大模型骨干泛化性及输入分辨率鲁棒性方面具有显著优势。代码已开源:github.com/snehaputul/SAGE3D。

原文摘要 · Abstract (English)

Multi-modal large language models (MLLMs) have shown remarkable progress in integrating visual and linguistic understanding. Recent efforts have extended these capabilities to 3D understanding through encoder-based architectures that rely on pre-trained 3D encoders to extract geometric features. However, such approaches suffer from semantic misalignment between geometric and linguistic spaces, resolution sensitivity, and substantial computational overhead. In this work, we present SAGE, the first end-to-end 3D MLLM that directly processes raw point clouds without relying on a pre-trained 3D encoder. Our approach introduces a lightweight 3D tokenizer that combines geometric sampling and neighbourhood aggregation with vector quantization to convert point clouds into discrete tokens--treating 3D data as a foreign language that naturally extends the LLM's vocabulary. Furthermore, to enhance the model's reasoning capability on complex 3D tasks, we propose a preference optimization training strategy with a semantic alignment-based reward, specifically designed for open-ended 3D question answering where responses are descriptive. Extensive experiments across diverse 3D understanding benchmarks demonstrate that our end-to-end approach outperforms existing encoder-based methods while offering significant advantages in computational efficiency, generalization across LLM backbones, and robustness to input resolution variations. Code is available at: github.com/snehaputul/SAGE3D.

3D理解大模型点云分词器

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。