paper-with-me

Papers

Weighted Contrastive Hashing

2022-09-28 · Jiaguo Yu, Huming Qiu, Dubing Chen, Haofeng Zhang

The development of unsupervised hashing is advanced by the recent popular contrastive learning paradigm. However, previous contrastive learning-based works have been hampered by (1) insufficient data similarity mining based on global-only image representations, and (2) the hash code semantic loss caused by the data augmentation. In this paper, we propose a novel method, namely Weighted Contrative Hashing (WCH), to take a step towards solving these two problems. We introduce a novel mutual attention module to alleviate the problem of information asymmetry in network features caused by the missing image structure during contrative augmentation. Furthermore, we explore the fine-grained semantic relations between images, i.e., we divide the images into multiple patches and calculate similarities between patches. The aggregated weighted similarities, which reflect the deep image relations, are distilled to facilitate the hash codes learning with a distillation loss, so as to obtain better retrieval performance. Extensive experiments show that the proposed WCH significantly outperforms existing unsupervised hashing methods on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2209.14099

Code (1)

rosieyuu/wch 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

SemHash-LLM: A Multi-Granularity Semantic Hashing Framework for Document Deduplication

2026-07-02 · Xinyi Fang, Kejian Tong, Jiabei Liu, Tao Ning 외 arxiv

Large scale document deduplication must preserve semantic equivalence while remaining efficient over massive corpora. We present SemHash LLM, a multi granularity framework that unifies semantic projection hashing, attent…

Re-randomized Densification for One Permutation Hashing and Bin-wise Consistent Weighted Sampling

2019-12-01 · NeurIPS 2019 12 · Ping Li, Xiaoyun Li, Cun-Hui Zhang

Jaccard similarity is widely used as a distance measure in many machine learning and search applications. Typically, hashing methods are essential for the use of Jaccard similarity to be practical in large-scale settings…

Unsupervised Hashing with Contrastive Information Bottleneck

2021-05-13 · Zexuan Qiu, Qinliang Su, Zijing Ou, Jianxing Yu 외

Many unsupervised hashing methods are implicitly established on the idea of reconstructing the input data, which basically encourages the hashing codes to retain as much information of original data as possible. However,…

Contrastive Learning

Query-adaptive Image Retrieval by Deep Weighted Hashing

2016-12-08 · Jian Zhang, Yuxin Peng

Hashing methods have attracted much attention for large scale image retrieval. Some deep hashing methods have achieved promising results by taking advantage of the strong representation power of deep networks recently. H…

Deep HashingImage RetrievalRetrieval

CoopHash: Cooperative Learning of Multipurpose Descriptor and Contrastive Pair Generator via Variational MCMC Teaching for Supervised Image Hashing

2022-10-09 · Khoa D. Doan, Jianwen Xie, Yaxuan Zhu, Yang Zhao 외

Leveraging supervised information can lead to superior retrieval performance in the image hashing domain but the performance degrades significantly without enough labeled data. One effective solution to boost performance…

Retrieval