paper-with-me

홈 › Papers

Learning to Hash Robustly, Guaranteed

2021-08-11 · Alexandr Andoni, Daniel Beaglehole

The indexing algorithms for the high-dimensional nearest neighbor search (NNS) with the best worst-case guarantees are based on the randomized Locality Sensitive Hashing (LSH), and its derivatives. In practice, many heuristic approaches exist to "learn" the best indexing method in order to speed-up NNS, crucially adapting to the structure of the given dataset. Oftentimes, these heuristics outperform the LSH-based algorithms on real datasets, but, almost always, come at the cost of losing the guarantees of either correctness or robust performance on adversarial queries, or apply to datasets with an assumed extra structure/model. In this paper, we design an NNS algorithm for the Hamming space that has worst-case guarantees essentially matching that of theoretical algorithms, while optimizing the hashing to the structure of the dataset (think instance-optimal algorithms) for performance on the minimum-performing query. We evaluate the algorithm's ability to optimize for a given dataset both theoretically and practically. On the theoretical side, we exhibit a natural setting (dataset model) where our algorithm is much better than the standard theoretical one. On the practical side, we run experiments that show that our algorithm has a 1.8x and 2.1x better recall on the worst-performing queries to the MNIST and ImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2108.05433

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fake-image detection with Robust Hashing

2021-02-02 · Miki Tanaka, Kiya Hitoshi

In this paper, we investigate whether robust hashing has a possibility to robustly detect fake-images even when multiple manipulation techniques such as JPEG compression are applied to images for the first time. In an ex…

Fake Image Detection

Unsupervised Few-Bits Semantic Hashing with Implicit Topics Modeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Fanghua Ye, Jarana Manotumruksa, Emine Yilmaz

Semantic hashing is a powerful paradigm for representing texts as compact binary hash codes. The explosion of short text data has spurred the demand of few-bits hashing. However, the performance of existing semantic hash…

Fast Locality Sensitive Hashing for Beam Search on GPU

2018-06-02 · Xing Shi, Shizhen Xu, Kevin Knight

We present a GPU-based Locality Sensitive Hashing (LSH) algorithm to speed up beam search for sequence models. We utilize the winner-take-all (WTA) hash, which is based on relative ranking order of hidden dimensions and …

GPUMachine TranslationTranslation

Simultaneously Learning Robust Audio Embeddings and balanced Hash codes for Query-by-Example

2022-11-20 · Anup Singh, Kris Demuynck, Vipul Arora

Audio fingerprinting systems must efficiently and robustly identify query snippets in an extensive database. To this end, state-of-the-art systems use deep learning to generate compact audio fingerprints. These systems d…

RetrievalSelf-Supervised Learning

Optimizing affinity-based binary hashing using auxiliary coordinates

2015-01-21 · NeurIPS 2016 12 · Ramin Raziperchikolaei, Miguel Á. Carreira-Perpiñán

In supervised binary hashing, one wants to learn a function that maps a high-dimensional feature vector to a vector of binary codes, for application to fast image retrieval. This typically results in a difficult optimiza…

Image RetrievalRetrieval