CVNov 16, 2016

Low-rank Bilinear Pooling for Fine-Grained Classification

arXiv:1611.05109v2374 citations
Originality Highly original
AI Analysis

This work addresses computational bottlenecks in fine-grained classification for computer vision applications, offering a more efficient solution.

The paper tackles the computational inefficiency of high-dimensional bilinear features in fine-grained classification by proposing a low-rank bilinear classifier and classifier co-decomposition, achieving state-of-the-art performance with a model that is orders of magnitude smaller than previous methods.

Pooling second-order local feature statistics to form a high-dimensional bilinear feature has been shown to achieve state-of-the-art performance on a variety of fine-grained classification tasks. To address the computational demands of high feature dimensionality, we propose to represent the covariance features as a matrix and apply a low-rank bilinear classifier. The resulting classifier can be evaluated without explicitly computing the bilinear feature map which allows for a large reduction in the compute time as well as decreasing the effective number of parameters to be learned. To further compress the model, we propose classifier co-decomposition that factorizes the collection of bilinear classifiers into a common factor and compact per-class terms. The co-decomposition idea can be deployed through two convolutional layers and trained in an end-to-end architecture. We suggest a simple yet effective initialization that avoids explicitly first training and factorizing the larger bilinear classifiers. Through extensive experiments, we show that our model achieves state-of-the-art performance on several public datasets for fine-grained classification trained with only category labels. Importantly, our final model is an order of magnitude smaller than the recently proposed compact bilinear model, and three orders smaller than the standard bilinear CNN model.

Foundations

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

Your Notes