← Search

Guande He

12 accepted papers

2026

Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Video Generation

ICML 2026poster

To achieve real-time video generation, current approaches distill pretrained bidirectional video diffusion models into few-step autoregressive (AR) models. This process involves an *architectural gap*, as it converts full attention into causal attention. In this paper, we demonstrate that existing m…

Cited by 0SourceScholar
2026

Causality in Video Diffusers is Separable from Denoising

CVPR 2026

Causality--referring to temporal, uni-directional cause-effect relationships between components--underlies many complex generative processes, including videos, language, and robot trajectories.Current causal diffusion models entangle temporal reasoning with iterative denoising, applying causal atten

Cited by 3SourcecodeScholar
2026

UltraViCo: Breaking Extrapolation Limits in Video Diffusion Transformers

ICLR 2026poster

Despite advances, video diffusion transformers still struggle to generalize beyond their training length, a challenge we term video length extrapolation. We identify two failure modes: model-specific periodic content repetition and a universal quality degradation. Prior works attempt to solve repeti…

Cited by 0SourcecodeScholar
2025

Direct Discriminative Optimization: Your Likelihood-Based Visual Generative Model is Secretly a GAN Discriminator

ICML 2025spotlight

While likelihood-based generative models, particularly diffusion and autoregressive models, have achieved remarkable fidelity in visual generation, the maximum likelihood estimation (MLE) objective, which minimizes the forward KL divergence, inherently suffers from a mode-covering tendency that limi…

2025

Elucidating the Preconditioning in Consistency Distillation

ICLR 2025poster

Consistency distillation is a prevalent way for accelerating diffusion models adopted in consistency (trajectory) models, in which a student model is trained to traverse backward on the probability flow (PF) ordinary differential equation (ODE) trajectory determined by the teacher model. Preconditio…

Cited by 2SourcePDFScholar
2025

RIFLEx: A Free Lunch for Length Extrapolation in Video Diffusion Transformers

ICML 2025poster

Recent advancements in video generation have enabled models to synthesize high-quality, minute-long videos. However, generating even longer videos with temporal coherence remains a major challenge and existing length extrapolation methods lead to temporal repetition or motion deceleration. In this w…

Cited by 0SourcePDFScholar
2025

Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion

NeurIPS 2025spotlight

We introduce Self Forcing, a novel training paradigm for autoregressive video diffusion models. It addresses the longstanding issue of exposure bias, where models trained on ground-truth context must generate sequences conditioned on their own imperfect outputs during inference. Unlike prior methods…

Cited by 0SourceScholar
2025

Unveiling Uncertainty: A Deep Dive into Calibration and Performance of Multimodal Large Language Models

COLING 2025main

Multimodal large language models (MLLMs) combine visual and textual data for tasks like image captioning and visual question answering. Proper uncertainty calibration is crucial but challenging for reliable use in areas like healthcare and autonomous driving. This paper investigates several MLLMs, f…

2024

Noise Contrastive Alignment of Language Models with Explicit Rewards

NeurIPS 2024poster

User intentions are typically formalized as evaluation rewards to be maximized when fine-tuning language models (LMs). Existing alignment methods, such as Direct Preference Optimization (DPO), are mainly tailored for pairwise preference data where rewards are implicitly defined rather than explicitl…

2023

Preserving Pre-trained Features Helps Calibrate Fine-tuned Language Models

ICLR 2023poster

Large pre-trained language models (PLMs) have demonstrated strong performance on natural language understanding (NLU) tasks through fine-tuning. However, fine-tuned models still suffer from overconfident predictions, especially in out-of-domain settings. In this paper, we tackle the problem of calib…