CVAIJul 30, 2025

MoCHA: Advanced Vision-Language Reasoning with MoE Connector and Hierarchical Group Attention

arXiv:2507.22805v3h-index: 2
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy issues in vision-language reasoning for AI applications, representing an incremental advancement through novel architectural components.

The paper tackles the high costs and visual detail extraction challenges in vision-language models by proposing MoCHA, a framework that integrates multiple vision backbones with a Mixture of Experts Connectors and Hierarchical Group Attention, resulting in improved performance such as a 3.25% increase in POPE and 153-point gain on MME benchmarks.

Vision large language models (VLLMs) are focusing primarily on handling complex and fine-grained visual information by incorporating advanced vision encoders and scaling up visual models. However, these approaches face high training and inference costs, as well as challenges in extracting visual details, effectively bridging across modalities. In this work, we propose a novel visual framework, MoCHA, to address these issues. Our framework integrates four vision backbones (i.e., CLIP, SigLIP, DINOv2 and ConvNeXt) to extract complementary visual features and is equipped with a sparse Mixture of Experts Connectors (MoECs) module to dynamically select experts tailored to different visual dimensions. To mitigate redundant or insufficient use of the visual information encoded by the MoECs module, we further design a Hierarchical Group Attention (HGA) with intra- and inter-group operations and an adaptive gating strategy for encoded visual features. We train MoCHA on two mainstream LLMs (e.g., Phi2-2.7B and Vicuna-7B) and evaluate their performance across various benchmarks. Notably, MoCHA outperforms state-of-the-art open-weight models on various tasks. For example, compared to CuMo (Mistral-7B), our MoCHA (Phi2-2.7B) presents outstanding abilities to mitigate hallucination by showing improvements of 3.25% in POPE and to follow visual instructions by raising 153 points on MME. Finally, ablation studies further confirm the effectiveness and robustness of the proposed MoECs and HGA in improving the overall performance of MoCHA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes