MLLGJun 26, 2020

Relative gradient optimization of the Jacobian term in unsupervised deep learning

arXiv:2006.15090v224 citations
AI Analysis

This addresses a computational bottleneck for researchers and practitioners in unsupervised deep learning, offering an incremental improvement over existing methods.

The paper tackles the computational expense of training deep density models by proposing a relative gradient optimization method that reduces training cost from cubic to quadratic scaling in input size, enabling fast exact training without structural constraints on the Jacobian.

Learning expressive probabilistic models correctly describing the data is a ubiquitous problem in machine learning. A popular approach for solving it is mapping the observations into a representation space with a simple joint distribution, which can typically be written as a product of its marginals -- thus drawing a connection with the field of nonlinear independent component analysis. Deep density models have been widely used for this task, but their maximum likelihood based training requires estimating the log-determinant of the Jacobian and is computationally expensive, thus imposing a trade-off between computation and expressive power. In this work, we propose a new approach for exact training of such neural networks. Based on relative gradients, we exploit the matrix structure of neural network parameters to compute updates efficiently even in high-dimensional spaces; the computational cost of the training is quadratic in the input size, in contrast with the cubic scaling of naive approaches. This allows fast training with objective functions involving the log-determinant of the Jacobian, without imposing constraints on its structure, in stark contrast to autoregressive normalizing flows.

Code Implementations1 repo
Foundations

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

Your Notes