paper-with-me

홈 › Papers

VisualGPT: Data-efficient Adaptation of Pretrained Language Models for Image Captioning

2021-02-20 · CVPR 2022 1 · Jun Chen, Han Guo, Kai Yi, Boyang Li, Mohamed Elhoseiny

The ability to quickly learn from a small quantity oftraining data widens the range of machine learning applications. In this paper, we propose a data-efficient image captioning model, VisualGPT, which leverages the linguistic knowledge from a large pretrained language model(LM). A crucial challenge is to balance between the use of visual information in the image and prior linguistic knowledge acquired from pretraining. We designed a novel self-resurrecting encoder-decoder attention mechanism to quickly adapt the pretrained LM as the language decoder ona small amount of in-domain training data. The proposed self-resurrecting activation unit produces sparse activations but has reduced susceptibility to zero gradients. We train the proposed model, VisualGPT, on 0.1%, 0.5% and 1% of MSCOCO and Conceptual Captions training data. Under these conditions, we outperform the best baseline model by up to 10.8% CIDEr on MS COCO and upto 5.4% CIDEr on Conceptual Captions. Further, Visual-GPT achieves the state-of-the-art result on IU X-ray, a medical report generation dataset. To the best of our knowledge, this is the first work that improves data efficiency of image captioning by utilizing LM pretrained on unimodal data. Our code is available at: https://github.com/Vision-CAIR/VisualGPT.

📄 PDF Abstract BibTeX arXiv:2102.10407

Code (1)

Vision-CAIR/VisualGPT 공식 구현 pytorch

Tasks

DecoderImage CaptioningLanguage ModellingMedical Report Generation

Similar Papers 제목 키워드 기반

Revisiting the Role of Language Priors in Vision-Language Models

2023-06-02 · Zhiqiu Lin, Xinyue Chen, Deepak Pathak, Pengchuan Zhang 외

Vision-language models (VLMs) are impactful in part because they can be applied to a variety of visual understanding tasks in a zero-shot fashion, without any fine-tuning. We study $\textit{generative VLMs}$ that are tra…

Image-text matchingImage-text RetrievalLanguage ModellingQuestion Answering+6

An Examination of the Compositionality of Large Generative Vision-Language Models

2023-08-21 · Teli Ma, Rong Li, Junwei Liang

With the success of Large Language Models (LLMs), many Generative Vision-Language Models (GVLMs) have been constructed via multimodal instruction tuning. However, the performance of GVLMs in multimodal compositional reas…

Visual Reasoning

Parameter-efficient Model Adaptation for Vision Transformers

2022-03-29 · Xuehai He, Chunyuan Li, Pengchuan Zhang, Jianwei Yang 외

In computer vision, it has achieved great transfer learning performance via adapting large-scale pretrained vision models (e.g., vision transformers) to downstream tasks. Common approaches for model adaptation either upd…

BenchmarkingClassificationimage-classificationImage Classification+2

Mug-STAN: Adapting Image-Language Pretrained Models for General Video Understanding

2023-11-25 · Ruyang Liu, Jingjia Huang, Wei Gao, Thomas H. Li 외

Large-scale image-language pretrained models, e.g., CLIP, have demonstrated remarkable proficiency in acquiring general multi-modal knowledge through web-scale image-text data. Despite the impressive performance of image…

Video Understanding

Transitional Adaptation of Pretrained Models for Visual Storytelling

2021-06-19 · CVPR 2021 1 · Youngjae Yu, Jiwan Chung, Heeseung Yun, Jongseok Kim 외

Previous models for vision-to-language generation tasks usually pretrain a visual encoder and a language generator in the respective domains and jointly finetune them with the target task. However, this direct transf…

Image CaptioningLanguage ModellingSentenceSpecificity+2