paper-with-me

Papers

AdaStop: adaptive statistical testing for sound comparisons of Deep RL agents

2023-06-19 · Timothée Mathieu, Riccardo Della Vecchia, Alena Shilova, Matheus Medeiros Centa, Hector Kohler, Odalric-Ambrym Maillard, Philippe Preux

Recently, the scientific community has questioned the statistical reproducibility of many empirical results, especially in the field of machine learning. To contribute to the resolution of this reproducibility crisis, we propose a theoretically sound methodology for comparing the performance of a set of algorithms. We exemplify our methodology in Deep Reinforcement Learning (Deep RL). The performance of one execution of a Deep RL algorithm is a random variable. Therefore, several independent executions are needed to evaluate its performance. When comparing algorithms with random performance, a major question concerns the number of executions to perform to ensure that the result of the comparison is theoretically sound. Researchers in Deep RL often use less than 5 independent executions to compare algorithms: we claim that this is not enough in general. Moreover, when comparing more than 2 algorithms at once, we have to use a multiple tests procedure to preserve low error guarantees. We introduce AdaStop, a new statistical test based on multiple group sequential tests. When used to compare algorithms, AdaStop adapts the number of executions to stop as early as possible while ensuring that enough information has been collected to distinguish algorithms that have different score distributions. We prove theoretically that AdaStop has a low probability of making a (family-wise) error. We illustrate the effectiveness of AdaStop in various use-cases, including toy examples and Deep RL algorithms on challenging Mujoco environments. AdaStop is the first statistical test fitted to this sort of comparisons: it is both a significant contribution to statistics, and an important contribution to computational studies performed in reinforcement learning and in other domains.

📄 PDF Abstract BibTeX arXiv:2306.10882

Code (1)

timotheemathieu/adaptive_stopping_mc_rl 공식 구현

Tasks

Deep Reinforcement LearningMuJoCoReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

AdaStop: Cost-Aware Early Stopping for DNN Test Selection

2026-07-06 · Bonan Shen, Wei-Jung Huang, Xin Liu, Jiazhou Gao 외 arxiv

Existing methods for testing deep neural networks (DNNs) primarily prioritize test inputs likely to reveal model faults under a fixed labeling budget. In practice, choosing that budget is difficult: too little testing mi…

Replicability Analysis for Natural Language Processing: Testing Significance with Multiple Datasets

2017-09-27 · TACL 2017 1 · Rotem Dror, Gili Baumer, Marina Bogomolov, Roi Reichart

With the ever-growing amounts of textual data from a large variety of languages, domains, and genres, it has become standard to evaluate NLP algorithms on multiple datasets in order to ensure consistent performance acros…

Dependency ParsingGeneral ClassificationPOSPOS Tagging+3

A Rademacher Complexity Based Method fo rControlling Power and Confidence Level in Adaptive Statistical Analysis

2019-10-04 · Lorenzo De Stefani, Eli Upfal

While standard statistical inference techniques and machine learning generalization bounds assume that tests are run on data selected independently of the hypotheses, practical data analysis and machine learning are usua…

BIG-bench Machine LearningGeneralization Bounds

Sound and Relatively Complete Belief Hoare Logic for Statistical Hypothesis Testing Programs

2022-08-15 · Yusuke Kawamoto, Tetsuya Sato, Kohei Suenaga

We propose a new approach to formally describing the requirement for statistical inference and checking whether a program uses the statistical method appropriately. Specifically, we define belief Hoare logic (BHL) for fo…

Searching for a higher power in the human evaluation of MT

2022-10-20 · Johnny Tian-Zheng Wei, Tom Kocmi, Christian Federmann

In MT evaluation, pairwise comparisons are conducted to identify the better system. In conducting the comparison, the experimenter must allocate a budget to collect Direct Assessment (DA) judgments. We provide a cost eff…