paper-with-me

Papers

Selective Convolutional Descriptor Aggregation for Fine-Grained Image Retrieval

2016-04-18 · Xiu-Shen Wei, Jian-Hao Luo, Jianxin Wu, Zhi-Hua Zhou

Deep convolutional neural network models pre-trained for the ImageNet classification task have been successfully adopted to tasks in other domains, such as texture description and object proposal generation, but these tasks require annotations for images in the new domain. In this paper, we focus on a novel and challenging task in the pure unsupervised setting: fine-grained image retrieval. Even with image labels, fine-grained images are difficult to classify, let alone the unsupervised retrieval task. We propose the Selective Convolutional Descriptor Aggregation (SCDA) method. SCDA firstly localizes the main object in fine-grained images, a step that discards the noisy background and keeps useful deep descriptors. The selected descriptors are then aggregated and dimensionality reduced into a short feature vector using the best practices we found. SCDA is unsupervised, using no image label or bounding box annotation. Experiments on six fine-grained datasets confirm the effectiveness of SCDA for fine-grained image retrieval. Besides, visualization of the SCDA features shows that they correspond to visual attributes (even subtle ones), which might explain SCDA's high mean average precision in fine-grained retrieval. Moreover, on general image retrieval datasets, SCDA achieves comparable retrieval results with state-of-the-art general image retrieval approaches.

📄 PDF Abstract BibTeX arXiv:1604.04994

Code (1)

luiscarlosgph/videosum pytorch

Tasks

Image RetrievalObject Proposal GenerationRetrieval

Similar Papers 제목 키워드 기반

SeqNet: Learning Descriptors for Sequence-based Hierarchical Place Recognition

2021-02-23 · Sourav Garg, Michael Milford

Visual Place Recognition (VPR) is the task of matching current visual imagery from a camera to images stored in a reference map of the environment. While initial VPR systems used simple direct image methods or hand-craft…

Autonomous DrivingImage RetrievalRepresentation LearningSequential Place Learning+4

Mask-CNN: Localizing Parts and Selecting Descriptors for Fine-Grained Image Recognition

2016-05-23 · Xiu-Shen Wei, Chen-Wei Xie, Jianxin Wu

Fine-grained image recognition is a challenging computer vision problem, due to the small inter-class variations caused by highly similar subordinate categories, and the large intra-class variations in poses, scales and …

Fine-Grained Image Recognition

Aggregating Deep Convolutional Features for Image Retrieval

2015-10-26 · Artem Babenko, Victor Lempitsky

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 …

image-classificationImage ClassificationImage RetrievalRetrieval

ViSiL: Fine-grained Spatio-Temporal Video Similarity Learning

2019-08-20 · ICCV 2019 10 · Giorgos Kordopatis-Zilos, Symeon Papadopoulos, Ioannis Patras, Ioannis Kompatsiaris

In this paper we introduce ViSiL, a Video Similarity Learning architecture that considers fine-grained Spatio-Temporal relations between pairs of videos -- such relations are typically lost in previous video retrieval ap…

ISVRRetrievalTripletVideo Retrieval+1

Optimal Transport Aggregation for Visual Place Recognition

2023-11-27 · CVPR 2024 1 · Sergio Izquierdo, Javier Civera

The task of Visual Place Recognition (VPR) aims to match a query image against references from an extensive database of images from different places, relying solely on visual cues. State-of-the-art pipelines focus on the…

Re-RankingVisual Place Recognition