paper-with-me

Papers

Variance Reduced Training with Stratified Sampling for Forecasting Models

2021-03-02 · Yucheng Lu, Youngsuk Park, Lifan Chen, Yuyang Wang, Christopher De Sa, Dean Foster

In large-scale time series forecasting, one often encounters the situation where the temporal patterns of time series, while drifting over time, differ from one another in the same dataset. In this paper, we provably show under such heterogeneity, training a forecasting model with commonly used stochastic optimizers (e.g. SGD) potentially suffers large variance on gradient estimation, and thus incurs long-time training. We show that this issue can be efficiently alleviated via stratification, which allows the optimizer to sample from pre-grouped time series strata. For better trading-off gradient variance and computation complexity, we further propose SCott (Stochastic Stratified Control Variate Gradient Descent), a variance reduced SGD-style optimizer that utilizes stratified sampling via control variate. In theory, we provide the convergence guarantee of SCott on smooth non-convex objectives. Empirically, we evaluate SCott and other baseline optimizers on both synthetic and real-world time series forecasting problems, and demonstrate SCott converges faster with respect to both iterations and wall clock time.

📄 PDF Abstract BibTeX arXiv:2103.02062

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Variance Matters: Improving Domain Adaptation via Stratified Sampling

2025-12-04 · Andrea Napoli, Paul White arxiv

Domain shift remains a key challenge in deploying machine learning models to the real world. Unsupervised domain adaptation (UDA) aims to address this by minimising domain discrepancy during training, but the discrepancy…

Unsupervised Domain Adaptation

Variance reduced Shapley value estimation for trustworthy data valuation

2022-10-30 · Mengmeng Wu, Ruoxi Jia, Changle lin, Wei Huang 외

Data valuation, especially quantifying data value in algorithmic prediction and decision-making, is a fundamental problem in data trading scenarios. The most widely used method is to define the data Shapley and approxima…

Data ValuationDecision Making

Accelerating Minibatch Stochastic Gradient Descent using Stratified Sampling

2014-05-13 · Peilin Zhao, Tong Zhang

Stochastic Gradient Descent (SGD) is a popular optimization method which has been applied to many important machine learning tasks such as Support Vector Machines and Deep Neural Networks. In order to parallelize SGD, mi…

Variance-Reduced Heterogeneous Federated Learning via Stratified Client Selection

2022-01-15 · Guangyuan Shen, Dehong Gao, Libin Yang, Fang Zhou 외

Client selection strategies are widely adopted to handle the communication-efficient problem in recent studies of Federated Learning (FL). However, due to the large variance of the selected subset's update, prior selecti…

DiversityFederated Learning

Optimal Survey Design for Private Mean Estimation

2025-01-30 · Yu-Wei Chen, Raghu Pasupathy, Jordan A. Awan

This work identifies the first privacy-aware stratified sampling scheme that minimizes the variance for general private mean estimation under the Laplace, Discrete Laplace (DLap) and Truncated-Uniform-Laplace (TuLap) mec…

Survey