paper-with-me

Papers

ECCV Caption: Correcting False Negatives by Collecting Machine-and-Human-verified Image-Caption Associations for MS-COCO

2022-04-07 · Sanghyuk Chun, Wonjae Kim, Song Park, Minsuk Chang, Seong Joon Oh

Image-Text matching (ITM) is a common task for evaluating the quality of Vision and Language (VL) models. However, existing ITM benchmarks have a significant limitation. They have many missing correspondences, originating from the data construction process itself. For example, a caption is only matched with one image although the caption can be matched with other similar images and vice versa. To correct the massive false negatives, we construct the Extended COCO Validation (ECCV) Caption dataset by supplying the missing associations with machine and human annotators. We employ five state-of-the-art ITM models with diverse properties for our annotation process. Our dataset provides x3.6 positive image-to-caption associations and x8.5 caption-to-image associations compared to the original MS-COCO. We also propose to use an informative ranking-based metric mAP@R, rather than the popular Recall@K (R@K). We re-evaluate the existing 25 VL models on existing and proposed benchmarks. Our findings are that the existing benchmarks, such as COCO 1K R@K, COCO 5K R@K, CxC R@1 are highly correlated with each other, while the rankings change when we shift to the ECCV mAP@R. Lastly, we delve into the effect of the bias introduced by the choice of machine annotator. Source code and dataset are available at https://github.com/naver-ai/eccv-caption

📄 PDF Abstract BibTeX arXiv:2204.03359

Code (2)

naver-ai/eccv-caption 공식 구현
naver-ai/pcme pytorch

Tasks

Image-text matchingText Matching

Similar Papers 제목 키워드 기반

Integrating Language Guidance Into Image-Text Matching for Correcting False Negatives

2023-03-24 · IEEE Transactions on Multimedia 2023 3 · Zheng Li, Caili Guo, Zerun Feng, Jenq-Neng Hwang 외

Image-Text Matching (ITM) aims to establish the correspondence between images and sentences. ITM is fundamental to various vision and language understanding tasks. However, there are limitations in the way existing ITM b…

Cross-modal retrieval with noisy correspondenceImage-text matchingSentenceText Matching

Improved Probabilistic Image-Text Representations

2023-05-29 · Sanghyuk Chun

Image-Text Matching (ITM) task, a fundamental vision-language (VL) task, suffers from the inherent ambiguity arising from multiplicity and imperfect annotations. Deterministic functions are not sufficiently powerful to c…

Data AugmentationImage-text matchingText Matchingzero-shot-classification+1

CIR at the NTCIR-17 ULTRE-2 Task

2023-10-18 · Lulu Yu, Keping Bi, Jiafeng Guo, Xueqi Cheng

The Chinese academy of sciences Information Retrieval team (CIR) has participated in the NTCIR-17 ULTRE-2 task. This paper describes our approaches and reports our results on the ULTRE-2 task. We recognize the issue of f…

Information RetrievalPositionRetrieval

Fighting FIRe with FIRE: Assessing the Validity of Text-to-Video Retrieval Benchmarks

2022-10-10 · Pedro Rodriguez, Mahmoud Azab, Becka Silvert, Renato Sanchez 외

Searching troves of videos with textual descriptions is a core multimodal retrieval task. Owing to the lack of a purpose-built dataset for text-to-video retrieval, video captioning datasets have been re-purposed to evalu…

RetrievalText to Video RetrievalVideo CaptioningVideo Retrieval

Hard Negatives or False Negatives: Correcting Pooling Bias in Training Neural Ranking Models

2022-09-12 · Yinqiong Cai, Jiafeng Guo, Yixing Fan, Qingyao Ai 외

Neural ranking models (NRMs) have become one of the most important techniques in information retrieval (IR). Due to the limitation of relevance labels, the training of NRMs heavily relies on negative sampling over unlabe…

Information RetrievalRetrieval