English

One Backward from Ten Forward, Subsampling for Large-Scale Deep Learning

Machine Learning 2021-04-28 v1

Abstract

Deep learning models in large-scale machine learning systems are often continuously trained with enormous data from production environments. The sheer volume of streaming training data poses a significant challenge to real-time training subsystems and ad-hoc sampling is the standard practice. Our key insight is that these deployed ML systems continuously perform forward passes on data instances during inference, but ad-hoc sampling does not take advantage of this substantial computational effort. Therefore, we propose to record a constant amount of information per instance from these forward passes. The extra information measurably improves the selection of which data instances should participate in forward and backward passes. A novel optimization framework is proposed to analyze this problem and we provide an efficient approximation algorithm under the framework of Mini-batch gradient descent as a practical solution. We also demonstrate the effectiveness of our framework and algorithm on several large-scale classification and regression tasks, when compared with competitive baselines widely used in industry.

Keywords

Cite

@article{arxiv.2104.13114,
  title  = {One Backward from Ten Forward, Subsampling for Large-Scale Deep Learning},
  author = {Chaosheng Dong and Xiaojie Jin and Weihao Gao and Yijia Wang and Hongyi Zhang and Xiang Wu and Jianchao Yang and Xiaobing Liu},
  journal= {arXiv preprint arXiv:2104.13114},
  year   = {2021}
}

Comments

13 pages

R2 v1 2026-06-24T01:33:29.196Z