Research

Least Squares Regression with Markovian Data: Fundamental Limits and Algorithms

NeurIPS

Authors

  • Guy Bresler
  • Prateek Jain
  • Dheeraj Nagaraj
  • Praneeth Netrapalli
  • Xian Wu

Published on

06/16/2020

Categories

NeurIPS

We study the problem of least squares linear regression where the data-points are dependent and are sampled from a Markov chain. We establish sharp information theoretic minimax lower bounds for this problem in terms of τ𝗆𝗂𝗑, the mixing time of the underlying Markov chain, under different noise settings. Our results establish that in general, optimization with Markovian data is strictly harder than optimization with independent data and a trivial algorithm (SGD-DD) that works with only one in every Θ̃ (τ𝗆𝗂𝗑) samples, which are approximately independent, is minimax optimal. In fact, it is strictly better than the popular Stochastic Gradient Descent (SGD) method with constant step-size which is otherwise minimax optimal in the regression with independent data setting.
Beyond a worst case analysis, we investigate whether structured datasets seen in practice such as Gaussian auto-regressive dynamics can admit more efficient optimization schemes. Surprisingly, even in this specific and natural setting, Stochastic Gradient Descent (SGD) with constant step-size is still no better than SGD-DD. Instead, we propose an algorithm based on experience replay–a popular reinforcement learning technique–that achieves a significantly better error rate. Our improved rate serves as one of the first results where an algorithm outperforms SGD-DD on an interesting Markov chain and also provides one of the first theoretical analyses to support the use of experience replay in practice.

This paper has been published as a spotlight at the 2020 Neural Information Processing Systems (NeurIPS) conference.

Please cite our work using the BibTeX below.

@misc{bresler2020squares,
      title={Least Squares Regression with Markovian Data: Fundamental Limits and Algorithms}, 
      author={Guy Bresler and Prateek Jain and Dheeraj Nagaraj and Praneeth Netrapalli and Xian Wu},
      year={2020},
      eprint={2006.08916},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}
Close Modal