LU-Net: Invertible Neural Networks Based on Matrix Factorization
Robin Chan, Sarina Penquitt, Hanno Gottschalk

TL;DR
LU-Net introduces an efficient invertible neural network architecture based on LU matrix factorization, enabling fast training, easy inversion, and low-cost likelihood computation, demonstrated on various datasets.
Contribution
The paper presents LU-Net, a novel invertible neural network architecture leveraging LU matrix factorization for improved efficiency and simplicity.
Findings
LU-Net achieves faster training and inference times.
It provides accurate likelihood estimation for generative modeling.
Performance compares favorably with conventional INNs.
Abstract
LU-Net is a simple and fast architecture for invertible neural networks (INN) that is based on the factorization of quadratic weight matrices , where is a lower triangular matrix with ones on the diagonal and an upper triangular matrix. Instead of learning a fully occupied matrix , we learn and separately. If combined with an invertible activation function, such layers can easily be inverted whenever the diagonal entries of are different from zero. Also, the computation of the determinant of the Jacobian matrix of such layers is cheap. Consequently, the LU architecture allows for cheap computation of the likelihood via the change of variables formula and can be trained according to the maximum likelihood principle. In our numerical experiments, we test the LU-net architecture as generative model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Model Reduction and Neural Networks · Neural Networks and Reservoir Computing
MethodsTest
