ELoPE: Fine-Grained Visual Classification with Efficient Localization, Pooling and Embedding
Abstract
The task of fine-grained visual classification (FGVC) deals with classification problems that display a small inter-class variance such as distinguishing between different bird species or car models. State-of-the-art approaches typically tackle this problem by integrating an elaborate attention mechanism or (part-) localization method into a standard convolutional neural network (CNN). Also in this work the aim is to enhance the performance of a backbone CNN such as ResNet by including three efficient and lightweight components specifically designed for FGVC. This is achieved by using global k-max pooling, a discriminative embedding layer trained by optimizing class means and an efficient localization module that estimates bounding boxes using only class labels for training. The resulting model achieves state-of-the-art recognition accuracies on multiple FGVC benchmark datasets.
Cite
Text
Hanselmann and Ney. "ELoPE: Fine-Grained Visual Classification with Efficient Localization, Pooling and Embedding." Winter Conference on Applications of Computer Vision, 2020.Markdown
[Hanselmann and Ney. "ELoPE: Fine-Grained Visual Classification with Efficient Localization, Pooling and Embedding." Winter Conference on Applications of Computer Vision, 2020.](https://mlanthology.org/wacv/2020/hanselmann2020wacv-elope/)BibTeX
@inproceedings{hanselmann2020wacv-elope,
title = {{ELoPE: Fine-Grained Visual Classification with Efficient Localization, Pooling and Embedding}},
author = {Hanselmann, Harald and Ney, Hermann},
booktitle = {Winter Conference on Applications of Computer Vision},
year = {2020},
url = {https://mlanthology.org/wacv/2020/hanselmann2020wacv-elope/}
}