paper-with-me

Papers

Robust Self-Paced Hashing for Cross-Modal Retrieval with Noisy Labels

2025-01-03 · Ruitao Pu, Yuan Sun, Yang Qin, Zhenwen Ren, Xiaomin Song, Huiming Zheng, Dezhong Peng

Cross-modal hashing (CMH) has appeared as a popular technique for cross-modal retrieval due to its low storage cost and high computational efficiency in large-scale data. Most existing methods implicitly assume that multi-modal data is correctly labeled, which is expensive and even unattainable due to the inevitable imperfect annotations (i.e., noisy labels) in real-world scenarios. Inspired by human cognitive learning, a few methods introduce self-paced learning (SPL) to gradually train the model from easy to hard samples, which is often used to mitigate the effects of feature noise or outliers. It is a less-touched problem that how to utilize SPL to alleviate the misleading of noisy labels on the hash model. To tackle this problem, we propose a new cognitive cross-modal retrieval method called Robust Self-paced Hashing with Noisy Labels (RSHNL), which can mimic the human cognitive process to identify the noise while embracing robustness against noisy labels. Specifically, we first propose a contrastive hashing learning (CHL) scheme to improve multi-modal consistency, thereby reducing the inherent semantic gap. Afterward, we propose center aggregation learning (CAL) to mitigate the intra-class variations. Finally, we propose Noise-tolerance Self-paced Hashing (NSH) that dynamically estimates the learning difficulty for each instance and distinguishes noisy labels through the difficulty level. For all estimated clean pairs, we further adopt a self-paced regularizer to gradually learn hash codes from easy to hard. Extensive experiments demonstrate that the proposed RSHNL performs remarkably well over the state-of-the-art CMH methods.

📄 PDF Abstract BibTeX arXiv:2501.01699

Code (1)

perquisite/rshnl 공식 구현 pytorch

Tasks

Computational EfficiencyCross-Modal RetrievalRetrieval

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
SPL 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Adversarial Hashing Networks for Cross-Modal Retrieval

2018-04-04 · CVPR 2018 6 · Chao Li, Cheng Deng, Ning li, Wei Liu 외

Thanks to the success of deep learning, cross-modal retrieval has made significant progress recently. However, there still remains a crucial bottleneck: how to bridge the modality gap to further enhance the retrieval acc…

Cross-Modal RetrievalRetrieval

Contrastive masked auto-encoders based self-supervised hashing for 2D image and 3D point cloud cross-modal retrieval

2024-08-11 · Rukai Wei, Heng Cui, Yu Liu, Yufeng Hou 외

Implementing cross-modal hashing between 2D images and 3D point-cloud data is a growing concern in real-world retrieval systems. Simply applying existing cross-modal approaches to this new task fails to adequately captur…

Contrastive LearningCross-Modal RetrievalRetrieval

Cross-Modal Hamming Hashing

2018-09-01 · ECCV 2018 9 · Yue Cao , Bin Liu, Mingsheng Long, Jian-Min Wang

Cross-modal hashing enables similarity retrieval across different content modalities, such as searching relevant images in response to text queries. It provides with the advantages of computation efficiency and retrieval…

Cross-Modal RetrievalRetrieval

Attribute-Guided Network for Cross-Modal Zero-Shot Hashing

2018-02-06 · Zhong Ji, Yuxin Sun, Yunlong Yu, Yanwei Pang 외

Zero-Shot Hashing aims at learning a hashing model that is trained only by instances from seen categories but can generate well to those of unseen categories. Typically, it is achieved by utilizing a semantic embedding s…

AttributeCross-Modal RetrievalImage RetrievalRetrieval+1

SSAH: Semi-supervised Adversarial Deep Hashing with Self-paced Hard Sample Generation

2019-11-20 · Sheng Jin, Shangchen Zhou, Yao Liu, Chao Chen 외

Deep hashing methods have been proved to be effective and efficient for large-scale Web media search. The success of these data-driven methods largely depends on collecting sufficient labeled data, which is usually a cru…

Deep HashingGenerative Adversarial Network