← Search

Mohammad Hajiesmaili

22 accepted papers

2025

Combinatorial Ski Rental Problem: Robust and Learning-Augmented Algorithms

NeurIPS 2025poster

We introduce and study the Combinatorial Ski Rental (CSR) problem, which involves multiple items that can be rented or purchased, either individually or in combination. At each time step, a decision-maker must make an irrevocable buy-or-rent decision for items that have not yet been purchased, witho…

Cited by 0SourceScholar
2025

Fusing Reward and Dueling Feedback in Stochastic Bandits

ICML 2025poster

This paper investigates the fusion of absolute (reward) and relative (dueling) feedback in stochastic bandits, where both feedback types are gathered in each decision round. We derive a regret lower bound, demonstrating that an efficient algorithm may incur only the smaller among the reward…

Cited by 0SourcePDFScholar
2025

Heterogeneous Multi-Agent Bandits with Parsimonious Hints

AAAI 2025technical

We study a hinted heterogeneous multi-agent multi-armed bandits problem (HMA2B), where agents can query low-cost observations (hints) in addition to pulling arms. In this framework, each of the M agents has a unique reward distribution over K arms, and in T rounds, they can observe the reward of the…

Cited by 0SourcePDFScholar
2025

Near-Optimal Consistency-Robustness Trade-Offs for Learning-Augmented Online Knapsack Problems

ICML 2025poster

This paper introduces a family of learning-augmented algorithms for online knapsack problems that achieve near Pareto-optimal consistency-robustness trade-offs through a simple combination of trusted learning-augmented and worst-case algorithms. Our approach relies on succinct, practical predictions…

Cited by 0SourcePDFScholar
2025

Quantum Best Arm Identification with Quantum Oracles

AAAI 2025technical

Best arm identification (BAI) is a key problem in stochastic multi-armed bandits, where K arms each has an associated reward distribution, and the objective is to minimize the number of queries needed to identify the best arm with high confidence. In this paper, we explore BAI using quantum oracles.…

Cited by 0SourcePDFScholar
2025

Stochastic Bandits Robust to Adversarial Attacks

ICLR 2025poster

This paper investigates stochastic multi-armed bandit algorithms that are robust to adversarial attacks, where an attacker can first observe the learner's action and *then* alter their reward observation. We study two cases of this model, with or without the knowledge of an attack budget $C$, define…

Cited by 0SourcePDFScholar
2024

Chasing Convex Functions with Long-term Constraints

ICML 2024poster

We introduce and study a family of online metric problems with long-term constraints. In these problems, an online player makes decisions $\mathbf{x}_t$ in a metric space $(X,d)$ to simultaneously minimize their hitting cost $f_t(\mathbf{x}_t)$ and switching cost as determined by the metric. Over th…

Cited by 3SourcePDFScholar
2024

Combinatorial Multivariant Multi-Armed Bandits with Applications to Episodic Reinforcement Learning and Beyond

ICML 2024poster

We introduce a novel framework of combinatorial multi-armed bandits (CMAB) with multivariant and probabilistically triggering arms (CMAB-MT), where the outcome of each arm is a $d$-dimensional multivariant random variable and the feedback follows a general arm triggering process. Compared with exist…

Cited by 4SourcePDFScholar
2024

Online Algorithms with Uncertainty-Quantified Predictions

ICML 2024poster

The burgeoning field of algorithms with predictions studies the problem of using possibly imperfect machine learning predictions to improve online algorithm performance. While nearly all existing algorithms in this framework make no assumptions on prediction quality, a number of methods providing un…

Cited by 5SourcePDFScholar
2024

Time Fairness in Online Knapsack Problems

ICLR 2024poster

The online knapsack problem is a classic problem in the field of online algorithms. Its canonical version asks how to pack items of different values and weights arriving online into a capacity-limited knapsack so as to maximize the total value of the admitted items. Although optimal competitive algo…

2023

Achieving Near-Optimal Individual Regret & Low Communications in Multi-Agent Bandits

ICLR 2023poster

Cooperative multi-agent multi-armed bandits (CM2AB) study how distributed agents cooperatively play the same multi-armed bandit game. Most existing CM2AB works focused on maximizing the group performance of all agents---the accumulation of all agents' individual performance (i.e., individual reward)…

Cited by 13SourcePDFScholar
2023

Adversarial Attacks on Online Learning to Rank with Click Feedback

NeurIPS 2023poster

Online learning to rank (OLTR) is a sequential decision-making problem where a learning agent selects an ordered list of items and receives feedback through user clicks. Although potential attacks against OLTR algorithms may cause serious losses in real-world applications, there is limited knowledge…

Cited by 6SourcePDFScholar
2023

Applied Online Algorithms with Heterogeneous Predictors

ICML 2023poster

For many application domains, the integration of machine learning (ML) models into decision making is hindered by the poor explainability and theoretical guarantees of black box models. Although the emerging area of algorithms with predictions offers a way to leverage ML while enjoying worst-case gu…

Cited by 7SourcePDFScholar
2023

Contextual Combinatorial Bandits with Probabilistically Triggered Arms

ICML 2023poster

We study contextual combinatorial bandits with probabilistically triggered arms (C$^2$MAB-T) under a variety of smoothness conditions that capture a wide range of applications, such as contextual cascading bandits and contextual influence maximization bandits. Under the triggering probability modula…

Cited by 21SourcePDFScholar
2023

Exploration for Free: How Does Reward Heterogeneity Improve Regret in Cooperative Multi-agent Bandits?

UAI 2023poster

This paper studies a cooperative multi-agent bandit scenario in which the rewards observed by agents are heterogeneous—one agent’s meat can be another agent’s poison. Specifically, the total reward observed by each agent is the sum of two values: an arm-specific reward, capturing the intrinsic value…

Cited by 2SourcePDFScholar
2023

No-regret Algorithms for Fair Resource Allocation

NeurIPS 2023poster

We consider a fair resource allocation problem in the no-regret setting against an unrestricted adversary. The objective is to allocate resources equitably among several agents in an online fashion so that the difference of the aggregate $\alpha$-fair utilities of the agents achieved by an optimal s…

Cited by 5SourcePDFScholar
2023

On-Demand Communication for Asynchronous Multi-Agent Bandits

AISTATS 2023poster

This paper studies a cooperative multi-agent multi-armed stochastic bandit problem where agents operate asynchronously – agent pull times and rates are unknown, irregular, and heterogeneous – and face the same instance of a K-armed bandit problem. Agents can share reward information to speed up the…

Cited by 10SourcePDFScholar
2021

Cooperative Stochastic Bandits with Asynchronous Agents and Constrained Feedback

NeurIPS 2021poster

This paper studies a cooperative multi-armed bandit problem with $M$ agents cooperating together to solve the same instance of a $K$-armed stochastic bandit problem with the goal of maximizing the cumulative reward of agents. The agents are heterogeneous in (i) their limited access to a local subset…

Cited by 32SourcePDFScholar
2021

Data-driven Competitive Algorithms for Online Knapsack and Set Cover

AAAI 2021technical

The design of online algorithms has tended to focus on algorithms with worst-case guarantees, e.g., bounds on the competitive ratio. However, it is well-known that such algorithms are often overly pessimistic, performing sub-optimally on non-worst-case inputs. In this paper, we develop an approach…

Cited by 39SourcePDFScholar
2021

Pareto-Optimal Learning-Augmented Algorithms for Online Conversion Problems

NeurIPS 2021poster

This paper leverages machine-learned predictions to design competitive algorithms for online conversion problems with the goal of improving the competitive ratio when predictions are accurate (i.e., consistency), while also guaranteeing a worst-case competitive ratio regardless of the prediction qua…

Cited by 39SourcePDFScholar
2020

Adversarial Bandits with Corruptions: Regret Lower Bound and No-regret Algorithm

NeurIPS 2020accepted

This paper studies adversarial bandits with corruptions. In the basic adversarial bandit setting, the reward of arms is predetermined by an adversary who is oblivious to the learner’s policy. In this paper, we consider an extended setting in which an attacker sits in-between the environment and the…

Cited by 42SourcePDFScholar