Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Residual Attention Network for Image Classification

About

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.

Fei Wang, Mengqing Jiang, Chen Qian, Shuo Yang, Cheng Li, Honggang Zhang, Xiaogang Wang, Xiaoou Tang• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)--
3381
Image ClassificationImageNet (val)--
1206
Image ClassificationILSVRC 2012 (val)--
156
Image ClassificationImageNet (val)
Top-1 Error19.5
72
Sparse RecoveryCelebA (test)
MSE0.0292
40
Unpaired Image-to-Image Translation (Horse to Zebra)Horse2Zebra (test)
KID (x100)10.16
8
Unpaired Image-to-Image Translation (Zebra to Horse)Horse2Zebra (test)
KID (x100)10.97
8
Unpaired Image-to-Image Translation (Apple to Orange)Apple2Orange (test)
KID0.1275
8
Unpaired Image-to-Image Translation (Orange to Apple)Apple2Orange (test)
KID0.1384
8
Showing 10 of 10 rows

Other info

Follow for update