paper-with-me

Papers

Hadamard Codebook Based Deep Hashing

2019-10-21 · Shen Chen, Liujuan Cao, Mingbao Lin, Yan Wang, Xiaoshuai Sun, Chenglin Wu, Jingfei Qiu, Rongrong Ji

As an approximate nearest neighbor search technique, hashing has been widely applied in large-scale image retrieval due to its excellent efficiency. Most supervised deep hashing methods have similar loss designs with embedding learning, while quantizing the continuous high-dim feature into compact binary space. We argue that the existing deep hashing schemes are defective in two issues that seriously affect the performance, i.e., bit independence and bit balance. The former refers to hash codes of different classes should be independent of each other, while the latter means each bit should have a balanced distribution of +1s and -1s. In this paper, we propose a novel supervised deep hashing method, termed Hadamard Codebook based Deep Hashing (HCDH), which solves the above two problems in a unified formulation. Specifically, we utilize an off-the-shelf algorithm to generate a binary Hadamard codebook to satisfy the requirement of bit independence and bit balance, which subsequently serves as the desired outputs of the hash functions learning. We also introduce a projection matrix to solve the inconsistency between the order of Hadamard matrix and the number of classes. Besides, the proposed HCDH further exploits the supervised labels by constructing a classifier on top of the outputs of hash functions. Extensive experiments demonstrate that HCDH can yield discriminative and balanced binary codes, which well outperforms many state-of-the-arts on three widely-used benchmarks.

📄 PDF Abstract BibTeX arXiv:1910.09182

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Supervised Online Hashing via Hadamard Codebook Learning

2019-04-28 · Mingbao Lin, Rongrong Ji, Hong Liu, Yongjian Liu

In recent years, binary code learning, a.k.a hashing, has received extensive attention in large-scale multimedia retrieval. It aims to encode high-dimensional data points to binary codes, hence the original high-dimensio…

RetrievalSemantic SimilaritySemantic Textual Similarity

Hadamard Matrix Guided Online Hashing

2019-05-11 · Mingbao Lin, Rongrong Ji, Hong Liu, Xiaoshuai Sun 외

Online image hashing has attracted increasing research attention recently, which receives large-scale data in a streaming manner to update the hash functions on-the-fly. Its key challenge lies in the difficulty of balanc…

Binary Classification

Clustering the Sketch: Dynamic Compression for Embedding Tables

2023-09-21 · NeurIPS 2023 11

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in…

Clustering the Sketch: A Novel Approach to Embedding Table Compression

2022-10-12 · Henry Ling-Hei Tsang, Thomas Dybdahl Ahle

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in …

Click-Through Rate PredictionClusteringQuantizationRecommendation Systems

QAM-W: Joint 2D Codebook Quantization for LLM Weights via Hadamard Rotation and Activation-Aware Scaling

2026-05-25 · Preetam Sharma, Kacper Dobek arxiv

Scalar post-training quantizers discard pairwise coordinate structure within weight rows. We introduce QAM-W (Quadrature Amplitude Modulation for Weights), a codec that recovers this structure: each row is L2-normalized,…