CVLGJan 24, 2020

SOLAR: Second-Order Loss and Attention for Image Retrieval

arXiv:2001.08972v5121 citationsHas Code
AI Analysis

This work addresses image retrieval and matching for computer vision applications, offering incremental enhancements through novel second-order components.

The authors tackled the problem of improving image retrieval and matching by incorporating second-order information in both spatial context and feature dimensions, resulting in state-of-the-art performance across public benchmarks with significant improvements.

Recent works in deep-learning have shown that second-order information is beneficial in many computer-vision tasks. Second-order information can be enforced both in the spatial context and the abstract feature dimensions. In this work, we explore two second-order components. One is focused on second-order spatial information to increase the performance of image descriptors, both local and global. It is used to re-weight feature maps, and thus emphasise salient image locations that are subsequently used for description. The second component is concerned with a second-order similarity (SOS) loss, that we extend to global descriptors for image retrieval, and is used to enhance the triplet loss with hard-negative mining. We validate our approach on two different tasks and datasets for image retrieval and image matching. The results show that our two second-order components complement each other, bringing significant performance improvements in both tasks and lead to state-of-the-art results across the public benchmarks. Code available at: http://github.com/tonyngjichun/SOLAR

Code Implementations1 repo
Foundations

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

Your Notes