Papers › Cross-modal Active Complementary Learning with Self-refining Correspondence

Cross-modal Active Complementary Learning with Self-refining Correspondence

26 Oct 2023NeurIPS 2023 11arXiv:2310.17468archive 2025-07-28

Yang Qin, Yuan Sun, Dezhong Peng, Joey Tianyi Zhou, Xi Peng, Peng Hu

Recently, image-text matching has attracted more and more attention from academia and industry, which is fundamental to understanding the latent correspondence across visual and textual modalities. However, most existing methods implicitly assume the training pairs are well-aligned while ignoring the ubiquitous annotation noise, a.k.a noisy correspondence (NC), thereby inevitably leading to a performance drop. Although some methods attempt to address such noise, they still face two challenging problems: excessive memorizing/overfitting and unreliable correction for NC, especially under high noise. To address the two problems, we propose a generalized Cross-modal Robust Complementary Learning framework (CRCL), which benefits from a novel Active Complementary Loss (ACL) and an efficient Self-refining Correspondence Correction (SCC) to improve the robustness of existing methods. Specifically, ACL exploits active and complementary learning losses to reduce the risk of providing erroneous supervision, leading to theoretically and experimentally demonstrated robustness against NC. SCC utilizes multiple self-refining processes with momentum correction to enlarge the receptive field for correcting correspondences, thereby alleviating error accumulation and achieving accurate and stable corrections. We carry out extensive experiments on three image-text benchmarks, i.e., Flickr30K, MS-COCO, and CC152K, to verify the superior robustness of our CRCL against synthetic and real-world noisy correspondences.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.17468")

Code

Syntology Ran 23 of 28 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 6 ran · our draft was wrong; 15 ran with no contract checked.

By repository: official repository: 27 samples from 1 repository, 22 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qinyang79/crcl officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

28 samples harvested; 23 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
6ran · our draft was wrong
15ran
5unverified

Licence: 28 of the 28 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from qinyang79/crcl. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AttentionFiltration qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 693b17df7b8c6055 · report
ContrastiveLoss qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 0822e67441847823 · report
EncoderImage qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 4075e94c929dd49b · report
EncoderImageAggr qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran fingerprinted no licence file found · pointer only · 23bb367e48dddb94 · report
EncoderText qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 87256eef10e84cf7 · report
GPO qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · e8fda28aefdcfcdb · report
MLP qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 10426d360aea3d8e · report
SCAN_attention qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 74500030ae6c1b43 · report
TextSA qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 83d9349f26c10e82 · report
VisualSA qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · c09ebb6e3e75d64c · report
collate_fn QinYang79/CRCL/CRCL_NeurIPS23/data.py official repository ran no licence file found · pointer only · 498e6d8b90b78468 · report
cosine_sim QinYang79/CRCL/CRCL_NeurIPS23/model/SGRAF.py official repository ran no licence file found · pointer only · 3a3ba65d84f3eeff · report
cosine_similarity_matrix qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 7b18bd64b585e4d2 · report
encode_data QinYang79/CRCL/CRCL_NeurIPS23/evaluation.py official repository ran no licence file found · pointer only · bdf65a1c26e5fec5 · report
from_txt QinYang79/CRCL/CRCL_NeurIPS23/vocab.py official repository ran no licence file found · pointer only · 414f20e131140e01 · report
get_precomp_loader QinYang79/CRCL/CRCL_NeurIPS23/data.py official repository ran no licence file found · pointer only · 091fa44320344aae · report
l1norm QinYang79/CRCL/CRCL_NeurIPS23/model/SGRAF.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · b943467457f9825d · report
l1norm qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9bf455ab09372ab4 · report
l2norm QinYang79/CRCL/CRCL_NeurIPS23/model/VSEinfty.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · be7c4a676b9f1e19 · report
l2norm QinYang79/CRCL/CRCL_NeurIPS23/model/SGRAF.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 03e1f23d59a7c45a · report
positional_encoding_1d QinYang79/CRCL/CRCL_NeurIPS23/model/VSEinfty.py official repository ran · honoured contract no licence file found · pointer only · 66c401f1c3fade5d · report
shard_attn_scores QinYang79/CRCL/CRCL_NeurIPS23/evaluation.py official repository ran no licence file found · pointer only · 7a82222075ccfaac · report
CRCL qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository unverified no licence file found · pointer only · 52df4f2c82114f8a · report
EncoderSimilarity qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository unverified no licence file found · pointer only · 1cd408d8277e77a1 · report
SGRAF qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository unverified no licence file found · pointer only · d99c8e38277ee8a9 · report
VSEModel qinyang79/crcl/CRCL_NeurIPS23/model/CRCL.py official repository unverified no licence file found · pointer only · 615b05a63a1c5cde · report
get_loaders QinYang79/CRCL/CRCL_NeurIPS23/data.py official repository unverified no licence file found · pointer only · c2c0455d61babb92 · report
get_sim identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 42cf9ff13b24ef29 · report

Tasks

Cross-modal retrieval with noisy correspondenceImage-text matchingText Matching

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Cross-modal retrieval with noisy correspondence CC152K CRCL Image-to-text R@1 41.8 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL Image-to-text R@10 76.5 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL Image-to-text R@5 67.4 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL R-Sum 373.7 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL Text-to-image R@1 41.6 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL Text-to-image R@10 78.4 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence CC152K CRCL Text-to-image R@5 68.0 #4 of 15 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Image-to-text R@1 79.6 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Image-to-text R@10 98.7 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Image-to-text R@5 96.1 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL R-Sum 525.6 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Text-to-image R@1 64.7 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Text-to-image R@10 95.9 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence COCO-Noisy CRCL Text-to-image R@5 90.6 #5 of 17 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Image-to-text R@1 77.9 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Image-to-text R@10 98.3 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Image-to-text R@5 95.4 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL R-Sum 507.8 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Text-to-image R@1 60.9 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Text-to-image R@10 90.6 #4 of 16 Archive leaderboard report
Cross-modal retrieval with noisy correspondence Flickr30K-Noisy CRCL Text-to-image R@5 84.7 #4 of 16 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections