paper-with-me

홈 › Papers

VL-Match: Enhancing Vision-Language Pretraining with Token-Level and Instance-Level Matching

2023-01-01 · ICCV 2023 1 · Junyu Bi, Daixuan Cheng, Ping Yao, Bochen Pang, Yuefeng Zhan, Chuanguang Yang, Yujing Wang, Hao Sun, Weiwei Deng, Qi Zhang

Vision-Language Pretraining (VLP) has significantly improved the performance of various vision-language tasks with the matching of images and texts. In this paper, we propose VL-Match, a Vision-Language framework with Enhanced Token-level and Instance-level Matching. At the token level, a Vision-Language Replaced Token Detection task is designed to boost the substantial interaction between text tokens and images, where the text encoder of VLP works as a generator to generate a corrupted text, and the multimodal encoder of VLP works as a discriminator to predict whether each text token in the corrupted text matches the image. At the instance level, in the Image-Text Matching task that judges whether an image-text pair is matched, we propose a novel bootstrapping method to generate hard negative text samples that are different from the positive ones only at the token level. In this way, we can force the network to detect fine-grained differences between images and texts. Notably, with a smaller amount of parameters, VL-Match significantly outperforms previous SOTA on all image-text retrieval tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text matchingImage-text RetrievalRetrievalText MatchingText Retrieval

Similar Papers 제목 키워드 기반

MatCha: Enhancing Visual Language Pretraining with Math Reasoning and Chart Derendering

2022-12-19 · Fangyu Liu, Francesco Piccinno, Syrine Krichene, Chenxi Pang 외

Visual language data such as plots, charts, and infographics are ubiquitous in the human world. However, state-of-the-art vision-language models do not perform well on these data. We propose MatCha (Math reasoning and Ch…

Chart Question AnsweringData SummarizationDerenderingImage to text+5

Revisiting Prompt Pretraining of Vision-Language Models

2024-09-10 · Zhenyuan Chen, Lingfeng Yang, Shuo Chen, Zhaowei Chen 외

Prompt learning is an effective method to customize Vision-Language Models (VLMs) for various downstream tasks, involving tuning very few parameters of input prompt tokens. Recently, prompt pretraining in large-scale dat…

Prompt Learning

Uniform Masking Prevails in Vision-Language Pretraining

2022-12-10 · Siddharth Verma, Yuchen Lu, Rui Hou, Hanchao Yu 외

Masked Language Modeling (MLM) has proven to be an essential component of Vision-Language (VL) pretraining. To implement MLM, the researcher must make two design choices: the masking strategy, which determines which toke…

Image-text matchingLanguage ModelingLanguage ModellingMasked Language Modeling+1

Let ViT Speak: Generative Language-Image Pre-training

2026-05-01 · Yan Fang, Mengcheng Lan, Zilong Huang, Weixian Lei 외 arxiv

In this paper, we present \textbf{Gen}erative \textbf{L}anguage-\textbf{I}mage \textbf{P}re-training (GenLIP), a minimalist generative pretraining framework for Vision Transformers (ViTs) designed for multimodal large la…

Visual Self-Refinement for Autoregressive Models

2025-10-01 · Jiamian Wang, Ziqi Zhou, Chaithanya Kumar Mummadi, Sohail Dianat 외 arxiv

Autoregressive models excel in sequential modeling and have proven to be effective for vision-language data. However, the spatial nature of visual signals conflicts with the sequential dependencies of next-token predicti…