ArXiv

SmartMage: Dynamic Modality Orchestration for 3D Scene Understanding

Authors
Yue Zhang, Yingzhao Jian, Yunqiu Xu...
Categories
cs.CV
arXiv
https://arxiv.org/abs/2608.05137v1
PDF
https://arxiv.org/pdf/2608.05137v1

Brief

SmartMage is a unified multimodal LLM that dynamically selects and composes heterogeneous modalities for semantic-aware 3D scene understanding. It combines SMART (semantic-guided modality selection) and MAGE (modality-aware expert gating) to avoid irrelevant modality noise and enable adaptive specialization. The model reports state-of-the-art results on five 3D benchmarks and competitive RGB-only video performance; full text not available, summary based on the abstract.

Why it matters

SmartMage (Yue Zhang et al., arXiv 2026-08-05) proposes dynamic modality orchestration for 3D scene understanding using two components: SMART (Semantic-guided Modality Adaptive RouTng) to select task-relevant modalities via semantic priors, text–modality alignment, and modality quality, and MAGE (Modality-Aware Gating Expert) to activate specialized experts.

Key details

  • Empirically, SmartMage achieves state-of-the-art performance across five 3D scene understanding benchmarks and obtains competitive results on RGB-only video benchmarks; the authors introduce a diagnostic benchmark, ScanFacet, to analyze modality–semantic preference patterns.
Source evidence

Abstract

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/.