LGAISep 5, 2025

Dynamic Adaptive Shared Experts with Grouped Multi-Head Attention Mixture of Experts

arXiv:2509.10530v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses computational and modeling challenges in long-sequence tasks, but appears incremental as it builds on existing MoE and attention mechanisms.

The paper tackled the problem of computational inefficiency and limited long-range dependency capture in Transformer-based Mixture of Experts models for long-sequence modeling, proposing DASG-MoE which integrates grouped multi-head attention, dual-scale shared experts, and adaptive dynamic routing, achieving state-of-the-art performance on multiple benchmark datasets.

Transformer models based on the Mixture of Experts (MoE) architecture have made significant progress in long-sequence modeling, but existing models still have shortcomings in computational efficiency and the ability to capture long-range dependencies, especially in terms of the dynamic adaptability of expert resource allocation. In this paper, we propose a Dynamic Adaptive Shared Expert and Grouped Multi-Head Attention Hybrid Model (DASG-MoE) to enhance long-sequence modeling capabilities by integrating three modules. First, we employ the Grouped Multi-Head Attention (GMHA) mechanism to effectively reduce the computational complexity of long sequences. By parallel processing through sequence grouping, local sliding window attention, and feature aggregation, we address long-range dependency issues and the model's lack of generalization for local information. Second, we design a Dual-Scale Shared Expert Structure (DSSE), where shallow experts use lightweight computations to quickly respond to low-dimensional features, while deep experts process high-dimensional complex semantics through pre-training transfer and post-training optimization, achieving a dynamic balance between efficiency and accuracy. Third, we propose a hierarchical Adaptive Dynamic Routing (ADR) mechanism that dynamically selects expert levels based on feature complexity and task requirements, and optimizes resource allocation through a local expert activation strategy. Experiments on multiple long-sequence benchmark datasets demonstrate that our DASG-MoE model outperforms state-of-the-art models.

Foundations

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

Your Notes