paper-with-me

홈 › Papers

Optimizer's Information Criterion: Dissecting and Correcting Bias in Data-Driven Optimization

2023-06-16 · Garud Iyengar, Henry Lam, Tianyu Wang

In data-driven optimization, the sample performance of the obtained decision typically incurs an optimistic bias against the true performance, a phenomenon commonly known as the Optimizer's Curse and intimately related to overfitting in machine learning. Common techniques to correct this bias, such as cross-validation, require repeatedly solving additional optimization problems and are therefore computationally expensive. We develop a general bias correction approach, building on what we call Optimizer's Information Criterion (OIC), that directly approximates the first-order bias and does not require solving any additional optimization problems. Our OIC generalizes the celebrated Akaike Information Criterion to evaluate the objective performance in data-driven optimization, which crucially involves not only model fitting but also its interplay with the downstream optimization. As such it can be used for decision selection instead of only model selection. We apply our approach to a range of data-driven optimization formulations comprising empirical and parametric models, their regularized counterparts, and furthermore contextual optimization. Finally, we provide numerical validation on the superior performance of our approach under synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2306.10081

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selection

Similar Papers 제목 키워드 기반

DP-Adam: Correcting DP Bias in Adam's Second Moment Estimation

2023-04-21 · Qiaoyue Tang, Mathias Lécuyer

We observe that the traditional use of DP with the Adam optimizer introduces a bias in the second moment estimation, due to the addition of independent noise in the gradient computation. This bias leads to a different sc…

Understanding and correcting pathologies in the training of learned optimizers

2018-10-24 · Luke Metz, Niru Maheswaranathan, Jeremy Nixon, C. Daniel Freeman 외

Deep learning has shown that learned functions can dramatically outperform hand-designed functions on perceptual tasks. Analogously, this suggests that learned optimizers may similarly outperform current hand-designed op…

Correcting Stochastic Update Bias in Preconditioned Language Model Optimizers

2026-05-20 · Nikhil Nayak, Julia White, Urchade Zaratiana, Kelton Zhang 외 arxiv

Preconditioned optimizers are central to language model training, but their stochastic update rules are usually treated as direct approximations to population preconditioned descent. We show that this view misses two fin…

Dissecting Deep RL with High Update Ratios: Combatting Value Divergence

2024-03-09 · Marcel Hussing, Claas Voelcker, Igor Gilitschenski, Amir-Massoud Farahmand 외

We show that deep reinforcement learning algorithms can retain their ability to learn without resetting network parameters in settings where the number of gradient updates greatly exceeds the number of environment sample…

Deep Reinforcement Learning

On the overestimation of widely applicable Bayesian information criterion

2019-08-28 · Toru Imai

A widely applicable Bayesian information criterion (Watanabe, 2013) is applicable for both regular and singular models in the model selection problem. This criterion tends to overestimate the log marginal likelihood. We …

Model Selection