Understanding Residual Connections and Skip Architectures
Was this section helpful?
Deep Residual Learning for Image Recognition, Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, 2016Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1512.03385 - The foundational paper introducing Residual Networks (ResNets) to overcome the degradation problem in very deep neural networks, detailing the residual block architecture.
Identity Mappings in Deep Residual Networks, Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, 2016European Conference on Computer Vision (ECCV)DOI: 10.48550/arXiv.1603.05027 - This paper further analyzes the mechanics of ResNets and proposes the 'pre-activation' residual block design, which improves information flow and regularization.
Convolutional Neural Networks for Visual Recognition (CS231n) Lecture Notes, Fei-Fei Li, Justin Johnson, Serena Yeung, 2017 (Stanford University) - Comprehensive lecture notes from Stanford's highly-regarded CS231n course, covering foundational concepts of CNNs and advanced architectures including Residual Networks.