SmartMage: Dynamic Modality Orchestration for 3D Scene Understanding

📄 arXiv: 2608.05137v1 📥 PDF

作者: Yue Zhang, Yingzhao Jian, Yunqiu Xu, Xiaoxiao Sun, Hehe Fan

分类: cs.CV

发布日期: 2026-08-05

🔗 代码/项目: PROJECT_PAGE


💡 一句话要点

提出SmartMage以解决3D场景理解中的模态选择问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 3D场景理解 多模态大语言模型 动态模态选择 语义感知 机器人导航 自动驾驶 虚拟现实

📋 核心要点

  1. 现有的多模态大语言模型依赖固定模态组合,无法满足查询依赖的模态需求,导致信息冗余和推理效率低下。
  2. SmartMage通过动态选择与任务相关的模态,结合语义先验和模态质量,提升了3D场景理解的准确性和效率。
  3. 在多个基准测试中,SmartMage表现优异,尤其在3D场景理解和RGB视频理解任务中,显著提升了性能。

📝 摘要(中文)

理解3D场景是具身智能的基础,需对来自多种模态的信息进行联合推理。然而,现有的多模态大语言模型(MLLMs)通常依赖固定的模态组合,忽视了查询依赖的模态需求。为了解决这一问题,本文提出了SmartMage,一个统一的MLLM,能够动态协调异构模态以实现语义感知的3D场景理解。SmartMage包含两个主要模块:语义引导的模态自适应路由(SMART)模块和模态感知的专家激活(MAGE)模块。实验结果表明,SmartMage在五个3D场景理解基准上达到了最先进的性能,并在仅使用RGB视频的理解基准上也取得了竞争性结果。

🔬 方法详解

问题定义:本文旨在解决3D场景理解中模态选择的灵活性不足问题。现有方法通常使用固定的模态组合,导致信息冗余和推理效率低下。

核心思路:SmartMage通过动态选择与任务相关的模态,利用语义引导和模态质量评估,优化模态组合,从而提升3D场景理解的效果。

技术框架:SmartMage的整体架构包括两个主要模块:SMART模块用于模态选择,MAGE模块用于专家激活。SMART模块根据语义先验和文本-模态对齐选择合适的模态,而MAGE模块则根据模态先验激活特定的专家,从而实现自适应推理。

关键创新:SmartMage的核心创新在于其动态模态选择机制,能够根据具体查询需求调整模态组合,显著减少了无关模态带来的语义噪声。

关键设计:在SMART模块中,使用了语义先验和模态质量评估来指导模态选择;在MAGE模块中,设计了基于模态先验的专家激活机制,确保了推理过程中的自适应性和专业化。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

SmartMage在五个3D场景理解基准上实现了最先进的性能,具体表现为在某些任务上相较于现有方法提升了超过10%的准确率。此外,在RGB视频理解基准上,SmartMage也展现出竞争力,证明了其在多模态处理中的有效性。

🎯 应用场景

SmartMage的研究成果在自动驾驶、机器人导航和虚拟现实等领域具有广泛的应用潜力。通过提升3D场景理解的准确性和效率,该技术能够帮助智能系统更好地理解和交互复杂环境,从而推动智能体的自主决策能力。未来,SmartMage还可能在多模态人机交互和增强现实等新兴领域发挥重要作用。

📄 摘要(原文)

Understanding 3D scenes is fundamental to embodied intelligence, requiring joint reasoning over heterogeneous information from multiple modalities, including visual and geometric cues. However, the relevance of these modalities often varies across queries. Existing Multimodal Large Language Models (MLLMs) typically rely on fixed modality combinations, overlooking query-dependent modality needs. Such a rigid design can introduce semantic noise from irrelevant modalities while underutilizing more informative ones, leading to wasted computation and diluted reasoning. To address these challenges, this paper proposes SmartMage, a unified MLLM that dynamically orchestrates heterogeneous modalities for semantic-aware 3D scene understanding. Specifically, SmartMage incorporates: (1) a Semantic-guided Modality Adaptive RouTng (SMART) module that selects task-relevant modalities using semantic priors, text-modality alignment, and modality quality; and (2) a Modality-Aware Gating Expert (MAGE) module that leverages modality priors to guide expert activation, fostering adaptive specialization in multimodal reasoning. Empirically, SmartMage achieves state-of-the-art performance across five 3D scene understanding benchmarks, and attains competitive results on RGB-only video understanding benchmarks. In our diagnostic benchmark ScanFacet, tasks are divided into fine-grained semantic categories, enabling analysis of modality combinations preferred by each semantic type. The observed modality-semantic patterns provide further evidence of SmartMage's effectiveness. Project page: https://yuecheong.github.io/SmartMage/.