improved bounds on minimax regret under logarithmic loss
play

Improved Bounds on Minimax Regret under Logarithmic Loss via - PowerPoint PPT Presentation

Improved Bounds on Minimax Regret under Logarithmic Loss via Self-Concordance Blair Bilodeau 1 , 2 with Dylan J. Foster 3 and Daniel M. Roy 1 , 2 March 11, 2020 1 Department of Statistical Sciences, University of Toronto 2 Vector Institute 3


  1. Improved Bounds on Minimax Regret under Logarithmic Loss via Self-Concordance Blair Bilodeau 1 , 2 with Dylan J. Foster 3 and Daniel M. Roy 1 , 2 March 11, 2020 1 Department of Statistical Sciences, University of Toronto 2 Vector Institute 3 Institute for Foundations of Data Science, Massachusetts Institute of Technology

  2. Motivation

  3. Weather Forecasting Goal: forecast the probability of rain from historical data and current conditions.

  4. Weather Forecasting Goal: forecast the probability of rain from historical data and current conditions. Considerations • Which assumptions to make about historical trends continuing? • How many physical relationships should be incorporated in the model? • Are some missed predictions more expensive than others?

  5. Traditional Statistical Learning • Receive a batch of data • Estimate a prediction function ˆ h • Evaluate performance on new data assumed to be from the same distribution

  6. Traditional Statistical Learning But what if there’s a changepoint...

  7. Traditional Statistical Learning ...or your training data isn’t even i.i.d.?

  8. Statistical Solutions We want to remove assumptions about the data generating process. In particular, future data may not be i.i.d. with past data .

  9. Statistical Solutions We want to remove assumptions about the data generating process. In particular, future data may not be i.i.d. with past data . Statistics does this with, for example, • Markov assumption • stationarity assumption (time series) • covariance structure assumption (e.g., Gaussian process)

  10. Statistical Solutions We want to remove assumptions about the data generating process. In particular, future data may not be i.i.d. with past data . Statistics does this with, for example, • Markov assumption • stationarity assumption (time series) • covariance structure assumption (e.g., Gaussian process) But these assumptions are often uncheckable or false .

  11. Online Learning

  12. Online Learning A framework where the past may not be indicative of the future .

  13. Online Learning A framework where the past may not be indicative of the future . Online Learning For rounds t = 1 , . . . , n : y t ∈ ˆ • Predict ˆ Y • Observe y t ∈ Y • Incur loss ℓ (ˆ y t , y t )

  14. Online Learning A framework where the past may not be indicative of the future . Online Learning For rounds t = 1 , . . . , n : y t ∈ ˆ • Predict ˆ Y • Observe y t ∈ Y ← − We do not assume this is generated by a model • Incur loss ℓ (ˆ y t , y t )

  15. Online Learning A framework where the past may not be indicative of the future . Contextual Online Learning For rounds t = 1 , . . . , n : • Observe context x t ∈ X y t ∈ ˆ • Predict ˆ Y • Observe y t ∈ Y ← − We do not assume this is generated by a model • Incur loss ℓ (ˆ y t , y t )

  16. Online Learning A framework where the past may not be indicative of the future . Contextual Online Learning For rounds t = 1 , . . . , n : • Observe context x t ∈ X ← − Also has no model assumptions y t ∈ ˆ • Predict ˆ Y • Observe y t ∈ Y ← − We do not assume this is generated by a model • Incur loss ℓ (ˆ y t , y t )

  17. Measuring Performance In statistical learning, performance is often measured against: • a ground truth, e.g., parameter estimation • the best predictor from some class for the underlying probability model

  18. Measuring Performance In statistical learning, performance is often measured against: • a ground truth, e.g., parameter estimation • the best predictor from some class for the underlying probability model These measures quantify guarantees about the future given the past . Without a probabilistic model: • no notion of ground truth to compare with • the “best hypothesis” in a class is not clearly defined • cannot naively hope to do well on future observations

  19. Measuring Performance In statistical learning, performance is often measured against: • a ground truth, e.g., parameter estimation • the best predictor from some class for the underlying probability model These measures quantify guarantees about the future given the past . Without a probabilistic model: • no notion of ground truth to compare with • the “best hypothesis” in a class is not clearly defined • cannot naively hope to do well on future observations If I can’t promise about the future, can I say something about the past?

  20. Measuring Performance In statistical learning, performance is often measured against: • a ground truth, e.g., parameter estimation • the best predictor from some class for the underlying probability model These measures quantify guarantees about the future given the past . Without a probabilistic model: • no notion of ground truth to compare with • the “best hypothesis” in a class is not clearly defined • cannot naively hope to do well on future observations Consider a relative notion of performance in hindsight. • Relative to a class F ⊆ { f : X → ˆ Y} , consisting of experts f ∈ F . • Compete against the optimal f ∈ F on the actual sequence of observations from past rounds.

  21. Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1

  22. Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 This quantity depends on • ˆ y : Player predictions, • F : Expert class, • x : Observed contexts, • y : Observed data points.

  23. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf y 1 sup sup inf y 2 sup · · · sup inf y n sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ x 1 y 1 x 2 y 2 x n y n

  24. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf y 1 sup sup inf y 2 sup · · · sup inf y n sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ y 1 x 2 y 2 x n y n x 1 The first context is observed.

  25. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf sup sup inf y 2 sup · · · sup inf y n sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ x 1 y 1 x 2 y 2 x n y n y 1 The player makes their prediction.

  26. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf y 1 sup sup inf y 2 sup · · · sup inf y n sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ x 1 x 2 y 2 x n y n y 1 The adversary plays an observation.

  27. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf y 1 sup sup inf sup · · · sup inf y n sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ x 1 y 1 x n y n x 2 y 2 y 2 This repeats for all n rounds.

  28. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . R ℓ R ℓ n ( F ) = sup inf y 1 sup sup inf y 2 sup · · · sup inf sup n (ˆ y ; F , x , y ) . ˆ ˆ ˆ x 1 y 1 x 2 y 2 x n y n y n This repeats for all n rounds.

  29. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . n n ( F ) = ⟪ sup ⟫ R ℓ R ℓ n (ˆ inf y t sup y ; F , x , y ) . ˆ x t y t t =1 The notation ⟪ · ⟫ n t =1 denotes repeated application of operators.

  30. Minimax Regret n n R ℓ � � Regret: n (ˆ y ; F , x , y ) = ℓ (ˆ y t , y t ) − inf ℓ ( f ( x t ) , y t ) . f ∈F t =1 t =1 Minimax regret: an algorithm-free quantity on worst-case observations . n n ( F ) = ⟪ sup ⟫ R ℓ R ℓ n (ˆ inf y t sup y ; F , x , y ) . ˆ x t y t t =1 Interpretation: The tuple ( ℓ, F ) is online learnable if R ℓ n ( F ) < o ( n ) . n ( F ) = Θ( √ n ) • slow rate: R ℓ • fast rate: R ℓ n ( F ) ≤ O (log( n ))

  31. Logarithmic Loss

  32. Problem Formulation Sequential Probability Assignment In each round, the prediction is a distribution on possible observations.

  33. Problem Formulation Sequential Probability Assignment In each round, the prediction is a distribution on possible observations. Predicting Binary Outcomes p ∈ ˆ y ∈ Y = { 0 , 1 } and ˆ Y ≡ [0 , 1]

  34. Measuring Loss What is the correct notion of loss?

  35. Measuring Loss Intuition: being confidently wrong is much worse than being indecisive. Statistical motivation: maximum likelihood estimation for a Bernoulli.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend