CLCVFeb 14, 2022

I-Tuning: Tuning Frozen Language Models with Image for Lightweight Image Captioning

arXiv:2202.06574v334 citations
Originality Incremental advance
AI Analysis

This reduces training costs for image captioning, making it more accessible, though it is incremental as it builds on existing pre-trained models.

The paper tackles the high computational cost of large-scale image captioning models by introducing I-Tuning, a lightweight framework that uses a novel cross-attention module to connect frozen GPT2 and CLIP-ViT models, achieving comparable or better performance with up to 10 times fewer trainable parameters and less training data.

Image Captioning is a traditional vision-and-language task that aims to generate the language description of an image. Recent studies focus on scaling up the model size and the number of training data, which significantly increase the cost of model training. Different to these heavy-cost models, we introduce a lightweight image captioning framework (I-Tuning), which contains a small number of trainable parameters. We design a novel I-Tuning cross-attention module to connect the non-trainable pre-trained language decoder GPT2 and vision encoder CLIP-ViT. Since most parameters are not required to be updated during training, our framework is lightweight and fast. Experimental results conducted on three image captioning benchmarks reveal that our framework achieves comparable or better performance than the large-scale baseline systems. But our models contain up to 10 times fewer trainable parameters and require much fewer data for training compared with state-of-the-art baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes