paper-with-me

Papers

Routing by Analogy: kNN-Augmented Expert Assignment for Mixture-of-Experts

2026-01-05 · Boxuan Lyu, Soichiro Murakami, Hidetaka Kamigaito, Peinan Zhang arxiv

Mixture-of-Experts (MoE) architectures scale large language models efficiently by employing a parametric ``router'' to dispatch tokens to a sparse subset of experts. Typically, this router is trained once and then frozen, rendering routing decisions brittle under distribution shifts. We address this limitation by introducing kNN-MoE, a retrieval-augmented routing framework that reuses locally optimal expert assignments from a memory of similar past cases. This memory is constructed offline by directly optimizing token-wise routing logits to maximize the likelihood on a reference set. Crucially, we use the average similarity of retrieved neighbors as a confidence-driven mixing coefficient, thus allowing the method to fall back to the frozen router when no relevant cases are found. Experiments show that kNN-MoE outperforms the zero-shot baseline and is competitive with computationally intensive supervised fine-tuning.

📄 PDF Abstract BibTeX arXiv:2601.02144

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Routing in Sparsely-gated Language Models responds to Context

2024-09-21 · Stefan Arnold, Marian Fietta, Dilara Yesilbas

Language Models (LMs) recently incorporate mixture-of-experts layers consisting of a router and a collection of experts to scale up their parameter count given a fixed computational budget. Building on previous efforts i…

DecoderMixture-of-ExpertsSensitivity

Selective Sinkhorn Routing for Improved Sparse Mixture of Experts

2025-11-12 · Duc Anh Nguyen, Huu Binh Ta, Nhuan Le Duc, Tan Minh Nguyen 외 arxiv

Sparse Mixture-of-Experts (SMoE) models are scalable and computationally efficient, enabling large increases in model capacity with limited inference overhead. Existing SMoE methods often depend on auxiliary objectives, …

Image Classification

Region-Graph Optimal Transport Routing for Mixture-of-Experts Whole-Slide Image Classification

2026-04-08 · Xin Tian, Jiuliu Lu, Ephraim Tsalik, Bart Wanders 외 arxiv

Multiple Instance Learning (MIL) is the dominant framework for gigapixel whole-slide image (WSI) classification in computational pathology. However, current MIL aggregators route all instances through a shared pathway, c…

Multiple Instance LearningImage Classification

Input Domain Aware MoE: Decoupling Routing Decisions from Task Optimization in Mixture of Experts

2025-10-18 · Yongxiang Hua, Haoyu Cao, Zhou Tao, Bocheng Li 외 arxiv

Sparse Mixture of Experts (sMoE) has become a pivotal approach for scaling large vision-language models, offering substantial capacity while maintaining computational efficiency through dynamic, sparse activation of expe…

Computational Efficiency

L2R: Low-Rank and Lipschitz-Controlled Routing for Mixture-of-Experts

2026-01-29 · Minghao Yang, Ren Togo, Guang Li, Takahiro Ogawa 외 arxiv

Mixture-of-Experts (MoE) models scale neural networks by conditionally activating a small subset of experts, where the router plays a central role in determining expert specialization and overall model performance. Howev…