LGCVMLJun 2, 2020

The Convolution Exponential and Generalized Sylvester Flows

arXiv:2006.01910v230 citations
AI Analysis

This work addresses the need for efficient and invertible linear layers in normalizing flows for machine learning, offering incremental improvements in performance for image and graph data.

The paper tackles the problem of building invertible linear transformations for generative flows by introducing the exponential of a linear transformation, which guarantees invertibility and efficient computation. The result includes new transformations like convolution exponentials that outperform other methods on datasets such as CIFAR10, with improvements in log-likelihood for generative models.

This paper introduces a new method to build linear flows, by taking the exponential of a linear transformation. This linear transformation does not need to be invertible itself, and the exponential has the following desirable properties: it is guaranteed to be invertible, its inverse is straightforward to compute and the log Jacobian determinant is equal to the trace of the linear transformation. An important insight is that the exponential can be computed implicitly, which allows the use of convolutional layers. Using this insight, we develop new invertible transformations named convolution exponentials and graph convolution exponentials, which retain the equivariance of their underlying transformations. In addition, we generalize Sylvester Flows and propose Convolutional Sylvester Flows which are based on the generalization and the convolution exponential as basis change. Empirically, we show that the convolution exponential outperforms other linear transformations in generative flows on CIFAR10 and the graph convolution exponential improves the performance of graph normalizing flows. In addition, we show that Convolutional Sylvester Flows improve performance over residual flows as a generative flow model measured in log-likelihood.

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