paper-with-me

Papers

MSCap: Multi-Style Image Captioning With Unpaired Stylized Text

2019-06-01 · CVPR 2019 6 · Longteng Guo, Jing Liu, Peng Yao, Jiangwei Li, Hanqing Lu

In this paper, we propose an adversarial learning network for the task of multi-style image captioning (MSCap) with a standard factual image caption dataset and a multi-stylized language corpus without paired images. How to learn a single model for multi-stylized image captioning with unpaired data is a challenging and necessary task, whereas rarely studied in previous works. The proposed framework mainly includes four contributive modules following a typical image encoder. First, a style dependent caption generator to output a sentence conditioned on an encoded image and a specified style. Second, a caption discriminator is presented to distinguish the input sentence to be real or not. The discriminator and the generator are trained in an adversarial manner to enable more natural and human-like captions. Third, a style classifier is employed to discriminate the specific style of the input sentence. Besides, a back-translation module is designed to enforce the generated stylized captions are visually grounded, with the intuition of the cycle consistency for factual caption and stylized caption. We enable an end-to-end optimization of the whole model with differentiable softmax approximation. At last, we conduct comprehensive experiments using a combined dataset containing four caption styles to demonstrate the outstanding performance of our proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningSentence

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

ADS-Cap: A Framework for Accurate and Diverse Stylized Captioning with Unpaired Stylistic Corpora

2023-08-02 · Kanzhi Cheng, Zheng Ma, Shi Zong, Jianbing Zhang 외

Generating visually grounded image captions with specific linguistic styles using unpaired stylistic corpora is a challenging task, especially since we expect stylized captions with a wide variety of stylistic patterns. …

Contrastive LearningDiversityImage Captioning

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

Unpaired Image Captioning by Language Pivoting

2018-03-14 · ECCV 2018 9 · Jiuxiang Gu, Shafiq Joty, Jianfei Cai, Gang Wang

Image captioning is a multimodal task involving computer vision and natural language processing, where the goal is to learn a mapping from the image to its natural language description. In general, the mapping function i…

Image CaptioningSentence

MAGIC: Multimodal relAtional Graph adversarIal inferenCe for Diverse and Unpaired Text-based Image Captioning

2021-12-13 · Wenqiao Zhang, Haochen Shi, Jiannan Guo, Shengyu Zhang 외

Text-based image captioning (TextCap) requires simultaneous comprehension of visual content and reading the text of images to generate a natural language description. Although a task can teach machines to understand the …

Caption GenerationDescriptiveDiversityGenerative Adversarial Network+2