arXiv:2502.09620cs.CVcs.AI2025-02被引 18

无需编码器的3D多模态模型,让大语言模型直接理解点云数据。

Exploring the Potential of Encoder-free Architectures in 3D LMMs

  • 用语义编码策略让LLM在预训练中学习点云高层语义。
  • 通过分层几何聚合,在微调阶段捕捉点云局部细节。
  • 首个无编码器3D多模态模型ENEL,7B参数媲美13B顶尖模型。

编码器自由架构在2D大模型中已有初步探索,但在3D理解场景中的可行性仍待验证。本文首次系统研究编码器自由架构在3D多模态模型中的潜力,以解决传统基于编码器的3D LMM存在的两大问题:推理时无法适应不同分辨率点云,以及编码器提取的点特征难以满足大语言模型的语义需求。我们提出两个关键策略:一是在预训练阶段引入嵌入式语义编码,结合多种自监督损失,采用混合语义损失提取高层语义;二是在指令微调阶段引入分层几何聚合,将归纳偏置注入LLM层,增强对点云局部细节的关注。最终构建首个无编码器3D LMM——ENEL。其7B模型在分类、描述生成和视觉问答任务上分别达到57.91%、61.0%和55.20%的准确率,媲美当前最优的PointLLM-PiSA-13B(13B)。结果表明,编码器自由架构在3D理解领域具有巨大潜力。代码已开源。

原文摘要 · Abstract (English)

Encoder-free architectures have been preliminarily explored in the 2D Large Multimodal Models (LMMs), yet it remains an open question whether they can be effectively applied to 3D understanding scenarios. In this paper, we present the first comprehensive investigation into the potential of encoder-free architectures to alleviate the challenges of encoder-based 3D LMMs. These long-standing challenges include the failure to adapt to varying point cloud resolutions during inference and the point features from the encoder not meeting the semantic needs of Large Language Models (LLMs). We identify key aspects for 3D LMMs to remove the pre-trained encoder and enable the LLM to assume the role of the 3D encoder: 1) We propose the LLM-embedded Semantic Encoding strategy in the pre-training stage, exploring the effects of various point cloud self-supervised losses. And we present the Hybrid Semantic Loss to extract high-level semantics. 2) We introduce the Hierarchical Geometry Aggregation strategy in the instruction tuning stage. This incorporates inductive bias into the LLM layers to focus on the local details of the point clouds. To the end, we present the first Encoder-free 3D LMM, ENEL. Our 7B model rivals the state-of-the-art model, PointLLM-PiSA-13B, achieving 57.91%, 61.0%, and 55.20% on the classification, captioning, and VQA tasks, respectively. Our results show that the encoder-free architecture is highly promising for replacing encoder-based architectures in the field of 3D understanding. The code is released at https://github.com/Ivan-Tang-3D/ENEL

3D理解多模态大模型点云

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