Attention-Aware Routing: Coupling Routing and Attention in MoEs

📅 2026-09-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
提出Attention-Aware Routing方法,通过结合注意力权重的时域和频域特征改进MoE模型中的路由选择过程,提高性能并减少错误生成。
📝 Abstract
In Mixture-of-Experts language models, the router typically selects and weights experts based on the token's hidden state, utilizing limited contextual information. We propose Attention-Aware Routing (AAR), which augments the router with temporal and spectral features extracted from a sliding window of attention weights that represent a summary of the model's contextual state, disentangled from the hidden state. Keeping the base transformer entirely frozen, we train only the routing parameters, isolating routing as the sole variable. AAR improves GSM8K by +3.37 pp over a routing-only SFT baseline on OLMoE. Beyond performance, we show that routing and attention form a coupled circuit: routing changes at layer l propagate through the residual stream to amplify attention sinks at layer l+1, reshaping attention without any direct update to the attention mechanism itself. Further, AAR reduces long diverging generation, with incorrect answers getting shorter, while correct answers remain unchanged in length. Finally, AAR is strongly depth-sensitive: applying it indiscriminately across layers can degrade factual retrieval, whereas mathematical reasoning gains persist when it is introduced deeper in the network. This sensitivity exposes a retrieval--reasoning tension across depth and makes layer-selective AAR a controlled probe of the routing-relevant information carried by attention at different layers.
Problem

Research questions and friction points this paper is trying to address.

Attention-Aware Routing
Mixture-of-Experts
Contextual Information
Router
Attention Weights
Innovation

Methods, ideas, or system contributions that make the work stand out.

Attention-Aware Routing
contextual information
coupled circuit
attention sinks
depth-sensitive
🔎 Similar Papers
No similar papers found.