paper-with-me

홈 › Papers

ViLTA: Enhancing Vision-Language Pre-training through Textual Augmentation

2023-08-31 · ICCV 2023 1 · Weihan Wang, Zhen Yang, Bin Xu, Juanzi Li, Yankui Sun

Vision-language pre-training (VLP) methods are blossoming recently, and its crucial goal is to jointly learn visual and textual features via a transformer-based architecture, demonstrating promising improvements on a variety of vision-language tasks. Prior arts usually focus on how to align visual and textual features, but strategies for improving the robustness of model and speeding up model convergence are left insufficiently explored. In this paper, we propose a novel method ViLTA, comprising of two components to further facilitate the model to learn fine-grained representations among image-text pairs. For Masked Language Modeling (MLM), we propose a cross-distillation method to generate soft labels to enhance the robustness of model, which alleviates the problem of treating synonyms of masked words as negative samples in one-hot labels. For Image-Text Matching (ITM), we leverage the current language encoder to synthesize hard negatives based on the context of language input, encouraging the model to learn high-quality representations by increasing the difficulty of the ITM task. By leveraging the above techniques, our ViLTA can achieve better performance on various vision-language tasks. Extensive experiments on benchmark datasets demonstrate that the effectiveness of ViLTA and its promising potential for vision-language pre-training.

📄 PDF Abstract BibTeX arXiv:2308.16689

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text matchingLanguage ModelingLanguage ModellingMasked Language ModelingText Matching

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

VILTA: A VLM-in-the-Loop Adversary for Enhancing Driving Policy Robustness

2026-01-19 · Qimao Chen, Fang Li, Shaoqing Xu, Zhiyi Lai 외 arxiv

The safe deployment of autonomous driving (AD) systems is fundamentally hindered by the long-tail problem, where rare yet critical driving scenarios are severely underrepresented in real-world data. Existing solutions in…

Autonomous Driving

PSA-VLM: Enhancing Vision-Language Model Safety through Progressive Concept-Bottleneck-Driven Alignment

2024-11-18 · Zhendong Liu, Yuanbi Nie, Yingshui Tan, Jiaheng Liu 외

Benefiting from the powerful capabilities of Large Language Models (LLMs), pre-trained visual encoder models connected to LLMs form Vision Language Models (VLMs). However, recent research shows that the visual modality i…

Language ModelingLanguage ModellingSafety Alignment

Enhancing Model Performance: Another Approach to Vision-Language Instruction Tuning

2024-07-25 · Vedanshu, MM Tripathi, Bhavnesh Jaint

The integration of large language models (LLMs) with vision-language (VL) tasks has been a transformative development in the realm of artificial intelligence, highlighting the potential of LLMs as a versatile general-pur…

Chatbot

Vision-Language Pre-Training for Boosting Scene Text Detectors

2022-04-29 · CVPR 2022 1 · Sibo Song, Jianqiang Wan, Zhibo Yang, Jun Tang 외

Recently, vision-language joint representation learning has proven to be highly effective in various scenarios. In this paper, we specifically adapt vision-language joint learning for scene text detection, a task that in…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+3

Towards Real-World Adverse Weather Image Restoration: Enhancing Clearness and Semantics with Vision-Language Models

2024-09-03 · Jiaqi Xu, Mengyang Wu, Xiaowei Hu, Chi-Wing Fu 외

This paper addresses the limitations of adverse weather image restoration approaches trained on synthetic data when applied to real-world scenarios. We formulate a semi-supervised learning framework employing vision-lang…

Image RestorationLanguage ModelingLanguage ModellingPrompt Learning