paper-with-me

홈 › Papers

Identity Mappings in Deep Residual Networks

2016-03-16 · Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun

Deep residual networks have emerged as a family of extremely deep architectures showing compelling accuracy and nice convergence behaviors. In this paper, we analyze the propagation formulations behind the residual building blocks, which suggest that the forward and backward signals can be directly propagated from one block to any other block, when using identity mappings as the skip connections and after-addition activation. A series of ablation experiments support the importance of these identity mappings. This motivates us to propose a new residual unit, which makes training easier and improves generalization. We report improved results using a 1001-layer ResNet on CIFAR-10 (4.62% error) and CIFAR-100, and a 200-layer ResNet on ImageNet. Code is available at: https://github.com/KaimingHe/resnet-1k-layers

📄 PDF Abstract BibTeX arXiv:1603.05027

Code (54)

KaimingHe/resnet-1k-layers 공식 구현 torch
1M50RRY/resnet18-preact
Deci-AI/super-gradients pytorch
Graylab/deepH3-distances-orientations pytorch
Halesu/4th-ML100Days tf
HubertTW/1st-DL-CVMarathon
IMvision12/keras-vision-models pytorch
Jeongyun-Lee-0423/Classification
JoegameZhou/ms-resnetv2 mindspore
MichaelWangfc/distributed-tensorflow-resnet tf
P2333/Max-Mahalanobis-Training tf
P2333/Mixup-Inference pytorch
TuSimple/resnet.mxnet tf
Zi-Pan/ResnetAgePrediciton pytorch
alrojo/lasagne_residual_network
ashishpatel26/BrainMRI-Segmentation-Keras
bazilas/matconvnet-ResNet
bclwan/MRI_Brain_Segmentation
brain-bzh/MCNN pytorch
breadboykid/ResnetAgePrediciton pytorch
deontaepharr/Residual-Attention-Network tf
edufonseca/icassp19 tf
farrell236/ResNetAE tf
google-research/diffstride tf
horse007666/ResNet tf
huangleiBuaa/DecorrelatedBN pytorch
hysts/pytorch_resnet_preact pytorch
iArunava/ResNet pytorch
jofas/master_thesis tf
junhocho/SRGAN
kaseris/ILSVRCPlus
marload/ConvNets-TensorFlow2 tf
mindspore-ai/models/blob/master/research/cv/resnetv2 mindspore
mindspore-courses/MindSpore-classification mindspore
osmr/imgclsmob mxnet
poloclub/jpeg-defense tf
raghakot/keras-resnet tf
rickyHong/JPEG-Defense-repl tf
seansoleyman/cifar10-resnet tf
serjtroshin/pytorch-cifar-models pytorch
sitegui/ceci-nest-pas-un-chat tf
smc-x/ms-resnetv2 mindspore
statsu1990/ReZero-Cifar100 pytorch
tensorflow/models tf
tensorflow/models/tree/master/research/resnet tf
tensorflow/models/tree/master/research/slim tf
tensorpack/tensorpack/tree/master/examples/ResNet tf
uclaml/Frank-Wolfe-AdvML tf
umich-vl/DecorrelatedBN pytorch
wenxinxu/resnet-in-tensorflow tf
wenxinxu/resnet_in_tensorflow tf
yatharthagarwal/x_ray mxnet
zjZSTU/ResNet pytorch
https://gitlab.com/birder/birder pytorch

Tasks

Image Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Random Resized Crop 설명 없음
Random Horizontal Flip RandomHorizontalFlip is a type of image data augmentation which horizontally flips a given image with a given probability. Image Credit: [Apache…

Similar Papers 제목 키워드 기반

Competitive Inner-Imaging Squeeze and Excitation for Residual Network

2018-07-24 · Yang Hu, Guihua Wen, Mingnan Luo, Dan Dai 외

Residual networks, which use a residual unit to supplement the identity mappings, enable very deep convolutional architecture to operate well, however, the residual architecture has been proved to be diverse and redundan…

Entangled Residual Mappings

2022-06-02 · Mathias Lechner, Ramin Hasani, Zahra Babaiee, Radu Grosu 외

Residual mappings have been shown to perform representation learning in the first layers and iterative feature refinement in higher layers. This interplay, combined with their stabilizing effect on the gradient norms, en…

Inductive BiasRepresentation Learning

Learning Identity Mappings with Residual Gates

2016-11-04 · Pedro H. P. Savarese, Leonardo O. Mazza, Daniel R. Figueiredo

We propose a new layer design by adding a linear gating mechanism to shortcut connections. By using a scalar parameter to control each gate, we provide a way to learn identity mappings by optimizing only one parameter. W…

Image Classification

On the performance of residual block design alternatives in convolutional neural networks for end-to-end audio classification

2019-06-26 · Javier Naranjo-Alcazar, Sergi Perez-Castanos, Irene Martin-Morato, Pedro Zuccarello 외

Residual learning is a recently proposed learning framework to facilitate the training of very deep neural networks. Residual blocks or units are made of a set of stacked layers, where the inputs are added back to their …

Audio ClassificationClassificationGeneral Classificationimage-classification+1

Pruning Redundant Mappings in Transformer Models via Spectral-Normalized Identity Prior

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Zi Lin, Jeremiah Zhe Liu, Zi Yang, Nan Hua 외

Traditional (unstructured) pruning methods for a Transformer model focus on regularizing the individual weights by penalizing them toward zero. In this work, we explore spectral-normalized identity priors (SNIP), a struc…