← Search

Yishay Mansour

78 accepted papers

2026

A Theoretical Framework for Statistical Evaluability of Generative Models

ICML 2026poster

Statistical evaluation aims to estimate the generalization performance of a model using held-out i.i.d. test data sampled from the ground-truth distribution. In supervised learning settings such as classification, performance metrics such as error rate are well-defined, and test error reliably appro…

Cited by 0SourceScholar
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

Near-Optimal Regret for Policy Optimization in Contextual MDPs with General Offline Function Approximation

ICML 2026poster

We introduce OPO-CMDP, the first policy optimization algorithm for stochastic Contextual Markov Decision Process (CMDPs) under general offline function approximation. Our approach achieves a high probability regret bound of $\widetilde{O}(H^4\sqrt{T|S||A|\log(|\mathcal{F}||\mathcal{P}|)}),$ where $S…

Cited by 0SourceScholar
2025

Batch Ensemble for Variance Dependent Regret in Stochastic Bandits

AAAI 2025technical

Efficiently trading off exploration and exploitation is one of the key challenges in online Reinforcement Learning (RL). Most works achieve this by carefully estimating the model uncertainty and following the so-called optimistic model. Inspired by practical ensemble methods, in this work we propose…

2025

Convergence of Policy Mirror Descent Beyond Compatible Function Approximation

ICML 2025poster

Modern policy optimization methods roughly follow the policy mirror descent (PMD) algorithmic template, for which there are by now numerous theoretical convergence results. However, most of these either target tabular environments, or can be applied effectively only when the class of policies be…

Cited by 0SourcePDFScholar
2025

Improved Best-of-Both-Worlds Regret for Bandits with Delayed Feedback

NeurIPS 2025poster

We study the multi-armed bandit problem with adversarially chosen delays in the Best-of-Both-Worlds (BoBW) framework, which aims to achieve near-optimal performance in both stochastic and adversarial environments. While prior work has made progress toward this goal, existing algorithms suffer from s…

Cited by 0SourceScholar
2025

Near-optimal Regret Using Policy Optimization in Online MDPs with Aggregate Bandit Feedback

ICML 2025poster

We study online finite-horizon Markov Decision Processes with adversarially changing loss and aggregate bandit feedback (a.k.a full-bandit). Under this type of feedback, the agent observes only the total loss incurred over the entire trajectory, rather than the individual losses at each intermediate…

Cited by 1SourcePDFScholar
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
2025

Regret Bounds for Adversarial Contextual Bandits with General Function Approximation and Delayed Feedback

NeurIPS 2025spotlight

We present regret minimization algorithms for the contextual multi-armed bandit (CMAB) problem over $K$ actions in the presence of delayed feedback, a scenario where loss observations arrive with delays chosen by an adversary. As a preliminary result, assuming direct access to a finite policy clas…

Cited by 0SourceScholar
2024

Fast Rates for Bandit PAC Multiclass Classification

NeurIPS 2024poster

We study multiclass PAC learning with bandit feedback, where inputs are classified into one of $K$ possible labels and feedback is limited to whether or not the predicted labels are correct. Our main contribution is in designing a novel learning algorithm for the agnostic $(\varepsilon,\delta)$-PAC…

Cited by 1SourcePDFScholar
2024

Principal-Agent Reward Shaping in MDPs

AAAI 2024technical

Principal-agent problems arise when one party acts on behalf of another, leading to conflicts of interest. The economic literature has extensively studied principal-agent problems, and recent work has extended this to more complex scenarios such as Markov Decision Processes (MDPs). In this paper, we…

2024

Rate-Optimal Policy Optimization for Linear Markov Decision Processes

ICML 2024oral

We study regret minimization in online episodic linear Markov Decision Processes, and propose a policy optimization algorithm that is computationally efficient, and obtains rate optimal $\widetilde O (\sqrt K)$ regret where $K$ denotes the number of episodes. Our work is the first to establish the o…

Cited by 12SourcePDFScholar
2023

Black-Box Differential Privacy for Interactive ML

NeurIPS 2023poster

In this work we revisit an interactive variant of joint differential privacy, recently introduced by Naor et al. [2023], and generalize it towards handling online processes in which existing privacy definitions seem too restrictive. We study basic properties of this definition and demonstrate that i…

Cited by 3SourcePDFScholar
2023

Concurrent Shuffle Differential Privacy Under Continual Observation

ICML 2023poster

We introduce the concurrent shuffle model of differential privacy. In this model we have multiple concurrent shufflers permuting messages from different, possibly overlapping, batches of users. Similarly to the standard (single) shuffler model, the privacy requirement is that the concatenation of al…

Cited by 2SourcePDFScholar
2023

Efficient Rate Optimal Regret for Adversarial Contextual MDPs Using Online Function Approximation

ICML 2023poster

We present the OMG-CMDP! algorithm for regret minimization in adversarial Contextual MDPs. The algorithm operates under the minimal assumptions of realizable function class and access to online least squares and log loss regression oracles. Our algorithm is efficient (assuming efficient online regre…

Cited by 6SourcePDFScholar
2023

Eliciting User Preferences for Personalized Multi-Objective Decision Making through Comparative Feedback

NeurIPS 2023poster

In this work, we propose a multi-objective decision making framework that accommodates different user preferences over objectives, where preferences are learned via policy comparisons. Our model consists of a known Markov decision process with a vector-valued reward function, with each user having a…

Cited by 7SourcePDFScholar
2023

Improved Regret for Efficient Online Reinforcement Learning with Linear Function Approximation

ICML 2023poster

We study reinforcement learning with linear function approximation and adversarially changing cost functions, a setup that has mostly been considered under simplifying assumptions such as full information feedback or exploratory conditions. We present a computationally efficient policy optimization…

Cited by 22SourcePDFScholar
2023

Learning Revenue Maximization Using Posted Prices for Stochastic Strategic Patient Buyers

AAAI 2023technical

We consider a seller faced with buyers which have the ability to delay their decision, which we call patience. Each buyer's type is composed of value and patience, and it is sampled i.i.d. from a distribution. The seller, using posted prices, would like to maximize her revenue from selling to the bu…

Cited by 2SourcePDFScholar
2023

Multiclass Boosting: Simple and Intuitive Weak Learning Criteria

NeurIPS 2023poster

We study a generalization of boosting to the multiclass setting. We introduce a weak learning condition for multiclass classification that captures the original notion of weak learnability as being “slightly better than random guessing”. We give a simple and efficient boosting algorithm, that does n…

Cited by 6SourcePDFScholar
2023

Random Classification Noise does not defeat All Convex Potential Boosters Irrespective of Model Choice

ICML 2023oral

A landmark negative result of Long and Servedio has had a considerable impact on research and development in boosting algorithms, around the now famous tagline that "noise defeats all convex boosters". In this paper, we appeal to the half-century+ founding theory of losses for class probability esti…

Cited by 6SourcePDFScholar
2023

Regret Minimization and Convergence to Equilibria in General-sum Markov Games

ICML 2023poster

An abundance of recent impossibility results establish that regret minimization in Markov games with adversarial opponents is both statistically and computationally intractable. Nevertheless, none of these results preclude the possibility of regret minimization under the assumption that all parties…

Cited by 30SourcePDFScholar
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
2022

A Characterization of Semi-Supervised Adversarially Robust PAC Learnability

NeurIPS 2022accept

We study the problem of learning an adversarially robust predictor to test time attacks in the semi-supervised PAC model. We address the question of how many labeled and unlabeled examples are required to ensure learning. We show that having enough unlabeled data (the size of a labeled sample that a…

Cited by 20SourcePDFScholar
2022

Fair Wrapping for Black-box Predictions

NeurIPS 2022accept

We introduce a new family of techniques to post-process (``wrap") a black-box classifier in order to reduce its bias. Our technique builds on the recent analysis of improper loss functions whose optimization can correct any twist in prediction, unfairness being treated as a twist. In the post-proces…

2022

FriendlyCore: Practical Differentially Private Aggregation

ICML 2022spotlight

Differentially private algorithms for common metric aggregation tasks, such as clustering or averaging, often have limited practicality due to their complexity or to the large number of data points that is required for accurate results. We propose a simple and practical tool $\mathsf{FriendlyCore}$…

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

Learning Adversarial Markov Decision Processes with Delayed Feedback

AAAI 2022technical

Reinforcement learning typically assumes that agents observe feedback for their actions immediately, but in many real-world applications (like recommendation systems) feedback is observed in delay. This paper studies online learning in episodic Markov decision processes (MDPs) with unknown transitio…

Cited by 31SourcePDFScholar
2022

Modeling Attrition in Recommender Systems with Departing Bandits

AAAI 2022technical

Traditionally, when recommender systems are formalized as multi-armed bandits, the policy of the recommender system influences the rewards accrued, but not the length of interaction. However, in real-world systems, dissatisfied users may depart (and never come back). In this work, we propose a novel…

Cited by 17SourcePDFScholar
2022

Near-Optimal Regret for Adversarial MDP with Delayed Bandit Feedback

NeurIPS 2022accept

The standard assumption in reinforcement learning (RL) is that agents observe feedback for their actions immediately. However, in practice feedback is often observed in delay. This paper studies online learning in episodic Markov decision process (MDP) with unknown transitions, adversarially changin…

Cited by 26SourcePDFScholar
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

Differentially Private Multi-Armed Bandits in the Shuffle Model

NeurIPS 2021poster

We give an $(\varepsilon,\delta)$-differentially private algorithm for the Multi-Armed Bandit (MAB) problem in the shuffle model with a distribution-dependent regret of $O\left(\left(\sum_{a:\Delta_a>0}\frac{\log T}{\Delta_a}\right)+\frac{k\sqrt{\log\frac{1}{\delta}}\log T}{\varepsilon}\right)$, and…

Cited by 39SourcePDFScholar
2021

Differentially-Private Clustering of Easy Instances

ICML 2021spotlight

Clustering is a fundamental problem in data analysis. In differentially private clustering, the goal is to identify k cluster centers without disclosing information on individual data points. Despite significant research progress, the problem had so far resisted practical solutions. In this work we…

Cited by 30SourcePDFScholar
2021

Oracle-Efficient Regret Minimization in Factored MDPs with Unknown Structure

NeurIPS 2021poster

We study regret minimization in non-episodic factored Markov decision processes (FMDPs), where all existing algorithms make the strong assumption that the factored structure of the FMDP is known to the learner in advance. In this paper, we provide the first algorithm that learns the structure of the…

2021

ROI Maximization in Stochastic Online Decision-Making

NeurIPS 2021poster

We introduce a novel theoretical framework for Return On Investment (ROI) maximization in repeated decision-making. Our setting is motivated by the use case of companies that regularly receive proposals for technological innovations and want to quickly decide whether they are worth implementing. We…

Cited by 5SourcePDFScholar
2021

Stochastic Multi-Armed Bandits with Unrestricted Delay Distributions

ICML 2021spotlight

We study the stochastic Multi-Armed Bandit (MAB) problem with random delays in the feedback received by the algorithm. We consider two settings: the {\it reward dependent} delay setting, where realized delays may depend on the stochastic rewards, and the {\it reward-independent} delay setting. Our m…

Cited by 61SourcePDFScholar
2020

Adversarially Robust Streaming Algorithms via Differential Privacy

NeurIPS 2020oral

A streaming algorithm is said to be adversarially robust if its accuracy guarantees are maintained even when the data stream is chosen maliciously, by an adaptive adversary. We establish a connection between adversarial robustness of streaming algorithms and the notion of differential privacy. This…

Cited by 64SourcePDFScholar
2020

Online Revenue Maximization for Server Pricing

IJCAI 2020poster

Efficient and truthful mechanisms to price time on remote servers/machines have been the subject of much work in recent years due to the importance of the cloud market. This paper considers online revenue maximization for a unit capacity server, when jobs are non preemptive, in the Bayesian setting:…

Cited by 0SourcePDFScholar
2020

Private Learning of Halfspaces: Simplifying the Construction and Reducing the Sample Complexity

NeurIPS 2020poster

We present a differentially private learner for halfspaces over a finite grid $G$ in $\R^d$ with sample complexity $\approx d^{2.5}\cdot 2^{\log^*|G|}$, which improves the state-of-the-art result of [Beimel et al., COLT 2019] by a $d^2$ factor. The building block for our learner is a new differentia…

Cited by 18SourcePDFScholar
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

Unknown mixing times in apprenticeship and reinforcement learning

UAI 2020poster

We derive and analyze learning algorithms for apprenticeship learning, policy evaluation and policy gradient for average reward criteria. Existing algorithms explicitly require an upper bound on the mixing time. In contrast, we build on ideas from Markov chain theory and derive sampling algorithms t…

Cited by 6SourcePDFScholar
2019

Online Stochastic Shortest Path with Bandit Feedback and Unknown Transition Function

NeurIPS 2019poster

We consider online learning in episodic loop-free Markov decision processes (MDPs), where the loss function can change arbitrarily between episodes. The transition function is fixed but unknown to the learner, and the learner only observes bandit feedback (not the entire loss function). For th…

Cited by 84SourcePDFScholar
2018

Online Linear Quadratic Control

ICML 2018oral

We study the problem of controlling linear time-invariant systems with known noisy dynamics and adversarially chosen quadratic losses. We present the first efficient online learning algorithms in this setting that guarantee $O(\sqrt{T})$ regret under mild assumptions, where $T$ is the time horizon.…

Cited by 169SourcePDFScholar
2017

Submultiplicative Glivenko-Cantelli and Uniform Convergence of Revenues

NeurIPS 2017spotlight

In this work we derive a variant of the classic Glivenko-Cantelli Theorem, which asserts uniform convergence of the empirical Cumulative Distribution Function (CDF) to the CDF of the underlying distribution. Our variant allows for tighter convergence bounds for extreme values of the CDF. We apply o…

Cited by 11SourcePDFScholar
2016

Online Pricing with Strategic and Patient Buyers

NeurIPS 2016poster

We consider a seller with an unlimited supply of a single good, who is faced with a stream of $T$ buyers. Each buyer has a window of time in which she would like to purchase, and would buy at the lowest price in that window, provided that this price is lower than her private value (and otherwise, wo…

Cited by 31SourcePDFScholar