paper-with-me

Papers

RDPM: Solve Diffusion Probabilistic Models via Recurrent Token Prediction

2024-12-24 · Xiaoping Wu, Jie Hu, Xiaoming Wei

Diffusion Probabilistic Models (DPMs) have emerged as the de facto approach for high-fidelity image synthesis, operating diffusion processes on continuous VAE latent, which significantly differ from the text generation methods employed by Large Language Models (LLMs). In this paper, we introduce a novel generative framework, the Recurrent Diffusion Probabilistic Model (RDPM), which enhances the diffusion process through a recurrent token prediction mechanism, thereby pioneering the field of Discrete Diffusion. By progressively introducing Gaussian noise into the latent representations of images and encoding them into vector-quantized tokens in a recurrent manner, RDPM facilitates a unique diffusion process on discrete-value domains. This process iteratively predicts the token codes for subsequent timesteps, transforming the initial standard Gaussian noise into the source data distribution, aligning with GPT-style models in terms of the loss function. RDPM demonstrates superior performance while benefiting from the speed advantage of requiring only a few inference steps. This model not only leverages the diffusion process to ensure high-quality generation but also converts continuous signals into a series of high-fidelity discrete tokens, thereby maintaining a unified optimization strategy with other discrete tokens, such as text. We anticipate that this work will contribute to the development of a unified model for multimodal generation, specifically by integrating continuous signal domains such as images, videos, and audio with text. We will release the code and model weights to the open-source community.

📄 PDF Abstract BibTeX arXiv:2412.18390

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generationmultimodal generationPredictionText Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Recurrent Interpolants for Probabilistic Time Series Prediction

2024-09-18 · Yu Chen, Marin Biloš, Sarthak Mittal, Wei Deng 외

Sequential models like recurrent neural networks and transformers have become standard for probabilistic multivariate time series forecasting across various domains. Despite their strengths, they struggle with capturing …

Computational EfficiencyImputationMultivariate Time Series ForecastingPrediction+3

Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models

2026-01-12 · Linhao Zhong, Linyu Wu, Bozhen Fang, Tianjian Feng 외 arxiv

Diffusion Language Models (DLMs) offer a promising alternative for language modeling by enabling parallel decoding through iterative refinement. However, most DLMs rely on hard binary masking and discrete token assignmen…

MDTv2: Masked Diffusion Transformer is a Strong Image Synthesizer

2023-03-25 · ICCV 2023 1 · ShangHua Gao, Pan Zhou, Ming-Ming Cheng, Shuicheng Yan

Despite its success in image synthesis, we observe that diffusion probabilistic models (DPMs) often lack contextual reasoning ability to learn the relations among object parts in an image, leading to a slow learning proc…

Image Generation

Efficient Parallel Samplers for Recurrent-Depth Models and Their Connection to Diffusion Language Models

2025-10-16 · Jonas Geiping, Xinyu Yang, Guinan Su arxiv

Language models with recurrent depth, also referred to as universal or looped when considering transformers, are defined by the capacity to increase their computation through the repetition of layers. Recent efforts in p…

HydroDiffusion: Diffusion-Based Probabilistic Streamflow Forecasting with a State Space Backbone

2025-12-13 · Yihan Wang, Annan Yu, Lujun Zhang, Charuleka Varadharajan 외 arxiv

Recent advances have introduced diffusion models for probabilistic streamflow forecasting, demonstrating strong early flood-warning skill. However, current implementations rely on recurrent Long Short-Term Memory (LSTM) …