SOTAVerified

Neural Networks Regularization Through Class-wise Invariant Representation Learning

2017-09-06Code Available0· sign in to hype

Soufiane Belharbi, Clément Chatelain, Romain Hérault, Sébastien Adam

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Training deep neural networks is known to require a large number of training samples. However, in many applications only few training samples are available. In this work, we tackle the issue of training neural networks for classification task when few training samples are available. We attempt to solve this issue by proposing a new regularization term that constrains the hidden layers of a network to learn class-wise invariant representations. In our regularization framework, learning invariant representations is generalized to the class membership where samples with the same class should have the same representation. Numerical experiments over MNIST and its variants showed that our proposal helps improving the generalization of neural network particularly when trained with few samples. We provide the source code of our framework https://github.com/sbelharbi/learning-class-invariant-features .

Tasks

Reproductions