paper-with-me

Papers

DiffPerformer: Iterative Learning of Consistent Latent Guidance for Diffusion-based Human Video Generation

2024-01-01 · CVPR 2024 1 · Chenyang Wang, Zerong Zheng, Tao Yu, Xiaoqian Lv, Bineng Zhong, Shengping Zhang, Liqiang Nie

Existing diffusion models for pose-guided human video generation mostly suffer from temporal inconsistency in the generated appearance and poses due to the inherent randomization nature of the generation process. In this paper we propose a novel framework DiffPerformer to synthesize high-fidelity and temporally consistent human video. Without complex architecture modification or costly training DiffPerformer finetunes a pretrained diffusion model on a single video of the target character and introduces an implicit video representation as a proxy to learn temporally consistent guidance for the diffusion model. The guidance is encoded into VAE latent space and an iterative optimization loop is constructed between the implicit video representation and the diffusion model allowing to harness the smooth property of the implicit video representation and the generative capabilities of the diffusion model in a mutually beneficial way. Moreover we propose 3D-aware human flow as a temporal constraint during the optimization to explicitly model the correspondence between driving poses and human appearance. This alleviates the misalignment between guided poses and target performer and therefore maintains the appearance coherence under various motions. Extensive experiments demonstrate that our method outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Methods 이 논문이 사용한 방법론

FAVOR+ 설명 없음
Performer Performer is a Transformer architecture which can estimate regular…
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 제목 키워드 기반

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

2025-10-06 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Nicklas Majamaki 외 arxiv

Large Language Models (LLMs) demonstrate their reasoning ability through chain-of-thought (CoT) generation. However, LLM's autoregressive decoding may limit the ability to revisit and refine earlier tokens in a holistic …

Mathematical ReasoningCode Generation

A Latent Space of Stochastic Diffusion Models for Zero-Shot Image Editing and Guidance

2023-01-01 · ICCV 2023 1 · Chen Henry Wu, Fernando de la Torre

Diffusion models generate images by iterative denoising. Recent work has shown that by making the denoising process deterministic, one can encode real images into latent codes of the same size, which can be used for …

Denoising

Spectral Prior for Reducing Exposure Bias in Diffusion Models

2026-07-24 · Yuya Kobayashi, Masato Ishii, Yuhta Takida, Takashi Shibuya 외 hf

Diffusion models typically suffer from error accumulation during iterative sampling, commonly referred to as exposure bias. We reveal systematic frequency-dependent discrepancies between training and inference, which can…

AutoScape: Geometry-Consistent Long-Horizon Scene Generation

2025-10-23 · Jiacheng Chen, Ziyu Jiang, Mingfu Liang, Bingbing Zhuang 외 arxiv

This paper proposes AutoScape, a long-horizon driving scene generation framework. At its core is a novel RGB-D diffusion model that iteratively generates sparse, geometrically consistent keyframes, serving as reliable an…

Scene GenerationPoint Clouds

Gradient Guidance for Diffusion Models: An Optimization Perspective

2024-04-23 · Yingqing Guo, Hui Yuan, Yukang Yang, Minshuo Chen 외

Diffusion models have demonstrated empirical successes in various applications and can be adapted to task-specific needs via guidance. This paper studies a form of gradient guidance for adapting a pre-trained diffusion m…