paper-with-me

Papers

Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer

2017-01-23 · Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, Jeff Dean

The capacity of a neural network to absorb information is limited by its number of parameters. Conditional computation, where parts of the network are active on a per-example basis, has been proposed in theory as a way of dramatically increasing model capacity without a proportional increase in computation. In practice, however, there are significant algorithmic and performance challenges. In this work, we address these challenges and finally realize the promise of conditional computation, achieving greater than 1000x improvements in model capacity with only minor losses in computational efficiency on modern GPU clusters. We introduce a Sparsely-Gated Mixture-of-Experts layer (MoE), consisting of up to thousands of feed-forward sub-networks. A trainable gating network determines a sparse combination of these experts to use for each example. We apply the MoE to the tasks of language modeling and machine translation, where model capacity is critical for absorbing the vast quantities of knowledge available in the training corpora. We present model architectures in which a MoE with up to 137 billion parameters is applied convolutionally between stacked LSTM layers. On large language modeling and machine translation benchmarks, these models achieve significantly better results than state-of-the-art at lower computational cost.

📄 PDF Abstract BibTeX arXiv:1701.06538

Code (4)

davidmrau/mixture-of-experts pytorch
jsuarez5341/Efficient-Dynamic-Batching pytorch
ma921/XRDidentifier pytorch
unconst/MACH tf

Tasks

Computational EfficiencyGPULanguage ModelingLanguage ModellingMachine TranslationMixture-of-ExpertsTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Taming Sparsely Activated Transformer with Stochastic Experts

2021-10-08 · ICLR 2022 4 · Simiao Zuo, Xiaodong Liu, Jian Jiao, Young Jin Kim 외

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 p…

Machine TranslationMixture-of-ExpertsTranslation

Handling Trade-Offs in Speech Separation with Sparsely-Gated Mixture of Experts

2022-11-11 · Xiaofei Wang, Zhuo Chen, Yu Shi, Jian Wu 외

Employing a monaural speech separation (SS) model as a front-end for automatic speech recognition (ASR) involves balancing two kinds of trade-offs. First, while a larger model improves the SS performance, it also require…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Mixture-of-Expertsspeech-recognition+2

Optimizing Mixture of Experts using Dynamic Recompilations

2022-05-04 · Ferdinand Kossmann, Zhihao Jia, Alex Aiken

The Mixture of Experts architecture allows for outrageously large neural networks by scaling model parameter size independently from computational demand (FLOPs). However, current DNN frameworks cannot effectively suppor…

Mixture-of-Experts

Building a great multi-lingual teacher with sparsely-gated mixture of experts for speech recognition

2021-12-10 · Kenichi Kumatani, Robert Gmyr, Felipe Cruz Salinas, Linquan Liu 외

The sparsely-gated Mixture of Experts (MoE) can magnify a network capacity with a little computational complexity. In this work, we investigate how multi-lingual Automatic Speech Recognition (ASR) networks can be scaled …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMixture-of-Experts+2

Quadruped Parkour Learning: Sparsely Gated Mixture of Experts with Visual Input

2026-04-21 · Michael Ziegltrum, Jianhao Jiao, Tianhu Peng, Chengxu Zhou 외 arxiv

Robotic parkour provides a compelling benchmark for advancing locomotion over highly challenging terrain, including large discontinuities such as elevated steps. Recent approaches have demonstrated impressive capabilitie…

Computational Efficiency