paper-with-me

Papers

Semantic-Conditional Diffusion Networks for Image Captioning

2022-12-06 · CVPR 2023 1 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao, Jianlin Feng, Hongyang Chao, Tao Mei

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}.

📄 PDF Abstract BibTeX arXiv:2212.03099

Code (2)

yehli/xmodaler 공식 구현 pytorch
securade/hub pytorch

Tasks

Cross-Modal RetrievalDecoderImage CaptioningImage GenerationRetrievalSentenceText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

UniBrain: Unify Image Reconstruction and Captioning All in One Diffusion Model from Human Brain Activity

2023-08-14 · Weijian Mai, Zhijun Zhang

Image reconstruction and captioning from brain activity evoked by visual stimuli allow researchers to further understand the connection between the human brain and the visual perception system. While deep generative mode…

AllBrain DecodingImage CaptioningImage Reconstruction

SGDiff: Scene Graph Guided Diffusion Model for Image Collaborative SegCaptioning

2025-12-01 · Xu Zhang, Jin Yuan, Hanwang Zhang, Guojin Zhong 외 arxiv

Controllable image semantic understanding tasks, such as captioning or segmentation, necessitate users to input a prompt (e.g., text or bounding boxes) to predict a unique outcome, presenting challenges such as high-cost…

Contrastive Learning

Improved Adversarial Image Captioning

2019-03-27 · ICLR Workshop DeepGenStruct 2019 · Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross 외

In this paper we study image captioning as a conditional GAN training, proposing both a context-aware LSTM captioner and co-attentive discriminator, which enforces semantic alignment between images and captions. We inves…

Image Captioning

Generalized Visual Relation Detection with Diffusion Models

2025-04-16 · Kaifeng Gao, Siqi Chen, Hanwang Zhang, Jun Xiao 외

Visual relation detection (VRD) aims to identify relationships (or interactions) between object pairs in an image. Although recent VRD models have achieved impressive performance, they are all restricted to pre-defined r…

Graph GenerationHuman-Object Interaction DetectionImage CaptioningImage Retrieval+3

Watch What You Just Said: Image Captioning with Text-Conditional Attention

2016-06-15 · Luowei Zhou, Chenliang Xu, Parker Koch, Jason J. Corso

Attention mechanisms have attracted considerable interest in image captioning due to its powerful performance. However, existing methods use only visual content as attention and whether textual context can improve attent…

Image CaptioningLanguage ModelingLanguage Modelling