paper-with-me

Papers

Semi-Supervised Image Captioning by Adversarially Propagating Labeled Data

2023-01-26 · Dong-Jin Kim, Tae-Hyun Oh, Jinsoo Choi, In So Kweon

We present a novel data-efficient semi-supervised framework to improve the generalization of image captioning models. Constructing a large-scale labeled image captioning dataset is an expensive task in terms of labor, time, and cost. In contrast to manually annotating all the training samples, separately collecting uni-modal datasets is immensely easier, e.g., a large-scale image dataset and a sentence dataset. We leverage such massive unpaired image and caption data upon standard paired data by learning to associate them. To this end, our proposed semi-supervised learning method assigns pseudo-labels to unpaired samples in an adversarial learning fashion, where the joint distribution of image and caption is learned. Our method trains a captioner to learn from a paired data and to progressively associate unpaired data. This approach shows noticeable performance improvement even in challenging scenarios including out-of-task data (i.e., relational captioning, where the target task is different from the unpaired data) and web-crawled data. We also show that our proposed method is theoretically well-motivated and has a favorable global optimal property. Our extensive and comprehensive empirical results both on (1) image-based and (2) dense region-based captioning datasets followed by comprehensive analysis on the scarcely-paired COCO dataset demonstrate the consistent effectiveness of our semisupervised learning method with unpaired data compared to competing methods.

📄 PDF Abstract BibTeX arXiv:2301.11174

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningRelational CaptioningSentence

Similar Papers 제목 키워드 기반

Cycle-Consistency Learning for Captioning and Grounding

2023-12-23 · Ning Wang, Jiajun Deng, Mingbo Jia

We present that visual grounding and image captioning, which perform as two mutually inverse processes, can be bridged together for collaborative training by careful designs. By consolidating this idea, we introduce CyCo…

Image CaptioningVisual Grounding

Semi-Supervised Image Captioning Considering Wasserstein Graph Matching

2024-03-26 · Yang Yang

Image captioning can automatically generate captions for the given images, and the key challenge is to learn a mapping function from visual features to natural language features. Existing approaches are mostly supervised…

Data AugmentationGraph MatchingImage CaptioningSentence

Adversarially Learned Mixture Model

2018-07-14 · Andrew Jesson, Cécile Low-Kam, Tanya Nair, Florian Soudan 외

The Adversarially Learned Mixture Model (AMM) is a generative model for unsupervised or semi-supervised data clustering. The AMM is the first adversarially optimized method to model the conditional dependence between inf…

Clusteringmodel

Image Captioning with Very Scarce Supervised Data: Adversarial Semi-Supervised Learning Approach

2019-09-05 · IJCNLP 2019 11 · Dong-Jin Kim, Jinsoo Choi, Tae-Hyun Oh, In So Kweon

Constructing an organized dataset comprised of a large number of images and several captions for each image is a laborious task, which requires vast human effort. On the other hand, collecting a large number of images an…

Image Captioning

Semi-Supervised Learning for Video Captioning

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ke Lin, Zhuoxin Gan, LiWei Wang

Deep neural networks have made great success on video captioning in supervised learning setting. However, annotating videos with descriptions is very expensive and time-consuming. If the video captioning algorithm can be…

Video Captioning