← Search

Volodymyr Kuleshov

35 accepted papers

2026

Set Diffusion: Interpolating Token Orderings between Autoregression and Diffusion for Fast and Flexible Decoding

ICML 2026poster

Masked discrete diffusion models have improved steadily, but still lag behind autoregressive (AR) models in quality, require fixed-length generation, and cannot exploit key-value (KV) caching. Block Diffusion partially bridges diffusion and AR by unmasking left-to-right token blocks, but sacrifices …

Cited by 0SourceScholar
2026

d2: Improved Techniques for Training Reasoning Diffusion Language Models

ICML 2026poster

While diffusion language models (DLMs) have achieved competitive performance in text generation, improving their reasoning ability with reinforcement learning remains an active research area. Here, we introduce d2, a reasoning framework tailored for masked DLMs. Central to our framework is a new pol…

Cited by 0SourceScholar
2025

Block Diffusion: Interpolating Between Autoregressive and Diffusion Language Models

ICLR 2025oral

Diffusion language models offer unique benefits over autoregressive models due to their potential for parallelized generation and controllability, yet they lag in likelihood modeling and are limited to fixed-length generation. In this work, we introduce a class of block diffusion language models tha…

2025

Denoising Diffusion Variational Inference: Diffusion Models as Expressive Variational Posteriors

AAAI 2025technical

We propose denoising diffusion variational inference (DDVI), a black-box variational inference algorithm for latent variable models which relies on diffusion models as flexible approximate posteriors. Specifically, our method introduces an expressive class of diffusion-based variational posteriors t…

2025

Encoder-Decoder Diffusion Language Models for Efficient Training and Inference

NeurIPS 2025poster

Discrete diffusion models enable parallel token sampling for faster inference than autoregressive approaches. However, prior diffusion models use a decoder-only architecture, which requires sampling algorithms that invoke the full network at every denoising step and incur high computational cost. Ou…

Cited by 0SourceScholar
2025

Remasking Discrete Diffusion Models with Inference-Time Scaling

NeurIPS 2025poster

Part of the success of diffusion models stems from their ability to perform iterative refinement, i.e., repeatedly correcting outputs during generation. However, modern masked discrete diffusion lacks this capability: when a token is generated, it cannot be updated again, even when it introduces an…

Cited by 0SourceScholar
2025

Simple Guidance Mechanisms for Discrete Diffusion Models

ICLR 2025poster

Diffusion models for continuous data gained widespread adoption owing to their high quality generation and control mechanisms. However, controllable diffusion on discrete data faces challenges given that continuous guidance methods do not directly apply to discrete diffusion. Here, we provide a stra…

2025

The Diffusion Duality

ICML 2025poster

Uniform-state discrete diffusion models hold the promise of fast text generation due to their inherent ability to self-correct. However, they are typically outperformed by autoregressive models and masked diffusion models. In this work, we narrow this performance gap by leveraging a key insight: Un…

2024

Caduceus: Bi-Directional Equivariant Long-Range DNA Sequence Modeling

ICML 2024poster

Large-scale sequence modeling has sparked rapid advances that now extend into biology and genomics. However, modeling genomic sequences introduces challenges such as the need to model long-range token interactions, the effects of upstream and downstream regions of the genome, and the reverse complem…

2024

CommonCanvas: Open Diffusion Models Trained on Creative-Commons Images

CVPR 2024poster

We train a set of open text-to-image (T2I) diffusion models on a dataset of curated Creative-Commons-licensed (CC) images which yields models that are competitive with Stable Diffusion 2 (SD2). This task presents two challenges: (1) high-resolution CC images lack the captions necessary to train T2I…

Cited by 30SourcePDFScholar
2024

Diffusion Models With Learned Adaptive Noise

NeurIPS 2024spotlight

Diffusion models have gained traction as powerful algorithms for synthesizing high-quality images. Central to these algorithms is the diffusion process, a set of equations which maps data to noise in a way that can significantly affect performance. In this paper, we explore whether the diffusion p…

2024

DySLIM: Dynamics Stable Learning by Invariant Measure for Chaotic Systems

ICML 2024poster

Learning dynamics from dissipative chaotic systems is notoriously difficult due to their inherent instability, as formalized by their positive Lyapunov exponents, which exponentially amplify errors in the learned dynamics. However, many of these systems exhibit ergodicity and an attractor: a compact…

2024

Local Discovery by Partitioning: Polynomial-Time Causal Discovery Around Exposure-Outcome Pairs

UAI 2024poster

Causal discovery is crucial for causal inference in observational studies, as it can enable the identification of *valid adjustment sets* (VAS) for unbiased effect estimation. However, global causal discovery is notoriously hard in the nonparametric setting, with exponential time and sample complex…

2024

Online Calibrated and Conformal Prediction Improves Bayesian Optimization

AISTATS 2024poster

Accurate uncertainty estimates are important in sequential model-based decision-making tasks such as Bayesian optimization. However, these estimates can be imperfect if the data violates assumptions made by the model (e.g., Gaussianity). This paper studies which uncertainties are needed in model-bas…

Cited by 8SourcePDFScholar
2024

QuIP$\#$: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks

ICML 2024poster

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing their weights to low-precision. In this work, we introduce QuIP#, a weight-only PTQ method that achieves state-of-the-art results in extreme compression regimes ($\le$ 4 bits per weight) using three novel techniques.…

2024

Simple and Effective Masked Diffusion Language Models

NeurIPS 2024poster

While diffusion models excel at generating high-quality images, prior work reports a significant performance gap between diffusion and autoregressive (AR) methods in language modeling. In this work, we show that simple masked discrete diffusion is more performant than previously thought. We apply an…

2024

The GAN is dead; long live the GAN! A Modern GAN Baseline

NeurIPS 2024poster

There is a widely-spread claim that GANs are difficult to train, and GAN architectures in the literature are littered with empirical tricks. We provide evidence against this claim and build a modern GAN baseline in a more principled manner. First, we derive a well-behaved regularized relativistic GA…

2023

Backpropagation through Combinatorial Algorithms: Identity with Projection Works

ICLR 2023poster

Embedding discrete solvers as differentiable layers has given modern deep learning architectures combinatorial expressivity and discrete reasoning capabilities. The derivative of these solvers is zero or undefined, therefore a meaningful replacement is crucial for effective gradient-based learning.…

2023

InfoDiffusion: Representation Learning Using Information Maximizing Diffusion Models

ICML 2023poster

While diffusion models excel at generating high-quality samples, their latent variables typically lack semantic meaning and are not suitable for representation learning. Here, we propose InfoDiffusion, an algorithm that augments diffusion models with low-dimensional latent variables that capture hig…

Cited by 41SourcePDFScholar
2023

QuIP: 2-Bit Quantization of Large Language Models With Guarantees

NeurIPS 2023spotlight

This work studies post-training parameter quantization in large language models (LLMs). We introduce quantization with incoherence processing (QuIP), a new method based on the insight that quantization benefits from incoherent weight and Hessian matrices, i.e., from the weights being even in magnitu…

2023

Semi-Autoregressive Energy Flows: Exploring Likelihood-Free Training of Normalizing Flows

ICML 2023poster

Training normalizing flow generative models can be challenging due to the need to calculate computationally expensive determinants of Jacobians. This paper studies the likelihood-free training of flows and proposes the energy objective, an alternative sample-based loss based on proper scoring rules.…

2023

Semi-Parametric Inducing Point Networks and Neural Processes

ICLR 2023poster

We introduce semi-parametric inducing point networks (SPIN), a general-purpose architecture that can query the training set at inference time in a compute-efficient manner. Semi-parametric architectures are typically more compact than parametric models, but their computational complexity is often qu…

Cited by 10SourcePDFScholar
2023

Text Embeddings Reveal (Almost) As Much As Text

EMNLP 2023long main

How much private information do text embeddings reveal about the original text? We investigate the problem of embedding \textit{inversion}, reconstructing the full text represented in dense text embeddings. We frame the problem as controlled generation: generating text that, when reembedded, is clos…

Cited by 0SourceScholar
2022

Autoregressive Quantile Flows for Predictive Uncertainty Estimation

ICLR 2022spotlight

Numerous applications of machine learning involve representing probability distributions over high-dimensional data. We propose autoregressive quantile flows, a flexible class of normalizing flow models trained using a novel objective based on proper scoring rules. Our objective does not require cal…

Cited by 22SourcePDFScholar
2022

Calibrated and Sharp Uncertainties in Deep Learning via Density Estimation

ICML 2022spotlight

Accurate probabilistic predictions can be characterized by two properties{—}calibration and sharpness. However, standard maximum likelihood training yields models that are poorly calibrated and thus inaccurate{—}a 90% confidence interval typically does not contain the true outcome 90% of the time. T…

Cited by 37SourcePDFScholar
2022

Deep Multi-Modal Structural Equations For Causal Effect Estimation With Unstructured Proxies

NeurIPS 2022accept

Estimating the effect of intervention from observational data while accounting for confounding variables is a key task in causal inference. Oftentimes, the confounders are unobserved, but we have access to large amounts of additional unstructured data (images, text) that contain valuable proxy signa…

Cited by 15SourcePDFScholar
2019

Calibrated Model-Based Deep Reinforcement Learning

ICML 2019oral

Estimates of predictive uncertainty are important for accurate model-based planning and reinforcement learning. However, predictive uncertainties — especially ones derived from modern deep learning systems — can be inaccurate and impose a bottleneck on performance. This paper explores which uncertai…

2019

Temporal FiLM: Capturing Long-Range Sequence Dependencies with Feature-Wise Modulations.

NeurIPS 2019poster

Learning representations that accurately capture long-range dependencies in sequential inputs --- including text, audio, and genomic data --- is a key problem in deep learning. Feed-forward convolutional models capture only feature interactions within finite receptive fields while recurrent architec…

2018

Accurate Uncertainties for Deep Learning Using Calibrated Regression

ICML 2018oral

Methods for reasoning under uncertainty are a key building block of accurate and reliable machine learning systems. Bayesian methods provide a general framework to quantify uncertainty. However, because of model misspecification and the use of approximate inference, Bayesian uncertainty estimates ar…

Cited by 813SourcePDFScholar