IMEXnet: A Forward Stable Deep Neural Network
Eldad Haber, Keegan Lensink, Eran Treister, Lars Ruthotto

TL;DR
IMEXnet is a novel deep neural network architecture inspired by semi-implicit PDE methods, enhancing stability, robustness, and field of view in image processing tasks, demonstrated on semantic segmentation datasets.
Contribution
Introduces IMEXnet, a stable and efficient neural network leveraging semi-implicit methods to improve robustness and address field of view limitations in convolutional networks.
Findings
IMEXnet shows increased stability over residual networks.
The implicit step enhances the field of view in the network.
Effective performance demonstrated on NYU Depth dataset.
Abstract
Deep convolutional neural networks have revolutionized many machine learning and computer vision tasks, however, some remaining key challenges limit their wider use. These challenges include improving the network's robustness to perturbations of the input image and the limited ``field of view'' of convolution operators. We introduce the IMEXnet that addresses these challenges by adapting semi-implicit methods for partial differential equations. Compared to similar explicit networks, such as residual networks, our network is more stable, which has recently shown to reduce the sensitivity to small changes in the input features and improve generalization. The addition of an implicit step connects all pixels in each channel of the image and therefore addresses the field of view problem while still being comparable to standard convolutions in terms of the number of parameters and…
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
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Computer Graphics and Visualization Techniques
MethodsConvolution
