Aggregating Deep Convolutional Features for Image Retrieval
Artem Babenko, Victor Lempitsky

TL;DR
This paper explores how to effectively aggregate deep convolutional features into compact global descriptors for image retrieval, demonstrating that sum pooling outperforms traditional methods and improves state-of-the-art results.
Contribution
It shows that simple sum pooling is the most effective aggregation method for deep features, contrasting with traditional shallow features, and enhances image retrieval performance.
Findings
Sum pooling provides the best performance for deep features.
Deep features have different similarity distributions than shallow features.
The proposed descriptor improves results on four benchmarks.
Abstract
Several recent works have shown that image descriptors produced by deep convolutional neural networks provide state-of-the-art performance for image classification and retrieval problems. It has also been shown that the activations from the convolutional layers can be interpreted as local features describing particular image regions. These local features can be aggregated using aggregation approaches developed for local features (e.g. Fisher vectors), thus providing new powerful global descriptors. In this paper we investigate possible ways to aggregate local deep features to produce compact global descriptors for image retrieval. First, we show that deep features and traditional hand-engineered features have quite different distributions of pairwise similarities, hence existing aggregation methods have to be carefully re-evaluated. Such re-evaluation reveals that in contrast to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification · Image Retrieval and Classification Techniques
MethodsPrincipal Components Analysis
