paper-with-me

홈 › Papers

UNISON: Unpaired Cross-lingual Image Captioning

2020-10-03 · Jiahui Gao, Yi Zhou, Philip L. H. Yu, Shafiq Joty, Jiuxiang Gu

Image captioning has emerged as an interesting research field in recent years due to its broad application scenarios. The traditional paradigm of image captioning relies on paired image-caption datasets to train the model in a supervised manner. However, creating such paired datasets for every target language is prohibitively expensive, which hinders the extensibility of captioning technology and deprives a large part of the world population of its benefit. In this work, we present a novel unpaired cross-lingual method to generate image captions without relying on any caption corpus in the source or the target language. Specifically, our method consists of two phases: (i) a cross-lingual auto-encoding process, which utilizing a sentence parallel (bitext) corpus to learn the mapping from the source to the target language in the scene graph encoding space and decode sentences in the target language, and (ii) a cross-modal unsupervised feature mapping, which seeks to map the encoded scene graph features from image modality to language modality. We verify the effectiveness of our proposed method on the Chinese image caption generation task. The comparisons against several existing methods demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2010.01288

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationImage CaptioningMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Cross2StrA: Unpaired Cross-lingual Image Captioning with Cross-lingual Cross-modal Structure-pivoted Alignment

2023-05-20 · Shengqiong Wu, Hao Fei, Wei Ji, Tat-Seng Chua

Unpaired cross-lingual image captioning has long suffered from irrelevancy and disfluency issues, due to the inconsistencies of the semantic scene and syntax attributes during transfer. In this work, we propose to addres…

Image CaptioningTranslation

Unpaired Cross-lingual Image Caption Generation with Self-Supervised Rewards

2019-08-15 · Yuqing Song, Shi-Zhe Chen, Yida Zhao, Qin Jin

Generating image descriptions in different languages is essential to satisfy users worldwide. However, it is prohibitively expensive to collect large-scale paired image-caption dataset for every target language which is …

Caption GenerationImage CaptioningMachine TranslationReinforcement Learning+2

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-…

Image Captioning

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, ti…

Image CaptioningRelational CaptioningSentence

Prompt-based Learning for Unpaired Image Captioning

2022-05-26 · Peipei Zhu, Xiao Wang, Lin Zhu, Zhenglong Sun 외

Unpaired Image Captioning (UIC) has been developed to learn image descriptions from unaligned vision-language sample pairs. Existing works usually tackle this task using adversarial learning and visual concept reward bas…

Image CaptioningImage-text RetrievalPrompt LearningQuestion Answering+2