paper-with-me

Papers

Exploring Discrete Diffusion Models for Image Captioning

2022-11-21 · Zixin Zhu, Yixuan Wei, JianFeng Wang, Zhe Gan, Zheng Zhang, Le Wang, Gang Hua, Lijuan Wang, Zicheng Liu, Han Hu

The image captioning task is typically realized by an auto-regressive method that decodes the text tokens one by one. We present a diffusion-based captioning model, dubbed the name DDCap, to allow more decoding flexibility. Unlike image generation, where the output is continuous and redundant with a fixed length, texts in image captions are categorical and short with varied lengths. Therefore, naively applying the discrete diffusion model to text decoding does not work well, as shown in our experiments. To address the performance gap, we propose several key techniques including best-first inference, concentrated attention mask, text length prediction, and image-free training. On COCO without additional caption pre-training, it achieves a CIDEr score of 117.8, which is +5.0 higher than the auto-regressive baseline with the same architecture in the controlled setting. It also performs +26.8 higher CIDEr score than the auto-regressive baseline (230.3 v.s.203.5) on a caption infilling task. With 4M vision-language pre-training images and the base-sized model, we reach a CIDEr score of 125.1 on COCO, which is competitive to the best well-developed auto-regressive frameworks. The code is available at https://github.com/buxiangzhiren/DDCap.

📄 PDF Abstract BibTeX arXiv:2211.11694

Code (1)

buxiangzhiren/ddcap 공식 구현 pytorch

Tasks

Image CaptioningImage Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffCap: Exploring Continuous Diffusion on Image Captioning

2023-05-20 · Yufeng He, Zefan Cai, Xu Gan, Baobao Chang

Current image captioning works usually focus on generating descriptions in an autoregressive manner. However, there are limited works that focus on generating descriptions non-autoregressively, which brings more decoding…

Caption GenerationDiversityImage CaptioningImage Description+2

Analog Bits: Generating Discrete Data using Diffusion Models with Self-Conditioning

2022-08-08 · Ting Chen, Ruixiang Zhang, Geoffrey Hinton

We present Bit Diffusion: a simple and generic approach for generating discrete data with continuous state and continuous time diffusion models. The main idea behind our approach is to first represent the discrete data a…

Image CaptioningImage Generation

Semantic-Conditional Diffusion Networks for Image Captioning

2022-12-06 · CVPR 2023 1 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao 외

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

Cross-Modal RetrievalDecoderImage CaptioningImage Generation+4

Unified Multimodal Discrete Diffusion

2025-03-26 · Alexander Swerdlow, Mihir Prabhudesai, Siddharth Gandhi, Deepak Pathak 외

Multimodal generative models that can understand and generate across multiple modalities are dominated by autoregressive (AR) approaches, which process tokens sequentially from left to right, or top to bottom. These mode…

Image CaptioningImage GenerationQuestion AnsweringText Generation

Causal Diffusion Transformers for Generative Modeling

2024-12-16 · Chaorui Deng, Deyao Zhu, Kunchang Li, Shi Guang 외

We introduce Causal Diffusion as the autoregressive (AR) counterpart of Diffusion models. It is a next-token(s) forecasting framework that is friendly to both discrete and continuous modalities and compatible with existi…

DecoderImage Generation