paper-with-me

Papers

Unified Generation, Reconstruction, and Representation: Generalized Diffusion with Adaptive Latent Encoding-Decoding

2024-02-29 · Guangyi Liu, Yu Wang, Zeyu Feng, Qiyu Wu, Liping Tang, Yuan Gao, Zhen Li, Shuguang Cui, Julian McAuley, Zichao Yang, Eric P. Xing, Zhiting Hu

The vast applications of deep generative models are anchored in three core capabilities -- generating new instances, reconstructing inputs, and learning compact representations -- across various data types, such as discrete text/protein sequences and continuous images. Existing model families, like variational autoencoders (VAEs), generative adversarial networks (GANs), autoregressive models, and (latent) diffusion models, generally excel in specific capabilities and data types but fall short in others. We introduce Generalized Encoding-Decoding Diffusion Probabilistic Models (EDDPMs) which integrate the core capabilities for broad applicability and enhanced performance. EDDPMs generalize the Gaussian noising-denoising in standard diffusion by introducing parameterized encoding-decoding. Crucially, EDDPMs are compatible with the well-established diffusion model objective and training recipes, allowing effective learning of the encoder-decoder parameters jointly with diffusion. By choosing appropriate encoder/decoder (e.g., large language models), EDDPMs naturally apply to different data types. Extensive experiments on text, proteins, and images demonstrate the flexibility to handle diverse data and tasks and the strong improvement over various existing models.

📄 PDF Abstract BibTeX arXiv:2402.19009

Code (1)

guangyliu/eddpm 공식 구현 pytorch

Tasks

DecoderDenoising

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 제목 키워드 기반

PixWorld: Unifying 3D Scene Generation and Reconstruction in Pixel Space

2026-07-06 · Sensen Gao, Zhaoqing Wang, Qihang Cao, Dongdong Yu 외 arxiv

3D reconstruction and generation are commonly tackled by separate paradigms: pixel-based regression for reconstruction, and latent diffusion for generation. Recent works attempt to unify them in latent space, but with no…

3D ReconstructionScene Generation

Generalized Denoising Diffusion Codebook Models (gDDCM): Tokenizing images using a pre-trained diffusion model

2025-11-17 · Fei Kong arxiv

Denoising diffusion models have emerged as a dominant paradigm in image generation. Discretizing image data into tokens is a critical step for effectively integrating images with Transformer and other architectures. Alth…

Image Generation

TextLDM: Language Modeling with Continuous Latent Diffusion

2026-05-08 · Jiaxiu Jiang, Jingjing Ren, Wenbo Li, Bo Wang 외 arxiv

Diffusion Transformers (DiT) trained with flow matching in a VAE latent space have unified visual generation across images and videos. A natural next step toward a single architecture for both generation (visual synthesi…

multimodal generationText Generation

Single-Stage Diffusion NeRF: A Unified Approach to 3D Generation and Reconstruction

2023-04-13 · ICCV 2023 1 · Hansheng Chen, Jiatao Gu, Anpei Chen, Wei Tian 외

3D-aware image synthesis encompasses a variety of tasks, such as scene generation and novel view synthesis from images. Despite numerous task-specific methods, developing a comprehensive model remains challenging. In thi…

3D-Aware Image Synthesis3D Generation3D ReconstructionDecoder+4

AlphaVAE: Unified End-to-End RGBA Image Reconstruction and Generation with Alpha-Aware Representation Learning

2025-07-12 · Zile Wang, Hao Yu, Jiabo Zhan, Chun Yuan arxiv

Recent advances in latent diffusion models have achieved remarkable results in high-fidelity RGB image synthesis by leveraging pretrained VAEs to compress and reconstruct pixel data at low computational cost. However, th…

Representation LearningImage ReconstructionImage Generation