SOTAVerified

Pairwise Confusion for Fine-Grained Visual Classification

2017-05-22ECCV 2018Code Available0· sign in to hype

Abhimanyu Dubey, Otkrist Gupta, Pei Guo, Ramesh Raskar, Ryan Farrell, Nikhil Naik

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Fine-Grained Visual Classification (FGVC) datasets contain small sample sizes, along with significant intra-class variation and inter-class similarity. While prior work has addressed intra-class variation using localization and segmentation techniques, inter-class similarity may also affect feature learning and reduce classification performance. In this work, we address this problem using a novel optimization procedure for the end-to-end neural network training on FGVC tasks. Our procedure, called Pairwise Confusion (PC) reduces overfitting by intentionally introducing confusion in the activations. With PC regularization, we obtain state-of-the-art performance on six of the most widely-used FGVC datasets and demonstrate improved localization ability. PC is easy to implement, does not need excessive hyperparameter tuning during training, and does not add significant overhead during test time.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUB-200-2011PCAccuracy86.9Unverified
NABirdsPC-DenseNet-161Accuracy82.79Unverified
Oxford 102 FlowersPC Bilinear CNNAccuracy93.65Unverified
Stanford CarsPC-DenseNet-161Accuracy92.86Unverified
Stanford DogsPC-DenseNet-161Accuracy83.75Unverified

Reproductions