CVOct 26, 2015

Aggregating Deep Convolutional Features for Image Retrieval

arXiv:1510.07493v1721 citations
Originality Incremental advance
AI Analysis

This work addresses image retrieval for computer vision applications, offering an efficient and effective incremental improvement over existing aggregation methods.

The paper tackles the problem of aggregating local deep convolutional features into compact global descriptors for image retrieval, showing that simple sum pooling outperforms complex methods and improves state-of-the-art on four benchmarks.

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 shallow features, the simple aggregation method based on sum pooling provides arguably the best performance for deep convolutional features. This method is efficient, has few parameters, and bears little risk of overfitting when e.g. learning the PCA matrix. Overall, the new compact global descriptor improves the state-of-the-art on four common benchmarks considerably.

Code Implementations2 repos
Foundations

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

Your Notes