← Search

Sarthak Mittal

15 accepted papers

2026

Reinforced Sequential Monte Carlo for Amortised Sampling

ICML 2026spotlight

This paper proposes a synergy of amortised and particle-based methods for sampling from distributions defined by unnormalised density functions. We state a connection between sequential Monte Carlo (SMC) and neural sequential samplers trained by maximum-entropy reinforcement learning (MaxEnt RL), wh…

Cited by 0SourceScholar
2025

Does learning the right latent variables necessarily improve in-context learning?

ICML 2025poster

Large autoregressive models like Transformers can solve tasks through in-context learning (ICL) without learning new weights, suggesting avenues for efficiently solving new tasks. For many tasks, e.g., linear regression, the data factorizes: examples are independent given a task latent that generate…

2025

In-Context Learning and Occam's Razor

ICML 2025poster

A central goal of machine learning is generalization. While the No Free Lunch Theorem states that we cannot obtain theoretical guarantees for generalization without further assumptions, in practice we observe that simple models which explain the training data generalize best—a principle called Occam…

2025

Learning Condensed Graph via Differentiable Atom Mapping for Reaction Yield Prediction

ICML 2025poster

Yield of chemical reactions generally depends on the activation barrier, i.e., the energy difference between the reactant and the transition state. Computing the transition state from the reactant and product graphs requires prior knowledge of the correct node alignment (i.e., atom mapping), which i…

Cited by 0SourcePDFScholar
2025

Steering Masked Discrete Diffusion Models via Discrete Denoising Posterior Prediction

ICLR 2025poster

Generative modeling of discrete data underlies important applications spanning text-based agents like ChatGPT to the design of the very building blocks of life in protein sequences. However, application domains need to exert control over the generated data by steering the generative process—typicall…

Cited by 8SourcePDFScholar
2024

Amortizing intractable inference in diffusion models for vision, language, and control

NeurIPS 2024poster

Diffusion models have emerged as effective distribution estimators in vision, language, and reinforcement learning, but their use as priors in downstream tasks poses an intractable posterior inference problem. This paper studies *amortized* sampling of the posterior over data, $\mathbf{x}\sim p^{\rm…

2024

Improved off-policy training of diffusion samplers

NeurIPS 2024poster

We study the problem of training diffusion models to sample from a distribution with a given unnormalized density or energy function. We benchmark several diffusion-structured inference methods, including simulation-based variational approaches and off-policy methods (continuous generative flow netw…

2024

Iterated Denoising Energy Matching for Sampling from Boltzmann Densities

ICML 2024poster

Efficiently generating statistically independent samples from an unnormalized probability distribution, such as equilibrium samples of many-body systems, is a foundational problem in science. In this paper, we propose Iterated Denoising Energy Matching (iDEM), an iterative algorithm that uses a nove…

2023

Diffusion Based Representation Learning

ICML 2023poster

Diffusion-based methods, represented as stochastic differential equations on a continuous-time domain, have recently proven successful as non-adversarial generative models. Training such models relies on denoising score matching, which can be seen as multi-scale denoising autoencoders. Here, we augm…

Cited by 35SourcePDFScholar
2023

MixupE: Understanding and improving Mixup from directional derivative perspective

UAI 2023poster

Mixup is a popular data augmentation technique for training deep neural networks where additional samples are generated by linearly interpolating pairs of inputs and their labels. This technique is known to improve the generalization performance in many learning paradigms and applications. In this w…

2022

Compositional Attention: Disentangling Search and Retrieval

ICLR 2022spotlight

Multi-head, key-value attention is the backbone of transformer-like model architectures which have proven to be widely successful in recent years. This attention mechanism uses multiple parallel key-value attention blocks (called heads), each performing two fundamental computations: (1) search - sel…

2021

Systematic Evaluation of Causal Discovery in Visual Model Based Reinforcement Learning

NeurIPS 2021poster

Inducing causal relationships from observations is a classic problem in machine learning. Most work in causality starts from the premise that the causal variables themselves are observed. However, for AI agents such as robots trying to make sense of their environment, the only observables are low-l…

Cited by 52SourcecodeScholar
2020

Learning to Combine Top-Down and Bottom-Up Signals in Recurrent Neural Networks with Attention over Modules

ICML 2020poster

Robust perception relies on both bottom-up and top-down signals. Bottom-up signals consist of what’s directly observed through sensation. Top-down signals consist of beliefs and expectations based on past experience and the current reportable short-term memory, such as how the phrase ‘peanut butter…