← Search

Saifuddin Syed

9 accepted papers

2026

Accelerated Parallel Tempering via Neural Transports

ICLR 2026poster

Markov Chain Monte Carlo (MCMC) algorithms are essential tools in computational statistics for sampling from unnormalised probability distributions, but can be fragile when targeting high-dimensional, multimodal, or complex target distributions. Parallel Tempering (PT) enhances MCMC's sample efficie…

Cited by 0SourceScholar
2026

CREPE: Controlling diffusion with REPlica Exchange

ICLR 2026poster

Inference-time control of diffusion models aims to steer model outputs to satisfy new constraints without retraining. Previous approaches have mostly relied on heuristic guidance or have been coupled with Sequential Monte Carlo (SMC) for bias correction. In this paper, we propose a flexible alternat…

Cited by 0SourcecodeScholar
2026

Conditional Diffusion Sampling

ICML 2026poster

Sampling from unnormalized multimodal distributions with limited density evaluations remains a fundamental challenge in machine learning and natural sciences. Successful approaches construct a bridge between a tractable reference and the target distribution. Parallel Tempering (PT) serves as the gol…

Cited by 0SourceScholar
2025

Amortized Sampling with Transferable Normalizing Flows

NeurIPS 2025poster

Efficient equilibrium sampling of molecular conformations remains a core challenge in computational chemistry and statistical inference. Classical approaches such as molecular dynamics or Markov chain Monte Carlo inherently lack amortization; the computational cost of sampling must be paid in-full f…

Cited by 0SourceScholar
2024

autoMALA: Locally adaptive Metropolis-adjusted Langevin algorithm

AISTATS 2024poster

Selecting the step size for the Metropolis-adjusted Langevin algorithm (MALA) is necessary in order to obtain satisfactory performance. However, finding an adequate step size for an arbitrary target distribution can be a difficult task and even the best step size can perform poorly in specific regio…

2023

A Unified Framework for U-Net Design and Analysis

NeurIPS 2023poster

U-Nets are a go-to neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understudied. In this paper, we provide a framework for designing and analysing general U-Net architecture…

2022

Parallel Tempering With a Variational Reference

NeurIPS 2022accept

Sampling from complex target distributions is a challenging task fundamental to Bayesian inference. Parallel tempering (PT) addresses this problem by constructing a Markov chain on the expanded state space of a sequence of distributions interpolating between the posterior distribution and a fixed re…

Cited by 13SourcePDFScholar
2021

Parallel tempering on optimized paths

ICML 2021spotlight

Parallel tempering (PT) is a class of Markov chain Monte Carlo algorithms that constructs a path of distributions annealing between a tractable reference and an intractable target, and then interchanges states along the path to improve mixing in the target. The performance of PT depends on how quick…