LGMLMay 22, 2024

Adaptive Data Analysis for Growing Data

arXiv:2405.13375v21 citationsh-index: 6
Originality Incremental advance
AI Analysis

This solves the problem of overfitting in adaptive workflows for data scientists and statisticians dealing with streaming or accumulating data, representing an incremental extension of static methods.

The paper addresses the problem of statistical validity in adaptive data analysis when data grows over time, presenting the first generalization bounds for dynamic data that achieve asymptotic data requirements scaling with the square-root of the number of adaptive queries.

Reuse of data in adaptive workflows poses challenges regarding overfitting and the statistical validity of results. Previous work has demonstrated that interacting with data via differentially private algorithms can mitigate overfitting, achieving worst-case generalization guarantees with asymptotically optimal data requirements. However, such past work assumes data is static and cannot accommodate situations where data grows over time. In this paper we address this gap, presenting the first generalization bounds for adaptive analysis on dynamic data. We allow the analyst to adaptively schedule their queries conditioned on the current size of the data, in addition to previous queries and responses. We also incorporate time-varying empirical accuracy bounds and mechanisms, allowing for tighter guarantees as data accumulates. In a batched query setting, the asymptotic data requirements of our bound grows with the square-root of the number of adaptive queries, matching prior works' improvement over data splitting for the static setting. We instantiate our bound for statistical queries with the clipped Gaussian mechanism, where it empirically outperforms baselines composed from static bounds.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes