# Pay Attention to Convolution Filters: Towards Fast and Accurate   Fine-Grained Transfer Learning

**Authors:** Xiangxi Mo, Ruizhe Cheng, Tianyi Fang

arXiv: 1906.04950 · 2019-06-13

## TL;DR

This paper introduces an attention-based method to enhance transfer learning in CNNs, enabling faster adaptation and improved accuracy in fine-grained image classification while providing interpretability of convolutional signals.

## Contribution

It presents an attention module added to each convolutional filter, allowing efficient fine-tuning of pre-trained CNNs with interpretability and pruning capabilities.

## Key findings

- Achieves higher accuracy than conventional transfer learning methods.
- Adapts ResNet50 within few epochs for fine-grained tasks.
- Provides interpretable convolutional channel importance.

## Abstract

We propose an efficient transfer learning method for adapting ImageNet pre-trained Convolutional Neural Network (CNN) to fine-grained image classification task. Conventional transfer learning methods typically face the trade-off between training time and accuracy. By adding "attention module" to each convolutional filters of the pre-trained network, we are able to rank and adjust the importance of each convolutional signal in an end-to-end pipeline. In this report, we show our method can adapt a pre-trianed ResNet50 for a fine-grained transfer learning task within few epochs and achieve accuracy above conventional transfer learning methods and close to models trained from scratch. Our model also offer interpretable result because the rank of the convolutional signal shows which convolution channels are utilized and amplified to achieve better classification result, as well as which signal should be treated as noise for the specific transfer learning task, which could be pruned to lower model size.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.04950/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1906.04950/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1906.04950/full.md

---
Source: https://tomesphere.com/paper/1906.04950