paper-with-me

Papers

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 problem of learning binary vector embeddings under a supervised setting, also known as hashing. We propose a novel supervised hashing method based on optimizing an information-theoretic quantity: mutual information. We show that optimizing mutual information can reduce ambiguity in the induced neighborhood structure in the learned Hamming space, which is essential in obtaining high retrieval performance. To this end, we optimize mutual information in deep neural networks with minibatch stochastic gradient descent, with a formulation that maximally and efficiently utilizes available supervision. Experiments on four image retrieval benchmarks, including ImageNet, confirm the effectiveness of our method in learning high-quality binary embeddings for nearest neighbor retrieval.

📄 PDF Abstract BibTeX arXiv:1803.00974

Code (2)

fcakir/mihash 공식 구현
fcakir/deep-mihash

Tasks

Image RetrievalRetrievalVideo Retrieval

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

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.…

Image 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

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