paper-with-me

홈 › Papers

Bandit Online Optimization Over the Permutahedron

2013-12-05 · Nir Ailon, Kohei Hatano, Eiji Takimoto

The permutahedron is the convex polytope with vertex set consisting of the vectors $(\pi(1),\dots, \pi(n))$ for all permutations (bijections) $\pi$ over $\{1,\dots, n\}$. We study a bandit game in which, at each step $t$, an adversary chooses a hidden weight weight vector $s_t$, a player chooses a vertex $\pi_t$ of the permutahedron and suffers an observed loss of $\sum_{i=1}^n \pi(i) s_t(i)$. A previous algorithm CombBand of Cesa-Bianchi et al (2009) guarantees a regret of $O(n\sqrt{T \log n})$ for a time horizon of $T$. Unfortunately, CombBand requires at each step an $n$-by-$n$ matrix permanent approximation to within improved accuracy as $T$ grows, resulting in a total running time that is super linear in $T$, making it impractical for large time horizons. We provide an algorithm of regret $O(n^{3/2}\sqrt{T})$ with total time complexity $O(n^3T)$. The ideas are a combination of CombBand and a recent algorithm by Ailon (2013) for online optimization over the permutahedron in the full information setting. The technical core is a bound on the variance of the Plackett-Luce noisy sorting process's "pseudo loss". The bound is obtained by establishing positive semi-definiteness of a family of 3-by-3 matrices generated from rational functions of exponentials of 3 parameters.

📄 PDF Abstract BibTeX arXiv:1312.1530

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DAG Learning on the Permutahedron

2023-01-27 · Valentina Zantedeschi, Luca Franceschi, Jean Kaddour, Matt J. Kusner 외

We propose a continuous optimization framework for discovering a latent directed acyclic graph (DAG) from observational data. Our approach optimizes over the polytope of permutation vectors, the so-called Permutahedron, …

Beyond the Birkhoff Polytope: Convex Relaxations for Vector Permutation Problems

2014-12-01 · NeurIPS 2014 12 · Cong Han Lim, Stephen Wright

The Birkhoff polytope (the convex hull of the set of permutation matrices), which is represented using $\Theta(n^2)$ variables and constraints, is frequently invoked in formulating relaxations of optimization problems ov…

Signal Processing on the Permutahedron: Tight Spectral Frames for Ranked Data Analysis

2021-03-06 · Yilin Chen, Jennifer DeJong, Tom Halverson, David I Shuman

Ranked data sets, where m judges/voters specify a preference ranking of n objects/candidates, are increasingly prevalent in contexts such as political elections, computer vision, recommender systems, and bioinformatics. …

Recommendation Systems

Online Bandit Linear Optimization: A Study

2018-05-11 · Vikram Mullachery, Samarth Tiwari

This article introduces the concepts around Online Bandit Linear Optimization and explores an efficient setup called SCRiBLe (Self-Concordant Regularization in Bandit Learning) created by Abernethy et. al.\cite{abernethy…

A Unified Framework for Analyzing Meta-algorithms in Online Convex Optimization

2024-02-13 · Mohammad Pedramfar, Vaneet Aggarwal

In this paper, we analyze the problem of online convex optimization in different settings, including different feedback types (full-information/semi-bandit/bandit/etc) in either stochastic or non-stochastic setting and d…