paper-with-me

홈 › Papers

Learning From Noisy Correspondence With Tri-Partition for Cross-Modal Matching

2023-09-22 · IEEE Transactions on Multimedia 2023 9 · Zerun Feng, Zhimin Zeng, Caili Guo, Zheng Li, Lin Hu

Due to high labeling cost, it is inevitable to introduce a certain proportion of noisy correspondence into visual-text datasets, resulting in poor model robustness for cross-modal matching. Although recent methods divide the datasets into clean and noisy pair subsets to yield promising achievements, they still suffer from deep neural networks over-fitting on noisy correspondence. In particular, the similar positive pairs with partially relevant semantic correspondence are easily partitioned into noisy pair subset by mistake without carefully selection, which brings harmful impact on robust learning. Meanwhile, the similar negative pairs with partially relevant semantic correspondence lead to ambiguous distance relations in common space learning, which also damages the stability of performance. To solve the coarse-grained dataset division problem, we propose Correspondence Tri-Partition Rectifier (CTPR) to partition the training set into clean, hard, and noisy pair subsets based on the memorization effect of neural networks and prediction inconsistency. Then, we refine the correspondence labels for each subset to indicate the real semantic correspondence between visual-text pairs. The differences between rectified labels of anchors and hard negatives are recast as the adaptive margin in the improved triplet loss for robust training in a co-teaching manner. To verify the effectiveness and robustness of our method, we conduct experiments by implementing image-text and video-text matching as two showcases. Extensive experiments on Flickr30 K, MS-COCO, MSR-VTT, and LSMDC datasets verify that our method successfully partitions the visual-text pairs according to their semantic correspondence and improves performance under noisy data training.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-modal retrieval with noisy correspondenceMemorizationSemantic correspondenceText MatchingTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Learning with Noisy Correspondence for Cross-modal Matching

2021-12-01 · NeurIPS 2021 12 · Zhenyu Huang, guocheng niu, Xiao Liu, Wenbiao Ding 외

Cross-modal matching, which aims to establish the correspondence between two different modalities, is fundamental to a variety of tasks such as cross-modal retrieval and vision-and-language understanding. Although a huge…

Cross-Modal RetrievalCross-modal retrieval with noisy correspondenceImage-text matchingMemorization+2

UGNCL: Uncertainty-Guided Noisy Correspondence Learning for Efficient Cross-Modal Matching

2024-07-11 · SIGIR 2024 7 · Quanxing Zha, Xin Liu, Yiu-ming Cheung, Xing Xu 외

Cross-modal matching has recently gained significant popularity to facilitate retrieval across multi-modal data, and existing works are highly relied on an implicit assumption that the training data pairs are perfectly a…

Cross-Modal RetrievalCross-modal retrieval with noisy correspondenceImage-text matchingImage-text Retrieval

PAUL: Uncertainty-Guided Partition and Augmentation for Robust Cross-View Geo-Localization under Noisy Correspondence

2025-08-27 · Zheng Li, Xueyi Zhang, Yanming Guo, Yuxiang Xie 외 arxiv

Cross-view geo-localization is a critical task for UAV navigation, event detection, and aerial surveying, as it enables matching between drone-captured and satellite imagery. Most existing approaches embed multi-modal da…

Robust Noisy Correspondence Learning via Self-Drop and Dual-Weight

2024-12-09 · Fan Liu, Chenwei Dong, Chuanyi Zhang, Hualiang Zhou 외

Many researchers collect data from the internet through crowd-sourcing or web crawling to alleviate the data-hungry challenge associated with cross-modal matching. Although such practice does not require expensive annota…

Memorization

REPAIR: Rank Correlation and Noisy Pair Half-replacing with Memory for Noisy Correspondence

2024-03-13 · Ruochen Zheng, Jiahao Hong, Changxin Gao, Nong Sang

The presence of noise in acquired data invariably leads to performance degradation in cross-modal matching. Unfortunately, obtaining precise annotations in the multimodal field is expensive, which has prompted some metho…

Cross-modal retrieval with noisy correspondence