← Search

Weijian Luo

15 accepted papers

2026

Let Language Constrain Geometry: Vision–Language Models as Semantic and Spatial Critics for 3D Generation

ICML 2026poster

Text-to-3D generation has advanced rapidly, yet state-of-the-art models, encompassing both optimization-based and feed-forward architectures, still face two fundamental limitations. First, they struggle with coarse semantic alignment, often failing to capture fine-grained prompt details. Second, the…

Cited by 0SourceScholar
2026

Masked Auto-Regressive Variational Acceleration: Fast Inference Makes Practical Reinforcement Learning

CVPR 2026

Masked auto-regressive diffusion models (MAR) benefit from the expressive modeling ability of diffusion models and the flexibility of masked auto-regressive ordering. However, vanilla MAR suffers from slow inference due to its hierarchical inference mechanism: an outer AR unmasking loop and an inner

Cited by 0SourcecodeScholar
2026

TDM-R1: Reinforcing Few-Step Diffusion Models with Non-Differentiable Reward

ICML 2026poster

While few-step generative models have enabled powerful image and video generation at significantly lower cost, generic reinforcement learning (RL) paradigms for few-step models remain an unsolved problem. Existing RL approaches for few-step diffusion models strongly rely on back-propagating through …

Cited by 0SourceScholar
2026

Ultra-Fast Language Generation via Discrete Diffusion Divergence Instruct

ICLR 2026poster

Fast and high-quality language generation is the holy grail that people pursue in the age of AI. In this work, we introduce **Di**screte **Di**ffusion Divergence **Instruct** (**DiDi-Instruct**), a training-based method that initializes from a pre-trained diffusion large language model (dLLM) and di…

Cited by 0SourcecodeScholar
2025

David and Goliath: Small One-step Model Beats Large Diffusion with Score Post-training

ICML 2025poster

We propose Diff-Instruct*(DI*), a data-efficient post-training approach to one-step text-to-image generative models to improve its human preferences without requiring image data. Our method frames alignment as online reinforcement learning from human feedback (RLHF), which optimizes a human reward f…

2025

Reward-Instruct: A Reward-Centric Approach to Fast Photo-Realistic Image Generation

NeurIPS 2025poster

This paper addresses the challenge of achieving high-quality and fast image generation that aligns with complex human preferences. While recent advancements in diffusion models and distillation have enabled rapid generation, the effective integration of reward feedback for improved abilities like co…

Cited by 0SourceScholar
2025

Schedule On the Fly: Diffusion Time Prediction for Faster and Better Image Generation

CVPR 2025poster

Diffusion and flow matching models have achieved remarkable success in text-to-image generation. However, these models typically rely on the predetermined denoising schedules for all prompts. The multi-step reverse diffusion process can be regarded as a kind of chain-of-thought for generating high-q…

2025

Uni-Instruct: One-step Diffusion Model through Unified Diffusion Divergence Instruction

NeurIPS 2025poster

In this paper, we unify more than 10 existing one-step diffusion distillation approaches, such as Diff-Instruct, DMD, SIM, SiD, $f$-distill, etc, inside a theory-driven framework which we name the \textbf{\emph{Uni-Instruct}}. Uni-Instruct is motivated by our proposed diffusion expansion theory of t…

Cited by 0SourceScholar
2024

One-Step Diffusion Distillation through Score Implicit Matching

NeurIPS 2024poster

Despite their strong performances on many generative tasks, diffusion models require a large number of sampling steps in order to generate realistic samples. This has motivated the community to develop effective methods to distill pre-trained diffusion models into more efficient models, but these m…

2024

Variational Schrödinger Diffusion Models

ICML 2024poster

Schrödinger bridge (SB) has emerged as the go-to method for optimizing transportation plans in diffusion models. However, SB requires estimating the intractable forward score functions, inevitably resulting in the (costly) implicit training loss based on simulated trajectories. To improve the scalab…

Cited by 9SourcePDFScholar
2023

Diff-Instruct: A Universal Approach for Transferring Knowledge From Pre-trained Diffusion Models

NeurIPS 2023poster

Due to the ease of training, ability to scale, and high sample quality, diffusion models (DMs) have become the preferred option for generative modeling, with numerous pre-trained models available for a wide variety of datasets. Containing intricate information about data distributions, pre-trained D…

2023

SA-Solver: Stochastic Adams Solver for Fast Sampling of Diffusion Models

NeurIPS 2023poster

Diffusion Probabilistic Models (DPMs) have achieved considerable success in generation tasks. As sampling from DPMs is equivalent to solving diffusion SDE or ODE which is time-consuming, numerous fast sampling methods built upon improved differential equation solvers are proposed. The majority of su…