← Search

Chen-Hao Chao

6 accepted papers

2025

Beyond Masked and Unmasked: Discrete Diffusion Models via Partial Masking

NeurIPS 2025poster

Masked diffusion models (MDM) are powerful generative models for discrete data that generate samples by progressively unmasking tokens in a sequence. Each token can take one of two states: masked or unmasked. We observe that token sequences often remain unchanged between consecutive sampling steps;…

Cited by 0SourceScholar
2025

Retraining-free Merging of Sparse MoE via Hierarchical Clustering

ICML 2025poster

Sparse Mixture-of-Experts (SMoE) models represent a significant advancement in large language model (LLM) development through their efficient parameter utilization. These models achieve substantial performance improvements at reduced inference costs. However, the deployment of SMoE models faces cons…

2024

Maximum Entropy Reinforcement Learning via Energy-Based Normalizing Flow

NeurIPS 2024poster

Existing Maximum-Entropy (MaxEnt) Reinforcement Learning (RL) methods for continuous action spaces are typically formulated based on actor-critic frameworks and optimized through alternating steps of policy evaluation and policy improvement. In the policy evaluation steps, the critic is updated to c…

2023

On Investigating the Conservative Property of Score-Based Generative Models

ICML 2023poster

Existing Score-Based Models (SBMs) can be categorized into constrained SBMs (CSBMs) or unconstrained SBMs (USBMs) according to their parameterization approaches. CSBMs model probability density functions as Boltzmann distributions, and assign their predictions as the negative gradients of some scala…

2023

Training Energy-Based Normalizing Flow with Score-Matching Objectives

NeurIPS 2023poster

In this paper, we establish a connection between the parameterization of flow-based and energy-based generative models, and present a new flow-based modeling approach called energy-based normalizing flow (EBFlow). We demonstrate that by optimizing EBFlow with score-matching objectives, the computati…

2022

Denoising Likelihood Score Matching for Conditional Score-based Data Generation

ICLR 2022poster

Many existing conditional score-based data generation methods utilize Bayes' theorem to decompose the gradients of a log posterior density into a mixture of scores. These methods facilitate the training procedure of conditional score models, as a mixture of scores can be separately estimated using a…