CLASNov 8, 2019

Lipschitz Constrained Parameter Initialization for Deep Transformers

arXiv:1911.03179v21009 citations
Originality Incremental advance
AI Analysis

This solves the training instability issue for researchers and practitioners using deep Transformers in machine translation, though it is incremental as it builds on existing normalization and initialization techniques.

The paper tackles the training convergence problem of deep Transformers with more than 12 layers by introducing a Lipschitz-constrained parameter initialization method, which enables convergence and achieves significant BLEU improvements with up to 24 layers.

The Transformer translation model employs residual connection and layer normalization to ease the optimization difficulties caused by its multi-layer encoder/decoder structure. Previous research shows that even with residual connection and layer normalization, deep Transformers still have difficulty in training, and particularly Transformer models with more than 12 encoder/decoder layers fail to converge. In this paper, we first empirically demonstrate that a simple modification made in the official implementation, which changes the computation order of residual connection and layer normalization, can significantly ease the optimization of deep Transformers. We then compare the subtle differences in computation order in considerable detail, and present a parameter initialization method that leverages the Lipschitz constraint on the initialization of Transformer parameters that effectively ensures training convergence. In contrast to findings in previous research we further demonstrate that with Lipschitz parameter initialization, deep Transformers with the original computation order can converge, and obtain significant BLEU improvements with up to 24 layers. In contrast to previous research which focuses on deep encoders, our approach additionally enables Transformers to also benefit from deep decoders.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes