Data Deletion Can Help in Adaptive RL
Pith reviewed 2026-05-07 04:43 UTC · model grok-4.3
The pith
Random deletion of older training data after each round in contextual RL creates implicit decay on stale samples from mismatched distributions, cutting robustness gaps by 30% for MLPs and enabling smaller networks to beat larger ones without deletion.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
randomly delete a fraction of the training buffer after each round. This works because data is collected across multiple rounds using progressively better policies, and older trajectories come from a different distribution than what the estimator will face at deployment time; random deletion creates an implicit exponential decay on older data while preserving diversity without requiring any explicit identification of which samples are stale. This reduces robustness gap by 30% for MLPs and by 6% on average for recurrent networks.
Load-bearing premise
That older trajectories systematically come from a meaningfully different distribution due to policy improvement, and that random deletion will create a beneficial implicit decay without excessive loss of useful information, as required for the idealized regularized ERM analysis to predict real gains.
read the original abstract
Deploying reinforcement learning policies in the real world requires adapting to time-varying environments. We study this problem in the contextual Markov Decision Process (cMDP) framework, where a family of environments is indexed by a low-dimensional context unknown at test time. The standard approach decomposes the problem: train a so-called "universal policy" which assumes knowledge of the true context, then pair it with a context estimator which approximates context using the observed trajectory. We identify a simple, counterintuitive trick that substantially improves the estimator: randomly delete a fraction of the training buffer after each round. This works because data is collected across multiple rounds using progressively better policies, and older trajectories come from a different distribution than what the estimator will face at deployment time; random deletion creates an implicit exponential decay on older data while preserving diversity without requiring any explicit identification of which samples are stale. This reduces robustness gap by 30% for MLPs and by 6% on average for recurrent networks. Strikingly, it allows a narrow MLP with 5x fewer parameters to outperform a wide MLP trained without deletion. To understand when and why deletion helps, we analyze regularized empirical risk minimization with a mismatch between the train distribution and the distribution at deployment; in this idealized setting, we prove that removing a single uniformly random training point decreases expected test loss in expectation under mild conditions. For ridge regression we make this quantitative: deletion helps when the regularization coefficient is moderate and the signal-to-noise ratio (SNR) is sufficiently low, and, crucially, this SNR threshold gives a direct measure of how large the distribution mismatch between training and deployment must be for deletion to be beneficial.
Editorial analysis
A structured set of objections, weighed in public.
Axiom & Free-Parameter Ledger
free parameters (1)
- deletion fraction
axioms (2)
- domain assumption Data collected across rounds using progressively better policies produces older trajectories whose distribution differs from the deployment distribution faced by the estimator.
- standard math Random uniform deletion of training points decreases expected test loss under moderate regularization and sufficiently low SNR in regularized ERM.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.