权重归一化:一种加速深度神经网络训练的简单重参数化方法

Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks

迪德里克·金马 Diederik P. Kingma · OpenAI · 2016-02-25 · arXiv:1602.07868 ↗ · 被引 2125

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出权重归一化:一种对神经网络权重向量的重参数化方法,将权重向量的长度与其方向解耦。通过这种重参数化,我们改善了优化问题的条件,并加速了随机梯度下降的收敛。我们的重参数化受批归一化启发,但不会在迷你批次中的样本之间引入任何依赖关系。这意味着我们的方法也可以成功应用于循环模型(如 LSTM)以及对噪声敏感的应用(如深度强化学习或生成模型),而批归一化在这些场景中不太适用。尽管我们的方法更简单,但它仍能提供接近完整批归一化的加速效果。此外,我们的方法计算开销更低,允许在相同时间内进行更多优化步骤。我们在监督图像识别、生成建模和深度强化学习等应用中展示了我们方法的实用性。

We present weight normalization: a reparameterization of the weight vectors in a neural network that decouples the length of those weight vectors from their direction. By reparameterizing the weights in this way we improve the conditioning of the optimization problem and we speed up convergence of stochastic gradient descent. Our reparameterization is inspired by batch normalization but does not introduce any dependencies between the examples in a minibatch. This means that our method can also be applied successfully to recurrent models such as LSTMs and to noise-sensitive applications such as deep reinforcement learning or generative models, for which batch normalization is less well suited. Although our method is much simpler, it still provides much of the speed-up of full batch normalization. In addition, the computational overhead of our method is lower, permitting more optimization steps to be taken in the same amount of time. We demonstrate the usefulness of our method on applications in supervised image recognition, generative modelling, and deep reinforcement learning.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 13)

阅读逐段中英对照全文 →