English

ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning

Computer Vision and Pattern Recognition 2025-10-29 v1 Artificial Intelligence

Abstract

Convolutional Neural Networks (CNNs) has revolutionized computer vision, but training very deep networks has been challenging due to the vanishing gradient problem. This paper explores Residual Networks (ResNet), introduced by He et al. (2015), which overcomes this limitation by using skip connections. ResNet enables the training of networks with hundreds of layers by allowing gradients to flow directly through shortcut connections that bypass intermediate layers. In our implementation on the CIFAR-10 dataset, ResNet-18 achieves 89.9% accuracy compared to 84.1% for a traditional deep CNN of similar depth, while also converging faster and training more stably.

Keywords

Cite

@article{arxiv.2510.24036,
  title  = {ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning},
  author = {Xingyu Liu and Kun Ming Goh},
  journal= {arXiv preprint arXiv:2510.24036},
  year   = {2025}
}

Comments

3 pages, 5 figures, 1 table

R2 v1 2026-07-01T07:08:55.417Z