Residual Attention Network for Image Classification
This work addresses the problem of improving accuracy and robustness in image classification for computer vision applications, representing an incremental advancement by combining attention with residual networks.
The paper tackles image classification by proposing a Residual Attention Network that integrates attention mechanisms into deep convolutional networks, achieving state-of-the-art results with errors of 3.90% on CIFAR-10, 20.45% on CIFAR-100, and 4.8% top-5 error on ImageNet, and showing a 0.6% top-1 accuracy improvement over ResNet-200 with reduced computational costs.
In this work, we propose "Residual Attention Network", a convolutional neural network using attention mechanism which can incorporate with state-of-art feed forward network architecture in an end-to-end training fashion. Our Residual Attention Network is built by stacking Attention Modules which generate attention-aware features. The attention-aware features from different modules change adaptively as layers going deeper. Inside each Attention Module, bottom-up top-down feedforward structure is used to unfold the feedforward and feedback attention process into a single feedforward process. Importantly, we propose attention residual learning to train very deep Residual Attention Networks which can be easily scaled up to hundreds of layers. Extensive analyses are conducted on CIFAR-10 and CIFAR-100 datasets to verify the effectiveness of every module mentioned above. Our Residual Attention Network achieves state-of-the-art object recognition performance on three benchmark datasets including CIFAR-10 (3.90% error), CIFAR-100 (20.45% error) and ImageNet (4.8% single model and single crop, top-5 error). Note that, our method achieves 0.6% top-1 accuracy improvement with 46% trunk depth and 69% forward FLOPs comparing to ResNet-200. The experiment also demonstrates that our network is robust against noisy labels.