paper-with-me

홈 › Papers

Breaking Through the Noisy Correspondence: A Robust Model for Image-Text Matching

2024-04-29 · ACM Transactions on Information Systems 2024 4 · Haitao Shi, Meng Liu, Xiaoxuan Mu, Xuemeng Song, Yupeng Hu, Liqiang Nie

Unleashing the power of image-text matching in real-world applications is hampered by noisy correspondence. Manually curating high-quality datasets is expensive and time-consuming, and datasets generated using diffusion models are not adequately well-aligned. The most promising way is to collect image-text pairs from the Internet, but it will inevitably introduce noisy correspondence. To reduce the negative impact of noisy correspondence, we propose a novel model that first transforms the noisy correspondence filtering problem into a similarity distribution modeling problem by exploiting the powerful capabilities of pre-trained models. Specifically, we use the Gaussian Mixture model to model the similarity obtained by CLIP as clean distribution and noisy distribution, to filter out most of the noisy correspondence in the dataset. Afterward, we used relatively clean data to fine-tune the model. To further reduce the negative impact of unfiltered noisy correspondence, i.e., a minimal part where two distributions intersect during the fine-tuning process, we propose a distribution-sensitive dynamic margin ranking loss, further increasing the distance between the two distributions. Through continuous iteration, the noisy correspondence gradually decreases and the model performance gradually improves. Our extensive experiments demonstrate the effectiveness and robustness of our model even under high noise rates.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-modal retrieval with noisy correspondenceImage-text matchingText Matching

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

An Unsupervised Cross-Modal Hashing Method Robust to Noisy Training Image-Text Correspondences in Remote Sensing

2022-02-26 · Georgii Mikriukov, Mahdyar Ravanbakhsh, Begüm Demir

The development of accurate and scalable cross-modal image-text retrieval methods, where queries from one modality (e.g., text) can be matched to archive entries from another (e.g., remote sensing image) has attracted gr…

Image-text RetrievalMeta-LearningRetrievalText Retrieval

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 외

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…

Cross-modal retrieval with noisy correspondenceMemorizationSemantic correspondenceText Matching+1

Graph Matching with Bi-level Noisy Correspondence

2022-12-08 · ICCV 2023 1 · Yijie Lin, Mouxing Yang, Jun Yu, Peng Hu 외

In this paper, we study a novel and widely existing problem in graph matching (GM), namely, Bi-level Noisy Correspondence (BNC), which refers to node-level noisy correspondence (NNC) and edge-level noisy correspondence (…

Contrastive LearningGraph LearningGraph Matching

LeanGaussian: Breaking Pixel or Point Cloud Correspondence in Modeling 3D Gaussians

2024-04-25 · CVPR 2025 1 · Jiamin Wu, Kenkun Liu, Han Gao, Xiaoke Jiang 외

Rencently, Gaussian splatting has demonstrated significant success in novel view synthesis. Current methods often regress Gaussians with pixel or point cloud correspondence, linking each Gaussian with a pixel or a 3D poi…

3D Object Reconstruction3D ReconstructionDecoderNovel View Synthesis+1

NAC: Mitigating Noisy Correspondence in Cross-Modal Matching Via Neighbor Auxiliary Corrector

2024-03-18 · International Conference on Acoustics, Speech, and Signal Processing 2024 3 · Yuqing Li, Haoming Huang, Jian Xu, Shao-Lun Huang

The presence of noisy correspondence within cross-modal matching has significantly undermined the performance of existing matching methods. In this paper, we introduce a robust framework named Neighbor Auxiliary Correcto…

Cross-modal retrieval with noisy correspondence