CVAIMMMar 8, 2024

Learning to Rematch Mismatched Pairs for Robust Cross-Modal Retrieval

arXiv:2403.05105v125 citationsh-index: 31Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a common issue in real-world multimedia data collection for researchers and practitioners in cross-modal retrieval, though it is an incremental improvement over existing methods.

The paper tackles the problem of partially mismatched pairs in cross-modal retrieval datasets by proposing L2RM, a framework that uses optimal transport to rematch these pairs, resulting in significant robustness improvements on three benchmarks.

Collecting well-matched multimedia datasets is crucial for training cross-modal retrieval models. However, in real-world scenarios, massive multimodal data are harvested from the Internet, which inevitably contains Partially Mismatched Pairs (PMPs). Undoubtedly, such semantical irrelevant data will remarkably harm the cross-modal retrieval performance. Previous efforts tend to mitigate this problem by estimating a soft correspondence to down-weight the contribution of PMPs. In this paper, we aim to address this challenge from a new perspective: the potential semantic similarity among unpaired samples makes it possible to excavate useful knowledge from mismatched pairs. To achieve this, we propose L2RM, a general framework based on Optimal Transport (OT) that learns to rematch mismatched pairs. In detail, L2RM aims to generate refined alignments by seeking a minimal-cost transport plan across different modalities. To formalize the rematching idea in OT, first, we propose a self-supervised cost function that automatically learns from explicit similarity-cost mapping relation. Second, we present to model a partial OT problem while restricting the transport among false positives to further boost refined alignments. Extensive experiments on three benchmarks demonstrate our L2RM significantly improves the robustness against PMPs for existing models. The code is available at https://github.com/hhc1997/L2RM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes