paper-with-me

Papers

Hashing-Baseline: Rethinking Hashing in the Age of Pretrained Models

2025-09-17 · Ilyass Moummad, Kawtar Zaher, Lukas Rauch, Alexis Joly arxiv

Information retrieval with compact binary embeddings, also referred to as hashing, is crucial for scalable fast search applications, yet state-of-the-art hashing methods require expensive, scenario-specific training. In this work, we introduce Hashing-Baseline, a strong training-free hashing method leveraging powerful pretrained encoders that produce rich pretrained embeddings. We revisit classical, training-free hashing techniques: principal component analysis, random orthogonal projection, and threshold binarization, to produce a strong baseline for hashing. Our approach combines these techniques with frozen embeddings from state-of-the-art vision and audio encoders to yield competitive retrieval performance without any additional learning or fine-tuning. To demonstrate the generality and effectiveness of this approach, we evaluate it on standard image retrieval benchmarks as well as a newly introduced benchmark for audio hashing.

📄 PDF Abstract BibTeX arXiv:2509.14427

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalImage Retrieval

Similar Papers 제목 키워드 기반

Deep Discrete Supervised Hashing

2017-07-31 · Jiang Qing-Yuan, Cui Xue, Li Wu-Jun

Hashing has been widely used for large-scale search due to its low storage cost and fast query speed. By using supervised information, supervised hashing can significantly outperform unsupervised hashing. Recently, discr…

Deep HashingImage RetrievalRetrieval

How should we evaluate supervised hashing?

2016-09-21 · Alexandre Sablayrolles, Matthijs Douze, Hervé Jégou, Nicolas Usunier

Hashing produces compact representations for documents, to perform tasks like classification or retrieval based on these short codes. When hashing is supervised, the codes are trained using labels on the training data. T…

General ClassificationRetrievalTransfer Learning

Unsupervised Multi-Index Semantic Hashing

2021-03-26 · Christian Hansen, Casper Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Semantic hashing represents documents as compact binary vectors (hash codes) and allows both efficient and effective similarity search in large-scale information retrieval. The state of the art has primarily focused on l…

Information RetrievalRetrieval

Deep Multi-Index Hashing for Person Re-Identification

2019-05-27 · Ming-Wei Li, Qing-Yuan Jiang, Wu-Jun Li

Traditional person re-identification (ReID) methods typically represent person images as real-valued features, which makes ReID inefficient when the gallery set is extremely large. Recently, some hashing methods have bee…

Person Re-Identification

Deep Supervised Hashing with Triplet Labels

2016-12-12 · Xiaofang Wang, Yi Shi, Kris M. Kitani

Hashing is one of the most popular and powerful approximate nearest neighbor search techniques for large-scale image retrieval. Most traditional hashing methods first represent images as off-the-shelf visual features and…

Deep HashingImage RetrievalRetrievalTriplet