Pith. sign in

REVIEW 3 cited by

Taming Sparsely Activated Transformer with Stochastic Experts

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2110.04260 v3 pith:X3QCVLBJ submitted 2021-10-08 cs.CL cs.LG

classification cs.CLcs.LG
keywords expertsmodelsthortransformeractivatedroutingsamsbetter
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Sparsely activated models (SAMs), such as Mixture-of-Experts (MoE), can easily scale to have outrageously large amounts of parameters without significant increase in computational cost. However, SAMs are reported to be parameter inefficient such that larger models do not always lead to better performance. While most on-going research focuses on improving SAMs models by exploring methods of routing inputs to experts, our analysis reveals that such research might not lead to the solution we expect, i.e., the commonly-used routing methods based on gating mechanisms do not work better than randomly routing inputs to experts. In this paper, we propose a new expert-based model, THOR (Transformer witH StOchastic ExpeRts). Unlike classic expert-based models, such as the Switch Transformer, experts in THOR are randomly activated for each input during training and inference. THOR models are trained using a consistency regularized loss, where experts learn not only from training data but also from other experts as teachers, such that all the experts make consistent predictions. We validate the effectiveness of THOR on machine translation tasks. Results show that THOR models are more parameter efficient in that they significantly outperform the Transformer and MoE models across various settings. For example, in multilingual translation, THOR outperforms the Switch Transformer by 2 BLEU scores, and obtains the same BLEU score as that of a state-of-the-art MoE model that is 18 times larger. Our code is publicly available at: https://github.com/microsoft/Stochastic-Mixture-of-Experts.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. DOCS: Quantifying Weight Similarity for Deeper Insights into Large Language Models

    cs.CL 2025-01 conditional novelty 6.0 of 10

    The paper defines a weight-matrix similarity index based on maximum absolute cosine values and Gumbel fitting, then uses it to show that neighboring transformer layers in open LLMs have similar weights and form clusters.

  2. ReMoE: Fully Differentiable Mixture-of-Experts with ReLU Routing

    cs.LG 2024-12 conditional novelty 5.0 of 10

    ReLU-based routing with adaptive L1 regularization outperforms TopK routing in MoE language models across model sizes, expert counts, and granularity.

  3. Transforming Vision Transformer: Towards Efficient Multi-Task Asynchronous Learning

    cs.CV 2025-01 conditional novelty 4.0 of 10

    EMTAL turns pretrained ViT feed-forward networks into low-rank LoRA-tuned experts, stabilizes converged tasks with an EMA-logit distillation loss, and merges everything back into the original network for fast inference.

Pith tools