CVAIJun 1, 2025

Quotient Network -- A Network Similar to ResNet but Learning Quotients

arXiv:2506.00992v11 citationsh-index: 8Algorithms
Originality Incremental advance
AI Analysis

This is an incremental improvement for deep learning practitioners, addressing a specific limitation in ResNet architectures.

The authors tackled the problem of ResNet's sensitivity to feature scale by proposing a Quotient Network that learns feature quotients instead of differences, achieving stable improvements on CIFAR10, CIFAR100, and SVHN datasets without adding parameters.

The emergence of ResNet provides a powerful tool for training extremely deep networks. The core idea behind it is to change the learning goals of the network. It no longer learns new features from scratch but learns the difference between the target and existing features. However, the difference between the two kinds of features does not have an independent and clear meaning, and the amount of learning is based on the absolute rather than the relative difference, which is sensitive to the size of existing features. We propose a new network that perfectly solves these two problems while still having the advantages of ResNet. Specifically, it chooses to learn the quotient of the target features with the existing features, so we call it the quotient network. In order to enable this network to learn successfully and achieve higher performance, we propose some design rules for this network so that it can be trained efficiently and achieve better performance than ResNet. Experiments on the CIFAR10, CIFAR100, and SVHN datasets prove that this network can stably achieve considerable improvements over ResNet by simply making tiny corresponding changes to the original ResNet network without adding new parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes