CVMar 26

MoE-GRPO: Optimizing Mixture-of-Experts via Reinforcement Learning in Vision-Language Models

arXiv:2603.2498480.81 citationsh-index: 12
Predicted impact top 27% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses a bottleneck in MoE-based Vision-Language Models for scalable multi-modal understanding, offering an incremental improvement over existing routing mechanisms.

The paper tackles the problem of deterministic top-K routing in Mixture-of-Experts (MoE) for Vision-Language Models, which can lead to suboptimal expert combinations and overfitting, by proposing MoE-GRPO, a reinforcement learning framework that improves expert selection diversity and outperforms standard methods on multi-modal benchmarks.

Mixture-of-Experts (MoE) has emerged as an effective approach to reduce the computational overhead of Transformer architectures by sparsely activating a subset of parameters for each token while preserving high model capacity. This paradigm has recently been extended to Vision-Language Models (VLMs), enabling scalable multi-modal understanding with reduced computational cost. However, the widely adopted deterministic top-K routing mechanism may overlook more optimal expert combinations and lead to expert overfitting. To address this limitation and improve the diversity of expert selection, we propose MoE-GRPO, a reinforcement learning (RL)-based framework for optimizing expert routing in MoE-based VLMs. Specifically, we formulate expert selection as a sequential decision-making problem and optimize it using Group Relative Policy Optimization (GRPO), allowing the model to learn adaptive expert routing policies through exploration and reward-based feedback. Furthermore, we introduce a modality-aware router guidance that enhances training stability and efficiency by discouraging the router from exploring experts that are infrequently activated for a given modality. Extensive experiments on multi-modal image and video benchmarks show that MoE-GRPO consistently outperforms standard top-K routing and its variants by promoting more diverse expert selection, thereby mitigating expert overfitting and enabling a task-level expert specialization.

Foundations

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

Your Notes