English

Invertible Residual Networks

Machine Learning 2019-05-21 v3 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

We show that standard ResNet architectures can be made invertible, allowing the same model to be used for classification, density estimation, and generation. Typically, enforcing invertibility requires partitioning dimensions or restricting network architectures. In contrast, our approach only requires adding a simple normalization step during training, already available in standard frameworks. Invertible ResNets define a generative model which can be trained by maximum likelihood on unlabeled data. To compute likelihoods, we introduce a tractable approximation to the Jacobian log-determinant of a residual block. Our empirical evaluation shows that invertible ResNets perform competitively with both state-of-the-art image classifiers and flow-based generative models, something that has not been previously achieved with a single architecture.

Keywords

Cite

@article{arxiv.1811.00995,
  title  = {Invertible Residual Networks},
  author = {Jens Behrmann and Will Grathwohl and Ricky T. Q. Chen and David Duvenaud and Jörn-Henrik Jacobsen},
  journal= {arXiv preprint arXiv:1811.00995},
  year   = {2019}
}
R2 v1 2026-06-23T05:02:28.196Z