paper-with-me

홈 › Papers

LoopMoE: Unifying Iterative Computation with Mixture-of-Experts for Language Modeling

2026-06-03 · Wenkai Chen, Tianshu Li, Wenyong Huang, Yichun Yin, Lifeng Shang, Chengwei Qin arxiv

Mixture-of-Experts (MoE) and looped architectures scale models along two orthogonal axes, namely parameter capacity and effective depth. However, mainstream looped architectures rely on dense backbones that couple parameter count with per-token FLOPs, which makes it impossible to isolate the effect of iterative computation under matched budgets. To this end, we present LoopMoE, a looped MoE language model that integrates sparse routing with iterative weight-shared computation through two designs. The first is IterAdaLN, which resolves weight-sharing symmetry via a modulation signal jointly conditioned on the iteration index and the per-token hidden state. The second is a capacity-balancing strategy that recovers the attention-to-FFN active parameter ratio of well-tuned non-looped references. Together, these designs enable the first strictly controlled, head-to-head evaluation of a looped MoE against a Vanilla MoE under identical total parameters, per-token FLOPs, and active sublayer ratios. Across nine downstream benchmarks, LoopMoE's average improvement over its matched vanilla MoE increases from over 1 point at the 3B scale to approximately 3 points at the 9B scale. These results provide initial evidence that the benefits of iterative sparse computation may strengthen with scale, positioning LoopMoE as a promising architecture for scalable looped language models.

📄 PDF Abstract BibTeX arXiv:2606.04438

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mixture of Raytraced Experts

2025-07-16 · Andrea Perin, Giacomo Lagomarsini, Claudio Gallicchio, Giuseppe Nuti arxiv

We introduce a Mixture of Raytraced Experts, a stacked Mixture of Experts (MoE) architecture which can dynamically select sequences of experts, producing computational graphs of variable width and depth. Existing MoE arc…

Rasterized Steered Mixture of Experts for Efficient 2D Image Regression

2025-10-07 · Yi-Hsin Li, Mårten Sjöström, Sebastian Knorr, Thomas Sikora arxiv

The Steered Mixture of Experts regression framework has demonstrated strong performance in image reconstruction, compression, denoising, and super-resolution. However, its high computational cost limits practical applica…

Computational EfficiencyImage ReconstructionImage Denoising

PRISM: Synergizing Vision Foundation Models via Self-organized Expert Specialization

2026-06-02 · Ying Tang, Dong Li, Youjia Zhang, Zikai Song 외 arxiv

Unifying the complementary strengths of diverse Vision Foundation Models (VFMs) into a single efficient model is highly desirable but challenged by the negative transfer inherent in monolithic distillation. To address th…

Maximum Score Routing For Mixture-of-Experts

2025-08-18 · Bowen Dong, Yilong Fan, Yutao Sun, Zhenyu Li 외 arxiv

Routing networks in sparsely activated mixture-of-experts (MoE) dynamically allocate input tokens to top-k experts through differentiable sparse transformations, enabling scalable model capacity while preserving computat…

Computational Efficiency

MP-ISMoE: Mixed-Precision Interactive Side Mixture-of-Experts for Efficient Transfer Learning

2026-04-10 · Yutong Zhang, Zimeng Wu, Shangcai Liao, Shujiang Wu 외 arxiv

Parameter-efficient transfer learning (PETL) has emerged as a pivotal paradigm for adapting pre-trained foundation models to downstream tasks, significantly reducing trainable parameters yet suffering from substantial me…

Transfer Learning