2015

Tensorizing Neural Networks

Novikov, Alexander, Podoprikhin, Dmitry, Osokin, Anton et al.

Understand

Deep neural networks currently demonstrate state-of-the-art performance in several domains.

  • At the same time, models of this class are very demanding in terms of computational resources.
  • In particular, a large amount of memory is required by commonly used fully-connected layers, making it hard to use the models on low-end devices and stopping the further increase of the model size.
  • In this paper we convert the dense weight matrices of the fully-connected layers to the Tensor Train format such that the number of parameters is reduced by a huge factor and at the same time the expressive power of the layer is preserved.

Reading the bibliography…