← Search

Hamed Hassani

72 accepted papers

2026

Conformal Risk-Averse Decision Making with Action Conditional Guarantee

ICML 2026poster

Reliable decision making pipelines powered by machine learning models require uncertainty quantification (UQ) methods that come with explicit safety guarantees. Conformal prediction provides such UQ by wrapping ML predictions into prediction sets, and recent work by \cite{kiyani2025decision} establi…

Cited by 0SourceScholar
2026

Multi-Round Human–AI Collaboration with User-Specified Requirements

ICML 2026poster

As humans increasingly rely on multi-round conversational AI for high-stakes decisions, principled frameworks are needed to ensure such interactions reliably improve decision quality. We adopt a human-centric view governed by two principles: counterfactual harm, ensuring the AI does not undermine hu…

Cited by 0SourceScholar
2026

REALISTA: Realistic Latent Adversarial Attacks that Elicit LLM Hallucinations

ICML 2026poster

Large language models (LLMs) achieve strong performance across many tasks but remain vulnerable to hallucinations, motivating the need to find adversarial prompts that realistically elicit such failures. We formulate hallucination elicitation as a constrained optimization problem, where the goal is …

Cited by 0SourceScholar
2026

Safety Guardrails for LLM-Enabled Robots

RA-L 2026

Although the integration of large language models (LLMs) into robotics has unlocked transformative capabilities, it has also introduced significant safety concerns, ranging from average-case LLM errors (<italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"

Cited by 30SourcecodeScholar
2026

Temporal Difference Learning with Compressed Updates: Error-Feedback meets Reinforcement Learning

ICML 2026poster

In large-scale distributed machine learning, recent works have studied the effects of compressing gradients in stochastic optimization to alleviate the communication bottleneck. These works have collectively revealed that stochastic gradient descent (SGD) is robust to structured perturbations such a…

Cited by 0SourceScholar
2026

When to Trust the Cheap Check: Weak and Strong Verification for Reasoning

ICML 2026spotlight

Reasoning with LLMs increasingly unfolds inside a broader verification loop. Internally, systems use cheap checks, such as self-consistency or proxy rewards, which we call **weak verification**. Externally, users inspect outputs and steer the model through feedback until results are trustworthy, whi…

Cited by 0SourceScholar
2025

Adaptively profiling models with task elicitation

EMNLP 2025

Language model evaluations often fail to characterize consequential failure modes, forcing experts to inspect outputs and build new benchmarks. We introduce task elicitation, a method that automatically builds new evaluations to profile model behavior. Task elicitation finds hundreds of natural-lang

2025

Adversarial Reasoning at Jailbreaking Time

ICML 2025poster

As large language models (LLMs) are becoming more capable and widespread, the study of their failure cases is becoming increasingly important. Recent advances in standardizing, measuring, and scaling test-time compute suggest new methodologies for optimizing models to achieve high performance on ha…

2025

Approaching Rate-Distortion Limits in Neural Compression with Lattice Transform Coding

ICLR 2025spotlight

Neural compression has brought tremendous progress in designing lossy compressors with good rate-distortion (RD) performance at low complexity. Thus far, neural compression design involves transforming the source to a latent vector, which is then rounded to integers and entropy coded. While this app…

Cited by 4SourcePDFScholar
2025

Conformal Inference under High-Dimensional Covariate Shifts via Likelihood-Ratio Regularization

NeurIPS 2025poster

We consider the problem of conformal prediction under covariate shift. Given labeled data from a source domain and unlabeled data from a covariate shifted target domain, we seek to construct prediction sets with valid marginal coverage in the target domain. Most existing methods require estimating t…

Cited by 0SourceScholar
2025

Conformal Information Pursuit for Interactively Guiding Large Language Models

NeurIPS 2025poster

A significant use case of instruction-finetuned Large Language Models (LLMs) is to solve question-answering tasks interactively. In this setting, an LLM agent is tasked with making a prediction by sequentially querying relevant information from the user, as opposed to a single-turn conversation. Thi…

Cited by 0SourceScholar
2025

Conformal Prediction Beyond the Seen: A Missing Mass Perspective for Uncertainty Quantification in Generative Models

NeurIPS 2025poster

Uncertainty quantification (UQ) is essential for safe deployment of generative AI models such as large language models (LLMs), especially in high-stakes applications. Conformal prediction (CP) offers a principled uncertainty quantification framework, but classical methods focus on regression and cla…

Cited by 0SourceScholar
2025

Decision Theoretic Foundations for Conformal Prediction: Optimal Uncertainty Quantification for Risk-Averse Agents

ICML 2025spotlight

A fundamental question in data-driven decision making is how to quantify the uncertainty of predictions to inform risk-sensitive downstream actions, as often required in domains such as medicine. We develop a decision-theoretic foundation linking prediction sets to risk-averse decision-making, addre…

Cited by 3SourcePDFScholar
2025

On The Concurrence of Layer-wise Preconditioning Methods and Provable Feature Learning

ICML 2025poster

Layer-wise preconditioning methods are a family of memory-efficient optimization algorithms that introduce preconditioners per axis of each layer's weight tensors. These methods have seen a recent resurgence, demonstrating impressive performance relative to entry-wise ("diagonal") preconditioning me…

Cited by 0SourcePDFScholar
2025

Optimal Neural Compressors for the Rate-Distortion-Perception Tradeoff

NeurIPS 2025spotlight

Recent efforts in neural compression have focused on the rate-distortion-perception (RDP) tradeoff, where the perception constraint ensures the source and reconstruction distributions are close in terms of a statistical divergence. Theoretical work on RDP describes properties of RDP-optimal compress…

Cited by 0SourceScholar
2024

A Theory of Non-Linear Feature Learning with One Gradient Step in Two-Layer Neural Networks

ICML 2024poster

Feature learning is thought to be one of the fundamental reasons for the success of deep neural networks. It is rigorously known that in two-layer fully-connected neural networks under certain conditions, one step of gradient descent on the first layer can lead to feature learning; characterized by…

Cited by 31SourcePDFScholar
2024

Adversarial Training Should Be Cast as a Non-Zero-Sum Game

ICLR 2024poster

One prominent approach toward resolving the adversarial vulnerability of deep neural networks is the two-player zero-sum paradigm of adversarial training, in which predictors are trained against adversarially chosen perturbations of data. Despite the promise of this approach, algorithms based on thi…

Cited by 15SourcePDFScholar
2024

Compression of Structured Data with Autoencoders: Provable Benefit of Nonlinearities and Depth

ICML 2024poster

Autoencoders are a prominent model in many empirical branches of machine learning and lossy data compression. However, basic theoretical questions remain unanswered even in a shallow two-layer setting. In particular, to what degree does a shallow autoencoder capture the structure of the underlying d…

Cited by 4SourcePDFScholar
2024

JailbreakBench: An Open Robustness Benchmark for Jailbreaking Large Language Models

NeurIPS 2024poster

Jailbreak attacks cause large language models (LLMs) to generate harmful, unethical, or otherwise objectionable content. Evaluating these attacks presents a number of challenges, which the current collection of benchmarks and evaluation techniques do not adequately address. First, there is no clear…

2024

One-Shot Safety Alignment for Large Language Models via Optimal Dualization

NeurIPS 2024spotlight

The growing safety concerns surrounding large language models raise an urgent need to align them with diverse human preferences to simultaneously enhance their helpfulness and safety. A promising approach is to enforce safety constraints through Reinforcement Learning from Human Feedback (RLHF). For…

2024

Provable Multi-Task Representation Learning by Two-Layer ReLU Neural Networks

ICML 2024oral

An increasingly popular machine learning paradigm is to pretrain a neural network (NN) on many tasks offline, then adapt it to downstream tasks, often by re-training only the last linear layer of the network. This approach yields strong downstream performance in a variety of contexts, demonstrating…

Cited by 12SourcePDFScholar
2024

Stochastic Approximation with Delayed Updates: Finite-Time Rates under Markovian Sampling

AISTATS 2024poster

Motivated by applications in large-scale and multi-agent reinforcement learning, we study the non-asymptotic performance of stochastic approximation (SA) schemes with delayed updates under Markovian sampling. While the effect of delays has been extensively studied for optimization, the manner in whi…

Cited by 14SourcePDFScholar
2024

Uncertainty in Language Models: Assessment through Rank-Calibration

EMNLP 2024main

Language Models (LMs) have shown promising performance in natural language generation. However, as LMs often generate incorrect or hallucinated responses, it is crucial to correctly quantify their uncertainty in responding to given inputs. In addition to verbalized confidence elicited via prompting,…

2023

Demystifying Disagreement-on-the-Line in High Dimensions

ICML 2023poster

Evaluating the performance of machine learning models under distribution shifts is challenging, especially when we only have unlabeled data from the shifted (target) domain, along with labeled data from the original (source) domain. Recent work suggests that the notion of *disagreement*, the degree…

2023

Fundamental Limits of Two-layer Autoencoders, and Achieving Them with Gradient Methods

ICML 2023oral

Autoencoders are a popular model in many branches of machine learning and lossy data compression. However, their fundamental limits, the performance of gradient methods and the features learnt during optimization remain poorly understood, even in the two-layer setting. In fact, earlier work has cons…

Cited by 8SourcePDFScholar
2023

Share Your Representation Only: Guaranteed Improvement of the Privacy-Utility Tradeoff in Federated Learning

ICLR 2023poster

Repeated parameter sharing in federated learning causes significant information leakage about private data, thus defeating its main purpose: data privacy. Mitigating the risk of this information leakage, using state of the art differentially private algorithms, also does not come for free. Randomi…

2022

Adaptive Node Participation for Straggler-Resilient Federated Learning

ICASSP 2022accepted

Federated learning is prone to multiple system challenges including system heterogeneity where clients have different computation and communication capabilities. Such heterogeneity in clients’ computation speeds has a negative effect on the scalability of federated learning algorithms and causes sig…

Cited by 0SourceScholar
2022

An Agnostic Approach to Federated Learning with Class Imbalance

ICLR 2022poster

Federated Learning (FL) has emerged as the tool of choice for training deep models over heterogeneous and decentralized datasets. As a reflection of the experiences from different clients, severe class imbalance issues are observed in real-world FL problems. Moreover, there exists a drastic mismatc…

2022

Collaborative Learning of Discrete Distributions under Heterogeneity and Communication Constraints

NeurIPS 2022accept

In modern machine learning, users often have to collaborate to learn distributions that generate the data. Communication can be a significant bottleneck. Prior work has studied homogeneous users---i.e., whose data follow the same discrete distribution---and has provided optimal communication-effici…

Cited by 6SourcePDFScholar
2022

Collaborative Linear Bandits with Adversarial Agents: Near-Optimal Regret Bounds

NeurIPS 2022accept

We consider a linear stochastic bandit problem involving $M$ agents that can collaborate via a central server to minimize regret. A fraction $\alpha$ of these agents are adversarial and can act arbitrarily, leading to the following tension: while collaboration can potentially reduce regret, it can a…

Cited by 9SourcePDFScholar
2022

Do deep networks transfer invariances across classes?

ICLR 2022poster

In order to generalize well, classifiers must learn to be invariant to nuisance transformations that do not alter an input's class. Many problems have "class-agnostic" nuisance transformations that apply similarly to all classes, such as lighting and background changes for image classification. Neur…

2022

FedAvg with Fine Tuning: Local Updates Lead to Representation Learning

NeurIPS 2022accept

The Federated Averaging (FedAvg) algorithm, which consists of alternating between a few local stochastic gradient updates at client nodes, followed by a model averaging update at the server, is perhaps the most commonly used method in Federated Learning. Notwithstanding its simplicity, several empir…

Cited by 105SourcePDFScholar
2022

Probabilistically Robust Learning: Balancing Average and Worst-case Performance

ICML 2022spotlight

Many of the successes of machine learning are based on minimizing an averaged loss function. However, it is well-known that this paradigm suffers from robustness issues that hinder its applicability in safety-critical domains. These issues are often addressed by training against worst-case perturbat…

2022

Probable Domain Generalization via Quantile Risk Minimization

NeurIPS 2022accept

Domain generalization (DG) seeks predictors which perform well on unseen test distributions by leveraging data drawn from multiple related training distributions or domains. To achieve this, DG is commonly formulated as an average- or worst-case problem over the set of possible domains. However, pre…

Cited by 76SourcePDFScholar
2021

Adversarial Robustness with Semi-Infinite Constrained Learning

NeurIPS 2021poster

Despite strong performance in numerous applications, the fragility of deep learning to input perturbations has raised serious questions about its use in safety-critical domains. While adversarial training can mitigate this issue in practice, state-of-the-art methods are increasingly application-dep…

2021

Deep Reinforcement Learning for Active Target Tracking

ICRA 2021poster

We solve active target tracking, one of the essential tasks in autonomous systems, using a deep reinforcement learning (RL) approach. In this problem, an autonomous agent is tasked with acquiring information about targets of interests using its on-board sensors. The classical challenges in this prob…

Cited by 8SourceScholar
2021

Exploiting Shared Representations for Personalized Federated Learning

ICML 2021spotlight

Deep neural networks have shown the ability to extract universal feature representations from data such as images and text that have been useful for a variety of learning tasks. However, the fruits of representation learning have yet to be fully-realized in federated settings. Although data in feder…

Cited by 966SourcePDFScholar
2021

Linear Convergence in Federated Learning: Tackling Client Heterogeneity and Sparse Gradients

NeurIPS 2021poster

We consider a standard federated learning (FL) setup where a group of clients periodically coordinate with a central server to train a statistical model. We develop a general algorithmic framework called FedLin to tackle some of the key challenges intrinsic to FL, namely objective heterogeneity, sys…

Cited by 188SourcePDFScholar
2020

Black Box Submodular Maximization: Discrete and Continuous Settings

AISTATS 2020poster

In this paper, we consider the problem of black box continuous submodular maximization where we only have access to the function values and no information about the derivatives is provided. For a monotone and continuous DR-submodular function, and subject to a bounded convex body constraint, we prop…

Cited by 23SourcePDFScholar
2020

FedPAQ: A Communication-Efficient Federated Learning Method with Periodic Averaging and Quantization

AISTATS 2020poster

Federated learning is a distributed framework according to which a model is trained over a set of devices, while keeping data localized. This framework faces several systems-oriented challenges which include (i) communication bottleneck since a large number of devices upload their local updates to…

Cited by 1017SourcePDFScholar
2020

Quantized Decentralized Stochastic Learning over Directed Graphs

ICML 2020poster

We consider a decentralized stochastic learning problem where data points are distributed among computing nodes communicating over a directed graph. As the model size gets large, decentralized learning faces a major bottleneck that is the heavy communication load due to each node transmitting large…

Cited by 69SourcePDFScholar
2020

Quantized Frank-Wolfe: Faster Optimization, Lower Communication, and Projection Free

AISTATS 2020poster

How can we efficiently mitigate the overhead of gradient communications in distributed optimization? This problem is at the heart of training scalable machine learning models and has been mainly studied in the unconstrained setting. In this paper, we propose Quantised Frank-Wolfe (QFW), the first pr…

Cited by 17SourcePDFScholar
2019

Efficient and Accurate Estimation of Lipschitz Constants for Deep Neural Networks

NeurIPS 2019spotlight

Tight estimation of the Lipschitz constant for deep neural networks (DNNs) is useful in many applications ranging from robustness certification of classifiers to stability analysis of closed-loop systems with reinforcement learning controllers. Existing methods in the literature for estimating the L…

Cited by 581SourcePDFScholar
2019

Entropic GANs meet VAEs: A Statistical Approach to Compute Sample Likelihoods in GANs

ICML 2019oral

Building on the success of deep learning, two modern approaches to learn a probability model from the data are Generative Adversarial Networks (GANs) and Variational AutoEncoders (VAEs). VAEs consider an explicit probability model for the data and compute a generative distribution by maximizing a va…

2019

Learning Q-network for Active Information Acquisition

IROS 2019poster

In this paper, we propose a novel Reinforcement Learning approach for solving the Active Information Acquisition problem, which requires an agent to choose a sequence of actions in order to acquire information about a process of interest using on-board sensors. The classic challenges in the informat…

Cited by 21SourceScholar
2019

Online Continuous Submodular Maximization: From Full-Information to Bandit Feedback

NeurIPS 2019poster

In this paper, we propose three online algorithms for submodular maximization. The first one, Mono-Frank-Wolfe, reduces the number of per-function gradient evaluations from $T^{1/2}$ [Chen2018Online] and $T^{3/2}$ [chen2018projection] to 1, and achieves a $(1-1/e)$-regret bound of $O(T^{4/5})$. The…

Cited by 65SourcePDFScholar
2019

Robust and Communication-Efficient Collaborative Learning

NeurIPS 2019poster

We consider a decentralized learning problem, where a set of computing nodes aim at solving a non-convex optimization problem collaboratively. It is well-known that decentralized optimization schemes face two major system bottlenecks: stragglers' delay and communication overhead. In this paper, we t…

Cited by 126SourcePDFScholar
2019

Stochastic Continuous Greedy ++: When Upper and Lower Bounds Match

NeurIPS 2019poster

In this paper, we develop \scg~(\text{SCG}{$++$}), the first efficient variant of a conditional gradient method for maximizing a continuous submodular function subject to a convex constraint. Concretely, for a monotone and continuous DR-submodular function, \SCGPP achieves a tight $[(1-1/e)\OPT -\…

Cited by 14SourcePDFScholar
2018

Conditional Gradient Method for Stochastic Submodular Maximization: Closing the Gap

AISTATS 2018poster

In this paper, we study the problem of constrained and stochastic continuous submodular maximization. Even though the objective function is not concave (nor convex) and is defined in terms of an expectation, we develop a variant of the conditional gradient method, called Stochastic Continuous Greedy…

Cited by 0SourcePDFScholar
2018

Decentralized Submodular Maximization: Bridging Discrete and Continuous Settings

ICML 2018oral

In this paper, we showcase the interplay between discrete and continuous optimization in network-structured settings. We propose the first fully decentralized optimization method for a wide class of non-convex objective functions that possess a diminishing returns property. More specifically, given…

Cited by 43SourcePDFScholar
2018

Projection-Free Online Optimization with Stochastic Gradient: From Convexity to Submodularity

ICML 2018oral

Online optimization has been a successful framework for solving large-scale problems under computational constraints and partial information. Current methods for online convex optimization require either a projection or exact gradient computation at each step, both of which can be prohibitively expe…

Cited by 92SourcePDFScholar
2017

Near-optimal Bayesian Active Learning with Correlated and Noisy Tests

AISTATS 2017poster

We consider the Bayesian active learning and experimental design problem, where the goal is to learn the value of some unknown target variable through a sequence of informative, noisy tests. In contrast to prior work, we focus on the challenging, yet practically relevant setting where test outcomes…

Cited by 27SourcePDFScholar
2017

Stochastic Submodular Maximization: The Case of Coverage Functions

NeurIPS 2017poster

Stochastic optimization of continuous objectives is at the heart of modern machine learning. However, many important problems are of discrete nature and often involve submodular objectives. We seek to unleash the power of stochastic continuous optimization, namely stochastic gradient descent and its…

Cited by 67SourcePDFScholar