CVFeb 24, 2020

Learning Attentive Pairwise Interaction for Fine-Grained Classification

arXiv:2002.10191v1393 citations
AI Analysis

This addresses the problem of distinguishing highly similar categories in fine-grained classification for computer vision applications, representing a novel method rather than an incremental improvement.

The paper tackles fine-grained classification by proposing an Attentive Pairwise Interaction Network (API-Net) that compares image pairs to capture contrastive clues, achieving state-of-the-art results on benchmarks such as 90.0% on CUB-200-2011 and 95.3% on Stanford Cars.

Fine-grained classification is a challenging problem, due to subtle differences among highly-confused categories. Most approaches address this difficulty by learning discriminative representation of individual input image. On the other hand, humans can effectively identify contrastive clues by comparing image pairs. Inspired by this fact, this paper proposes a simple but effective Attentive Pairwise Interaction Network (API-Net), which can progressively recognize a pair of fine-grained images by interaction. Specifically, API-Net first learns a mutual feature vector to capture semantic differences in the input pair. It then compares this mutual vector with individual vectors to generate gates for each input image. These distinct gate vectors inherit mutual context on semantic differences, which allow API-Net to attentively capture contrastive clues by pairwise interaction between two images. Additionally, we train API-Net in an end-to-end manner with a score ranking regularization, which can further generalize API-Net by taking feature priorities into account. We conduct extensive experiments on five popular benchmarks in fine-grained classification. API-Net outperforms the recent SOTA methods, i.e., CUB-200-2011 (90.0%), Aircraft(93.9%), Stanford Cars (95.3%), Stanford Dogs (90.3%), and NABirds (88.1%).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes