The success of the machine learning field has reliably depended on training on large datasets. While effective, this trend comes at an extraordinary cost. This is due to two deeply intertwined factors: the size of models and the size of datasets. While promising research efforts focus on reducing the size of models, the other half of the equation remains fairly mysterious. Indeed, it is surprising that the standard approach to training remains to iterate over and over, uniformly sampling the training dataset. In this paper we explore a series of alternative training paradigms that leverage insights from hard-data-mining and dropout, simple enough to implement and use that can become the new training standard. The proposed Progressive Data Dropout reduces the number of effective epochs to as little as 12.4% of the baseline. This savings actually do not come at any cost for accuracy. Surprisingly, the proposed method improves accuracy by up to 4.82%. Our approach requires no changes to model architecture or optimizer, and can be applied across standard training pipelines, thus posing an excellent opportunity for wide adoption.
Our paper is now accepted at NeurIPS'25, here it is: paper
Here's our codebase: https://github.com/bazyagami/LearningWithRevision
For any questions, do contact msshriram02@gmail.com and Shreyank.NarayanaGowda@nottingham.ac.uk.
If you like our work and find it useful for yours, please do cite us:
@misc{s2025progressivedatadropoutembarrassingly,
title={Progressive Data Dropout: An Embarrassingly Simple Approach to Faster Training},
author={Shriram M S and Xinyue Hao and Shihao Hou and Yang Lu and Laura Sevilla-Lara and Anurag Arnab and Shreyank N Gowda},
year={2025},
eprint={2505.22342},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2505.22342},
}