Looking for the Devil in the Details: Learning Trilinear Attention Sampling Network for Fine-Grained Image Recognition

Abstract

Learning subtle yet discriminative features (e.g., beak and eyes for a bird) plays a significant role in fine-grained image recognition. Existing attention-based approaches localize and amplify significant parts to learn fine-grained details, which often suffer from a limited number of parts and heavy computational cost. In this paper, we propose to learn such fine-grained features from hundreds of part proposals by Trilinear Attention Sampling Network (TASN) in an efficient teacher-student manner. Specifically, TASN consists of 1) a trilinear attention module, which generates attention maps by modeling the inter-channel relationships, 2) an attention-based sampler which highlights attended parts with high resolution, and 3) a feature distiller, which distills part features into an object-level feature by weight sharing and feature preserving strategies. Extensive experiments verify that TASN yields the best performance under the same settings with the most competitive approaches, in iNaturalist-2017, CUB-Bird, and Stanford-Cars datasets.

Cite

Text

Zheng et al. "Looking for the Devil in the Details: Learning Trilinear Attention Sampling Network for Fine-Grained Image Recognition." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00515

Markdown

[Zheng et al. "Looking for the Devil in the Details: Learning Trilinear Attention Sampling Network for Fine-Grained Image Recognition." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/zheng2019cvpr-looking/) doi:10.1109/CVPR.2019.00515

BibTeX

@inproceedings{zheng2019cvpr-looking,
  title     = {{Looking for the Devil in the Details: Learning Trilinear Attention Sampling Network for Fine-Grained Image Recognition}},
  author    = {Zheng, Heliang and Fu, Jianlong and Zha, Zheng-Jun and Luo, Jiebo},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00515},
  url       = {https://mlanthology.org/cvpr/2019/zheng2019cvpr-looking/}
}