paper-with-me

홈 › Papers

Self-Distillation for Few-Shot Image Captioning

2021-01-06 · IEEE Winter Conference on Applications of Computer Vision 2021 1 · Xianyu Chen, Ming Jiang, Qi Zhao

The development of large-scale image-captioning datasets is expensive, while the abundance of unpaired images and text corpus can potentially help reduce the efforts of manual annotation. In this paper, we study the few-shot image captioning problem that only requires a small amount of annotated image-caption pairs. We propose an ensemble-based self-distillation method that allows image captioning models to be trained with unpaired images and captions. The ensemble consists of multiple base models trained with different data samples in each iteration. For learning from unpaired images, we generate multiple pseudo captions with the ensemble and allocate different weights according to their confidence levels. For learning from unpaired captions, we propose a simple yet effective pseudo feature generation method based on Gradient Descent. The pseudo captions and pseudo features from the ensemble are used to train the base models in future iterations. The proposed method is general over different image captioning models and datasets. Our experiments demonstrate significant performance improvements and meaningful captions generated with only 1% of paired training data. Source code is available at https://github.com/chenxy99/SD-FSIC.

📄 PDF Abstract BibTeX

Code (1)

chenxy99/SD-FSIC pytorch

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

SILC: Improving Vision Language Pretraining with Self-Distillation

2023-10-20 · Muhammad Ferjad Naeem, Yongqin Xian, Xiaohua Zhai, Lukas Hoyer 외

Image-Text pretraining on web-scale image caption datasets has become the default recipe for open vocabulary classification and retrieval models thanks to the success of CLIP and its variants. Several works have also use…

ClassificationContrastive LearningOpen Vocabulary Semantic SegmentationQuestion Answering+7

Robust Cross-Modal Representation Learning with Progressive Self-Distillation

2022-04-10 · CVPR 2022 1 · Alex Andonian, Shixing Chen, Raffay Hamid

The learning objective of vision-language approach of CLIP does not effectively account for the noisy many-to-many correspondences found in web-harvested image captioning datasets, which contributes to its compute and da…

Contrastive LearningImage CaptioningImage ClassificationImage-text Retrieval+5

Large-Scale Bidirectional Training for Zero-Shot Image Captioning

2022-11-13 · TaeHoon Kim, Mark Marsden, Pyunghwan Ahn, Sangyun Kim 외

When trained on large-scale datasets, image captioning models can understand the content of images from a general domain but often fail to generate accurate, detailed captions. To improve performance, pretraining-and-fin…

Image CaptioningKeyword Extraction

Supervised Masked Knowledge Distillation for Few-Shot Transformers

2023-03-25 · CVPR 2023 1 · Han Lin, Guangxing Han, Jiawei Ma, Shiyuan Huang 외

Vision Transformers (ViTs) emerge to achieve impressive performance on many data-abundant computer vision tasks by capturing long-range dependencies among local features. However, under few-shot learning (FSL) settings o…

Few-Shot LearningInductive BiasKnowledge Distillation

More Grounded Image Captioning by Distilling Image-Text Matching Model

2020-04-01 · CVPR 2020 6 · Yuanen Zhou, Meng Wang, Daqing Liu, Zhenzhen Hu 외

Visual attention not only improves the performance of image captioners, but also serves as a visual interpretation to qualitatively measure the caption rationality and model transparency. Specifically, we expect that a c…

Image CaptioningImage-text matchingKnowledge DistillationPOS+2