paper-with-me

Papers

MIHash: Online Hashing with Mutual Information

2017-03-27 · ICCV 2017 10 · Fatih Cakir, Kun He, Sarah Adel Bargal, Stan Sclaroff

Learning-based hashing methods are widely used for nearest neighbor retrieval, and recently, online hashing methods have demonstrated good performance-complexity trade-offs by learning hash functions from streaming data. In this paper, we first address a key challenge for online hashing: the binary codes for indexed data must be recomputed to keep pace with updates to the hash functions. We propose an efficient quality measure for hash functions, based on an information-theoretic quantity, mutual information, and use it successfully as a criterion to eliminate unnecessary hash table updates. Next, we also show how to optimize the mutual information objective using stochastic gradient descent. We thus develop a novel hashing method, MIHash, that can be used in both online and batch settings. Experiments on image retrieval benchmarks (including a 2.5M image dataset) confirm the effectiveness of our formulation, both in reducing hash table recomputations and in learning high-quality hash functions.

📄 PDF Abstract BibTeX arXiv:1703.08919

Code (1)

fcakir/mihash 공식 구현

Tasks

Image RetrievalRetrieval

Similar Papers 제목 키워드 기반

Deep Supervised Hashing leveraging Quadratic Spherical Mutual Information for Content-based Image Retrieval

2019-01-16 · Nikolaos Passalis, Anastasios Tefas

Several deep supervised hashing techniques have been proposed to allow for efficiently querying large image databases. However, deep supervised image hashing techniques are developed, to a great extent, heuristically oft…

Content-Based Image RetrievalImage RetrievalInformation RetrievalRetrieval

Mutual Linear Regression-based Discrete Hashing

2019-03-15 · Xingbo Liu, Xiushan Nie, Yilong Yin

Label information is widely used in hashing methods because of its effectiveness of improving the precision. The existing hashing methods always use two different projections to represent the mutual regression between ha…

regression

Hashing with Mutual Information

2018-03-02 · Fatih Cakir, Kun He, Sarah Adel Bargal, Stan Sclaroff

Binary vector embeddings enable fast nearest neighbor retrieval in large databases of high-dimensional objects, and play an important role in many practical applications, such as image and video retrieval. We study the p…

Image RetrievalRetrievalVideo Retrieval

Refining BERT Embeddings for Document Hashing via Mutual Information Maximization

2021-09-07 · Findings (EMNLP) 2021 11 · Zijing Ou, Qinliang Su, Jianxing Yu, Ruihui Zhao 외

Existing unsupervised document hashing methods are mostly established on generative models. Due to the difficulties of capturing long dependency structures, these methods rarely model the raw documents directly, but inst…

Attribute

Mutual Learning for Hashing: Unlocking Strong Hash Functions from Weak Supervision

2025-10-09 · Xiaoxu Ma, Runhao Li, Zhenyu Weng arxiv

Deep hashing has been widely adopted for large-scale image retrieval, with numerous strategies proposed to optimize hash function learning. Pairwise-based methods are effective in learning hash functions that preserve lo…

Image Retrieval