Multimodal Learning 相关度: 9/10

Efficient Encoder-Free Fourier-based 3D Large Multimodal Model

Guofeng Mei, Wei Lin, Luigi Riz, Yujiao Wu, Yiming Wang, Fabio Poiesi
arXiv: 2602.23153v1 发布: 2026-02-26 更新: 2026-02-26

AI 摘要

Fase3D提出了一种高效的无编码器傅里叶变换3D场景大模型,显著提升3D数据处理效率。

主要贡献

  • 提出基于傅里叶变换的3D场景LMM
  • 引入点云序列化和快速傅里叶变换(FFT)近似自注意力
  • 设计了基于结构化超点、空间填充曲线和傅里叶增强LoRA适配器的架构

方法论

通过点云序列化和FFT构建token,利用空间填充曲线建模全局上下文,并用傅里叶增强LoRA适配器注入全局频率信息。

原文摘要

Large Multimodal Models (LMMs) that process 3D data typically rely on heavy, pre-trained visual encoders to extract geometric features. While recent 2D LMMs have begun to eliminate such encoders for efficiency and scalability, extending this paradigm to 3D remains challenging due to the unordered and large-scale nature of point clouds. This leaves a critical unanswered question: How can we design an LMM that tokenizes unordered 3D data effectively and efficiently without a cumbersome encoder? We propose Fase3D, the first efficient encoder-free Fourier-based 3D scene LMM. Fase3D tackles the challenges of scalability and permutation invariance with a novel tokenizer that combines point cloud serialization and the Fast Fourier Transform (FFT) to approximate self-attention. This design enables an effective and computationally minimal architecture, built upon three key innovations: First, we represent large scenes compactly via structured superpoints. Second, our space-filling curve serialization followed by an FFT enables efficient global context modeling and graph-based token merging. Lastly, our Fourier-augmented LoRA adapters inject global frequency-aware interactions into the LLMs at a negligible cost. Fase3D achieves performance comparable to encoder-based 3D LMMs while being significantly more efficient in computation and parameters. Project website: https://tev-fbk.github.io/Fase3D.

标签

3D LMM Fourier Transform Point Cloud Encoder-Free

arXiv 分类

cs.CV cs.AI