Graph Integrated Multimodal Concept Bottleneck Model
Jiakai Lin, Jinchang Zhang, Guoyu Lu
TL;DR
MoE-SGT advances Concept Bottleneck Models by embedding a structure-aware Graph Transformer over two heterogeneous graphs (answer–concept and answer–question) and by introducing a Mixture-of-Experts module to adapt model capacity to input complexity. The framework leverages an LLM-driven concept pool, human interventions, and multilingual visual-text priors to build a robust multimodal concept bottleneck vector that feeds a graph-based classifier. Across single- and multi-label datasets, MoE-SGT achieves state-of-the-art or competitive performance, with ablations highlighting the critical role of QA information, graph-based reasoning, and expert routing. This approach offers interpretable concept-based reasoning with scalable capacity, suitable for safety-critical and cross-modal applications, while outlining paths for domain generalization and real-time concept adaptation.
Abstract
With growing demand for interpretability in deep learning, especially in high stakes domains, Concept Bottleneck Models (CBMs) address this by inserting human understandable concepts into the prediction pipeline, but they are generally single modal and ignore structured concept relationships. To overcome these limitations, we present MoE-SGT, a reasoning driven framework that augments CBMs with a structure injecting Graph Transformer and a Mixture of Experts (MoE) module. We construct answer-concept and answer-question graphs for multimodal inputs to explicitly model the structured relationships among concepts. Subsequently, we integrate Graph Transformer to capture multi level dependencies, addressing the limitations of traditional Concept Bottleneck Models in modeling concept interactions. However, it still encounters bottlenecks in adapting to complex concept patterns. Therefore, we replace the feed forward layers with a Mixture of Experts (MoE) module, enabling the model to have greater capacity in learning diverse concept relationships while dynamically allocating reasoning tasks to different sub experts, thereby significantly enhancing the model's adaptability to complex concept reasoning. MoE-SGT achieves higher accuracy than other concept bottleneck networks on multiple datasets by modeling structured relationships among concepts and utilizing a dynamic expert selection mechanism.
