LGCLApr 2

Expert-Choice Routing Enables Adaptive Computation in Diffusion Language Models

arXiv:2604.0162296.6h-index: 2Has Code
Predicted impact top 3% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This addresses inefficiencies in DLM mixture-of-experts models for researchers and practitioners, offering a retrofittable solution that is incremental but impactful.

The paper tackles the problem of load imbalance and rigid computation allocation in diffusion language models (DLMs) by proposing expert-choice routing instead of token-choice routing, resulting in deterministic load balancing, higher throughput, faster convergence, and improved accuracy across downstream tasks.

Diffusion language models (DLMs) enable parallel, non-autoregressive text generation, yet existing DLM mixture-of-experts (MoE) models inherit token-choice (TC) routing from autoregressive systems, leading to load imbalance and rigid computation allocation. We show that expert-choice (EC) routing is a better fit for DLMs: it provides deterministic load balancing by design, yielding higher throughput and faster convergence than TC. Building on the property that EC capacity is externally controllable, we introduce timestep-dependent expert capacity, which varies expert allocation according to the denoising step. We find that allocating more capacity to low-mask-ratio steps consistently achieves the best performance under matched FLOPs, and provide a mechanistic explanation: tokens in low-mask-ratio contexts exhibit an order-of-magnitude higher learning efficiency, so concentrating compute on these steps yields the largest marginal return. Finally, we show that existing pretrained TC DLMs can be retrofitted to EC by replacing only the router, achieving faster convergence and improved accuracy across diverse downstream tasks. Together, these results establish EC routing as a superior paradigm for DLM MoE models and demonstrate that computation in DLMs can be treated as an adaptive policy rather than a fixed architectural constant. Code is available at https://github.com/zhangshuibai/EC-DLM.

Foundations

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

Your Notes