paper-with-me

홈 › Papers

Data Sampling Affects the Complexity of Online SGD over Dependent Data

2022-03-31 · Shaocong Ma, Ziyi Chen, Yi Zhou, Kaiyi Ji, Yingbin Liang

Conventional machine learning applications typically assume that data samples are independently and identically distributed (i.i.d.). However, practical scenarios often involve a data-generating process that produces highly dependent data samples, which are known to heavily bias the stochastic optimization process and slow down the convergence of learning. In this paper, we conduct a fundamental study on how different stochastic data sampling schemes affect the sample complexity of online stochastic gradient descent (SGD) over highly dependent data. Specifically, with a $\phi$-mixing model of data dependence, we show that online SGD with proper periodic data-subsampling achieves an improved sample complexity over the standard online SGD in the full spectrum of the data dependence level. Interestingly, even subsampling a subset of data samples can accelerate the convergence of online SGD over highly dependent data. Moreover, we show that online SGD with mini-batch sampling can further substantially improve the sample complexity over online SGD with periodic data-subsampling over highly dependent data. Numerical experiments validate our theoretical results.

📄 PDF Abstract BibTeX arXiv:2204.00006

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Adaptive Client Sampling in Federated Learning via Online Learning with Bandit Feedback

2021-12-28 · Boxin Zhao, Lingxiao Wang, Ziqi Liu, Zhiqiang Zhang 외

Due to the high cost of communication, federated learning (FL) systems need to sample a subset of clients that are involved in each round of training. As a result, client sampling plays an important role in FL systems as…

Federated LearningStochastic Optimization

Temporal Subsampling Diminishes Small Spatial Scales in Recurrent Neural Network Emulators of Geophysical Turbulence

2023-04-28 · Timothy A. Smith, Stephen G. Penny, Jason A. Platt, Tse-Chun Chen

The immense computational cost of traditional numerical weather and climate models has sparked the development of machine learning (ML) based emulators. Because ML methods benefit from long records of training data, it i…

Numerical Integration

Online Lewis Weight Sampling

2022-07-17 · David P. Woodruff, Taisuke Yasuda

The seminal work of Cohen and Peng introduced Lewis weight sampling to the theoretical computer science community, yielding fast row sampling algorithms for approximating $d$-dimensional subspaces of $\ell_p$ up to $(1+\…

Open-Ended Question Answeringregression

Online Sub-Sampling for Reinforcement Learning with General Function Approximation

2021-06-14 · Dingwen Kong, Ruslan Salakhutdinov, Ruosong Wang, Lin F. Yang

Most of the existing works for reinforcement learning (RL) with general function approximation (FA) focus on understanding the statistical complexity or regret bounds. However, the computation complexity of such approach…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Importance Sampling for Nonlinear Models

2025-05-18 · Prakash Palanivelu Rajmohan, Fred Roosta

While norm-based and leverage-score-based methods have been extensively studied for identifying "important" data points in linear models, analogous tools for nonlinear models remain significantly underdeveloped. By intro…

Outlier Detection