paper-with-me

홈 › Papers

Gating Dropout: Communication-efficient Regularization for Sparsely Activated Transformers

2022-05-28 · Rui Liu, Young Jin Kim, Alexandre Muzio, Hany Hassan Awadalla

Sparsely activated transformers, such as Mixture of Experts (MoE), have received great interest due to their outrageous scaling capability which enables dramatical increases in model size without significant increases in computational cost. To achieve this, MoE models replace the feedforward sub-layer with Mixture-of-Experts sub-layer in transformers and use a gating network to route each token to its assigned experts. Since the common practice for efficient training of such models requires distributing experts and tokens across different machines, this routing strategy often incurs huge cross-machine communication cost because tokens and their assigned experts likely reside in different machines. In this paper, we propose \emph{Gating Dropout}, which allows tokens to ignore the gating network and stay at their local machines, thus reducing the cross-machine communication. Similar to traditional dropout, we also show that Gating Dropout has a regularization effect during training, resulting in improved generalization performance. We validate the effectiveness of Gating Dropout on multilingual machine translation tasks. Our results demonstrate that Gating Dropout improves a state-of-the-art MoE model with faster wall-clock time convergence rates and better BLEU scores for a variety of model sizes and datasets.

📄 PDF Abstract BibTeX arXiv:2205.14336

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMixture-of-Experts

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Sparse MoE as the New Dropout: Scaling Dense and Self-Slimmable Transformers

2023-03-02 · Tianlong Chen, Zhenyu Zhang, Ajay Jaiswal, Shiwei Liu 외

Despite their remarkable achievement, gigantic transformers encounter significant drawbacks, including exorbitant computational and memory footprints during training, as well as severe collapse evidenced by a high degree…

Mixture-of-Experts

Towards More Effective and Economic Sparsely-Activated Model

2021-10-14 · Hao Jiang, Ke Zhan, Jianwei Qu, Yongkang Wu 외

The sparsely-activated models have achieved great success in natural language processing through large-scale parameters and relatively low computational cost, and gradually become a feasible technique for training and im…

GPUmodel

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-04-16 · Shashank Gupta, Subhabrata Mukherjee, Krishan Subudhi, Eduardo Gonzalez 외

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

MaxDropout: Deep Neural Network Regularization Based on Maximum Output Values

2020-07-27 · Claudio Filipi Goncalves do Santos, Danilo Colombo, Mateus Roder, João Paulo Papa

Different techniques have emerged in the deep learning scenario, such as Convolutional Neural Networks, Deep Belief Networks, and Long Short-Term Memory Networks, to cite a few. In lockstep, regularization methods, which…

image-classificationImage Classification