← Search

Huayu Chen

18 accepted papers

2026

DiffusionNFT: Online Diffusion Reinforcement with Forward Process

ICLR 2026oral

Online reinforcement learning (RL) has been central to post-training language models, but its extension to diffusion models remains challenging due to intractable likelihoods. Recent works discretize the reverse sampling process to enable GRPO-style training, yet they inherit fundamental drawbacks,…

Cited by 0SourcecodeScholar
2026

Discrete Diffusion Trajectory Alignment via Stepwise Decomposition

ICLR 2026poster

Discrete diffusion models have demonstrated great promise in modeling various sequence data, ranging from human language to biological sequences. Inspired by the success of RL in language models, there is growing interest in further improving the models by alignment with a certain reward. In this wo…

Cited by 0SourcecodeScholar
2026

Exploratory Diffusion Model for Unsupervised Reinforcement Learning

ICLR 2026oral

Unsupervised reinforcement learning (URL) pre-trains agents by exploring diverse states in reward-free environments, aiming to enable efficient adaptation to various downstream tasks. Without extrinsic rewards, prior methods rely on intrinsic objectives, but heterogeneous exploration data demand str…

Cited by 0SourcecodeScholar
2026

InfoTok: Adaptive Discrete Video Tokenizer via Information-Theoretic Compression

ICLR 2026oral

Accurate and efficient discrete video tokenization is essential for long video sequences processing. Yet, the inherent complexity and variable information density of videos present a significant bottleneck for current tokenizers, which rigidly compress all content at a fixed rate, leading to redunda…

Cited by 0SourcecodeScholar
2026

Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency

ICLR 2026poster

Although continuous-time consistency models (e.g., sCM, MeanFlow) are theoretically principled and empirically powerful for fast academic-scale diffusion, its applicability to large-scale text-to-image and video tasks remains unclear due to infrastructure challenges in Jacobian-vector product (JVP)…

Cited by 0SourcecodeScholar
2026

NFT: Bridging Supervised Learning and Reinforcement Learning in Math Reasoning

ICLR 2026poster

Reinforcement Learning (RL) has played a central role in the recent surge of LLMs' math abilities by enabling verification-driven training through binary verifier signals. In contrast, Supervised Learning (SL) is rarely considered for such verification-driven training, largely due to its heavy relia…

Cited by 0SourcecodeScholar
2026

PACT: Self-Evolving Physical Safety Alignment for Diffusion Policies in Embodied Manipulation

ICML 2026spotlight

Diffusion policies have achieved remarkable success in robotic manipulation, yet they often fail to satisfy strict physical constraints required for safe deployment. Existing approaches impose safety either prematurely during training or reactively via external guardrails at test time, limiting poli…

Cited by 0SourceScholar
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

Free Process Rewards without Process Labels

ICML 2025poster

Different from its counterpart outcome reward models (ORMs), which evaluate the entire responses, a process reward model (PRM) scores a reasoning trajectory step by step, providing denser and more fine-grained rewards. However, training a PRM requires labels annotated at every intermediate step, pre…

2025

RDT-1B: a Diffusion Foundation Model for Bimanual Manipulation

ICLR 2025poster

Bimanual manipulation is essential in robotics, yet developing foundation models is extremely challenging due to the inherent complexity of coordinating two robot arms (leading to multi-modal action distributions) and the scarcity of training data. In this paper, we present the Robotics Diffusion Tr…

2025

Toward Guidance-Free AR Visual Generation via Condition Contrastive Alignment

ICLR 2025oral

Classifier-Free Guidance (CFG) is a critical technique for enhancing the sample quality of visual generative models. However, in autoregressive (AR) multi-modal generation, CFG introduces design inconsistencies between language and visual content, contradicting the design philosophy of unifying diff…

Cited by 2SourcePDFScholar
2024

Aligning Diffusion Behaviors with Q-functions for Efficient Continuous Control

NeurIPS 2024poster

Drawing upon recent advances in language model alignment, we formulate offline Reinforcement Learning as a two-stage optimization problem: First pretraining expressive generative policies on reward-free behavior datasets, then finetuning these policies to align with task-specific annotations like Q-…

2024

C-GAIL: Stabilizing Generative Adversarial Imitation Learning with Control Theory

NeurIPS 2024poster

Generative Adversarial Imitation Learning (GAIL) provides a promising approach to training a generative policy to imitate a demonstrator. It uses on-policy Reinforcement Learning (RL) to optimize a reward signal derived from an adversarial discriminator. However, optimizing GAIL is difficult in prac…

Cited by 2SourcePDFScholar
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…

2024

Score Regularized Policy Optimization through Diffusion Behavior

ICLR 2024poster

Recent developments in offline reinforcement learning have uncovered the immense potential of diffusion modeling, which excels at representing heterogeneous behavior policies. However, sampling from diffusion policies is considerably slow because it necessitates tens to hundreds of iterative inferen…

2023

Contrastive Energy Prediction for Exact Energy-Guided Diffusion Sampling in Offline Reinforcement Learning

ICML 2023poster

Guided sampling is a vital approach for applying diffusion models in real-world tasks that embeds human-defined guidance during the sampling procedure. This paper considers a general setting where the guidance is defined by an (unnormalized) energy function. The main challenge for this setting is th…

2023

Offline Reinforcement Learning via High-Fidelity Generative Behavior Modeling

ICLR 2023poster

In offline reinforcement learning, weighted regression is a common method to ensure the learned policy stays close to the behavior policy and to prevent selecting out-of-sample actions. In this work, we show that due to the limited distributional expressivity of policy models, previous methods might…