paper-with-me

Papers

Deep Supervised Hashing With Anchor Graph

2019-10-01 · ICCV 2019 10 · Yudong Chen, Zhihui Lai, Yujuan Ding, Kaiyi Lin, Wai Keung Wong

Recently, a series of deep supervised hashing methods were proposed for binary code learning. However, due to the high computation cost and the limited hardware's memory, these methods will first select a subset from the training set, and then form a mini-batch data to update the network in each iteration. Therefore, the remaining labeled data cannot be fully utilized and the model cannot directly obtain the binary codes of the entire training set for retrieval. To address these problems, this paper proposes an interesting regularized deep model to seamlessly integrate the advantages of deep hashing and efficient binary code learning by using the anchor graph. As such, the deep features and label matrix can be jointly used to optimize the binary codes, and the network can obtain more discriminative feedback from the linear combinations of the learned bits. Moreover, we also reveal the algorithm mechanism and its computation essence. Experiments on three large-scale datasets indicate that the proposed method achieves better retrieval performance with less training time compared to previous deep hashing methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingRetrieval

Similar Papers 제목 키워드 기반

Anchor Graph Structure Fusion Hashing for Cross-Modal Similarity Search

2022-02-09 · Lu Wang, Jie Yang, Masoumeh Zareapoor, ZhongLong Zheng

Cross-modal hashing still has some challenges needed to address: (1) most existing CMH methods take graphs as input to model data distribution. These methods omit to consider the correlation of graph structure among mult…

Retrieval

Auto-Encoding Twin-Bottleneck Hashing

2020-02-27 · CVPR 2020 6 · Yuming Shen, Jie Qin, Jiaxin Chen, Mengyang Yu 외

Conventional unsupervised hashing methods usually take advantage of similarity graphs, which are either pre-computed in the high-dimensional space or obtained from random anchor points. On the one hand, existing methods …

graph constructionRetrieval

Discrete Graph Hashing

2014-12-01 · NeurIPS 2014 12 · Wei Liu, Cun Mu, Sanjiv Kumar, Shih-Fu Chang

Hashing has emerged as a popular technique for fast nearest neighbor search in gigantic databases. In particular, learning based hashing has received considerable attention due to its appealing storage and search efficie…

RREH: Reconstruction Relations Embedded Hashing for Semi-Paired Cross-Modal Retrieval

2024-05-28 · Jianzong Wang, Haoxiang Shi, Kaiyi Luo, xulong Zhang 외

Known for efficient computation and easy storage, hashing has been extensively explored in cross-modal retrieval. The majority of current hashing models are predicated on the premise of a direct one-to-one mapping betwee…

Cross-Modal RetrievalRetrieval

Unsupervised Data-Efficient Cross-Modal Retrieval with Global-Neighborhood Alignment Hashing

2026-06-30 · Runhao Li, Xiaoxu Ma, Zhenyu Weng, Yue Zhang 외 arxiv

Compared to supervised cross-modal hashing (CMH), unsupervised CMH reduces the reliance on manual labeling by learning binary codes from unlabeled image-text pairs. However, existing unsupervised CMH methods often rely o…

Cross-Modal RetrievalContrastive Learning