paper-with-me

Papers

Group Invariant Deep Representations for Image Instance Retrieval

2016-01-09 · Olivier Morère, Antoine Veillard, Jie Lin, Julie Petta, Vijay Chandrasekhar, Tomaso Poggio

Most image instance retrieval pipelines are based on comparison of vectors known as global image descriptors between a query image and the database images. Due to their success in large scale image classification, representations extracted from Convolutional Neural Networks (CNN) are quickly gaining ground on Fisher Vectors (FVs) as state-of-the-art global descriptors for image instance retrieval. While CNN-based descriptors are generally remarked for good retrieval performance at lower bitrates, they nevertheless present a number of drawbacks including the lack of robustness to common object transformations such as rotations compared with their interest point based FV counterparts. In this paper, we propose a method for computing invariant global descriptors from CNNs. Our method implements a recently proposed mathematical theory for invariance in a sensory cortex modeled as a feedforward neural network. The resulting global descriptors can be made invariant to multiple arbitrary transformation groups while retaining good discriminativeness. Based on a thorough empirical evaluation using several publicly available datasets, we show that our method is able to significantly and consistently improve retrieval results every time a new type of invariance is incorporated. We also show that our method which has few parameters is not prone to overfitting: improvements generalize well across datasets with different properties with regard to invariances. Finally, we show that our descriptors are able to compare favourably to other state-of-the-art compact descriptors in similar bitranges, exceeding the highest retrieval results reported in the literature on some datasets. A dedicated dimensionality reduction step --quantization or hashing-- may be able to further improve the competitiveness of the descriptors.

📄 PDF Abstract BibTeX arXiv:1601.02093

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reductionimage-classificationImage ClassificationImage Instance RetrievalQuantizationRetrieval

Similar Papers 제목 키워드 기반

Instance-Aware Hashing for Multi-Label Image Retrieval

2016-03-10 · Hanjiang Lai, Pan Yan, Xiangbo Shu, Yunchao Wei 외

Similarity-preserving hashing is a commonly used method for nearest neighbour search in large-scale image retrieval. For image retrieval, deep-networks-based hashing methods are appealing since they can simultaneously le…

Image RetrievalMulti-Label Image RetrievalRetrieval

Nested Invariance Pooling and RBM Hashing for Image Instance Retrieval

2016-03-15 · Olivier Morère, Jie Lin, Antoine Veillard, Vijay Chandrasekhar 외

The goal of this work is the computation of very compact binary hashes for image instance retrieval. Our approach has two novel contributions. The first one is Nested Invariance Pooling (NIP), a method inspired from i-th…

Image Instance RetrievalRetrievalTranslation

Learning Binary and Sparse Permutation-Invariant Representations for Fast and Memory Efficient Whole Slide Image Search

2022-08-29 · Sobhan Hemati, Shivam Kalra, Morteza Babaie, H. R. Tizhoosh

Learning suitable Whole slide images (WSIs) representations for efficient retrieval systems is a non-trivial task. The WSI embeddings obtained from current methods are in Euclidean space not ideal for efficient WSI retri…

GPUImage RetrievalRetrievalwhole slide images

InsCLR: Improving Instance Retrieval with Self-Supervision

2021-12-02 · Zelu Deng, Yujie Zhong, Sheng Guo, Weilin Huang

This work aims at improving instance retrieval with self-supervision. We find that fine-tuning using the recently developed self-supervised (SSL) learning methods, such as SimCLR and MoCo, fails to improve the performanc…

Retrieval

Exploring Instance Relations for Unsupervised Feature Embedding

2021-05-07 · Yifei Zhang, Yu Zhou, Weiping Wang

Despite the great progress achieved in unsupervised feature embedding, existing contrastive learning methods typically pursue view-invariant representations through attracting positive sample pairs and repelling negative…

Contrastive Learningimage-classificationImage ClassificationRelation+1