English

Projection Based Weight Normalization for Deep Neural Networks

Machine Learning 2017-10-09 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Optimizing deep neural networks (DNNs) often suffers from the ill-conditioned problem. We observe that the scaling-based weight space symmetry property in rectified nonlinear network will cause this negative effect. Therefore, we propose to constrain the incoming weights of each neuron to be unit-norm, which is formulated as an optimization problem over Oblique manifold. A simple yet efficient method referred to as projection based weight normalization (PBWN) is also developed to solve this problem. PBWN executes standard gradient updates, followed by projecting the updated weight back to Oblique manifold. This proposed method has the property of regularization and collaborates well with the commonly used batch normalization technique. We conduct comprehensive experiments on several widely-used image datasets including CIFAR-10, CIFAR-100, SVHN and ImageNet for supervised learning over the state-of-the-art convolutional neural networks, such as Inception, VGG and residual networks. The results show that our method is able to improve the performance of DNNs with different architectures consistently. We also apply our method to Ladder network for semi-supervised learning on permutation invariant MNIST dataset, and our method outperforms the state-of-the-art methods: we obtain test errors as 2.52%, 1.06%, and 0.91% with only 20, 50, and 100 labeled samples, respectively.

Keywords

Cite

@article{arxiv.1710.02338,
  title  = {Projection Based Weight Normalization for Deep Neural Networks},
  author = {Lei Huang and Xianglong Liu and Bo Lang and Bo Li},
  journal= {arXiv preprint arXiv:1710.02338},
  year   = {2017}
}

Comments

12 pages, 3 figures

R2 v1 2026-06-22T22:05:31.053Z