AFINet: Attentive Feature Integration Networks for Image Classification
Xinglin Pan, Jing Xu, Yu Pan, liangjian Wen, WenXiang Lin, Kun Bai,, Zenglin Xu

TL;DR
This paper introduces AFI-Nets, a new CNN architecture with attentive feature integration modules that explicitly model feature correlations, improving accuracy and efficiency in image classification tasks.
Contribution
The paper proposes AFI modules and AFI-Nets, a novel architecture that enhances feature transfer and correlation modeling in CNNs, leading to better performance and reduced computational costs.
Findings
AFI-ResNet-152 improves accuracy by 1.24% on ImageNet.
AFI-Nets reduce FLOPs by about 10%.
AFI-ResNet-152 decreases parameters by about 9.2%.
Abstract
Convolutional Neural Networks (CNNs) have achieved tremendous success in a number of learning tasks including image classification. Recent advanced models in CNNs, such as ResNets, mainly focus on the skip connection to avoid gradient vanishing. DenseNet designs suggest creating additional bypasses to transfer features as an alternative strategy in network design. In this paper, we design Attentive Feature Integration (AFI) modules, which are widely applicable to most recent network architectures, leading to new architectures named AFI-Nets. AFI-Nets explicitly model the correlations among different levels of features and selectively transfer features with a little overhead.AFI-ResNet-152 obtains a 1.24% relative improvement on the ImageNet dataset while decreases the FLOPs by about 10% and the number of parameters by about 9.2% compared to ResNet-152.
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · COVID-19 diagnosis using AI
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Concatenated Skip Connection · Convolution · 1x1 Convolution · Average Pooling · Dense Connections · Batch Normalization · Kaiming Initialization · Global Average Pooling
