Papers
arxiv:2510.24036

ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning

Published on Oct 28, 2025
Authors:
,

Abstract

Residual Networks address the vanishing gradient problem in deep convolutional neural networks through skip connections, enabling stable training of very deep architectures with improved accuracy and convergence speed.

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.

Community

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2510.24036
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2510.24036 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2510.24036 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2510.24036 in a Space README.md to link it from this page.

Collections including this paper 1