paper-with-me

홈 › Papers

Latent Prototype Routing: Achieving Near-Perfect Load Balancing in Mixture-of-Experts

2025-06-26 · Jiajie Yang

Mixture-of-Experts (MoE) architectures have emerged as a key strategy for scaling large language models (LLMs) efficiently. However, current MoE systems suffer from severe load imbalance, where only a small subset of experts is consistently activated during training and inference, leading to significant underutilization of model capacity and computational resources. In this work, we revisit expert routing through a clustering perspective and propose Latent Prototype Routing (LPR), a novel routing framework that generalizes existing approaches while promoting balanced expert utilization without compromising downstream performance. Extensive experiments across multiple open-source MoE models -- including DeepSeek-V3, Qwen3-MoE, and Mixtral -- demonstrate that LPR reduces the Gini coefficient of expert load from 0.70 to 0.035 on average, improves the min-max expert load ratio from 1e-6 to 0.70, achieving near-perfect load balancing.

📄 PDF Abstract BibTeX arXiv:2506.21328

Code (1)

rando11199/latentprototyperouter 공식 구현 pytorch

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

GCR: Geometry-Consistent Routing for Task-Agnostic Continual Anomaly Detection

2026-01-05 · Joongwon Chae, Lihui Luo, Yang Liu, Runming Wang 외 arxiv

Feature-based anomaly detection is widely adopted in industrial inspection due to the strong representational power of large pre-trained vision encoders. While most existing methods focus on improving within-category ano…

Representation LearningAnomaly DetectionDecision Making

Variational Prototype Learning for Deep Face Recognition

2021-06-19 · CVPR 2021 1 · Jiankang Deng, Jia Guo, Jing Yang, Alexandros Lattas 외

Deep face recognition has achieved remarkable improvements due to the introduction of margin-based softmax loss, in which the prototype stored in the last linear layer represents the center of each class. In these me…

Face Recognition

LOPA: Enhancing Spoken Language Assessment via Latent Ordinal Prototype Alignment

2026-06-30 · Hong-Yun Lin, Fu-An Chao, Bi-Cheng Yan, Berlin Chen arxiv

Fueled by increasing model scale and multimodal inputs, Multimodal Large Language Models (MLLMs) have emerged as a promising paradigm for Spoken Language Assessment (SLA). While effective, this paradigm often overlooks t…

Language Acquisition

Dynamic Latent Routing

2026-05-14 · Fangyuan Yu, Xin Su, Amir Abdullah arxiv

We investigate the temporal concatenation of sub-policies in Markov Decision Processes (MDP) with time-varying reward functions. We introduce General Dijkstra Search (GDS), and prove that globally optimal goal-reaching p…

PITE: Multi-Prototype Alignment for Individual Treatment Effect Estimation

2025-11-13 · Fuyuan Cao, Jiaxuan Zhang, Xiaoli Li arxiv

Estimating Individual Treatment Effects (ITE) from observational data is challenging due to confounding bias. Most studies tackle this bias by balancing distributions globally, but ignore individual heterogeneity and fai…