← Search

Zhijie Deng

44 accepted papers

2026

Diffusion LLMs Can Do Faster-Than-AR Inference via Discrete Diffusion Forcing

ICLR 2026poster

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to autoregressive (AR) LLMs for text generation, with the potential to decode multiple tokens in a single iteration. However, none of the existing open-source dLLMs have achieved superior inference speed over AR LLMs of…

Cited by 0SourcecodeScholar
2026

Fast and Accurate Causal Parallel Decoding using Jacobi Forcing

ICML 2026poster

Multi-token generation has emerged as a promising paradigm for accelerating language model inference, with the diffusion Large Language Models (dLLMs) as the most notable approach recently. Popular dLLMs like SDAR and Fast-dLLM v2 are post-trained on pre-trained AR models to minimize training cost w…

Cited by 0SourceScholar
2026

LightningRL: Breaking the Accuracy–Parallelism Trade-off of Block-wise dLLMs via Reinforcement Learning

ICML 2026poster

Diffusion Large Language Models (dLLMs) enable parallel token generation, and their block-wise variants have attracted significant attention. However, existing dLLMs usually exhibit an accuracy–parallelism trade-off, where raising tokens per forward (TPF) via aggressive parallel decoding often degra…

Cited by 0SourceScholar
2026

LogCD: Local-to-global Consistency Distillation for Few-step Image Generation

CVPR 2026

Distilling latent diffusion models (LDMs)/rectified flow models (RFMs) into ones that are fast to sample from conditions is attracting huge interest. However, the majority of existing methods either need significant training resources or lead to quality degradation, especially in text-image alignmen

Cited by 0SourceScholar
2026

Mantis: A Versatile Vision-Language-Action Model with Disentangled Visual Foresight

CVPR 2026

Recent advances in Vision-Language-Action (VLA) models demonstrate that visual signals can effectively complement sparse action supervisions. However, letting VLA directly predict high-dimensional visual states can distribute model capacity and incur prohibitive training cost, while compressing visu

Cited by 0SourcecodeScholar
2026

Think-Then-Generate: Reasoning-Aware Text-to-Image Diffusion with LLM Encoders

ICML 2026poster

Recent progress in text-to-image (T2I) diffusion models (DMs) has enabled high-quality visual synthesis from diverse textual prompts. Yet, most existing T2I DMs, even those equipped with large language model (LLM)-based text encoders, remain text-pixel mappers -- they employ LLMs merely as text enco…

Cited by 0SourceScholar
2026

d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation

ICML 2026poster

Diffusion large language models (dLLMs) offer capabilities beyond those of autoregressive (AR) LLMs, such as parallel decoding and random-order generation. However, realizing these benefits in practice is non-trivial, as dLLMs inherently face an *accuracy-parallelism trade-off*. Despite increasing i…

Cited by 0SourceScholar
2025

3D-Properties: Identifying Challenges in DPO and Charting a Path Forward

ICLR 2025poster

Aligning large language models (LLMs) with human preferences has gained significant attention, with Proximal Policy Optimization (PPO) as a standard yet computationally expensive method and Direct Preference Optimization (DPO) as a more efficient alternative. While DPO offers simplicity, it remains…

Cited by 10SourcePDFScholar
2025

Adaptive Discretization for Consistency Models

NeurIPS 2025poster

Consistency Models (CMs) have shown promise for efficient one-step generation. However, most existing CMs rely on manually designed discretization schemes, which can cause repeated adjustments for different noise schedules and datasets. To address this, we propose a unified framework for the automat…

Cited by 0SourcecodeScholar
2025

Advancing Text-to-3D Generation with Linearized Lookahead Variational Score Distillation

ICCV 2025poster

Text-to-3D generation based on score distillation of pre-trained 2D diffusion models has gained increasing interest, with variational score distillation (VSD) as a remarkable example. VSD proves that vanilla score distillation can be improved by introducing an extra score-based model, which characte…

Cited by 0SourcePDFScholar
2025

Fast Quiet-STaR: Thinking Without Thought Tokens

EMNLP 2025

Large Language Models (LLMs) have achieved impressive performance across a range of natural language processing tasks. However, recent advances demonstrate that further gains—particularly in complex reasoning tasks—require more than merely scaling up model sizes or training data. One promising direc

2025

MatryoshkaKV: Adaptive KV Compression via Trainable Orthogonal Projection

ICLR 2025poster

KV cache has become a *de facto* technique for the inference of large language models (LLMs), where tensors of shape (layer number, head number, sequence length, feature dimension) are introduced to cache historical information for self-attention. As the size of the model and data grows, the KV cac…

Cited by 3SourcePDFScholar
2025

Meta-Unlearning on Diffusion Models: Preventing Relearning Unlearned Concepts

ICCV 2025poster

With the rapid progress of diffusion models (DMs), significant efforts are being made to unlearn harmful or copyrighted concepts from pretrained DMs to prevent potential model misuse. However, it is observed that even when DMs are properly unlearned before release, malicious finetuning can compromis…

2025

Orthus: Autoregressive Interleaved Image-Text Generation with Modality-Specific Heads

ICML 2025poster

We introduce Orthus, a unified multimodal model that excels in generating interleaved images and text from mixed-modality inputs by simultaneously handling discrete text tokens and continuous image features under the \textbf{AR} modeling principle. The continuous treatment of visual signals minimize…

Cited by 8SourcePDFScholar
2025

SCott: Accelerating Diffusion Models with Stochastic Consistency Distillation

AAAI 2025technical

The iterative sampling procedure employed by diffusion models (DMs) often leads to significant latency. To address this, we propose Stochastic Consistency Distillation (SCott) to enable accelerated text-to-image generation, where high-quality generations can be achieved with just 2-4 sampling steps…

Cited by 2SourcePDFScholar
2025

SafeEraser: Enhancing Safety in Multimodal Large Language Models through Multimodal Machine Unlearning

ACL 2025finding

As Multimodal Large Language Models (MLLMs) develop, their potential security issues have become increasingly prominent. **Machine Unlearning (MU)**, as an effective strategy for forgetting specific knowledge in training data, has been widely used in privacy protection. However, *MU for safety in ML…

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

2025

Which Data Attributes Stimulate Math and Code Reasoning? An Investigation via Influence Functions

NeurIPS 2025poster

Large language models (LLMs) have demonstrated remarkable reasoning capabilities in math and coding, often bolstered by post-training on the chain-of-thoughts (CoTs) generated by stronger models. However, existing strategies for curating such training data predominantly rely on heuristics, limiting…

Cited by 0SourceScholar
2024

AdaMoE: Token-Adaptive Routing with Null Experts for Mixture-of-Experts Language Models

EMNLP 2024finding

Mixture of experts (MoE) has become the standard for constructing production-level large language models (LLMs) due to its promise to boost model capacity without causing significant overheads. Nevertheless, existing MoE methods usually enforce a constant top-k routing for all tokens, which is argua…

2024

BayesDiff: Estimating Pixel-wise Uncertainty in Diffusion via Bayesian Inference

ICLR 2024poster

Diffusion models have impressive image generation capability, but low-quality generations still exist, and their identification remains challenging due to the lack of a proper sample-wise metric. To address this, we propose BayesDiff, a pixel-wise uncertainty estimator for generations from diffusion…

2024

Bayesian Exploration of Pre-trained Models for Low-shot Image Classification

CVPR 2024poster

Low-shot image classification is a fundamental task in computer vision and the emergence of large-scale vision-language models such as CLIP has greatly advanced the forefront of research in this field. However most existing CLIP-based methods lack the flexibility to effectively incorporate other pre…

Cited by 3SourcePDFScholar
2024

Efficient Detection of LLM-generated Texts with a Bayesian Surrogate Model

ACL 2024findings

The detection of machine-generated text, especially from large language models (LLMs), is crucial in preventing serious social problems resulting from their misuse. Some methods train dedicated detectors on specific datasets but fall short in generalizing to unseen test data, while other zero-shot o…

Cited by 24SourcePDFScholar
2024

Improved Operator Learning by Orthogonal Attention

ICML 2024spotlight

This work presents orthogonal attention for constructing neural operators to serve as surrogates to model the solutions of a family of Partial Differential Equations (PDEs). The motivation is that the kernel integral operator, which is usually at the core of neural operators, can be reformulated wit…

2024

Online Speculative Decoding

ICML 2024poster

Speculative decoding is a pivotal technique to accelerate the inference of large language models (LLMs) by employing a smaller draft model to predict the target model's outputs. However, its efficacy can be limited due to the low predictive accuracy of the draft model, particularly when faced with d…

2024

SpikeZIP-TF: Conversion is All You Need for Transformer-based SNN

ICML 2024poster

Spiking neural network (SNN) has attracted great attention due to its characteristic of high efficiency and accuracy. Currently, the ANN-to-SNN conversion methods can obtain ANN on-par accuracy SNN with ultra-low latency (8 time-steps) in CNN structure on computer vision (CV) tasks. However, as Tran…

2023

Learning Sample Difficulty from Pre-trained Models for Reliable Prediction

NeurIPS 2023poster

Large-scale pre-trained models have achieved remarkable success in many applications, but how to leverage them to improve the prediction reliability of downstream models is undesirably under-explored. Moreover, modern neural networks have been found to be poorly calibrated and make overconfident pre…

Cited by 16SourcePDFScholar
2023

On Calibrating Diffusion Probabilistic Models

NeurIPS 2023poster

Recently, diffusion probabilistic models (DPMs) have achieved promising results in diverse generative tasks. A typical DPM framework includes a forward process that gradually diffuses the data distribution and a reverse process that recovers the data distribution from time-dependent data scores. In…

2022

Accelerated Linearized Laplace Approximation for Bayesian Deep Learning

NeurIPS 2022accept

Laplace approximation (LA) and its linearized variant (LLA) enable effortless adaptation of pretrained deep neural networks to Bayesian neural networks. The generalized Gauss-Newton (GGN) approximation is typically introduced to improve their tractability. However, LA and LLA are still confronted wi…

2022

Exploring Memorization in Adversarial Training

ICLR 2022poster

Deep learning models have a propensity for fitting the entire training set even with random labels, which requires memorization of every training sample. In this paper, we explore the memorization effect in adversarial training (AT) for promoting a deeper understanding of model capacity, convergence…

2021

Black-Box Detection of Backdoor Attacks With Limited Information and Data

ICCV 2021poster

Although deep neural networks (DNNs) have made rapid progress in recent years, they are vulnerable in adversarial environments. A malicious backdoor could be embedded in a model by poisoning the training dataset, whose intention is to make the infected model give wrong predictions during inference w…

Cited by 142PDFScholar
2021

LiBRe: A Practical Bayesian Approach to Adversarial Detection

CVPR 2021poster

Despite their appealing flexibility, deep neural networks (DNNs) are vulnerable against adversarial examples. Various adversarial defense strategies have been proposed to resolve this problem, but they typically demonstrate restricted practicability owing to unsurmountable compromise on universality…

Cited by 78PDFcodeScholar
2020

Adversarial Distributional Training for Robust Deep Learning

NeurIPS 2020poster

Adversarial training (AT) is among the most effective techniques to improve model robustness by augmenting training data with adversarial examples. However, most existing AT methods adopt a specific attack to craft adversarial examples, leading to the unreliable robustness against other unseen attac…

2020

AutoSync: Learning to Synchronize for Data-Parallel Distributed Deep Learning

NeurIPS 2020poster

Synchronization is a key step in data-parallel distributed machine learning (ML). Different synchronization systems and strategies perform differently, and to achieve optimal parallel training throughput requires synchronization strategies that adapt to model structures and cluster configurations. E…

2020

Understanding and Exploring the Network with Stochastic Architectures

NeurIPS 2020poster

There is an emerging trend to train a network with stochastic architectures to enable various architectures to be plugged and played during inference. However, the existing investigation is highly entangled with neural architecture search (NAS), limiting its widespread use across scenarios. In this…

Cited by 5SourcePDFScholar
2017

Structured Generative Adversarial Networks

NeurIPS 2017poster

We study the problem of conditional generative modeling based on designated semantics or structures. Existing models that build conditional generators either require massive labeled instances as supervision or are unable to accurately control the semantics of generated samples. We propose structured…