Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Achieving All with No Parameters: AdaNormalHedge #3

Open
nocotan opened this issue Dec 28, 2020 · 0 comments
Open

Achieving All with No Parameters: AdaNormalHedge #3

nocotan opened this issue Dec 28, 2020 · 0 comments

Comments

@nocotan
Copy link
Member

nocotan commented Dec 28, 2020

一言でいうと

Parameter-freeな適応的最適化手法であるAdaNormalHedgeを提案.

論文リンク

著者/所属機関

Haipeng Luo (Princeton University), Robert E. Schapire (Microsoft Research)

投稿日付(yyyy/MM/dd)

2015/02/20

概要

エキスパート付き予測問題のオンライン学習において,複数の目的関数を事前知識なしに同時に最適化するparameter-freeな適応的アルゴリズムを提案.
提案手法であるAdaNormalHedgeはNormalHedge.DT algorithm (Luo and Schapire, 2014)の改良版になっている.

提案手法は,

  • 損失が小さい時はリグレットも小さくなり,
  • 損失が確率的な時はリグレットがほぼ定数になる

ことを保証している.

新規性・差分

NormalHedge.DTからの改善として

  • AdaNormalHedgeは未知の目的関数を同時に最適化できる.
  • AdaNormalHedgeはリグレットのバウンドが各ステップにおけるリグレットの累積に基づいて保証される.このバウンドは常にNormalHedge.DTより小さいことが保証される.

手法

Screen Shot 2020-12-29 at 2 28 52

結果

Screen Shot 2020-12-29 at 2 24 54

Screen Shot 2020-12-29 at 2 24 46

コメント

  • Luo, Haipeng, and Robert E. Schapire. 2014. “A Drifting-Games Analysis for Online Learning and Applications to Boosting.” In Advances in Neural Information Processing Systems, edited by Z. Ghahramani, M. Welling, C. Cortes, N. Lawrence, and K. Q. Weinberger, 27:1368–76. Curran Associates, Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants