← Search

Huangjie Zheng

28 accepted papers

2026

Continuously Augmented Discrete Diffusion model for Categorical Generative Modeling

ICLR 2026poster

Standard discrete diffusion models treat all unobserved states the same way, typically mapping them to an absorbing [MASK] token. This creates an "information void" where global semantic information that may be inferred for the masked tokens from the unmasked tokens is not directly passed from one d…

Cited by 0SourcecodeScholar
2026

DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation

ICLR 2026poster

Diffusion large language models (dLLMs) are compelling alternatives to autoregressive (AR) models because their denoising models operate over the entire sequence. The global planning and iterative refinement features of dLLMs are particularly useful for code generation. However, current training and…

Cited by 0SourcecodeScholar
2026

Rejection Mixing: Fast Semantic Propagation of Mask Tokens for Efficient DLLM Inference

CVPR 2026

Diffusion Large Language Models (DLLMs) promise fast non-autoregressive inference but suffer a severe quality and speed tradeoff in parallel decoding. This stems from the "combinatorial contradiction" phenomenon, where parallel tokens form semantically inconsistent combinations. We address this by i

Cited by 0SourcecodeScholar
2026

Wide-In, Narrow-Out: Revokable Decoding for Efficient and Effective DLLMs

ICLR 2026poster

Diffusion Large Language Models (DLLMs) have emerged as a compelling alternative to Autoregressive models, designed for fast parallel generation. However, existing DLLMs are plagued by a severe quality-speed trade-off, where faster parallel decoding leads to significant performance degradation. We a…

Cited by 0SourcecodeScholar
2025

Adversarial Score identity Distillation: Rapidly Surpassing the Teacher in One Step

ICLR 2025poster

Score identity Distillation (SiD) is a data-free method that has achieved state-of-the-art performance in image generation by leveraging only a pretrained diffusion model, without requiring any training data. However, the ultimate performance of SiD is constrained by the accuracy with which the pret…

2025

Flexible Language Modeling in Continuous Space with Transformer-based Autoregressive Flows

NeurIPS 2025poster

Autoregressive models have driven remarkable progress in language modeling. Their foundational reliance on discrete tokens, unidirectional context, and single-pass decoding, while central to their success, also inspires the exploration of a design space that could offer new axes of modeling flexibil…

Cited by 0SourceScholar
2025

Generative Data Augmentation via Diffusion Distillation, Adversarial Alignment, and Importance Reweighting

NeurIPS 2025poster

Generative data augmentation (GDA) leverages generative models to enrich training sets with entirely new samples drawn from the modeled data distribution to achieve performance gains. However, the usage of the mighty contemporary diffusion models in GDA remains impractical: *i)* their thousand-step…

Cited by 0SourceScholar
2025

Guided Score identity Distillation for Data-Free One-Step Text-to-Image Generation

ICLR 2025poster

Diffusion-based text-to-image generation models trained on extensive text-image pairs have demonstrated the ability to produce photorealistic images aligned with textual descriptions. However, a significant limitation of these models is their slow sample generation process, which requires iterative…

2025

Normalizing Flows are Capable Generative Models

ICML 2025oral

Normalizing Flows (NFs) are likelihood-based models for continuous inputs. They have demonstrated promising results on both density estimation and generative modeling tasks, but have received relatively little attention in recent years. In this work, we demonstrate that NFs are more powerful than pr…

2025

STARFlow: Scaling Latent Normalizing Flows for High-resolution Image Synthesis

NeurIPS 2025spotlight

We present STARFlow, a scalable generative model based on normalizing flows that achieves strong performance on high-resolution image synthesis. STARFlow's main building block is Transformer Autoregressive Flow (TARFlow), which combines normalizing flows with Autoregressive Transformer architecture…

Cited by 0SourcecodeScholar
2025

TADA: Improved Diffusion Sampling with Training-free Augmented DynAmics

NeurIPS 2025poster

Diffusion models have demonstrated exceptional capabilities in generating high-fidelity images but typically suffer from inefficient sampling. Many solver designs and noise scheduling strategies have been proposed to dramatically improve sampling speeds. In this paper, we introduce a new sampling m…

Cited by 0SourcecodeScholar
2025

What If We Recaption Billions of Web Images with LLaMA-3?

ICML 2025poster

Web-crawled image-text pairs are inherently noisy. Prior studies demonstrate that semantically aligning and enriching textual descriptions of these pairs can significantly enhance model training across various vision-language tasks, particularly text-to-image generation. However, large-scale investi…

Cited by 38SourcePDFScholar
2024

Learning Stackable and Skippable LEGO Bricks for Efficient, Reconfigurable, and Variable-Resolution Diffusion Modeling

ICLR 2024poster

Diffusion models excel at generating photo-realistic images but come with significant computational costs in both training and sampling. While various techniques address these computational challenges, a less-explored issue is designing an efficient and adaptable network backbone for iterative refin…

2024

Long-tailed Diffusion Models with Oriented Calibration

ICLR 2024poster

Diffusion models are acclaimed for generating high-quality and diverse images. However, their performance notably degrades when trained on data with a long-tailed distribution. For long tail diffusion model generation, current works focus on the calibration and enhancement of the tail generation wit…

2024

Score identity Distillation: Exponentially Fast Distillation of Pretrained Diffusion Models for One-Step Generation

ICML 2024poster

We introduce Score identity Distillation (SiD), an innovative data-free method that distills the generative capabilities of pretrained diffusion models into a single-step generator. SiD not only facilitates an exponentially fast reduction in Fréchet inception distance (FID) during distillation but a…

2023

DR2: Diffusion-Based Robust Degradation Remover for Blind Face Restoration

CVPR 2023poster

Blind face restoration usually synthesizes degraded low-quality data with a pre-defined degradation model for training, while more complex cases could happen in the real world. This gap between the assumed and actual degradation hurts the restoration performance where artifacts are often observed in…

2023

Diffusion-GAN: Training GANs with Diffusion

ICLR 2023poster

Generative adversarial networks (GANs) are challenging to train stably, and a promising remedy of injecting instance noise into the discriminator input has not been very effective in practice. In this paper, we propose Diffusion-GAN, a novel GAN framework that leverages a forward diffusion chain to…

2023

POUF: Prompt-Oriented Unsupervised Fine-tuning for Large Pre-trained Models

ICML 2023poster

Through prompting, large-scale pre-trained models have become more expressive and powerful, gaining significant attention in recent years. Though these big models have zero-shot capabilities, in general, labeled data are still required to adapt them to downstream tasks. To overcome this critical lim…

2023

Patch Diffusion: Faster and More Data-Efficient Training of Diffusion Models

NeurIPS 2023poster

Diffusion models are powerful, but they require a lot of time and data to train. We propose Patch Diffusion, a generic patch-wise training framework, to significantly reduce the training time costs while improving data efficiency, which thus helps democratize diffusion model training to broader user…

2023

Truncated Diffusion Probabilistic Models and Diffusion-based Adversarial Auto-Encoders

ICLR 2023poster

Employing a forward diffusion chain to gradually map the data to a noise distribution, diffusion-based generative models learn how to generate the data by inferring a reverse diffusion chain. However, this approach is slow and costly because it needs many forward and reverse steps. We propose a fas…

2022

Representing Mixtures of Word Embeddings with Mixtures of Topic Embeddings

ICLR 2022poster

A topic model is often formulated as a generative model that explains how each word of a document is generated given a set of topics and document-specific topic proportions. It is focused on capturing the word co-occurrences in a document and hence often suffers from poor performance in analyzing s…

2021

A Prototype-Oriented Framework for Unsupervised Domain Adaptation

NeurIPS 2021poster

Existing methods for unsupervised domain adaptation often rely on minimizing some statistical distance between the source and target samples in the latent space. To avoid the sampling variability, class imbalance, and data-privacy concerns that often plague these methods, we instead provide a memory…

2021

Alignment Attention by Matching Key and Query Distributions

NeurIPS 2021poster

The neural attention mechanism has been incorporated into deep neural networks to achieve state-of-the-art performance in various domains. Most such models use multi-head self-attention which is appealing for the ability to attend to information from different perspectives. This paper introduces ali…

2021

Exploiting Chain Rule and Bayes' Theorem to Compare Probability Distributions

NeurIPS 2021poster

To measure the difference between two probability distributions, referred to as the source and target, respectively, we exploit both the chain rule and Bayes' theorem to construct conditional transport (CT), which is constituted by both a forward component and a backward one. The forward CT is the e…

2019

Elastic Boundary Projection for 3D Medical Image Segmentation

CVPR 2019poster

We focus on an important yet challenging problem: using a 2D deep network to deal with 3D segmentation for medical image analysis. Existing approaches either applied multi-view planar (2D) networks or directly used volumetric (3D) networks for this purpose, but both of them are not ideal: 2D network…

Cited by 46PDFcodeScholar