paper-with-me

홈 › Papers

MoEs Are Stronger than You Think: Hyper-Parallel Inference Scaling with RoE

2025-09-21 · Soheil Zibakhsh, Mohammad Samragh, Kumari Nishu, Lauren Hannah, Arnav Kundu, Minsik Cho arxiv

The generation quality of large language models (LLMs) is often improved by utilizing inference-time sequence-level scaling methods (e.g., Chain-of-Thought). We introduce hyper-parallel scaling, a complementary framework that improves prediction quality at the token level. Hyper-parallel scaling computes and aggregates multiple output proposals for a single token from the model. We implement this concept in Mixture-of-Experts (MoE) models, which we refer to as Roster of Experts (RoE). RoE is a training-free inference algorithm that turns a single MoE into a dynamic ensemble of MoEs. RoE injects controlled stochasticity into the expert routing mechanism, enabling it to sample multiple diverse experts for each token and aggregate their outputs for a more accurate final prediction. To overcome the computational cost, we introduce an efficient batching strategy and a specialized KV-caching mechanism that minimizes compute and memory overhead. For example, RoE enables a 7B MoE model to match the performance of a 10.5B MoE model while using 30% less compute for inference. These gains are achieved without any fine-tuning of model parameters.

📄 PDF Abstract BibTeX arXiv:2509.17238

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoESys: A Distributed and Efficient Mixture-of-Experts Training and Inference System for Internet Services

2022-05-20 · dianhai yu, Liang Shen, Hongxiang Hao, Weibao Gong 외

While modern internet services, such as chatbots, search engines, and online advertising, demand the use of large-scale deep neural networks (DNNs), distributed training and inference over heterogeneous computing systems…

CPUDistributed ComputingGPUMixture-of-Experts

MoE-Inference-Bench: Performance Evaluation of Mixture of Expert Large Language and Vision Models

2025-08-24 · Krishna Teja Chitty-Venkata, Sylvia Howland, Golara Azar, Daria Soboleva 외 arxiv

Mixture of Experts (MoE) models have enabled the scaling of Large Language Models (LLMs) and Vision Language Models (VLMs) by achieving massive parameter counts while maintaining computational efficiency. However, MoEs i…

Computational Efficiency

H3M-SSMoEs: Hypergraph-based Multimodal Learning with LLM Reasoning and Style-Structured Mixture of Experts

2025-10-29 · Peilin Tan, Liang Xie, Churan Zhi, Dian Tu 외 arxiv

Stock movement prediction remains fundamentally challenging due to complex temporal dependencies, heterogeneous modalities, and dynamically evolving inter-stock relationships. Existing approaches often fail to unify stru…

On the Expressive Power of Mixture-of-Experts for Structured Complex Tasks

2025-05-30 · Mingze Wang, Weinan E

Mixture-of-experts networks (MoEs) have demonstrated remarkable efficiency in modern deep learning. Despite their empirical success, the theoretical foundations underlying their ability to model complex tasks remain poor…

Mixture-of-Experts

Latent Reasoning with Supervised Thinking States

2026-02-09 · Ido Amos, Avi Caciularu, Mor Geva, Amir Globerson 외 arxiv

Reasoning with a chain-of-thought (CoT) enables Large Language Models (LLMs) to solve complex tasks but incurs significant inference costs due to the generation of long rationales. We propose Thinking States, a method th…