paper-with-me

홈 › Papers

Multi-Residual Networks: Improving the Speed and Accuracy of Residual Networks

2016-09-19 · Masoud Abdi, Saeid Nahavandi

In this article, we take one step toward understanding the learning behavior of deep residual networks, and supporting the observation that deep residual networks behave like ensembles. We propose a new convolutional neural network architecture which builds upon the success of residual networks by explicitly exploiting the interpretation of very deep networks as an ensemble. The proposed multi-residual network increases the number of residual functions in the residual blocks. Our architecture generates models that are wider, rather than deeper, which significantly improves accuracy. We show that our model achieves an error rate of 3.73% and 19.45% on CIFAR-10 and CIFAR-100 respectively, that outperforms almost all of the existing models. We also demonstrate that our model outperforms very deep residual networks by 0.22% (top-1 error) on the full ImageNet 2012 classification dataset. Additionally, inspired by the parallel structure of multi-residual networks, a model parallelism technique has been investigated. The model parallelism method distributes the computation of residual blocks among the processors, yielding up to 15% computational complexity improvement.

📄 PDF Abstract BibTeX arXiv:1609.05672

Code (1)

masoudabd/multi-resnet 공식 구현 torch

Similar Papers 제목 키워드 기반

Weighted Residuals for Very Deep Networks

2016-05-28 · Falong Shen, Gang Zeng

Deep residual networks have recently shown appealing performance on many challenging computer vision tasks. However, the original residual structure still has some defects making it difficult to converge on very deep net…

GPU

Decoupling the Layers in Residual Networks

2018-01-01 · ICLR 2018 1 · Ricky Fok, Aijun An, Zana Rashidi, Xiaogang Wang

We propose a Warped Residual Network (WarpNet) using a parallelizable warp operator for forward and backward propagation to distant layers that trains faster than the original residual neural network. We apply a perturba…

M2R2: Mixture of Multi-Rate Residuals for Efficient Transformer Inference

2025-02-04 · Nikhil Bhendawade, Mahyar Najibi, Devang Naik, Irina Belousova

Residual transformations enhance the representational depth and expressive power of large language models (LLMs). However, applying static residual transformations across all tokens in auto-regressive generation leads to…

Mixture-of-Experts

Self-adaptive weights based on balanced residual decay rate for physics-informed neural networks and deep operator networks

2024-06-28 · Wenqian Chen, Amanda A. Howard, Panos Stinis

Physics-informed deep learning has emerged as a promising alternative for solving partial differential equations. However, for complex problems, training these networks can still be challenging, often resulting in unsati…

Training of deep residual networks with stochastic MG/OPT

2021-08-09 · Cyrill von Planta, Alena Kopanicakova, Rolf Krause

We train deep residual networks with a stochastic variant of the nonlinear multigrid method MG/OPT. To build the multilevel hierarchy, we use the dynamical systems viewpoint specific to residual networks. We report signi…