paper-with-me

홈 › Papers

Procrustean Orthogonal Sparse Hashing

2020-06-08 · Mariano Tepper, Dipanjan Sengupta, Ted Willke

Hashing is one of the most popular methods for similarity search because of its speed and efficiency. Dense binary hashing is prevalent in the literature. Recently, insect olfaction was shown to be structurally and functionally analogous to sparse hashing [6]. Here, we prove that this biological mechanism is the solution to a well-posed optimization problem. Furthermore, we show that orthogonality increases the accuracy of sparse hashing. Next, we present a novel method, Procrustean Orthogonal Sparse Hashing (POSH), that unifies these findings, learning an orthogonal transform from training data compatible with the sparse hashing mechanism. We provide theoretical evidence of the shortcomings of Optimal Sparse Lifting (OSL) [22] and BioHash [30], two related olfaction-inspired methods, and propose two new methods, Binary OSL and SphericalHash, to address these deficiencies. We compare POSH, Binary OSL, and SphericalHash to several state-of-the-art hashing methods and provide empirical results for the superiority of the proposed methods across a wide range of standard benchmarks and parameter settings.

📄 PDF Abstract BibTeX arXiv:2006.04847

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Simultaneous Compression and Quantization: A Joint Approach for Efficient Unsupervised Hashing

2018-02-19 · Tuan Hoang, Thanh-Toan Do, Huu Le, Dang-Khoa Le-Tan 외

For unsupervised data-dependent hashing, the two most important requirements are to preserve similarity in the low-dimensional feature space and to minimize the binary quantization loss. A well-established hashing approa…

Image RetrievalQuantizationRetrieval

Additive Feature Hashing

2021-02-07 · M. Andrecut

The hashing trick is a machine learning technique used to encode categorical features into a numerical vector representation of pre-defined fixed length. It works by using the categorical hash values as vector indices, a…

Spam detection

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 …

Information RetrievalImage Retrieval

On the Incommensurability Phenomenon

2013-01-09 · Donniell E. Fishkind, Cencheng Shen, Youngser Park, Carey E. Priebe

Suppose that two large, multi-dimensional data sets are each noisy measurements of the same underlying random process, and principle components analysis is performed separately on the data sets to reduce their dimensiona…

One Loss for All: Deep Hashing with a Single Cosine Similarity based Learning Objective

2021-09-29 · NeurIPS 2021 12 · Jiun Tian Hoe, Kam Woh Ng, Tianyu Zhang, Chee Seng Chan 외

A deep hashing model typically has two main learning objectives: to make the learned binary hash codes discriminative and to minimize a quantization error. With further constraints such as bit balance and code orthogonal…

AllDeep HashingMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2