paper-with-me

Papers

Learning to Stop with Surprisingly Few Samples

2021-02-19 · Daniel Russo, Assaf Zeevi, Tianyi Zhang

We consider a discounted infinite horizon optimal stopping problem. If the underlying distribution is known a priori, the solution of this problem is obtained via dynamic programming (DP) and is given by a well known threshold rule. When information on this distribution is lacking, a natural (though naive) approach is "explore-then-exploit," whereby the unknown distribution or its parameters are estimated over an initial exploration phase, and this estimate is then used in the DP to determine actions over the residual exploitation phase. We show: (i) with proper tuning, this approach leads to performance comparable to the full information DP solution; and (ii) despite common wisdom on the sensitivity of such "plug in" approaches in DP due to propagation of estimation errors, a surprisingly "short" (logarithmic in the horizon) exploration horizon suffices to obtain said performance. In cases where the underlying distribution is heavy-tailed, these observations are even more pronounced: a ${\it single \, sample}$ exploration phase suffices.

📄 PDF Abstract BibTeX arXiv:2102.10025

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Crossing the Validation Crisis: Cross-Validation Reduces Benchmarking Variance Surprisingly Well

2026-06-10 · Célestin Eve, Gaël Varoquaux, Thomas Moreau arxiv

Modern machine learning progresses through empirical work, benchmarking new methods to evaluate relative performance. However, the statistical variability inherent to evaluation - exacerbated by the stochastic nature of …

Data Augmentation

Early Stopping Based on Unlabeled Samples in Text Classification

2022-05-01 · ACL 2022 5 · HongSeok Choi, Dongha Choi, Hyunju Lee

Early stopping, which is widely used to prevent overfitting, is generally based on a separate validation set. However, in low resource settings, validation-based stopping can be risky because a small validation set may n…

Classificationtext-classificationText Classification

Graph Planning with Expected Finite Horizon

2018-02-10 · Krishnendu Chatterjee, Laurent Doyen

Graph planning gives rise to fundamental algorithmic questions such as shortest path, traveling salesman problem, etc. A classical problem in discrete planning is to consider a weighted graph and construct a path that ma…

Traveling Salesman Problem

Open Problem: Anytime Convergence Rate of Gradient Descent

2024-06-19 · Guy Kornowski, Ohad Shamir

Recent results show that vanilla gradient descent can be accelerated for smooth convex objectives, merely by changing the stepsize sequence. We show that this can lead to surprisingly large errors indefinitely, and there…

Benefits of Early Stopping in Gradient Descent for Overparameterized Logistic Regression

2025-02-18 · Jingfeng Wu, Peter Bartlett, Matus Telgarsky, Bin Yu

In overparameterized logistic regression, gradient descent (GD) iterates diverge in norm while converging in direction to the maximum $\ell_2$-margin solution -- a phenomenon known as the implicit bias of GD. This work i…

regression