paper-with-me

Papers

Generative Pre-trained Autoregressive Diffusion Transformer

2025-05-12 · Yuan Zhang, Jiacheng Jiang, Guoqing Ma, Zhiying Lu, Haoyang Huang, Jianlong Yuan, Nan Duan

In this work, we present GPDiT, a Generative Pre-trained Autoregressive Diffusion Transformer that unifies the strengths of diffusion and autoregressive modeling for long-range video synthesis, within a continuous latent space. Instead of predicting discrete tokens, GPDiT autoregressively predicts future latent frames using a diffusion loss, enabling natural modeling of motion dynamics and semantic consistency across frames. This continuous autoregressive framework not only enhances generation quality but also endows the model with representation capabilities. Additionally, we introduce a lightweight causal attention variant and a parameter-free rotation-based time-conditioning mechanism, improving both the training and inference efficiency. Extensive experiments demonstrate that GPDiT achieves strong performance in video generation quality, video representation ability, and few-shot learning tasks, highlighting its potential as an effective framework for video modeling in continuous space.

📄 PDF Abstract BibTeX arXiv:2505.07344

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningVideo Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

MaskINT: Video Editing via Interpolative Non-autoregressive Masked Transformers

2023-12-19 · CVPR 2024 1 · Haoyu Ma, Shahin Mahdizadehaghdam, Bichen Wu, Zhipeng Fan 외

Recent advances in generative AI have significantly enhanced image and video editing, particularly in the context of text prompt control. State-of-the-art approaches predominantly rely on diffusion models to accomplish t…

Video Editing

Improved Masked Image Generation with Token-Critic

2022-09-09 · José Lezama, Huiwen Chang, Lu Jiang, Irfan Essa

Non-autoregressive generative transformers recently demonstrated impressive image generation performance, and orders of magnitude faster sampling than their autoregressive counterparts. However, optimal parallel sampling…

DiversityImage Generation

MADFormer: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation

2025-06-09 · JunHao Chen, Yulia Tsvetkov, Xiaochuang Han

Recent progress in multimodal generation has increasingly combined autoregressive (AR) and diffusion-based approaches, leveraging their complementary strengths: AR models capture long-range dependencies and produce fluen…

Image Generationmultimodal generation

UNCAGE: Contrastive Attention Guidance for Masked Generative Transformers in Text-to-Image Generation

2025-08-07 · Wonjun Kang, Byeongkeun Ahn, Minjae Lee, Kevin Galim 외 arxiv

Text-to-image (T2I) generation has been actively studied using Diffusion Models and Autoregressive Models. Recently, Masked Generative Transformers have gained attention as an alternative to Autoregressive Models to over…

Text-to-Image Generation

BuildAnyPoint: 3D Building Structured Abstraction from Diverse Point Clouds

2026-02-27 · Tongyan Hua, Haoran Gong, Yuan Liu, Di Wang 외 arxiv

We introduce BuildAnyPoint, a novel generative framework for structured 3D building reconstruction from point clouds with diverse distributions, such as those captured by airborne LiDAR and Structure-from-Motion. To reco…

Point Cloud CompletionPoint Clouds