Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

11223243 · Jun 202019922001200920172026
48 results for Combinatorial Semi-Bandit

Polynomial-time method solves complex combinatorial semi-bandits.

problem Optimal strategies for combinatorial semi-bandits with uncorrelated Gaussian rewards.
method Proposes a polynomial-time method to solve the Graves-Lai optimization problem for various combinatorial structures.
result First known approach to implement asymptotically optimal algorithms in polynomial time for combinatorial semi-bandits.

Paper analyzes FTPL's effectiveness in combinatorial semi-bandit problems.

problem Optimizing FTPL policy in combinatorial semi-bandit problems.
method Geometric resampling (GR) and conditional geometric resampling (CGR) for FTPL in semi-bandit setting.
result FTPL achieves optimal regret bounds in both Fréchet and Pareto distributions.

This paper extends combinatorial semi-bandits to graph feedback, improving regret bounds.

problem Adversarial combinatorial semi-bandits with graph feedback.
method Introduced graph feedback in combinatorial semi-bandits, using convexified actions and online stochastic mirror descent.
result Optimal regret scales as ST+αSTS\sqrt{T}+\sqrt{αST}, interpolating between full and semi-bandit feedback.

Oracle-efficient algorithms reduce combinatorial semi-bandit regret to logarithmic time.

problem Scalability issue in combinatorial semi-bandit problems due to high combinatorial optimization costs.
method Oracle-efficient frameworks that minimize oracle queries while maintaining tight regret guarantees.
result Achieved ildeO(T) ilde{O}(\sqrt{T}) regret with O(loglogT)O(\log\log T) oracle queries for worst-case linear rewards.

Improved statistical efficiency of Thompson Sampling for combinatorial semi-bandits.

problem Efficiency of policies in stochastic combinatorial multi-armed bandits with semi-bandit feedback.
method Analysis of Combinatorial Thompson Sampling (CTS) using Beta and Gaussian priors for mutually independent and multivariate sub-Gaussian outcomes.
result CTS provides an efficient policy with optimal asymptotic regret for both mutually independent and multivariate sub-Gaussian outcomes.

Thompson Sampling shows polynomial regret for combinatorial semi-bandits with subgaussian rewards.

problem Finding optimal solutions in combinatorial semi-bandits with suboptimal sampling.
method Proposes Thompson Sampling with polynomial regret for linear combinatorial semi-bandits.
result Demonstrates 'mismatched sampling paradox' where knowing distributions can lead to worse performance.

Optimistic covariance-adaptive algorithms improve combinatorial semi-bandits regret.

problem Optimal regret in stochastic combinatorial semi-bandits with adaptive covariance estimation.
method Design of OLS-UCB-C and COS-V algorithms leveraging online covariance estimation.
result Improved gap-free regret with T^1/2 complexity for COS-V.

A stochastic combinatorial semi-bandit is an online learning problem where at each step a learning agent chooses a subset of ground items subject to combinatorial constraints, and then observes stochastic weights of these items and receives their sum as a payoff. In this paper, we consider efficient learning in large-s…

2014-06-28abs ↗pdf ↗

Study adapts combinatorial semi-bandit for piecewise stationary, causally related rewards.

problem Nonstationary environment with changing base arms' distributions and causal relationships.
method Upper Confidence Bound (UCB) algorithm with change-point detector and group restart strategy.
result Regret upper bound reflecting effects of structural and distribution changes.

Develops a combinatorial semi-bandit method for electric vehicle charging station selection.

problem Long-distance navigation for BEVs with unknown charging station availability and performance.
method Combinatorial semi-bandit framework, pre-processing road network, Bayesian modeling, Thompson Sampling, BayesUCB, Epsilon-greedy.
result Demonstrates improved navigation performance on long-distance BEV charging station selection.

Study optimal arms in combinatorial bandits with semi-bandit feedback and finite budget.

problem Finding optimal arms in combinatorial bandits with semi-bandit feedback and finite budget constraints.
method Proposes a generic algorithm covering various arm elimination strategies and derives lower bounds.
result Demonstrates sufficient and necessary budget requirements for finding the best arm.

Algorithm identifies best arm in combinatorial bandits with semi-bandit feedback.

problem Identifying the best arm in combinatorial bandits with semi-bandit feedback.
method Interpreted as a sequential zero-sum game, developed a CombGame meta-algorithm with finite time guarantees.
result First computationally efficient algorithm that is asymptotically optimal and has competitive empirical performance.

This paper improves FTPL algorithm for semi-bandit problems with best-of-both-worlds guarantees.

problem Optimizing regret in adversarial and stochastic mm-set semi-bandit problems.
method Extending FTPL with geometric resampling (GR) to mm-set semi-bandits and analyzing its performance.
result FTPL with Fréchet and Pareto distributions achieves O(mdT)O(\sqrt{mdT}) regret in adversarial setting and logarithmic regret in stochastic setting.

Algorithm improves movie recommendation efficiency with fairness constraints.

problem Improving movie recommendation efficiency with fairness constraints in combinatorial semi-bandits.
method Adopted Thompson Sampling with beta priors and Bernoulli likelihoods to handle fairness constraints.
result Time-averaged regret upper bounded by $\frac{N}{2η} + O\left(\frac{\sqrt{mNT\ln T}}{T} ight)$, with fairness constraints satisfied.

New algorithms ensure fair selection in combinatorial semi-bandit with unrestricted delays.

problem Fair selection in stochastic combinatorial semi-bandit with delayed feedback.
method Introduced merit-based fairness constraints and new bandit algorithms for reward and fairness.
result Achieved sublinear expected reward and fairness regrets with dependence on delay distribution quantiles.

A new algorithm tackles delayed combinatorial semi-bandit with causal relations.

problem Optimizing decisions in a non-stationary environment with delayed and causally related rewards.
method Formalized as a non-stationary delayed combinatorial semi-bandit problem, the approach models causal relations with a directed graph in a stationary structural equation model. The agent learns these relations from delayed feedback to optimize decisions.
result Proved a regret bound for the proposed algorithm's performance.

A stochastic combinatorial semi-bandit is an online learning problem where at each step a learning agent chooses a subset of ground items subject to constraints, and then observes stochastic weights of these items and receives their sum as a payoff. In this paper, we close the problem of computationally and sample effi…

2014-10-03abs ↗pdf ↗

We improve the efficiency of algorithms for stochastic \emph{combinatorial semi-bandits}. In most interesting problems, state-of-the-art algorithms take advantage of structural properties of rewards, such as \emph{independence}. However, while being optimal in terms of asymptotic regret, these algorithms are inefficien…

2019-02-11abs ↗pdf ↗

Paper addresses privacy in combinatorial semi-bandits with improved bounds.

problem Privacy-preserving learning in combinatorial semi-bandits with additional dimension dependence.
method Proposes novel algorithms and proves optimal regret bounds for LDP and DP settings.
result Achieves nearly optimal regret bounds for LDP and DP settings, matching non-private rates.

CMOSS algorithm reduces regret in combinatorial semi-bandits with efficient computation.

problem Efficiently solving combinatorial semi-bandit problems with minimal regret.
method CMOSS algorithm achieves optimal regret bounds with minimal computational overhead.
result CMOSS achieves optimal regret bounds with minimal computational overhead.

Improved sample complexity for contextual combinatorial semi-bandits with sparse rewards.

problem Optimizing decisions in contexts with many possible actions and sparse rewards.
method Developed an algorithm for (ε,δ)(ε,δ)-PAC variant of contextual combinatorial semi-bandits with improved sample complexity.
result Achieved an εε-optimal policy with a sample complexity of ildeO((poly(K/m)+sm/ε2)log(Π/δ)) ilde{O}((poly(K/m)+sm/ε^2) \log(|Π|/δ)).

We consider the problem of online combinatorial optimization under semi-bandit feedback, where a learner has to repeatedly pick actions from a combinatorial decision set in order to minimize the total losses associated with its decisions. After making each decision, the learner observes the losses associated with its a…

2015-02-23abs ↗pdf ↗

The paper identifies network bottlenecks using minimax paths in stochastic networks.

problem Identifying bottlenecks in networks with stochastic weights.
method Modeling as combinatorial semi-bandit problem, applying combinatorial Thompson Sampling, and approximating the original objective due to computational intractability.
result Established an upper bound on Bayesian regret and evaluated Thompson Sampling performance on real-world networks.

New algorithm reduces regret in both adversarial and stochastic contexts.

problem Contextual combinatorial semi-bandits with adversarial and corrupted stochastic regimes.
method Follow-the-Regularized-Leader (FTRL) framework with Shannon entropy regularizer, accelerated by Karush-Kuhn-Tucker conditions.
result Achieves O~(T)\widetilde{\mathcal{O}}(\sqrt{T}) regret in adversarial and O~(lnT)\widetilde{\mathcal{O}}(\ln T) regret in corrupted stochastic regimes.

Improved regret bounds for contextual combinatorial semi-bandits with linear payoffs.

problem Maximizing rewards in decision-making problems with feature vectors and constraints.
method Proposed C^2UCB algorithm and modified reward estimates for general constraints.
result Optimal regret bounds of C^2UCB algorithm and modified algorithm for various constraints.

Online learning with one-sided feedback aims to maximize accuracy while ensuring fairness.

problem Maximizing accuracy in online learning with limited feedback and ensuring fairness.
method Extending the framework of Bechavod et al. (2020) to incorporate dynamic panels of auditors, reducing the problem to a contextual combinatorial semi-bandit, and leveraging Exp2 and Context-Semi-Bandit-FTPL algorithms.
result Multi-criteria no regret guarantees for accuracy and fairness are provided.

New algorithms tackle adversarial combinatorial bandits with switching costs.

problem Adversarial combinatorial bandits with switching costs.
method Design algorithms operating in batches to restrict switches, proving lower bounds and achieving upper bounds on regret.
result Achieved upper bounds on regret for both bandit and semi-bandit feedback settings.

Coop-FTPL algorithm minimizes network regret in semi-bandit settings.

problem Online combinatorial optimization with semi-bandit feedback on a network of agents.
method Cooperative Follow The Perturbed Leader (Coop-FTPL) algorithm with new loss estimation procedure.
result Expected regret of Coop-FTPL is of order Q mkT log(k)(kα1 /Q + m), with a state-of-the-art computational complexity of T^3/2.

New algorithm reduces semi-bandit regret using covariance estimates.

problem Complexity of semi-bandits due to joint distribution of outcomes.
method Develops a new sub-exponential distribution family and an algorithm using covariance estimates.
result Proves a new lower bound on expected regret and constructs an algorithm with asymptotic analysis.

FTPL with Fréchet perturbation achieves near optimal regret bounds for m-set semi-bandit problems.

problem Optimizing regret bounds for m-set semi-bandit problems in adversarial and stochastic settings.
method Follow-the-Perturbed-Leader (FTPL) with Fréchet perturbation.
result Achieves near optimal regret bounds of O(nm(dlog(d)+m5/6))\mathcal{O}(\sqrt{nm}(\sqrt{d\log(d)}+m^{5/6})) in adversarial setting and logarithmic regret in stochastic setting.

Combinatorial linear semi-bandits (CLS) are widely applicable frameworks of sequential decision-making, in which a learner chooses a subset of arms from a given set of arms associated with feature vectors. Existing algorithms work poorly for the clustered case, in which the feature vectors form several large clusters. …

2019-09-05abs ↗pdf ↗

New analysis shows Thompson Sampling can work with greedy approximations in combinatorial bandits.

problem Thompson Sampling's theoretical limits with greedy approximations in combinatorial semi-bandits.
method Study with greedy oracle, providing lower and upper bounds on regret.
result First theoretical results showing TS can work with greedy approximations, breaking misconceptions.

We consider combinatorial semi-bandits over a set of arms X{0,1}d{\cal X} \subset \{0,1\}^d where rewards are uncorrelated across items. For this problem, the algorithm ESCB yields the smallest known regret bound R(T)=O(d(lnm)2(lnT)Δmin)R(T) = {\cal O}\Big( {d (\ln m)^2 (\ln T) \over Δ_{\min} }\Big), but it has computational complexity ${\cal O}…

2020-02-17abs ↗pdf ↗

This paper investigates stochastic and adversarial combinatorial multi-armed bandit problems. In the stochastic setting under semi-bandit feedback, we derive a problem-specific regret lower bound, and discuss its scaling with the dimension of the decision space. We propose ESCB, an algorithm that efficiently exploits t…

2015-02-11abs ↗pdf ↗

We address online linear optimization problems when the possible actions of the decision maker are represented by binary vectors. The regret of the decision maker is the difference between her realized loss and the best loss she would have achieved by picking, in hindsight, the best possible action. Our goal is to unde…

2012-04-20abs ↗pdf ↗

Paper improves CMAB regret bounds by reducing batch-size dependency.

problem Reducing batch-size dependency in combinatorial semi-bandits.
method Developed BCUCB-T and SESCB algorithms with new TPVM conditions.
result Significantly improved regret bounds for various applications.

New algorithm optimizes beam and rate allocation in mmWave systems for multiple users.

problem Optimizing beam and rate allocation in mmWave systems for multiple users with limited feedback.
method Introducing SAT-CTS, a combinatorial semi-bandit policy with satisficing objective.
result SAT-CTS achieves finite-time regret bounds and reduces satisficing regret in mmWave systems.

Thompson Sampling fails to perform well in high dimensions.

problem Thompson Sampling's suboptimality in high-dimensional combinatorial semi-bandits.
method Analysis of TS for combinatorial semi-bandits, including non-linear and linear reward functions, with Bernoulli rewards and uniform priors.
result TS's regret scales exponentially in the ambient dimension and minimax regret scales almost linearly in high dimensions.

In this paper, we investigate the non-stationary combinatorial semi-bandit problem, both in the switching case and in the dynamic case. In the general case where (a) the reward function is non-linear, (b) arms may be probabilistically triggered, and (c) only approximate offline oracle exists \cite{wang2017improving}, o…

2020-02-10abs ↗pdf ↗