Informational Confidence Bounds for Self-Normalized Averages and Applications

Size: px
Start display at page:

Download "Informational Confidence Bounds for Self-Normalized Averages and Applications"

Transcription

1 Informational Confidence Bounds for Self-Normalized Averages and Applications Aurélien Garivier Institut de Mathématiques de Toulouse - Université Paul Sabatier Thursday, September 12th 2013

2 Context Tree Estimation Outline 1 Two Different Problems Context Tree Estimation Stochastic Bandit Problems 2 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Beyond the Sub-gaussian Case

3 Context Tree Estimation Variable Length Memory Linguistics, lossless compression: t r y i n g _ v a n i l l a _ q u i e t Music, biology, genomics... = memory structure as fingerprint of the source. Example: Brazialian and European Portuguese.

4 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) = P(X 1 = 0 X 0 1 = 10) P(X 2 = 0 X 1 1 = 100) P(X 3 = 1 X 2 1 = 1000) P(X 4 = 1 X 3 1 = 10001) P(X 5 = 0 X 4 1 = ) (1/5, 4/5) (1/3, 2/3) 0 1 (3/4, 1/4) (2/3, 1/3)

5 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) 0 1 = P(X 1 = 0 X 1 0 = 10) 3/4 P(X 2 = 0 X 1 1 = 100) 0 1 P(X 3 = 1 X 1 2 = 1000) P(X 4 = 1 X 1 3 = 10001) (3/4, 1/4) 0 1 P(X 5 = 0 X 1 4 = ) (1/5, 4/5) (1/3, 2/3) (2/3, 1/3)

6 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) = P(X 1 = 0 X 1 0 = 10) 3/4 P(X 2 = 0 X 1 1 = 100) 1/3 P(X 3 = 1 X 1 2 = 1000) P(X 4 = 1 X 1 3 = 10001) 0 1 (1/5, 4/5) 1/3 P(X 5 = 0 X 1 4 = ) 0 1 (, 2/3) 0 1 (3/4, 1/4) (2/3, 1/3)

7 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) = P(X 1 = 0 X 1 0 = 10) 3/4 P(X 2 = 0 X 1 1 = 100) 1/3 P(X 3 = 1 X 1 2 = 1000) 4/5 P(X 4 = 1 X 1 3 = 10001) (3/4, 1/4) (2/3, 1/3) P(X 5 = 0 X 4 1 = ) 4/5 (1/5, ) (1/3, 2/3)

8 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) = P(X 1 = 0 X 1 0 = 10) 3/4 P(X 2 = 0 X 1 1 = 100) 1/3 P(X 3 = 1 X 1 2 = 1000) 4/5 P(X 4 = 1 X 1 3 = 10001) 1/3 P(X 5 = 0 X 1 4 = ) (1/5, 4/5) (1/3, 2/3) 0 1 (3/4, 1/4) (2/3, 1/3)

9 Context Tree Estimation Context Tree Sources A Context Tree Source (CTS) or Variable Length Markov Chain (VLMC) is a Markov Chain whose order may vary with the value of the past. T = {1, 10, 100, 000} P(X 4 1 = X 0 1 = 10) = P(X 1 = 0 X 1 0 = 10) 3/4 P(X 2 = 0 X 1 1 = 100) 1/3 P(X 3 = 1 X 1 2 = 1000) 4/5 P(X 4 = 1 X 1 3 = 10001) 1/3 P(X 5 = 0 X 1 4 = ) 2/ (1/5, 4/5) (1/3, 2/3) 0 1 (3/4, 1/4) ( 2/3, 1/3)

10 Context Tree Estimation The Context Algorithm (Rissanen 81) Same principle as CART algorithm. For every possible node s A, compute a distortion such as: δ(s) = max ˆP ( s), ˆP ( as). a A Keep the nodes s A such that δ(s) ɛ(s, n) and their ancestors as internal nodes of the estimated tree ˆT C.

11 Context Tree Estimation Penalized Maximum Likelihood Estimator T P ML = arg max T log ˆP T (x n 1 x 0 ) + pen(n, T ), where pen(n, T ) = penalty function, grows with n and T. MDL - BIC Penalty pen(n, T ) = T ( A 1) 2 log n. Effective computation: recursive algorithm Context c (n1) (n2) (n3) =min(l(n1,n2,n3), c1+c2+c3+pen) Tree Maximization c1 c2 c3

12 Context Tree Estimation Under- and Over-estimation Two possible types of estimation errors: 1 under-estimation: s T 0 : s / ˆT = easily avoided (large deviation regime) at exponential rate 2 over-estimation: s ˆT : s / T 0 = more delicate, no exponential rates Asymptotic consistency results: [Bühlmann& Wyner 99, Csiszar&Talata 06, G. 06]

13 Context Tree Estimation Non asymptotic study [G. & Leonardi 11] For both algorithms, need to control the distance between ˆP t ( s) and P ( s). = the number N s (t) of summands is random: deviations of Z t = 1 t (1 N s (t) {Xu=a P (a s)})1 {X u 1 u s =s} u=

14 Context Tree Estimation Non asymptotic study [G. & Leonardi 11] For both algorithms, need to control the distance between ˆP t ( s) and P ( s). = the number N s (t) of summands is random: deviations of Z t = 1 t (1 N s (t) {Xu=a P (a s)})1 {X u 1 u s =s} u=1 The right distance to consider is: ( ) KL ˆPt ( s), P ( s). = the quantity of interest is: ( ) W t = N s (t) KL ˆPt ( s); P ( s).

15 Stochastic Bandit Problems Outline 1 Two Different Problems Context Tree Estimation Stochastic Bandit Problems 2 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Beyond the Sub-gaussian Case

16 Stochastic Bandit Problems Example: sequential clinical trials patients visit the medical center one after another for a given disease they are prescribed one of the (say) 5 treatments available the treatments are not equally efficient but nobody knows which one is the best: they only observe the effect of the prescribed treatment on each patient What is the best allocation strategy? Prescriptions may be chosen using only the previous observations The goal is not to estimate each treatment s efficiency precisely, but to heal as many patients as possible

17 Stochastic Bandit Problems The (stochastic) Multi-Armed Bandit Model Environment K arms with parameters θ = (θ 1,..., θ K ) such that for any possible choice of arm a t {1,..., K} at time t, one receives the reward X t = X at,t where, for any 1 a K and s 1, X a,s ν a, and the (X a,s ) a,s are independent. Reward distributions ν a F a parametric or not. Example Bernoulli rewards: θ [0, 1] K, ν a = B(θ a ) Strategy The agent s actions follow a dynamical strategy π = (π 1, π 2,... ) such that A t = π t (X 1,..., X t 1 )

18 Stochastic Bandit Problems Real challenges Randomized clinical trials original motivation since the 1930 s dynamic strategies can save resources Recommender systems: advertisement website optimization news, blog posts,... Computer experiments large systems can be simulated in order to optimize some criterion over a set of parameters but the simulation cost may be high, so that only few choices are possible for the parameters Games and planning (tree-structured options)

19 Stochastic Bandit Problems Performance Evaluation, Regret Cumulated Reward S T = T t=1 X t Our goal Choose π so as to maximize E [S T ] = = T t=1 a=1 K E [ E [X t 1{A t = a} X 1,..., X t 1 ] ] K µ a E [Na π (T )] a=1 where N π a (T ) = t T 1{A t = a} is the number of draws of arm a up to time T, and µ a = E(ν a ). Regret Minimization equivalent to minimizing R T = T µ E [S T ] = (µ µ a )E [Na π (T )] a:µ a<µ where µ max{µ a : 1 a K}

20 Stochastic Bandit Problems Upper Confidence Bound Strategies UCB [Lai&Robins 85; Agrawal 95; Auer&al 02] Construct an upper confidence bound for the expected reward of each arm: S a (t) c log(t) u a (t) = + N a (t) 2N }{{} a (t) }{{} estimated reward exploration bonus Choose the arm with the highest UCB It is an index strategy [Gittins 79], easily interpretable and intuitively appealing.

21 Stochastic Bandit Problems Performance of the UCB algorithm Non-asymptotic regret bound [Auer, Cesa-Bianchi, Freund and Schapire 02] N a (T ) 16 log(t ) 2(µ µ a ) The lower-bound for Bernoulli arms is N a (T ) log(t ) ( ) 1 o(1) kl(µ a, µ ) where kl(p, q) = p log p 1 p q + (1 p) log 1 q. Thinking of Pinsker s inequality kl(µ a, µ ) 2(µ µ a ) 2 : = remove factor 16; = replace 2(µ µ a ) 2 by kl(µ a, µ ).

22 Stochastic Bandit Problems How to construct the UCB? The analysis shows that: u a (t) must upper-bound µ a with probability 1 1/t for all a and t T. Better UCB = better regret (both in theory and in practice) UCB algorithm: u a (t) = S a(t) N a (t) + c log(t) 2N a (t) Reminiscent of Hoeffding s inequality (c = 1) but the number of terms N a (t) is random.

23 Confidence Bounds for Self-Normalized Averages In both examples: We have a large total number of observations but they are splitted into sub-samples of (possibly small) random size we need to confidence regions for the parameters on each sub-sample the diameter of the confidence regions may be data-driven = Goal: do as if the number of obersations where not random

24 Confidence Bounds for Self-Normalized Averages In both examples: We have a large total number of observations but they are splitted into sub-samples of (possibly small) random size we need to confidence regions for the parameters on each sub-sample the diameter of the confidence regions may be data-driven WARNING: Law of Iterated Logarithm! = Goal: do as if the number of obersations where not random

25 Confidence Bounds for Self-Normalized Averages In both examples: We have a large total number of observations but they are splitted into sub-samples of (possibly small) random size we need to confidence regions for the parameters on each sub-sample the diameter of the confidence regions may be data-driven WARNING: Law of Iterated Logarithm! = Goal: do almost as if the number of obersations where not random

26 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Outline 1 Two Different Problems Context Tree Estimation Stochastic Bandit Problems 2 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Beyond the Sub-gaussian Case

27 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Simple framework Observations: (X t ) t iid with expectation µ. Optionnal skipping: ɛ t is {0, 1}-valued and σ ( X t,..., X t 1 ) -measurable. Total number of observations: N t = t s=1 ɛ t. Estimator of µ: ˆµ(t) = Nt 1 n k=1 ɛ tx t. Cumulated deviation: S t = n k=1 ɛ t( Xt µ ) satisfies λ, [ E e λst Ntφ(λ)] 1 where φ(λ) = log E [ e λx 1]. Sub-gaussian case: φ(λ) = σ 2 λ 2 /2. Can be generalized: X t martingale increments,....

28 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Idea 0: Plain union bound Union bound (sub-gaussian case) With probability at least 1 δ, ˆµ(t) µ σ Proof: Union bound + Chernoff P ( S t > σ 2N t log 2t δ 2 log 2t δ N t. ) ( t = P {e λns t > e σλn n=1 t e σλn 2n log 2t δ + σ2 λ 2 n n 2 n=1 t n=1 δ 2t 2N t log 2t δ for the choice λ n = 1 σ } ) {N t = n} 2 log 2t δ n.

29 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Idea 1: Method of Mixture [see De la Peña et al. 04, 07] Idea: as λ, E [ e λst Ntφ(λ)] 1: + ] [ E [e λst Nt σ2 λ 2 y 2 e λ2 y 2 y 2 dλ = E 2π [ and one obtains (for example): = E 2π + y Nσ2 + y e 2 Method of mixture (sub-gaussian case only!) With probability at least 1 δ, 2 log 1 ( δ µ(t) µ σ ) N t +1 2 log (N t + 1), where µ(t) = ( n t=1 ɛ tx t )/(N t +1). ] e λst Nt σ2 λ 2 2 λ2 y 2 2 dλ S 2 t 2(Nσ 2 +y 2 ) Succesfully used in [Abbasi-Yadkori, Pál and Szepesvári 11] for linear bandits. ] 1

30 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Idea 2: Peeling [G. & Moulines 08, 11] Decompose the value of N t by slices as follows: if N t > 1 then N t log(t) log(1+η) k=1 ](1 + η) k 1, (1 + η) k] Treat each slice independently with a unique λ k (instead of the λ n ) Control the loss in accuracy Peeling (sub-gaussian case) With probability at least 1 δ, ˆµ(t) µ σ ( 4 log(t) 2 log δ + log 2 log ( )) 4 log(t) N t δ.

31 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Outline 1 Two Different Problems Context Tree Estimation Stochastic Bandit Problems 2 Confidence Bounds for Self-Normalized Averages Sub-gaussian Case Beyond the Sub-gaussian Case

32 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Rewriting Chernoff s bound I(., µ) E [exp (λs t tφ(λ))] 1 if Xt = µ + S t /t, and x t µ, yields for λ = λ(x t ) : exp( t I(x t,µ)) P ( X t x t ) exp( ti(x t ; µ)) In other words: P ( I( X t ; µ) I(x t ; µ), X t µ ) exp( ti(x t ; µ)) or, denoting δ = ti(x t ; µ), P ( ti( X t ; µ) δ, X t µ ) exp( δ) = confidence interval of risk at most α : I-neighboorhood of X t { [at, bt] = µ : ti( X t ; µ) log 2 } α µ x t

33 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Rewriting Chernoff s bound I(., µ) I(x t,.) E [exp (λs t tφ(λ))] 1 if Xt = µ + S t /t, and x t µ, yields for λ = λ(x t ) : log(2/α) P ( X t x t ) exp( ti(x t ; µ)) In other words: P ( I( X t ; µ) I(x t ; µ), X t µ ) exp( ti(x t ; µ)) or, denoting δ = ti(x t ; µ), P ( ti( X t ; µ) δ, X t µ ) exp( δ) = confidence interval of risk at most α : I-neighboorhood of X t { [at, bt] = µ : ti( X t ; µ) log 2 } α a t X t b t

34 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Bounds for random N t [G. & Leonardi 11, G. & Cappé 11] General bound: For all δ > 0, P ( I (ˆµ(t); µ) δ ) 2e δ log(t) e δ N(t) Log-concave case If I( ; µ) is log-concave P ( t {1,..., n} : ti (ˆµ(t); µ) δ) 2 e δ 2 log(t) e δ Remark: the LIL suggests that there is little room for improvements.

35 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Extension: non-stationary observations [G. & Moulines 11] Let (X t ) t be independent rv bounded by B, with expectation µ t varying slowly (or rarely). Discounted estimator: for γ ]0, 1[, X γ (n) = S γ (n)/n γ (n) where S γ (n) = n t=1 γn t ε t X t and N γ (n) = n t=1 γn t ε t Bias-variance decomposition: if M γ (n) = n t=1 γn t ε t µ t, X γ (n) µ n = X γ (n) M γ(n) + M γ(n) N γ (n) N γ (n) µ n }{{} Fluctuations of the variance term: for all η > 0, ( ) S γ (n) M γ (n) log νγ (n) P δ exp Nγ 2(n) log(1 + η) où ν γ (n) = n t=1 γn t < min{(1 γ) 1, n}. ( 2δ2 B 2 )) (1 η2 16

36 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Multinomial laws [G. & Leonardi 11] Extension using the simple inequality: for all P, Q M 1 (A), KL(P ; Q) x A kl (P (x); Q(x)) Multinomial KL neighborhoods: If X 1,..., X n P 0 M 1 (A) are iid, and ˆP t (k) = t s=1 1{X s = k}/t P ( t {1,..., n} : ( ) KL ˆPt ; P 0 δ ) t 2e (δ log(n) + A ) exp ( δ ) A

37 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case KL-balls [Filippi, G. & Cappe 10] Sequence (Rt )t n of informational confidence regions for P0 simultaneously valid with probability at least 1 α: δ Rt = Q M1 (A) : KL(P t ; Q), t with δ such that 2e (δ log(n) + A ) exp ( δ/ A ) = α.

38 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Results: context tree estimation Context: ˆTC keeps node s if δ(s) = N n (bs)d (ˆp n ( bs); ˆp n ( s)) ɛ(n). b Penalized Maximum Likelihood: { ˆT P ML = arg max log ˆP } T (x n 1 x 0 ) + pen(n, T ). T Theorem Assume that pen(n, T ) = T ɛ(n). For every n 1 and ˆT (X n 1 ) { ˆTP ML (X n 1 ), ˆT C (X n 1 )} it holds that ( ) P ˆT (X n 1 ) T 0 1 e ( ɛ(n) log(n) + A 2) ( n 2 exp ɛ(n) ) A 2. No unnecessary assumptions like s, a A, P (a s) = 0 ou P (s; a) > ɛ.

39 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Results: an optimal UCB procedure UCB algorithm with { u a (t) = sup µ [0, 1] : kl (ˆµ a (t), µ ) } log(t) + 3 log log(t)). N a (t) Theorem ( ) E [ N a (T ) ] log(t ) 2π log µ (1 µ a) kl(µ a, µ ) + µ a(1 µ ) ( log(t kl(µa, µ ) ) ) + 3 log ( log(t ) ) 3/2 ( ( ) ) 2 ( ) 3 + 4e + kl(µ a, µ log ( log(t ) ) 2 log µ (1 µ a) µ a(1 µ ) + ) (kl(µ a, µ )) = improved logarithmic finite-time regret bound = asymptotically optimal in the Bernoulli case

40 Confidence Bounds for Self-Normalized Averages Beyond the Sub-gaussian Case Some References: 1 [Abbasi-Yadkori&al 11] Yasin Abbasi-Yadkori, Dávid Pál, Csaba Szepesvári: Online Least Squares Estimation with Self-Normalized Processes: An Application to Bandit Problems CoRR abs/ : (2011) 2 [Agrawal 95] R. Agrawal. Sample mean based index policies with O(log n) regret for the multi-armed bandit problem. Advances in Applied Probability, 27(4) : , [Audibert&al 09] J-Y. Audibert, R. Munos, and Cs. Szepesvári. Exploration-exploitation tradeoff using variance estimates in multi-armed bandits. Theoretical Computer Science, 410(19), [Auer&al 02] P. Auer, N. Cesa-Bianchi, and P. Fischer. Finite-time analysis of the multiarmed bandit problem. Machine Learning, 47(2) : , [Bubeck, Ernst&G. 11] S. Bubeck, D. Ernst, A. Garivier, Optimal discovery with probabilistic expert advice: finite time analysis and macroscopic optimality Journal of Machine Learning Research vol. 14 Feb p [De La Pena&al 04] V.H. De La Pena, M.J. Klass, and T.L. Lai. Self-normalized processes : exponential inequalities, moment bounds and iterated logarithm laws. Annals of Probability, 32(3) : , [Filippi, Cappé&Garivier 10] S. Filippi, O. Cappé, and A. Garivier. Optimism in reinforcement learning and Kullback-Leibler divergence. In Allerton Conf. on Communication, Control, and Computing, Monticello, US, [Filippi, Cappé, G.& Szepesvari 10] S. Filippi, O. Cappé, A. Garivier, and C. Szepesvari. Parametric bandits : The generalized linear case. In Neural Information Processing Systems (NIPS), [G.&Cappé 11] A. Garivier and O. Cappé. The KL-UCB algorithm for bounded stochastic bandits and beyond. In 23rd Conf. Learning Theory (COLT), Budapest, Hungary, [Cappé,G.&al 13] O. Cappé, A. Garivier, O-A. Maillard, R. Munos, G. Stoltz, Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation, Annals of Statistics, vol. 41 (3) Jun pp [G.&Leonardi 11] A. Garivier and F. Leonardi. Context tree selection : A unifying view. Stochastic Processes and their Applications, 121(11) : , Nov [G.&Moulines 11] A. Garivier and E. Moulines. On upper-confidence bound policies for non-stationary bandit problems. In Algorithmic Learning Theory (ALT), volume 6925 of Lecture Notes in Computer Science, [Lai&Robins 85] T.L. Lai and H. Robbins. Asymptotically efficient adaptive allocation rules. Advances in

On the Complexity of Best Arm Identification in Multi-Armed Bandit Models

On the Complexity of Best Arm Identification in Multi-Armed Bandit Models On the Complexity of Best Arm Identification in Multi-Armed Bandit Models Aurélien Garivier Institut de Mathématiques de Toulouse Information Theory, Learning and Big Data Simons Institute, Berkeley, March

More information

Dynamic resource allocation: Bandit problems and extensions

Dynamic resource allocation: Bandit problems and extensions Dynamic resource allocation: Bandit problems and extensions Aurélien Garivier Institut de Mathématiques de Toulouse MAD Seminar, Université Toulouse 1 October 3rd, 2014 The Bandit Model Roadmap 1 The Bandit

More information

Multi-armed bandit models: a tutorial

Multi-armed bandit models: a tutorial Multi-armed bandit models: a tutorial CERMICS seminar, March 30th, 2016 Multi-Armed Bandit model: general setting K arms: for a {1,..., K}, (X a,t ) t N is a stochastic process. (unknown distributions)

More information

On the Complexity of Best Arm Identification with Fixed Confidence

On the Complexity of Best Arm Identification with Fixed Confidence On the Complexity of Best Arm Identification with Fixed Confidence Discrete Optimization with Noise Aurélien Garivier, Emilie Kaufmann COLT, June 23 th 2016, New York Institut de Mathématiques de Toulouse

More information

On the Complexity of Best Arm Identification with Fixed Confidence

On the Complexity of Best Arm Identification with Fixed Confidence On the Complexity of Best Arm Identification with Fixed Confidence Discrete Optimization with Noise Aurélien Garivier, joint work with Emilie Kaufmann CNRS, CRIStAL) to be presented at COLT 16, New York

More information

The information complexity of best-arm identification

The information complexity of best-arm identification The information complexity of best-arm identification Emilie Kaufmann, joint work with Olivier Cappé and Aurélien Garivier MAB workshop, Lancaster, January th, 206 Context: the multi-armed bandit model

More information

The information complexity of sequential resource allocation

The information complexity of sequential resource allocation The information complexity of sequential resource allocation Emilie Kaufmann, joint work with Olivier Cappé, Aurélien Garivier and Shivaram Kalyanakrishan SMILE Seminar, ENS, June 8th, 205 Sequential allocation

More information

Bandit models: a tutorial

Bandit models: a tutorial Gdt COS, December 3rd, 2015 Multi-Armed Bandit model: general setting K arms: for a {1,..., K}, (X a,t ) t N is a stochastic process. (unknown distributions) Bandit game: a each round t, an agent chooses

More information

Online Learning and Sequential Decision Making

Online Learning and Sequential Decision Making Online Learning and Sequential Decision Making Emilie Kaufmann CNRS & CRIStAL, Inria SequeL, emilie.kaufmann@univ-lille.fr Research School, ENS Lyon, Novembre 12-13th 2018 Emilie Kaufmann Sequential Decision

More information

Two optimization problems in a stochastic bandit model

Two optimization problems in a stochastic bandit model Two optimization problems in a stochastic bandit model Emilie Kaufmann joint work with Olivier Cappé, Aurélien Garivier and Shivaram Kalyanakrishnan Journées MAS 204, Toulouse Outline From stochastic optimization

More information

Revisiting the Exploration-Exploitation Tradeoff in Bandit Models

Revisiting the Exploration-Exploitation Tradeoff in Bandit Models Revisiting the Exploration-Exploitation Tradeoff in Bandit Models joint work with Aurélien Garivier (IMT, Toulouse) and Tor Lattimore (University of Alberta) Workshop on Optimization and Decision-Making

More information

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I. Sébastien Bubeck Theory Group

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I. Sébastien Bubeck Theory Group Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I Sébastien Bubeck Theory Group i.i.d. multi-armed bandit, Robbins [1952] i.i.d. multi-armed bandit, Robbins [1952] Known

More information

Stratégies bayésiennes et fréquentistes dans un modèle de bandit

Stratégies bayésiennes et fréquentistes dans un modèle de bandit Stratégies bayésiennes et fréquentistes dans un modèle de bandit thèse effectuée à Telecom ParisTech, co-dirigée par Olivier Cappé, Aurélien Garivier et Rémi Munos Journées MAS, Grenoble, 30 août 2016

More information

Advanced Machine Learning

Advanced Machine Learning Advanced Machine Learning Bandit Problems MEHRYAR MOHRI MOHRI@ COURANT INSTITUTE & GOOGLE RESEARCH. Multi-Armed Bandit Problem Problem: which arm of a K-slot machine should a gambler pull to maximize his

More information

Bayesian and Frequentist Methods in Bandit Models

Bayesian and Frequentist Methods in Bandit Models Bayesian and Frequentist Methods in Bandit Models Emilie Kaufmann, Telecom ParisTech Bayes In Paris, ENSAE, October 24th, 2013 Emilie Kaufmann (Telecom ParisTech) Bayesian and Frequentist Bandits BIP,

More information

Two generic principles in modern bandits: the optimistic principle and Thompson sampling

Two generic principles in modern bandits: the optimistic principle and Thompson sampling Two generic principles in modern bandits: the optimistic principle and Thompson sampling Rémi Munos INRIA Lille, France CSML Lunch Seminars, September 12, 2014 Outline Two principles: The optimistic principle

More information

On Bayesian bandit algorithms

On Bayesian bandit algorithms On Bayesian bandit algorithms Emilie Kaufmann joint work with Olivier Cappé, Aurélien Garivier, Nathaniel Korda and Rémi Munos July 1st, 2012 Emilie Kaufmann (Telecom ParisTech) On Bayesian bandit algorithms

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 5: Bandit optimisation Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Introduce bandit optimisation: the

More information

Csaba Szepesvári 1. University of Alberta. Machine Learning Summer School, Ile de Re, France, 2008

Csaba Szepesvári 1. University of Alberta. Machine Learning Summer School, Ile de Re, France, 2008 LEARNING THEORY OF OPTIMAL DECISION MAKING PART I: ON-LINE LEARNING IN STOCHASTIC ENVIRONMENTS Csaba Szepesvári 1 1 Department of Computing Science University of Alberta Machine Learning Summer School,

More information

Improved Algorithms for Linear Stochastic Bandits

Improved Algorithms for Linear Stochastic Bandits Improved Algorithms for Linear Stochastic Bandits Yasin Abbasi-Yadkori abbasiya@ualberta.ca Dept. of Computing Science University of Alberta Dávid Pál dpal@google.com Dept. of Computing Science University

More information

Lecture 19: UCB Algorithm and Adversarial Bandit Problem. Announcements Review on stochastic multi-armed bandit problem

Lecture 19: UCB Algorithm and Adversarial Bandit Problem. Announcements Review on stochastic multi-armed bandit problem Lecture 9: UCB Algorithm and Adversarial Bandit Problem EECS598: Prediction and Learning: It s Only a Game Fall 03 Lecture 9: UCB Algorithm and Adversarial Bandit Problem Prof. Jacob Abernethy Scribe:

More information

Learning to play K-armed bandit problems

Learning to play K-armed bandit problems Learning to play K-armed bandit problems Francis Maes 1, Louis Wehenkel 1 and Damien Ernst 1 1 University of Liège Dept. of Electrical Engineering and Computer Science Institut Montefiore, B28, B-4000,

More information

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett Stat 260/CS 294-102. Learning in Sequential Decision Problems. Peter Bartlett 1. Multi-armed bandit algorithms. Concentration inequalities. P(X ǫ) exp( ψ (ǫ))). Cumulant generating function bounds. Hoeffding

More information

Bandits : optimality in exponential families

Bandits : optimality in exponential families Bandits : optimality in exponential families Odalric-Ambrym Maillard IHES, January 2016 Odalric-Ambrym Maillard Bandits 1 / 40 Introduction 1 Stochastic multi-armed bandits 2 Boundary crossing probabilities

More information

A minimax and asymptotically optimal algorithm for stochastic bandits

A minimax and asymptotically optimal algorithm for stochastic bandits Proceedings of Machine Learning Research 76:1 15, 017 Algorithmic Learning heory 017 A minimax and asymptotically optimal algorithm for stochastic bandits Pierre Ménard Aurélien Garivier Institut de Mathématiques

More information

Bandit Algorithms. Tor Lattimore & Csaba Szepesvári

Bandit Algorithms. Tor Lattimore & Csaba Szepesvári Bandit Algorithms Tor Lattimore & Csaba Szepesvári Bandits Time 1 2 3 4 5 6 7 8 9 10 11 12 Left arm $1 $0 $1 $1 $0 Right arm $1 $0 Five rounds to go. Which arm would you play next? Overview What are bandits,

More information

KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION

KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION Submitted to the Annals of Statistics arxiv: math.pr/0000000 KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION By Olivier Cappé 1, Aurélien Garivier 2, Odalric-Ambrym Maillard

More information

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems. Sébastien Bubeck Theory Group

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems. Sébastien Bubeck Theory Group Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems Sébastien Bubeck Theory Group Part 1: i.i.d., adversarial, and Bayesian bandit models i.i.d. multi-armed bandit, Robbins [1952]

More information

The Multi-Armed Bandit Problem

The Multi-Armed Bandit Problem The Multi-Armed Bandit Problem Electrical and Computer Engineering December 7, 2013 Outline 1 2 Mathematical 3 Algorithm Upper Confidence Bound Algorithm A/B Testing Exploration vs. Exploitation Scientist

More information

Yevgeny Seldin. University of Copenhagen

Yevgeny Seldin. University of Copenhagen Yevgeny Seldin University of Copenhagen Classical (Batch) Machine Learning Collect Data Data Assumption The samples are independent identically distributed (i.i.d.) Machine Learning Prediction rule New

More information

arxiv: v2 [stat.ml] 19 Jul 2012

arxiv: v2 [stat.ml] 19 Jul 2012 Thompson Sampling: An Asymptotically Optimal Finite Time Analysis Emilie Kaufmann, Nathaniel Korda and Rémi Munos arxiv:105.417v [stat.ml] 19 Jul 01 Telecom Paristech UMR CNRS 5141 & INRIA Lille - Nord

More information

The Multi-Arm Bandit Framework

The Multi-Arm Bandit Framework The Multi-Arm Bandit Framework A. LAZARIC (SequeL Team @INRIA-Lille) ENS Cachan - Master 2 MVA SequeL INRIA Lille MVA-RL Course In This Lecture A. LAZARIC Reinforcement Learning Algorithms Oct 29th, 2013-2/94

More information

On the Complexity of A/B Testing

On the Complexity of A/B Testing JMLR: Workshop and Conference Proceedings vol 35:1 3, 014 On the Complexity of A/B Testing Emilie Kaufmann LTCI, Télécom ParisTech & CNRS KAUFMANN@TELECOM-PARISTECH.FR Olivier Cappé CAPPE@TELECOM-PARISTECH.FR

More information

Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning

Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning Rémi Munos SequeL project: Sequential Learning http://researchers.lille.inria.fr/

More information

Lecture 4: Lower Bounds (ending); Thompson Sampling

Lecture 4: Lower Bounds (ending); Thompson Sampling CMSC 858G: Bandits, Experts and Games 09/12/16 Lecture 4: Lower Bounds (ending); Thompson Sampling Instructor: Alex Slivkins Scribed by: Guowei Sun,Cheng Jie 1 Lower bounds on regret (ending) Recap from

More information

Anytime optimal algorithms in stochastic multi-armed bandits

Anytime optimal algorithms in stochastic multi-armed bandits Rémy Degenne LPMA, Université Paris Diderot Vianney Perchet CREST, ENSAE REMYDEGENNE@MATHUNIV-PARIS-DIDEROTFR VIANNEYPERCHET@NORMALESUPORG Abstract We introduce an anytime algorithm for stochastic multi-armed

More information

Grundlagen der Künstlichen Intelligenz

Grundlagen der Künstlichen Intelligenz Grundlagen der Künstlichen Intelligenz Uncertainty & Probabilities & Bandits Daniel Hennes 16.11.2017 (WS 2017/18) University Stuttgart - IPVS - Machine Learning & Robotics 1 Today Uncertainty Probability

More information

The Multi-Armed Bandit Problem

The Multi-Armed Bandit Problem Università degli Studi di Milano The bandit problem [Robbins, 1952]... K slot machines Rewards X i,1, X i,2,... of machine i are i.i.d. [0, 1]-valued random variables An allocation policy prescribes which

More information

arxiv: v2 [stat.ml] 14 Nov 2016

arxiv: v2 [stat.ml] 14 Nov 2016 Journal of Machine Learning Research 6 06-4 Submitted 7/4; Revised /5; Published /6 On the Complexity of Best-Arm Identification in Multi-Armed Bandit Models arxiv:407.4443v [stat.ml] 4 Nov 06 Emilie Kaufmann

More information

THE first formalization of the multi-armed bandit problem

THE first formalization of the multi-armed bandit problem EDIC RESEARCH PROPOSAL 1 Multi-armed Bandits in a Network Farnood Salehi I&C, EPFL Abstract The multi-armed bandit problem is a sequential decision problem in which we have several options (arms). We can

More information

Online Learning with Feedback Graphs

Online Learning with Feedback Graphs Online Learning with Feedback Graphs Claudio Gentile INRIA and Google NY clagentile@gmailcom NYC March 6th, 2018 1 Content of this lecture Regret analysis of sequential prediction problems lying between

More information

arxiv: v1 [cs.lg] 12 Sep 2017

arxiv: v1 [cs.lg] 12 Sep 2017 Adaptive Exploration-Exploitation Tradeoff for Opportunistic Bandits Huasen Wu, Xueying Guo,, Xin Liu University of California, Davis, CA, USA huasenwu@gmail.com guoxueying@outlook.com xinliu@ucdavis.edu

More information

Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search. Wouter M. Koolen

Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search. Wouter M. Koolen Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search Wouter M. Koolen Machine Learning and Statistics for Structures Friday 23 rd February, 2018 Outline 1 Intro 2 Model

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 6: RL algorithms 2.0 Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Present and analyse two online algorithms

More information

Evaluation of multi armed bandit algorithms and empirical algorithm

Evaluation of multi armed bandit algorithms and empirical algorithm Acta Technica 62, No. 2B/2017, 639 656 c 2017 Institute of Thermomechanics CAS, v.v.i. Evaluation of multi armed bandit algorithms and empirical algorithm Zhang Hong 2,3, Cao Xiushan 1, Pu Qiumei 1,4 Abstract.

More information

arxiv: v3 [cs.lg] 7 Nov 2017

arxiv: v3 [cs.lg] 7 Nov 2017 ESAIM: PROCEEDINGS AND SURVEYS, Vol.?, 2017, 1-10 Editors: Will be set by the publisher arxiv:1702.00001v3 [cs.lg] 7 Nov 2017 LEARNING THE DISTRIBUTION WITH LARGEST MEAN: TWO BANDIT FRAMEWORKS Emilie Kaufmann

More information

EASINESS IN BANDITS. Gergely Neu. Pompeu Fabra University

EASINESS IN BANDITS. Gergely Neu. Pompeu Fabra University EASINESS IN BANDITS Gergely Neu Pompeu Fabra University EASINESS IN BANDITS Gergely Neu Pompeu Fabra University THE BANDIT PROBLEM Play for T rounds attempting to maximize rewards THE BANDIT PROBLEM Play

More information

Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making

Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making Rémi Munos SequeL project: Sequential Learning http://researchers.lille.inria.fr/ munos/ INRIA Lille - Nord Europe

More information

Analysis of Thompson Sampling for the multi-armed bandit problem

Analysis of Thompson Sampling for the multi-armed bandit problem Analysis of Thompson Sampling for the multi-armed bandit problem Shipra Agrawal Microsoft Research India shipra@microsoft.com avin Goyal Microsoft Research India navingo@microsoft.com Abstract We show

More information

Bandits with Delayed, Aggregated Anonymous Feedback

Bandits with Delayed, Aggregated Anonymous Feedback Ciara Pike-Burke 1 Shipra Agrawal 2 Csaba Szepesvári 3 4 Steffen Grünewälder 1 Abstract We study a variant of the stochastic K-armed bandit problem, which we call bandits with delayed, aggregated anonymous

More information

Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation

Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation Olivier Cappé, Aurélien Garivier, Odalric-Ambrym Maillard, Rémi Munos, Gilles Stoltz To cite this version: Olivier Cappé, Aurélien

More information

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett Stat 260/CS 294-102. Learning in Sequential Decision Problems. Peter Bartlett 1. Adversarial bandits Definition: sequential game. Lower bounds on regret from the stochastic case. Exp3: exponential weights

More information

COS 402 Machine Learning and Artificial Intelligence Fall Lecture 22. Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3

COS 402 Machine Learning and Artificial Intelligence Fall Lecture 22. Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3 COS 402 Machine Learning and Artificial Intelligence Fall 2016 Lecture 22 Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3 How to balance exploration and exploitation in reinforcement

More information

Multiple Identifications in Multi-Armed Bandits

Multiple Identifications in Multi-Armed Bandits Multiple Identifications in Multi-Armed Bandits arxiv:05.38v [cs.lg] 4 May 0 Sébastien Bubeck Department of Operations Research and Financial Engineering, Princeton University sbubeck@princeton.edu Tengyao

More information

Introduction to Bandit Algorithms. Introduction to Bandit Algorithms

Introduction to Bandit Algorithms. Introduction to Bandit Algorithms Stochastic K-Arm Bandit Problem Formulation Consider K arms (actions) each correspond to an unknown distribution {ν k } K k=1 with values bounded in [0, 1]. At each time t, the agent pulls an arm I t {1,...,

More information

Context tree models for source coding

Context tree models for source coding Context tree models for source coding Toward Non-parametric Information Theory Licence de droits d usage Outline Lossless Source Coding = density estimation with log-loss Source Coding and Universal Coding

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 3: RL problems, sample complexity and regret Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Introduce the

More information

Corrupt Bandits. Abstract

Corrupt Bandits. Abstract Corrupt Bandits Pratik Gajane Orange labs/inria SequeL Tanguy Urvoy Orange labs Emilie Kaufmann INRIA SequeL pratik.gajane@inria.fr tanguy.urvoy@orange.com emilie.kaufmann@inria.fr Editor: Abstract We

More information

Sparse Linear Contextual Bandits via Relevance Vector Machines

Sparse Linear Contextual Bandits via Relevance Vector Machines Sparse Linear Contextual Bandits via Relevance Vector Machines Davis Gilton and Rebecca Willett Electrical and Computer Engineering University of Wisconsin-Madison Madison, WI 53706 Email: gilton@wisc.edu,

More information

Multi-armed Bandits in the Presence of Side Observations in Social Networks

Multi-armed Bandits in the Presence of Side Observations in Social Networks 52nd IEEE Conference on Decision and Control December 0-3, 203. Florence, Italy Multi-armed Bandits in the Presence of Side Observations in Social Networks Swapna Buccapatnam, Atilla Eryilmaz, and Ness

More information

Stat 260/CS Learning in Sequential Decision Problems.

Stat 260/CS Learning in Sequential Decision Problems. Stat 260/CS 294-102. Learning in Sequential Decision Problems. Peter Bartlett 1. Multi-armed bandit algorithms. Exponential families. Cumulant generating function. KL-divergence. KL-UCB for an exponential

More information

arxiv: v4 [math.pr] 26 Aug 2013

arxiv: v4 [math.pr] 26 Aug 2013 The Annals of Statistics 2013, Vol. 41, No. 3, 1516 1541 DOI: 10.1214/13-AOS1119 c Institute of Mathematical Statistics, 2013 arxiv:1210.1136v4 [math.pr] 26 Aug 2013 KULLBACK LEIBLER UPPER CONFIDENCE BOUNDS

More information

Bandit View on Continuous Stochastic Optimization

Bandit View on Continuous Stochastic Optimization Bandit View on Continuous Stochastic Optimization Sébastien Bubeck 1 joint work with Rémi Munos 1 & Gilles Stoltz 2 & Csaba Szepesvari 3 1 INRIA Lille, SequeL team 2 CNRS/ENS/HEC 3 University of Alberta

More information

EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS. Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama

EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS. Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama IEOR Group, IIT-Bombay, Mumbai, India 400076 Dept. of EE, Bar-Ilan University, Ramat-Gan, Israel 52900

More information

From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning

From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning Rémi Munos To cite this version: Rémi Munos. From Bandits to Monte-Carlo Tree Search: The Optimistic

More information

Combinatorial Multi-Armed Bandit: General Framework, Results and Applications

Combinatorial Multi-Armed Bandit: General Framework, Results and Applications Combinatorial Multi-Armed Bandit: General Framework, Results and Applications Wei Chen Microsoft Research Asia, Beijing, China Yajun Wang Microsoft Research Asia, Beijing, China Yang Yuan Computer Science

More information

An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes

An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes Prokopis C. Prokopiou, Peter E. Caines, and Aditya Mahajan McGill University

More information

Multi armed bandit problem: some insights

Multi armed bandit problem: some insights Multi armed bandit problem: some insights July 4, 20 Introduction Multi Armed Bandit problems have been widely studied in the context of sequential analysis. The application areas include clinical trials,

More information

A. Notation. Attraction probability of item d. (d) Highest attraction probability, (1) A

A. Notation. Attraction probability of item d. (d) Highest attraction probability, (1) A A Notation Symbol Definition (d) Attraction probability of item d max Highest attraction probability, (1) A Binary attraction vector, where A(d) is the attraction indicator of item d P Distribution over

More information

Thompson Sampling for Contextual Bandits with Linear Payoffs

Thompson Sampling for Contextual Bandits with Linear Payoffs Thompson Sampling for Contextual Bandits with Linear Payoffs Shipra Agrawal Microsoft Research Navin Goyal Microsoft Research Abstract Thompson Sampling is one of the oldest heuristics for multi-armed

More information

Adaptive Learning with Unknown Information Flows

Adaptive Learning with Unknown Information Flows Adaptive Learning with Unknown Information Flows Yonatan Gur Stanford University Ahmadreza Momeni Stanford University June 8, 018 Abstract An agent facing sequential decisions that are characterized by

More information

Bandit Algorithms. Zhifeng Wang ... Department of Statistics Florida State University

Bandit Algorithms. Zhifeng Wang ... Department of Statistics Florida State University Bandit Algorithms Zhifeng Wang Department of Statistics Florida State University Outline Multi-Armed Bandits (MAB) Exploration-First Epsilon-Greedy Softmax UCB Thompson Sampling Adversarial Bandits Exp3

More information

Lecture 3: Lower Bounds for Bandit Algorithms

Lecture 3: Lower Bounds for Bandit Algorithms CMSC 858G: Bandits, Experts and Games 09/19/16 Lecture 3: Lower Bounds for Bandit Algorithms Instructor: Alex Slivkins Scribed by: Soham De & Karthik A Sankararaman 1 Lower Bounds In this lecture (and

More information

The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan

The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan Background: Global Optimization and Gaussian Processes The Geometry of Gaussian Processes and the Chaining Trick Algorithm

More information

Regret of Narendra Shapiro Bandit Algorithms

Regret of Narendra Shapiro Bandit Algorithms Regret of Narendra Shapiro Bandit Algorithms S. Gadat Toulouse School of Economics Joint work with F. Panloup and S. Saadane. Toulouse, 5 avril 2015 I - Introduction I - 1 Motivations I - 2 Stochastic

More information

Piecewise-stationary Bandit Problems with Side Observations

Piecewise-stationary Bandit Problems with Side Observations Jia Yuan Yu jia.yu@mcgill.ca Department Electrical and Computer Engineering, McGill University, Montréal, Québec, Canada. Shie Mannor shie.mannor@mcgill.ca; shie@ee.technion.ac.il Department Electrical

More information

On Sequential Decision Problems

On Sequential Decision Problems On Sequential Decision Problems Aurélien Garivier Séminaire du LIP, 14 mars 2018 Équipe-projet AOC: Apprentissage, Optimisation, Complexité Institut de Mathématiques de Toulouse LabeX CIMI Université Paul

More information

Online Learning with Gaussian Payoffs and Side Observations

Online Learning with Gaussian Payoffs and Side Observations Online Learning with Gaussian Payoffs and Side Observations Yifan Wu 1 András György 2 Csaba Szepesvári 1 1 Department of Computing Science University of Alberta 2 Department of Electrical and Electronic

More information

Multi-Armed Bandit Formulations for Identification and Control

Multi-Armed Bandit Formulations for Identification and Control Multi-Armed Bandit Formulations for Identification and Control Cristian R. Rojas Joint work with Matías I. Müller and Alexandre Proutiere KTH Royal Institute of Technology, Sweden ERNSI, September 24-27,

More information

Chapter 2 Stochastic Multi-armed Bandit

Chapter 2 Stochastic Multi-armed Bandit Chapter 2 Stochastic Multi-armed Bandit Abstract In this chapter, we present the formulation, theoretical bound, and algorithms for the stochastic MAB problem. Several important variants of stochastic

More information

An Optimal Bidimensional Multi Armed Bandit Auction for Multi unit Procurement

An Optimal Bidimensional Multi Armed Bandit Auction for Multi unit Procurement An Optimal Bidimensional Multi Armed Bandit Auction for Multi unit Procurement Satyanath Bhat Joint work with: Shweta Jain, Sujit Gujar, Y. Narahari Department of Computer Science and Automation, Indian

More information

Bandit Optimization: Theory and Applications

Bandit Optimization: Theory and Applications 1 / 40 Bandit Optimization: Theory and Applications Richard Combes 1 and Alexandre Proutière 2 1 Centrale-Supélec / L2S, France 2 KTH, Royal Institute of Technology, Sweden. SIGMETRICS 2015 2 / 40 Outline

More information

Lecture 5: Regret Bounds for Thompson Sampling

Lecture 5: Regret Bounds for Thompson Sampling CMSC 858G: Bandits, Experts and Games 09/2/6 Lecture 5: Regret Bounds for Thompson Sampling Instructor: Alex Slivkins Scribed by: Yancy Liao Regret Bounds for Thompson Sampling For each round t, we defined

More information

Complex Bandit Problems and Thompson Sampling

Complex Bandit Problems and Thompson Sampling Complex Bandit Problems and Aditya Gopalan Department of Electrical Engineering Technion, Israel aditya@ee.technion.ac.il Shie Mannor Department of Electrical Engineering Technion, Israel shie@ee.technion.ac.il

More information

Regret lower bounds and extended Upper Confidence Bounds policies in stochastic multi-armed bandit problem

Regret lower bounds and extended Upper Confidence Bounds policies in stochastic multi-armed bandit problem Journal of Machine Learning Research 1 01) 1-48 Submitted 4/00; Published 10/00 Regret lower bounds and extended Upper Confidence Bounds policies in stochastic multi-armed bandit problem Antoine Salomon

More information

Exploration and exploitation of scratch games

Exploration and exploitation of scratch games Mach Learn (2013) 92:377 401 DOI 10.1007/s10994-013-5359-2 Exploration and exploitation of scratch games Raphaël Féraud Tanguy Urvoy Received: 10 January 2013 / Accepted: 12 April 2013 / Published online:

More information

Machine Learning and Bayesian Inference. Unsupervised learning. Can we find regularity in data without the aid of labels?

Machine Learning and Bayesian Inference. Unsupervised learning. Can we find regularity in data without the aid of labels? Machine Learning and Bayesian Inference Dr Sean Holden Computer Laboratory, Room FC6 Telephone extension 6372 Email: sbh11@cl.cam.ac.uk www.cl.cam.ac.uk/ sbh11/ Unsupervised learning Can we find regularity

More information

THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION

THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION Hock Peng Chan stachp@nus.edu.sg Department of Statistics and Applied Probability National University of Singapore Abstract Lai and

More information

U Logo Use Guidelines

U Logo Use Guidelines Information Theory Lecture 3: Applications to Machine Learning U Logo Use Guidelines Mark Reid logo is a contemporary n of our heritage. presents our name, d and our motto: arn the nature of things. authenticity

More information

Finite-time Analysis of the Multiarmed Bandit Problem*

Finite-time Analysis of the Multiarmed Bandit Problem* Machine Learning, 47, 35 56, 00 c 00 Kluwer Academic Publishers. Manufactured in The Netherlands. Finite-time Analysis of the Multiarmed Bandit Problem* PETER AUER University of Technology Graz, A-8010

More information

Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models

Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models c Qing Zhao, UC Davis. Talk at Xidian Univ., September, 2011. 1 Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models Qing Zhao Department of Electrical and Computer Engineering University

More information

Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm

Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm Saba Q. Yahyaa, Madalina M. Drugan and Bernard Manderick Vrije Universiteit Brussel, Department of Computer Science, Pleinlaan 2, 1050 Brussels,

More information

arxiv: v1 [cs.lg] 15 Oct 2014

arxiv: v1 [cs.lg] 15 Oct 2014 THOMPSON SAMPLING WITH THE ONLINE BOOTSTRAP By Dean Eckles and Maurits Kaptein Facebook, Inc., and Radboud University, Nijmegen arxiv:141.49v1 [cs.lg] 15 Oct 214 Thompson sampling provides a solution to

More information

Boundary Crossing for General Exponential Families

Boundary Crossing for General Exponential Families Proceedings of Machine Learning Research 76:1 34, 017 Algorithmic Learning Theory 017 Boundary Crossing for General Exponential Families Odalric-Ambrym Maillard INRIA Lille - Nord Europe, Villeneuve d

More information

Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors

Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors Junya Honda Akimichi Takemura The University of Tokyo {honda, takemura}@stat.t.u-tokyo.ac.jp Abstract In stochastic bandit problems,

More information

Online Companion: Risk-Averse Approximate Dynamic Programming with Quantile-Based Risk Measures

Online Companion: Risk-Averse Approximate Dynamic Programming with Quantile-Based Risk Measures Online Companion: Risk-Averse Approximate Dynamic Programming with Quantile-Based Risk Measures Daniel R. Jiang and Warren B. Powell Abstract In this online companion, we provide some additional preliminary

More information

1 MDP Value Iteration Algorithm

1 MDP Value Iteration Algorithm CS 0. - Active Learning Problem Set Handed out: 4 Jan 009 Due: 9 Jan 009 MDP Value Iteration Algorithm. Implement the value iteration algorithm given in the lecture. That is, solve Bellman s equation using

More information

Consistency of the maximum likelihood estimator for general hidden Markov models

Consistency of the maximum likelihood estimator for general hidden Markov models Consistency of the maximum likelihood estimator for general hidden Markov models Jimmy Olsson Centre for Mathematical Sciences Lund University Nordstat 2012 Umeå, Sweden Collaborators Hidden Markov models

More information

Analysis of Thompson Sampling for the multi-armed bandit problem

Analysis of Thompson Sampling for the multi-armed bandit problem Analysis of Thompson Sampling for the multi-armed bandit problem Shipra Agrawal Microsoft Research India shipra@microsoft.com Navin Goyal Microsoft Research India navingo@microsoft.com Abstract The multi-armed

More information

Exploiting Correlation in Finite-Armed Structured Bandits

Exploiting Correlation in Finite-Armed Structured Bandits Exploiting Correlation in Finite-Armed Structured Bandits Samarth Gupta Carnegie Mellon University Pittsburgh, PA 1513 Gauri Joshi Carnegie Mellon University Pittsburgh, PA 1513 Osman Yağan Carnegie Mellon

More information