← Search

Kamyar Azizzadenesheli

31 accepted papers

2025

Guided Diffusion Sampling on Function Spaces with Applications to PDEs

NeurIPS 2025poster

We propose a general framework for conditional sampling in PDE-based inverse problems, targeting the recovery of whole solutions from extremely sparse or noisy measurements. This is accomplished by a function-space diffusion model and plug-and-play guidance for conditioning. Our method first trains…

Cited by 0SourcecodeScholar
2025

Off-policy Predictive Control with Causal Sensitivity Analysis

UAI 2025

Predictive models are often deployed for decision-making tasks for which they were not explicitly trained. When only partial observations of the relevant state are available, as in most real-world applications, there is a strong possibility of hidden confounding. Therefore, partial observability oft

Cited by 0SourcePDFScholar
2025

Return of ChebNet: Understanding and Improving an Overlooked GNN on Long Range Tasks

NeurIPS 2025spotlight

ChebNet, one of the earliest spectral GNNs, has largely been overshadowed by Message Passing Neural Networks (MPNNs), which gained popularity for their simplicity and effectiveness in capturing local graph structure. Despite their success, MPNNs are limited in their ability to capture long-range dep…

Cited by 0SourceScholar
2025

Stochastic Process Learning via Operator Flow Matching

NeurIPS 2025spotlight

Expanding on neural operators, we propose a novel framework for stochastic process learning across arbitrary domains. In particular, we develop operator flow matching (OFM) for learning stochastic process priors on function spaces. OFM provides the probability density of the values of any collection…

Cited by 0SourcecodeScholar
2024

Equivariant Graph Neural Operator for Modeling 3D Dynamics

ICML 2024poster

Modeling the complex three-dimensional (3D) dynamics of relational systems is an important problem in the natural sciences, with applications ranging from molecular simulations to particle mechanics. Machine learning methods have achieved good success by learning graph neural networks to model spati…

2024

Guaranteed Approximation Bounds for Mixed-Precision Neural Operators

ICLR 2024poster

Neural operators, such as Fourier Neural Operators (FNO), form a principled approach for learning solution operators for partial differential equations (PDE) and other mappings between function spaces. However, many real-world problems require high-resolution training data, and the training time and…

2024

Neural Operators with Localized Integral and Differential Kernels

ICML 2024poster

Neural operators learn mappings between function spaces, which is practical for learning solution operators of PDEs and other scientific modeling applications. Among them, the Fourier neural operator (FNO) is a popular architecture that performs global convolutions in the Fourier space. However, suc…

2024

Pretraining Codomain Attention Neural Operators for Solving Multiphysics PDEs

NeurIPS 2024poster

Existing neural operator architectures face challenges when solving multiphysics problems with coupled partial differential equations (PDEs) due to complex geometries, interactions between physical variables, and the limited amounts of high-resolution training data. To address these issues, we prop…

Cited by 20SourcePDFScholar
2024

Provable and Practical: Efficient Exploration in Reinforcement Learning via Langevin Monte Carlo

ICLR 2024poster

We present a scalable and effective exploration strategy based on Thompson sampling for reinforcement learning (RL). One of the key shortcomings of existing Thompson sampling algorithms is the need to perform a Gaussian approximation of the posterior distribution, which is not a good surrogate in m…

2024

Timing as an Action: Learning When to Observe and Act

AISTATS 2024poster

In standard reinforcement learning setups, the agent receives observations and performs actions at evenly spaced intervals. However, in many real-world settings, observations are expensive, forcing agents to commit to courses of action for designated periods of time. Consider that doctors, after eac…

Cited by 3SourcePDFScholar
2023

Fast Sampling of Diffusion Models via Operator Learning

ICML 2023poster

Diffusion models have found widespread adoption in various areas. However, their sampling process is slow because it requires hundreds to thousands of network evaluations to emulate a continuous process defined by differential equations. In this work, we use neural operators, an efficient method to…

2023

Geometry-Informed Neural Operator for Large-Scale 3D PDEs

NeurIPS 2023poster

We propose the geometry-informed neural operator (GINO), a highly efficient approach for learning the solution operator of large-scale partial differential equations with varying geometries. GINO uses a signed distance function (SDF) representation of the input shape and neural operators based on gr…

Cited by 106SourcePDFScholar
2022

Langevin Monte Carlo for Contextual Bandits

ICML 2022spotlight

We study the efficiency of Thompson sampling for contextual bandits. Existing Thompson sampling-based algorithms need to construct a Laplace approximation (i.e., a Gaussian distribution) of the posterior distribution, which is inefficient to sample in high dimensional applications for general covari…

2022

Learning Chaotic Dynamics in Dissipative Systems

NeurIPS 2022accept

Chaotic systems are notoriously challenging to predict because of their sensitivity to perturbations and errors due to time stepping. Despite this unpredictable behavior, for many dissipative systems the statistics of the long term trajectories are governed by an invariant measure supported on a set…

Cited by 36SourcePDFScholar
2022

Off-Policy Risk Assessment for Markov Decision Processes

AISTATS 2022poster

Addressing such diverse ends as mitigating safety risks, aligning agent behavior with human preferences, and improving the efficiency of learning, an emerging line of reinforcement learning research addresses the entire distribution of returns and various risk functionals that depend upon it. In the…

Cited by 8SourcePDFScholar
2022

Reinforcement Learning with Fast Stabilization in Linear Dynamical Systems

AISTATS 2022poster

In this work, we study model-based reinforcement learning (RL) in unknown stabilizable linear dynamical systems. When learning a dynamical system, one needs to stabilize the unknown dynamics in order to avoid system blow-ups. We propose an algorithm that certifies fast stabilization of the underlyin…

Cited by 54SourcePDFScholar
2022

Supervised Learning with General Risk Functionals

ICML 2022spotlight

Standard uniform convergence results bound the generalization gap of the expected loss over a hypothesis class. The emergence of risk-sensitive learning requires generalization guarantees for functionals of the loss distribution beyond the expectation. While prior works specialize in uniform converg…

Cited by 11SourcePDFScholar
2021

Competitive policy optimization

UAI 2021poster

A core challenge in policy optimization in competitive Markov decision processes is the design of efficient optimization methods with desirable convergence and stability properties. We propose competitive policy optimization (CoPO), a novel policy gradient approach that exploits the game-theoretic n…

2021

Deep Bayesian Quadrature Policy Optimization

AAAI 2021technical

We study the problem of obtaining accurate policy gradient estimates using a finite number of samples. Monte-Carlo methods have been the default choice for policy gradient estimation, despite suffering from high variance in the gradient estimates. On the other hand, more sample efficient alternative…

2021

Fourier Neural Operator for Parametric Partial Differential Equations

ICLR 2021poster

The classical development of neural networks has primarily focused on learning mappings between finite-dimensional Euclidean spaces. Recently, this has been generalized to neural operators that learn mappings between function spaces. For partial differential equations (PDEs), neural operators direc…

2021

Meta-Adaptive Nonlinear Control: Theory and Algorithms

NeurIPS 2021poster

We present an online multi-task learning approach for adaptive nonlinear control, which we call Online Meta-Adaptive Control (OMAC). The goal is to control a nonlinear system subject to adversarial disturbance and unknown \emph{environment-dependent} nonlinear dynamics, under the assumption that the…

2021

Off-Policy Risk Assessment in Contextual Bandits

NeurIPS 2021poster

Even when unable to run experiments, practitioners can evaluate prospective policies, using previously logged data. However, while the bandits literature has adopted a diverse set of objectives, most research on off-policy evaluation to date focuses on the expected reward. In this paper, we introduc…

Cited by 41SourcePDFScholar
2020

Logarithmic Regret Bound in Partially Observable Linear Dynamical Systems

NeurIPS 2020poster

We study the problem of system identification and adaptive control in partially observable linear dynamical systems. Adaptive and closed-loop system identification is a challenging problem due to correlations introduced in data collection. In this paper, we present the first model estimation method…

Cited by 120SourcePDFScholar
2020

Multipole Graph Neural Operator for Parametric Partial Differential Equations

NeurIPS 2020poster

One of the main challenges in using deep learning-based methods for simulating physical systems and solving partial differential equations (PDEs) is formulating physics-based data in the desired structure for neural networks. Graph neural networks (GNNs) have gained popularity in this area since gr…

2019

Neural Lander: Stable Drone Landing Control Using Learned Dynamics

ICRA 2019poster

Precise near-ground trajectory control is difficult for multi-rotor drones, due to the complex aerodynamic effects caused by interactions between multi-rotor airflow and the environment. Conventional control methods often fail to properly account for these complex effects and fall short in accomplis…

Cited by 370SourceScholar
2019

Regularized Learning for Domain Adaptation under Label Shifts

ICLR 2019poster

We propose Regularized Learning under Label shifts (RLLS), a principled and a practical domain-adaptation algorithm to correct for shifts in the label distribution between a source and a target domain. We first estimate importance weights using labeled source data and unlabeled target data, and then…

Cited by 263SourcePDFScholar
2019

signSGD with Majority Vote is Communication Efficient and Fault Tolerant

ICLR 2019poster

Training neural networks on large datasets can be accelerated by distributing the workload over a network of machines. As datasets grow ever larger, networks of hundreds or thousands of machines become economically viable. The time cost of communicating gradients limits the effectiveness of using su…

Cited by 227SourcePDFScholar
2018

Stochastic Activation Pruning for Robust Adversarial Defense

ICLR 2018poster

Neural networks are known to be vulnerable to adversarial examples. Carefully chosen perturbations to real images, while imperceptible to humans, induce misclassification and threaten the reliability of deep learning systems in the wild. To guard against adversarial examples, we take inspiration fro…

2018

signSGD: Compressed Optimisation for Non-Convex Problems

ICML 2018oral

Training large neural networks requires distributing learning across multiple workers, where the cost of communicating gradients can be a significant bottleneck. signSGD alleviates this problem by transmitting just the sign of each minibatch stochastic gradient. We prove that it can get the best of…