Table of Contents
Fetching ...

Discounted Online Convex Optimization: Uniform Regret Across a Continuous Interval

Wenhao Yang, Sifan Yang, Lijun Zhang

TL;DR

A novel analysis is provided to demonstrate that smoothed OGD (SOGD) achieves a uniform $O(\sqrt{\log T/1-\lambda})$ discounted regret, holding for all values of $\lambda$ across a continuous interval simultaneously.

Abstract

Reflecting the greater significance of recent history over the distant past in non-stationary environments, $λ$-discounted regret has been introduced in online convex optimization (OCO) to gracefully forget past data as new information arrives. When the discount factor $λ$ is given, online gradient descent with an appropriate step size achieves an $O(1/\sqrt{1-λ})$ discounted regret. However, the value of $λ$ is often not predetermined in real-world scenarios. This gives rise to a significant open question: is it possible to develop a discounted algorithm that adapts to an unknown discount factor. In this paper, we affirmatively answer this question by providing a novel analysis to demonstrate that smoothed OGD (SOGD) achieves a uniform $O(\sqrt{\log T/1-λ})$ discounted regret, holding for all values of $λ$ across a continuous interval simultaneously. The basic idea is to maintain multiple OGD instances to handle different discount factors, and aggregate their outputs sequentially by an online prediction algorithm named as Discounted-Normal-Predictor (DNP) (Kapralov and Panigrahy,2010). Our analysis reveals that DNP can combine the decisions of two experts, even when they operate on discounted regret with different discount factors.

Discounted Online Convex Optimization: Uniform Regret Across a Continuous Interval

TL;DR

A novel analysis is provided to demonstrate that smoothed OGD (SOGD) achieves a uniform discounted regret, holding for all values of across a continuous interval simultaneously.

Abstract

Reflecting the greater significance of recent history over the distant past in non-stationary environments, -discounted regret has been introduced in online convex optimization (OCO) to gracefully forget past data as new information arrives. When the discount factor is given, online gradient descent with an appropriate step size achieves an discounted regret. However, the value of is often not predetermined in real-world scenarios. This gives rise to a significant open question: is it possible to develop a discounted algorithm that adapts to an unknown discount factor. In this paper, we affirmatively answer this question by providing a novel analysis to demonstrate that smoothed OGD (SOGD) achieves a uniform discounted regret, holding for all values of across a continuous interval simultaneously. The basic idea is to maintain multiple OGD instances to handle different discount factors, and aggregate their outputs sequentially by an online prediction algorithm named as Discounted-Normal-Predictor (DNP) (Kapralov and Panigrahy,2010). Our analysis reveals that DNP can combine the decisions of two experts, even when they operate on discounted regret with different discount factors.

Paper Structure

This paper contains 23 sections, 6 theorems, 72 equations, 3 figures, 4 algorithms.

Key Result

Theorem 1

Under Assumptions ass:1, ass:2 and ass:3, for any $\mathbf{w} \in \mathcal{W}$, OGD satisfies where we set $\eta = D\sqrt{2(1-\lambda)}/G$.

Figures (3)

  • Figure 1: A meta-expert framework for OCO that adapts to unknown parameters (previous work, upper panel) and discounted OCO (our setting, lower panel).
  • Figure 2: Overall procedure: sequentially aggregation by DNP-cu with different discount factors (red nodes) of OGD experts (blue nodes), using meta-regret from \ref{['eqn:alg2:lower3']} and \ref{['eqn:alg2:lower4']}.
  • Figure 3: The confidence function $g(x)$.

Theorems & Definitions (6)

  • Theorem 1
  • Theorem 2
  • Theorem 3
  • Theorem 4
  • Lemma 1
  • Lemma 2