STLGMEMLNov 28, 2025

Statistical Inference under Adaptive Sampling with LinUCB

arXiv:2512.00222v15 citations
Originality Incremental advance
AI Analysis

This addresses the issue of bias in adaptively collected data for researchers and practitioners in machine learning, providing a theoretical foundation for inference in linear bandits, though it is incremental as it builds on prior work for multi-armed bandits.

The paper tackles the problem of statistical inference under adaptive sampling with the LinUCB algorithm, showing that it satisfies a stability property and establishing a central limit theorem for the estimation error with a T^{-1/4} convergence rate, leading to asymptotically tighter confidence sets.

Adaptively collected data has become ubiquitous within modern practice. However, even seemingly benign adaptive sampling schemes can introduce severe biases, rendering traditional statistical inference tools inapplicable. This can be mitigated by a property called stability, which states that if the rate at which an algorithm takes actions converges to a deterministic limit, one can expect that certain parameters are asymptotically normal. Building on a recent line of work for the multi-armed bandit setting, we show that the linear upper confidence bound (LinUCB) algorithm for linear bandits satisfies this property. In doing so, we painstakingly characterize the behavior of the eigenvalues and eigenvectors of the random design feature covariance matrix in the setting where the action set is the unit ball, showing that it decomposes into a rank-one direction that locks onto the true parameter and an almost-isotropic bulk that grows at a predictable $\sqrt{T}$ rate. This allows us to establish a central limit theorem for the LinUCB algorithm, establishing asymptotic normality for the limiting distribution of the estimation error where the convergence occurs at a $T^{-1/4}$ rate. The resulting Wald-type confidence sets and hypothesis tests do not depend on the feature covariance matrix and are asymptotically tighter than existing nonasymptotic confidence sets. Numerical simulations corroborate our findings.

Foundations

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

Your Notes