CVCLMMDec 6, 2022

Semantic-Conditional Diffusion Networks for Image Captioning

arXiv:2212.03099v1124 citationsh-index: 55Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of generating accurate and coherent captions for images, offering a novel approach that could benefit applications in accessibility and content analysis, though it is incremental as it builds on existing diffusion and Transformer methods.

The paper tackles image captioning by proposing a new diffusion model paradigm, SCD-Net, which uses semantic priors and stacked Diffusion Transformers to improve visual-language alignment and linguistic coherence, achieving competitive results on the COCO dataset.

Recent advances on text-to-image generation have witnessed the rise of diffusion models which act as powerful generative models. Nevertheless, it is not trivial to exploit such latent variable models to capture the dependency among discrete words and meanwhile pursue complex visual-language alignment in image captioning. In this paper, we break the deeply rooted conventions in learning Transformer-based encoder-decoder, and propose a new diffusion model based paradigm tailored for image captioning, namely Semantic-Conditional Diffusion Networks (SCD-Net). Technically, for each input image, we first search the semantically relevant sentences via cross-modal retrieval model to convey the comprehensive semantic information. The rich semantics are further regarded as semantic prior to trigger the learning of Diffusion Transformer, which produces the output sentence in a diffusion process. In SCD-Net, multiple Diffusion Transformer structures are stacked to progressively strengthen the output sentence with better visional-language alignment and linguistical coherence in a cascaded manner. Furthermore, to stabilize the diffusion process, a new self-critical sequence training strategy is designed to guide the learning of SCD-Net with the knowledge of a standard autoregressive Transformer model. Extensive experiments on COCO dataset demonstrate the promising potential of using diffusion models in the challenging image captioning task. Source code is available at \url{https://github.com/YehLi/xmodaler/tree/master/configs/image_caption/scdnet}.

Code Implementations2 repos
Foundations

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

Your Notes