paper-with-me

홈 › Papers

Approximation Capabilities of Neural ODEs and Invertible Residual Networks

2019-07-30 · ICML 2020 1 · Han Zhang, Xi Gao, Jacob Unterman, Tom Arodz

Neural ODEs and i-ResNet are recently proposed methods for enforcing invertibility of residual neural models. Having a generic technique for constructing invertible models can open new avenues for advances in learning systems, but so far the question of whether Neural ODEs and i-ResNets can model any continuous invertible function remained unresolved. Here, we show that both of these models are limited in their approximation capabilities. We then prove that any homeomorphism on a $p$-dimensional Euclidean space can be approximated by a Neural ODE operating on a $2p$-dimensional Euclidean space, and a similar result for i-ResNets. We conclude by showing that capping a Neural ODE or an i-ResNet with a single linear layer is sufficient to turn the model into a universal approximator for non-invertible continuous functions.

📄 PDF Abstract BibTeX arXiv:1907.12998

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Momentum Residual Neural Networks

2021-02-15 · Michael E. Sander, Pierre Ablin, Mathieu Blondel, Gabriel Peyré

The training of deep residual neural networks (ResNets) with backpropagation has a memory cost that increases linearly with respect to the depth of the network. A way to circumvent this issue is to use reversible archite…

Image Classification

Invertible Residual Networks

2018-11-02 · Jens Behrmann, Will Grathwohl, Ricky T. Q. Chen, David Duvenaud 외

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 dimen…

Density EstimationGeneral ClassificationImage Generation

Invertible Residual Network with Regularization for Effective Medical Image Segmentation

2021-03-16 · Kashu Yamazaki, Vidhiwar Singh Rathour, T. Hoang Ngan Le

Deep Convolutional Neural Networks (CNNs) i.e. Residual Networks (ResNets) have been used successfully for many computer vision tasks, but are difficult to scale to 3D volumetric medical data. Memory is increasingly ofte…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Residual Flows for Invertible Generative Modeling

2019-06-06 · NeurIPS 2019 12 · Ricky T. Q. Chen, Jens Behrmann, David Duvenaud, Jörn-Henrik Jacobsen

Flow-based generative models parameterize probability distributions through an invertible transformation and can be trained by maximum likelihood. Invertible residual networks provide a flexible family of transformations…

Density EstimationImage Generation

Approximation capabilities of measure-preserving neural networks

2021-06-21 · Aiqing Zhu, Pengzhan Jin, Yifa Tang

Measure-preserving neural networks are well-developed invertible models, however, their approximation capabilities remain unexplored. This paper rigorously analyses the approximation capabilities of existing measure-pres…