English

Understanding symmetries in deep networks

Machine Learning 2015-11-04 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Recent works have highlighted scale invariance or symmetry present in the weight space of a typical deep network and the adverse effect it has on the Euclidean gradient based stochastic gradient descent optimization. In this work, we show that a commonly used deep network, which uses convolution, batch normalization, reLU, max-pooling, and sub-sampling pipeline, possess more complex forms of symmetry arising from scaling-based reparameterization of the network weights. We propose to tackle the issue of the weight space symmetry by constraining the filters to lie on the unit-norm manifold. Consequently, training the network boils down to using stochastic gradient descent updates on the unit-norm manifold. Our empirical evidence based on the MNIST dataset shows that the proposed updates improve the test performance beyond what is achieved with batch normalization and without sacrificing the computational efficiency of the weight updates.

Keywords

Cite

@article{arxiv.1511.01029,
  title  = {Understanding symmetries in deep networks},
  author = {Vijay Badrinarayanan and Bamdev Mishra and Roberto Cipolla},
  journal= {arXiv preprint arXiv:1511.01029},
  year   = {2015}
}

Comments

Accepted at the 8th NIPS Workshop on Optimization for Machine Learning (OPT2015) to be held at Montreal, Canada on December 11, 2015

R2 v1 2026-06-22T11:36:27.202Z