← Search

Mehryar Mohri

80 accepted papers

2026

Beyond Binary: Continuous State Optimization with Graph-Structured Objectives

ICML 2026poster

Large-scale learning systems often face the challenge of balancing multiple, potentially competing objectives, such as fairness, accuracy, and latency. While recent work has formalized this as an optimization problem over binary states, many real-world control parameters—such as fairness thresholds,…

Cited by 0SourceScholar
2026

Linear-Core Surrogates: Smooth Loss Functions with Linear Rates for Classification and Structured Prediction

ICML 2026poster

The choice of loss function in classification involves a fundamental trade-off: smooth losses (like Cross-Entropy) enable fast optimization rates but yield slow square-root consistency bounds, while piecewise-linear losses (like Hinge) offer fast linear consistency rates but suffer from non-differen…

Cited by 0SourceScholar
2026

Rational Transductors

ICML 2026oral

Standard Transformers excel at semantic modeling but struggle with rigid sequential logic and state tracking. Theoretical work establishes that self-attention is limited to $\AC^0$ (under hard attention) or $\TC^0$ (under soft attention), complexity classes that often fail to support robust length g…

Cited by 0SourceScholar
2026

Temper-Then-Tilt: Principled Unlearning for Generative Models through Tempering and Classifier Guidance

ICML 2026poster

We study machine unlearning in large generative models by framing the task as density ratio estimation to a target distribution rather than supervised fine-tuning. While classifier guidance is a standard approach for approximating this ratio and can succeed in general, we show it can fail to faithfu…

Cited by 0SourceScholar
2025

Balancing the Scales: A Theoretical and Algorithmic Framework for Learning from Imbalanced Data

ICML 2025poster

Class imbalance remains a major challenge in machine learning, especially in multi-class problems with long-tailed distributions. Existing methods, such as data resampling, cost-sensitive techniques, and logistic loss modifications, though popular and often effective, lack solid theoretical foundati…

Cited by 0SourcePDFScholar
2025

Improved Balanced Classification with Theoretically Grounded Loss Functions

NeurIPS 2025poster

The *balanced loss* is a widely adopted objective for multi-class classification under class imbalance. By assigning equal importance to all classes, regardless of their frequency, it promotes fairness and ensures that minority classes are not overlooked. However, directly minimizing the balanced cl…

Cited by 0SourceScholar
2025

Mastering Multiple-Expert Routing: Realizable $H$-Consistency and Strong Guarantees for Learning to Defer

ICML 2025poster

The problem of learning to defer with multiple experts consists of optimally assigning input instances to experts, balancing the trade-off between their accuracy and computational cost. This is a critical challenge in natural language generation, but also in other fields such as image processing, an…

Cited by 0SourcePDFScholar
2025

Principled Algorithms for Optimizing Generalized Metrics in Binary Classification

ICML 2025poster

In applications with significant class imbalance or asymmetric costs, metrics such as the $F_\beta$-measure, AM measure, Jaccard similarity coefficient, and weighted accuracy offer more suitable evaluation criteria than standard binary classification loss. However, optimizing these metrics present s…

Cited by 0SourcePDFScholar
2025

Principled Model Routing for Unknown Mixtures of Source Domains

NeurIPS 2025poster

The rapid proliferation of domain-specialized machine learning models presents a challenge: while individual models excel in specific domains, their performance varies significantly across diverse applications. This makes selecting the optimal model when faced with an unknown mixture of tasks, espec…

Cited by 0SourceScholar
2024

Cardinality-Aware Set Prediction and Top-$k$ Classification

NeurIPS 2024poster

We present a detailed study of cardinality-aware top-$k$ classification, a novel approach that aims to learn an accurate top-$k$ set predictor while maintaining a low cardinality. We introduce a new target loss function tailored to this setting that accounts for both the classification error and the…

Cited by 6SourcePDFScholar
2024

Differentially Private Domain Adaptation with Theoretical Guarantees

ICML 2024poster

In many applications, the labeled data at the learner's disposal is subject to privacy constraints and is relatively limited. To derive a more accurate predictor for the target domain, it is often beneficial to leverage publicly available labeled data from an alternative domain, somewhat close to th…

Cited by 0SourcePDFScholar
2024

Realizable $H$-Consistent and Bayes-Consistent Loss Functions for Learning to Defer

NeurIPS 2024poster

We present a comprehensive study of surrogate loss functions for learning to defer. We introduce a broad family of surrogate losses, parameterized by a non-increasing function $\Psi$, and establish their realizable $H$-consistency under mild conditions. For cost functions based on classification err…

Cited by 4SourcePDFScholar
2024

Theoretically Grounded Loss Functions and Algorithms for Score-Based Multi-Class Abstention

AISTATS 2024poster

Learning with abstention is a key scenario where the learner can abstain from making a prediction at some cost. In this paper, we analyze the score-based formulation of learning with abstention in the multi-class classification setting. We introduce new families of surrogate losses for the abstentio…

Cited by 30SourcePDFScholar
2023

Principled Approaches for Private Adaptation from a Public Source

AISTATS 2023poster

A key problem in a variety of applications is that of domain adaptation from a public source domain, for which a relatively large amount of labeled data with no privacy constraints is at one’s disposal, to a private target domain, for which a private sample is available with very few or no labeled d…

Cited by 4SourcePDFScholar
2023

Reinforcement Learning Can Be More Efficient with Multiple Rewards

ICML 2023poster

Reward design is one of the most critical and challenging aspects when formulating a task as a reinforcement learning (RL) problem. In practice, it often takes several attempts of reward specification and learning with it in order to find one that leads to sample-efficient learning of the desired be…

Cited by 15SourcePDFScholar
2023

Theoretically Grounded Loss Functions and Algorithms for Adversarial Robustness

AISTATS 2023poster

Adversarial robustness is a critical property of classifiers in applications as they are increasingly deployed in complex real-world systems. Yet, achieving accurate adversarial robustness in machine learning remains a persistent challenge and the choice of the surrogate loss function used for train…

2022

Guarantees for Epsilon-Greedy Reinforcement Learning with Function Approximation

ICML 2022spotlight

Myopic exploration policies such as epsilon-greedy, softmax, or Gaussian noise fail to explore efficiently in some reinforcement learning tasks and yet, they perform well in many others. In fact, in practice, they are often selected as the top choices, due to their simplicity. But, for what tasks do…

Cited by 81SourcePDFScholar
2022

Stochastic Online Learning with Feedback Graphs: Finite-Time and Asymptotic Optimality

NeurIPS 2022accept

We revisit the problem of stochastic online learning with feedback graphs, with the goal of devising algorithms that are optimal, up to constants, both asymptotically and in finite time. We show that, surprisingly, the notion of optimal finite-time regret is not a uniquely defined property in this c…

Cited by 7SourcePDFScholar
2021

A Discriminative Technique for Multiple-Source Adaptation

ICML 2021spotlight

We present a new discriminative technique for the multiple-source adaptation (MSA) problem. Unlike previous work, which relies on density estimation for each source domain, our solution only requires conditional probabilities that can be straightforwardly accurately estimated from unlabeled data fro…

Cited by 14SourcePDFScholar
2021

A Provably Efficient Model-Free Posterior Sampling Method for Episodic Reinforcement Learning

NeurIPS 2021poster

Thompson Sampling is one of the most effective methods for contextual bandits and has been generalized to posterior sampling for certain MDP settings. However, existing posterior sampling methods for reinforcement learning are limited by being model-based or lack worst-case theoretical guarantees be…

Cited by 42SourcePDFScholar
2021

A Theory of Multiple-Source Adaptation with Limited Target Labeled Data

AISTATS 2021poster

We study multiple-source domain adaptation, when the learner has access to abundant labeled data from multiple-source domains and limited labeled data from the target domain. We analyze existing algorithms for this problem, and propose a novel algorithm based on model selection. Our algorithms are e…

Cited by 31SourcePDFScholar
2021

Agnostic Reinforcement Learning with Low-Rank MDPs and Rich Observations

NeurIPS 2021spotlight

There have been many recent advances on provably efficient Reinforcement Learning (RL) in problems with rich observation spaces. However, all these works share a strong realizability assumption about the optimal value function of the true MDP. Such realizability assumptions are often too strong to h…

Cited by 16SourcePDFScholar
2021

Beyond Value-Function Gaps: Improved Instance-Dependent Regret Bounds for Episodic Reinforcement Learning

NeurIPS 2021spotlight

We provide improved gap-dependent regret bounds for reinforcement learning in finite episodic Markov decision processes. Compared to prior work, our bounds depend on alternative definitions of gaps. These definitions are based on the insight that, in order to achieve a favorable regret, an algorithm…

Cited by 40SourcePDFScholar
2021

Breaking the centralized barrier for cross-device federated learning

NeurIPS 2021poster

Federated learning (FL) is a challenging setting for optimization due to the heterogeneity of the data across different clients which gives rise to the client drift phenomenon. In fact, obtaining an algorithm for FL which is uniformly better than simple centralized training has been a major open pro…

Cited by 102SourcePDFScholar
2021

Calibration and Consistency of Adversarial Surrogate Losses

NeurIPS 2021spotlight

Adversarial robustness is an increasingly critical property of classifiers in applications. The design of robust algorithms relies on surrogate losses since the optimization of the adversarial loss with most hypothesis sets is NP-hard. But, which surrogate losses should be used and when do they bene…

Cited by 56SourcePDFScholar
2021

Learning with User-Level Privacy

NeurIPS 2021poster

We propose and analyze algorithms to solve a range of learning tasks under user-level differential privacy constraints. Rather than guaranteeing only the privacy of individual samples, user-level DP protects a user's entire contribution ($m \ge 1$ samples), providing more stringent but more realisti…

Cited by 105SourcePDFScholar
2020

Adapting to Misspecification in Contextual Bandits

NeurIPS 2020poster

A major research direction in contextual bandits is to develop algorithms that are computationally efficient, yet support flexible, general-purpose function approximation. Algorithms based on modeling rewards have shown strong empirical performance, yet typically require a well-specified model, and…

Cited by 124SourcePDFScholar
2020

Adaptive Region-Based Active Learning

ICML 2020poster

We present a new active learning algorithm that adaptively partitions the input space into a finite number of regions, and subsequently seeks a distinct predictor for each region, while actively requesting labels. We prove theoretical guarantees for both the generalization error and the label comple…

Cited by 16SourcePDFScholar
2020

Adversarial Learning Guarantees for Linear Hypotheses and Neural Networks

ICML 2020poster

Adversarial or test time robustness measures the susceptibility of a classifier to perturbations to the test input. While there has been a flurry of recent work on designing defenses against such perturbations, the theory of adversarial robustness is not well understood. In order to make progress on…

Cited by 81SourcePDFScholar
2020

FedBoost: A Communication-Efficient Algorithm for Federated Learning

ICML 2020poster

Communication cost is often a bottleneck in federated learning and other client-based distributed learning scenarios. To overcome this, several gradient compression and model compression algorithms have been proposed. In this work, we propose an alternative approach whereby an ensemble of pre-traine…

Cited by 279SourcePDFScholar
2020

Online Learning with Dependent Stochastic Feedback Graphs

ICML 2020poster

A general framework for online learning with partial information is one where feedback graphs specify which losses can be observed by the learner. We study a challenging scenario where feedback graphs vary stochastically with time and, more importantly, where graphs and losses are dependent. This sc…

Cited by 18SourcePDFScholar
2020

PAC-Bayes Learning Bounds for Sample-Dependent Priors

NeurIPS 2020poster

We present a series of new PAC-Bayes learning guarantees for randomized algorithms with sample-dependent priors. Our most general bounds make no assumption on the priors and are given in terms of certain covering numbers under the infinite-Renyi divergence and the L1 distance. We show how to use the…

Cited by 8SourcePDFScholar
2020

Reinforcement Learning with Feedback Graphs

NeurIPS 2020poster

We study RL in the tabular MDP setting where the agent receives additional observations per step in the form of transitions samples. Such additional observations can be provided in many tasks by auxiliary sensors or by leveraging prior knowledge about the environment (e.g., when certain actions yiel…

2020

SCAFFOLD: Stochastic Controlled Averaging for Federated Learning

ICML 2020poster

Federated learning is a key scenario in modern large-scale machine learning where the data remains distributed over a large number of clients and the task is to learn a centralized model without transmitting the client data. The standard optimization algorithm used in this setting is Federated Avera…

Cited by 3685SourcePDFScholar
2019

Active Learning with Disagreement Graphs

ICML 2019oral

We present two novel enhancements of an online importance-weighted active learning algorithm IWAL, using the properties of disagreements among hypotheses. The first enhancement, IWALD, prunes the hypothesis set with a more aggressive strategy based on the disagreement graph. We show that IWAL-D impr…

Cited by 28SourcePDFScholar
2019

Hypothesis Set Stability and Generalization

NeurIPS 2019poster

We present a study of generalization for data-dependent hypothesis sets. We give a general learning guarantee for data-dependent hypothesis sets based on a notion of transductive Rademacher complexity. Our main result is a generalization bound for data-dependent hypothesis sets expressed in…

Cited by 37SourcePDFScholar
2019

Online Learning with Sleeping Experts and Feedback Graphs

ICML 2019oral

We consider the scenario of online learning with sleeping experts, where not all experts are available at each round, and analyze the general framework of learning with feedback graphs, where the loss observations associated with each expert are characterized by a graph. A critical assumption in thi…

Cited by 20SourcePDFScholar
2018

Efficient Gradient Computation for Structured Output Learning with Rational and Tropical Losses

NeurIPS 2018poster

Many structured prediction problems admit a natural loss function for evaluation such as the edit-distance or $n$-gram loss. However, existing learning algorithms are typically designed to optimize alternative objectives such as the cross-entropy. This is because a na\"{i}ve implementation of the na…

Cited by 6SourcePDFScholar
2017

AdaNet: Adaptive Structural Learning of Artificial Neural Networks

ICML 2017poster

We present a new framework for analyzing and learning artificial neural networks. Our approach simultaneously and adaptively learns both the structure of the network as well as its weights. The methodology is based upon and accompanied by strong data-dependent theoretical learning guarantees, so tha…

Cited by 379SourcePDFScholar
2017

Parameter-Free Online Learning via Model Selection

NeurIPS 2017spotlight

We introduce an efficient algorithmic framework for model selection in online learning, also known as parameter-free online learning. Departing from previous work, which has focused on highly structured function classes such as nested balls in Hilbert space, we propose a generic meta-algorithm frame…

Cited by 78SourcePDFScholar
2016

Structured Prediction Theory Based on Factor Graph Complexity

NeurIPS 2016poster

We present a general theoretical analysis of structured prediction with a series of new results. We give new data-dependent margin guarantees for structured prediction for a very wide family of loss functions and a general family of hypotheses, with an arbitrary factor graph decomposition. These are…

Cited by 74SourcePDFScholar