paper-with-me

Papers

Tight Clusters Make Specialized Experts

2025-02-21 · Stefan K. Nielsen, Rachel S. Y. Teo, Laziz U. Abdullaev, Tan M. Nguyen

Sparse Mixture-of-Experts (MoE) architectures have emerged as a promising approach to decoupling model capacity from computational cost. At the core of the MoE model is the router, which learns the underlying clustering structure of the input distribution in order to send input tokens to appropriate experts. However, latent clusters may be unidentifiable in high dimension, which causes slow convergence, susceptibility to data contamination, and overall degraded representations as the router is unable to perform appropriate token-expert matching. We examine the router through the lens of clustering optimization and derive optimal feature weights that maximally identify the latent clusters. We use these weights to compute the token-expert routing assignments in an adaptively transformed space that promotes well-separated clusters, which helps identify the best-matched expert for each token. In particular, for each expert cluster, we compute a set of weights that scales features according to whether that expert clusters tightly along that feature. We term this novel router the Adaptive Clustering (AC) router. Our AC router enables the MoE model to obtain three connected benefits: 1) faster convergence, 2) better robustness to data corruption, and 3) overall performance improvement, as experts are specialized in semantically distinct regions of the input space. We empirically demonstrate the advantages of our AC router over baseline routing methods when applied on a variety of MoE backbones for language modeling and image recognition tasks in both clean and corrupted settings.

📄 PDF Abstract BibTeX arXiv:2502.15315

Code (1)

stefvk/acmoe 공식 구현 pytorch

Tasks

ClusteringLanguage ModelingLanguage ModellingMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MODE: Mixture of Document Experts for RAG

2025-08-27 · Rahul Anand arxiv

Retrieval-Augmented Generation (RAG) often relies on large vector databases and cross-encoders tuned for large-scale corpora, which can be excessive for small, domain-specific collections. We present MODE (Mixture of Doc…

MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection

2026-03-03 · Jun Yeong Park, JunYoung Seo, Minji Kang, Yu Rang Park arxiv

The CLIP model's outstanding generalization has driven recent success in Zero-Shot Anomaly Detection (ZSAD) for detecting anomalies in unseen categories. The core challenge in ZSAD is to specialize the model for anomaly …

Anomaly Detection

Heterogeneous Decentralized Diffusion Models

2026-03-06 · Zhiying Jiang, Raihan Seraj, Marcos Villagra, Bidhan Roy arxiv

Training frontier-scale diffusion models often requires substantial computational resources concentrated in tightly-coupled clusters, limiting participation to well-resourced institutions. While Decentralized Diffusion M…

Learning to Route Among Specialized Experts for Zero-Shot Generalization

2024-02-08 · Mohammed Muqeeth, Haokun Liu, Yufan Liu, Colin Raffel

Recently, there has been a widespread proliferation of "expert" language models that are specialized to a specific task or domain through parameter-efficient fine-tuning. How can we recycle large collections of expert la…

parameter-efficient fine-tuningZero-shot Generalization

Online Aggregation of Unbounded Losses Using Shifting Experts with Confidence

2018-08-02 · Vladimir V'yugin, Vladimir Trunov

We develop the setting of sequential prediction based on shifting experts and on a "smooth" version of the method of specialized experts. To aggregate experts predictions, we use the AdaHedge algorithm, which is a versio…

valid