paper-with-me

홈 › Papers

Reversible Architectures for Arbitrarily Deep Residual Neural Networks

2017-09-12 · Bo Chang, Lili Meng, Eldad Haber, Lars Ruthotto, David Begert, Elliot Holtham

Recently, deep residual networks have been successfully applied in many computer vision and natural language processing tasks, pushing the state-of-the-art performance with deeper and wider architectures. In this work, we interpret deep residual networks as ordinary differential equations (ODEs), which have long been studied in mathematics and physics with rich theoretical and empirical success. From this interpretation, we develop a theoretical framework on stability and reversibility of deep neural networks, and derive three reversible neural network architectures that can go arbitrarily deep in theory. The reversibility property allows a memory-efficient implementation, which does not need to store the activations for most hidden layers. Together with the stability of our architectures, this enables training deeper networks using only modest computational resources. We provide both theoretical analyses and empirical results. Experimental results demonstrate the efficacy of our architectures against several strong baselines on CIFAR-10, CIFAR-100 and STL-10 with superior or on-par state-of-the-art performance. Furthermore, we show our architectures yield superior results when trained using fewer training data.

📄 PDF Abstract BibTeX arXiv:1709.03698

Code (2)

EmoryMLIP/DynamicBlocks pytorch
xtractopen/meganet.m

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Dr2Net: Dynamic Reversible Dual-Residual Networks for Memory-Efficient Finetuning

2024-01-01 · CVPR 2024 1 · Chen Zhao, Shuming Liu, Karttikeya Mangalam, Guocheng Qian 외

Large pretrained models are increasingly crucial in modern computer vision tasks. These models are typically used in downstream tasks by end-to-end finetuning which is highly memory-intensive for tasks with high-reso…

object-detectionObject DetectionSmall Object DetectionVideo Understanding

Dr$^2$Net: Dynamic Reversible Dual-Residual Networks for Memory-Efficient Finetuning

2024-01-08 · Chen Zhao, Shuming Liu, Karttikeya Mangalam, Guocheng Qian 외

Large pretrained models are increasingly crucial in modern computer vision tasks. These models are typically used in downstream tasks by end-to-end finetuning, which is highly memory-intensive for tasks with high-resolut…

object-detectionObject DetectionSmall Object DetectionVideo Understanding

Reversible GANs for Memory-efficient Image-to-Image Translation

2019-02-07 · CVPR 2019 6 · Tycho F. A. van der Ouderaa, Daniel E. Worrall

The Pix2pix and CycleGAN losses have vastly improved the qualitative and quantitative visual quality of results in image-to-image translation tasks. We extend this framework by exploring approximately invertible architec…

Image-to-Image TranslationTranslation

Memory Efficient 3D U-Net with Reversible Mobile Inverted Bottlenecks for Brain Tumor Segmentation

2021-04-19 · Mihir Pendse, Vithursan Thangarasa, Vitaliy Chiley, Ryan Holmdahl 외

We propose combining memory saving techniques with traditional U-Net architectures to increase the complexity of the models on the Brain Tumor Segmentation (BraTS) challenge. The BraTS challenge consists of a 3D segmenta…

Brain Tumor SegmentationTumor Segmentation

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