CVJul 30, 2015

Multilinear Map Layer: Prediction Regularization by Structural Constraint

arXiv:1507.08429v1
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy issues in neural networks for researchers and practitioners, but it is incremental as it builds on existing autoencoder models.

The paper tackles the problem of imposing structural constraints on neural network outputs to improve prediction accuracy and reduce computational costs, achieving a 62% reduction in parameters and lowering reconstruction error from 0.088 to 0.004 on the SVHN dataset.

In this paper we propose and study a technique to impose structural constraints on the output of a neural network, which can reduce amount of computation and number of parameters besides improving prediction accuracy when the output is known to approximately conform to the low-rankness prior. The technique proceeds by replacing the output layer of neural network with the so-called MLM layers, which forces the output to be the result of some Multilinear Map, like a hybrid-Kronecker-dot product or Kronecker Tensor Product. In particular, given an "autoencoder" model trained on SVHN dataset, we can construct a new model with MLM layer achieving 62\% reduction in total number of parameters and reduction of $\ell_2$ reconstruction error from 0.088 to 0.004. Further experiments on other autoencoder model variants trained on SVHN datasets also demonstrate the efficacy of MLM layers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes