← Search

Wei Deng

25 accepted papers

2026

Active Exploring like a Pigeon: Reinforcing Spatial Reasoning via Agentic Vision-Language Models

ICML 2026poster

Enabling Vision-Language Models (VLMs) to perform spatial reasoning remains challenging. Existing approaches treat VLMs as passive observers, which is difficult for real-world applications. Moreover, reinforcement learning methods rely on sparse rewards, limiting their effectiveness for complex reas…

Cited by 0SourceScholar
2026

Improving Reasoning for Diffusion Language Models via Group Diffusion Policy Optimization

ICLR 2026poster

Diffusion language models (DLMs) enable parallel, order-agnostic generation with iterative refinement, offering a flexible alternative to autoregressive large language models (LLMs). However, adapting reinforcement learning (RL) fine-tuning to DLMs remains an open challenge because of the intractabl…

Cited by 0SourceScholar
2026

IndexTTS2: A Breakthrough in Emotionally Expressive and Duration-Controlled Auto-Regressive Zero-Shot Text-to-Speech

AAAI 2026technical

Existing autoregressive large-scale text-to-speech (TTS) models have advantages in speech naturalness, but their token-by-token generation mechanism makes it difficult to precisely control the duration of synthesized speech. This becomes a significant limitation in applications requiring strict audi

Cited by 0SourcePDFScholar
2026

Restoring Initial Noise Sensitivity in Text-to-Image Distillation through Geometric Alignment

ICML 2026poster

Generative distillation significantly accelerates text-to-image (T2I) generation by compressing multi-step trajectories into few-step student models while preserving perceptual quality. However, existing distillation methods prioritize efficiency and output fidelity, often overlooking the preservati…

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
2024

Accelerating Approximate Thompson Sampling with Underdamped Langevin Monte Carlo

AISTATS 2024poster

Approximate Thompson sampling with Langevin Monte Carlo broadens its reach from Gaussian posterior sampling to encompass more general smooth posteriors. However, it still encounters scalability issues in high-dimensional problems when demanding high accuracy. To address this, we propose an approxima…

2024

Can Multiple-choice Questions Really Be Useful in Detecting the Abilities of LLMs?

COLING 2024main

Multiple-choice questions (MCQs) are widely used in the evaluation of large language models (LLMs) due to their simplicity and efficiency. However, there are concerns about whether MCQs can truly measure LLM’s capabilities, particularly in knowledge-intensive scenarios where long-form generation (LF…

2024

Constrained Exploration via Reflected Replica Exchange Stochastic Gradient Langevin Dynamics

ICML 2024poster

Replica exchange stochastic gradient Langevin dynamics (reSGLD) is an effective sampler for non-convex learning in large-scale datasets. However, the simulation may encounter stagnation issues when the high-temperature chain delves too deeply into the distribution tails. To tackle this issue, we pro…

2024

Faceptor: A Generalist Model for Face Perception

ECCV 2024oral

"With the comprehensive research conducted on various face analysis tasks, there is a growing interest among researchers to develop a unified approach to face perception. Existing methods mainly discuss unified representation and training, which lack task extensibility and application efficiency. To…

2024

Reflected Schrödinger Bridge for Constrained Generative Modeling

UAI 2024poster

Diffusion models have become the go-to method for large-scale generative models in real-world applications. These applications often involve data distributions confined within bounded domains, typically requiring ad-hoc thresholding techniques for boundary enforcement. Reflected diffusion models aim…

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

Non-reversible Parallel Tempering for Deep Posterior Approximation

AAAI 2023technical

Parallel tempering (PT), also known as replica exchange, is the go-to workhorse for simulations of multi-modal distributions. The key to the success of PT is to adopt efficient swap schemes. The popular deterministic even-odd (DEO) scheme exploits the non-reversibility property and has successfully…

Cited by 6SourcePDFScholar
2023

Provably Convergent Schrödinger Bridge with Applications to Probabilistic Time Series Imputation

ICML 2023poster

The Schrödinger bridge problem (SBP) is gaining increasing attention in generative modeling and showing promising potential even in comparison with the score-based generative models (SGMs). SBP can be interpreted as an entropy-regularized optimal transport problem, which conducts projections onto ev…

2022

Interacting Contour Stochastic Gradient Langevin Dynamics

ICLR 2022poster

We propose an interacting contour stochastic gradient Langevin dynamics (ICSGLD) sampler, an embarrassingly parallel multiple-chain contour stochastic gradient Langevin dynamics (CSGLD) sampler with efficient interactions. We show that ICSGLD can be theoretically more efficient than a single-chain C…

2021

Accelerating Convergence of Replica Exchange Stochastic Gradient MCMC via Variance Reduction

ICLR 2021poster

Replica exchange stochastic gradient Langevin dynamics (reSGLD) has shown promise in accelerating the convergence in non-convex learning; however, an excessively large correction for avoiding biases from noisy energy estimators has limited the potential of the acceleration. To address this issue, we…

2020

A Contour Stochastic Gradient Langevin Dynamics Algorithm for Simulations of Multi-modal Distributions

NeurIPS 2020poster

We propose an adaptively weighted stochastic gradient Langevin dynamics algorithm (SGLD), so-called contour stochastic gradient Langevin dynamics (CSGLD), for Bayesian learning in big data statistics. The proposed algorithm is essentially a scalable dynamic importance sampler, which automatically fl…

2020

Non-convex Learning via Replica Exchange Stochastic Gradient MCMC

ICML 2020poster

Replica exchange Monte Carlo (reMC), also known as parallel tempering, is an important technique for accelerating the convergence of the conventional Markov Chain Monte Carlo (MCMC) algorithms. However, such a method requires the evaluation of the energy function based on the full dataset and is not…