Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

On the Eigenvalues of Global Covariance Pooling for Fine-grained Visual Recognition

About

The Fine-Grained Visual Categorization (FGVC) is challenging because the subtle inter-class variations are difficult to be captured. One notable research line uses the Global Covariance Pooling (GCP) layer to learn powerful representations with second-order statistics, which can effectively model inter-class differences. In our previous conference paper, we show that truncating small eigenvalues of the GCP covariance can attain smoother gradient and improve the performance on large-scale benchmarks. However, on fine-grained datasets, truncating the small eigenvalues would make the model fail to converge. This observation contradicts the common assumption that the small eigenvalues merely correspond to the noisy and unimportant information. Consequently, ignoring them should have little influence on the performance. To diagnose this peculiar behavior, we propose two attribution methods whose visualizations demonstrate that the seemingly unimportant small eigenvalues are crucial as they are in charge of extracting the discriminative class-specific features. Inspired by this observation, we propose a network branch dedicated to magnifying the importance of small eigenvalues. Without introducing any additional parameters, this branch simply amplifies the small eigenvalues and achieves state-of-the-art performances of GCP methods on three fine-grained benchmarks. Furthermore, the performance is also competitive against other FGVC approaches on larger datasets. Code is available at \href{https://github.com/KingJamesSong/DifferentiableSVD}{https://github.com/KingJamesSong/DifferentiableSVD}.

Yue Song, Nicu Sebe, Wei Wang• 2022

Related benchmarks

TaskDatasetResultRank
Fine-grained Image ClassificationCUB200 2011 (test)
Accuracy87.6
536
Image ClassificationImageNet (val)
Top-1 Accuracy75.79
354
Fine-grained Image ClassificationStanford Cars (test)
Accuracy94
348
Fine-grained visual classificationFGVC-Aircraft (test)
Top-1 Acc92.3
287
Fine-grained Image ClassificationBirds 1.0 (val)
Accuracy88.2
24
Fine-grained Image ClassificationAircrafts 1.0 (val)
Accuracy93.5
24
Fine-grained Image ClassificationCars 1.0 (val)
Accuracy94.6
23
Fine-grained visual classificationDogs (val)
Accuracy93
6
Fine-grained visual classificationiNats (val)
Accuracy72.3
6
Fine-grained visual classificationCars (val)
Accuracy94.6
6
Showing 10 of 10 rows

Other info

Code

Follow for update