MoE3D: Mixture of Experts meets Multi-Modal 3D Understanding
Yu Li, Yuenan Hou, Yingmei Wei, Xinge Zhu, Yuexin Ma, Wenqi Shao, Yanming Guo
TL;DR
MoE3D introduces a mixture-of-experts framework to multi-modal 3D understanding by deploying specialized experts for different modalities and interactions, guided by a Top-1 gating mechanism. The MoE Superpoint Transformer (MEST) integrates an Information Aggregation Module to fuse superpoint, prompt, and segmentation cues, with a progressive pre-training regime and instruction-tuning of a large language model via LoRA. Across four benchmarks, MoE3D achieves state-of-the-art or competitive results on 3D referring segmentation and 3D QA tasks, while maintaining efficiency through sparse routing. The work demonstrates the value of expert specialization for adaptable, unified multi-modal reasoning in complex 3D scenes.
Abstract
Multi-modal 3D understanding is a fundamental task in computer vision. Previous multi-modal fusion methods typically employ a single, dense fusion network, struggling to handle the significant heterogeneity and complexity across modalities, leading to suboptimal performance. In this paper, we propose MoE3D, which integrates Mixture of Experts (MoE) into the multi-modal learning framework. The core is that we deploy a set of specialized "expert" networks, each adept at processing a specific modality or a mode of cross-modal interaction. Specifically, the MoE-based transformer is designed to better utilize the complementary information hidden in the visual features. Information aggregation module is put forward to further enhance the fusion performance. Top-1 gating is employed to make one expert process features with expert groups, ensuring high efficiency. We further propose a progressive pre-training strategy to better leverage the semantic and 2D prior, thus equipping the network with good initialization. Our MoE3D achieves competitive performance across four prevalent 3D understanding tasks. Notably, our MoE3D surpasses the top-performing counterpart by 6.1 mIoU on Multi3DRefer.
