paper-with-me

홈 › Papers

Class-Weighted Convolutional Features for Visual Instance Search

2017-07-09 · Albert Jimenez, Jose M. Alvarez, Xavier Giro-i-Nieto

Image retrieval in realistic scenarios targets large dynamic datasets of unlabeled images. In these cases, training or fine-tuning a model every time new images are added to the database is neither efficient nor scalable. Convolutional neural networks trained for image classification over large datasets have been proven effective feature extractors for image retrieval. The most successful approaches are based on encoding the activations of convolutional layers, as they convey the image spatial information. In this paper, we go beyond this spatial information and propose a local-aware encoding of convolutional features based on semantic information predicted in the target image. To this end, we obtain the most discriminative regions of an image using Class Activation Maps (CAMs). CAMs are based on the knowledge contained in the network and therefore, our approach, has the additional advantage of not requiring external information. In addition, we use CAMs to generate object proposals during an unsupervised re-ranking stage after a first fast search. Our experiments on two public available datasets for instance retrieval, Oxford5k and Paris6k, demonstrate the competitiveness of our approach outperforming the current state-of-the-art when using off-the-shelf models trained on ImageNet. The source code and model used in this paper are publicly available at http://imatge-upc.github.io/retrieval-2017-cam/.

📄 PDF Abstract BibTeX arXiv:1707.02581

Code (2)

imatge-upc/retrieval-2017-cam 공식 구현 pytorch
zxy14120448/Summary pytorch

Tasks

image-classificationImage RetrievalInstance SearchRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Learning Models for Actions and Person-Object Interactions with Transfer to Question Answering

2016-04-16 · Arun Mallya, Svetlana Lazebnik

This paper proposes deep convolutional network models that utilize local and global context to make human activity label predictions in still images, achieving state-of-the-art performance on two recent datasets with hun…

General ClassificationHuman-Object Interaction DetectionMultiple-choiceMultiple Instance Learning+3

Saliency Weighted Convolutional Features for Instance Search

2017-11-29 · Eva Mohedano, Kevin McGuinness, Xavier Giro-i-Nieto, Noel E. O'Connor

This work explores attention models to weight the contribution of local convolutional representations for the instance search task. We present a retrieval framework based on bags of local convolutional features (BLCF) th…

Instance SearchRetrieval

Multimodal weighted graph representation for information extraction from visually rich documents.

2024-01-05 · Neurocomputing 2024 1 · Hamza Gbada, Karim Kalti, Mohamed Ali Mahjoub

This paper introduces a novel system for information extraction from visually rich documents (VRD) using a weighted graph representation. The proposed method aims to improve the performance of the information extraction …

Document Layout Analysisdocument understandingGraph Neural NetworkInformation Retrieval+2

Visual Explanations for Convolutional Neural Networks via Latent Traversal of Generative Adversarial Networks

2021-10-29 · Amil Dravid, Aggelos K. Katsaggelos

Lack of explainability in artificial intelligence, specifically deep neural networks, remains a bottleneck for implementing models in practice. Popular techniques such as Gradient-weighted Class Activation Mapping (Grad-…

CLIP-VIS: Adapting CLIP for Open-Vocabulary Video Instance Segmentation

2024-03-19 · Wenqi Zhu, Jiale Cao, Jin Xie, Shuangming Yang 외

Open-vocabulary video instance segmentation strives to segment and track instances belonging to an open set of categories in a videos. The vision-language model Contrastive Language-Image Pre-training (CLIP) has shown ro…

DecoderInstance SegmentationLanguage ModellingSegmentation+4