paper-with-me

Papers

Centered Masking for Language-Image Pre-Training

2024-03-23 · Mingliang Liang, Martha Larson

We introduce Gaussian masking for Language-Image Pre-Training (GLIP) a novel, straightforward, and effective technique for masking image patches during pre-training of a vision-language model. GLIP builds on Fast Language-Image Pre-Training (FLIP), which randomly masks image patches while training a CLIP model. GLIP replaces random masking with centered masking, that uses a Gaussian distribution and is inspired by the importance of image patches at the center of the image. GLIP retains the same computational savings as FLIP, while improving performance across a range of downstream datasets and tasks, as demonstrated by our experimental results. We show the benefits of GLIP to be easy to obtain, requiring no delicate tuning of the Gaussian, and also applicable to data sets containing images without an obvious center focus.

📄 PDF Abstract BibTeX arXiv:2403.15837

Code (1)

anastasiais-ml/glip 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/
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…

Similar Papers 제목 키워드 기반

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

Frequency Is What You Need: Word-frequency Masking Benefits Vision-Language Model Pre-training

2024-12-20 · Mingliang Liang, Martha Larson

Vision Language Models (VLMs) can be trained more efficiently if training sets can be reduced in size. Recent work has shown the benefits of masking text during VLM training using a variety of approaches: truncation, ran…

Language ModelingLanguage ModellingPOS

Scaling Language-Image Pre-training via Masking

2022-12-01 · CVPR 2023 1 · Yanghao Li, Haoqi Fan, Ronghang Hu, Christoph Feichtenhofer 외

We present Fast Language-Image Pre-training (FLIP), a simple and more efficient method for training CLIP. Our method randomly masks out and removes a large portion of image patches during training. Masking allows us to l…

Diversity

Efficient Vision-Language Pre-training by Cluster Masking

2024-05-14 · CVPR 2024 1 · Zihao Wei, Zixuan Pan, Andrew Owens

We propose a simple strategy for masking image patches during visual-language contrastive learning that improves the quality of the learned representations and the training speed. During each iteration of training, we ra…

Contrastive Learning

UNITER: Learning UNiversal Image-TExt Representations

2019-09-25 · Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy 외

Joint image-text embedding is the bedrock for most Vision-and-Language (V+L) tasks, where multimodality inputs are jointly processed for visual and textual understanding. In this paper, we introduce UNITER, a UNiversal I…

Image-text matchingImage-text RetrievalLanguage ModelingLanguage Modelling+11