Residual Feature-Reutilization Inception Network for Image Classification
Yuanpeng He, Wenjie Song, Lijian Li, Tianxiang Zhan, Wenpin Jiao

TL;DR
This paper introduces a novel CNN architecture called Residual Feature-Reutilization Inception Network (ResFRI) that enhances multi-scale feature extraction and increases receptive fields, achieving state-of-the-art image classification results.
Contribution
The paper proposes a new CNN design with residual feature-reutilization inception modules and a split version to optimize parameter efficiency and performance.
Findings
Achieved 97.94% on CIFAR10
Achieved 85.91% on CIFAR100
Achieved 70.54% on Tiny ImageNet
Abstract
Capturing feature information effectively is of great importance in the field of computer vision. With the development of convolutional neural networks (CNNs), concepts like residual connection and multiple scales promote continual performance gains in diverse deep learning vision tasks. In this paper, we propose a novel CNN architecture that it consists of residual feature-reutilization inceptions (ResFRI) or split-residual feature-reutilization inceptions (Split-ResFRI). And it is composed of four convolutional combinations of different structures connected by specially designed information interaction passages, which are utilized to extract multi-scale feature information and effectively increase the receptive field of the model. Moreover, according to the network structure designed above, Split-ResFRI can adjust the segmentation ratio of the input information, thereby reducing the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · Anomaly Detection Techniques and Applications · Neural Networks and Applications
MethodsResidual Connection
