LGOCMLOct 21, 2020

How Data Augmentation affects Optimization for Linear Regression

arXiv:2010.11171v220 citations
Originality Synthesis-oriented
AI Analysis

This work provides theoretical insights into optimization for machine learning practitioners, but it is incremental as it builds on classical convex optimization and recent implicit bias studies.

The paper analyzes how data augmentation schedules interact with optimization hyperparameters like learning rate in linear regression with MSE loss, finding joint schedules that ensure convergence and characterizing the resulting minimum for arbitrary augmentation schemes.

Though data augmentation has rapidly emerged as a key tool for optimization in modern machine learning, a clear picture of how augmentation schedules affect optimization and interact with optimization hyperparameters such as learning rate is nascent. In the spirit of classical convex optimization and recent work on implicit bias, the present work analyzes the effect of augmentation on optimization in the simple convex setting of linear regression with MSE loss. We find joint schedules for learning rate and data augmentation scheme under which augmented gradient descent provably converges and characterize the resulting minimum. Our results apply to arbitrary augmentation schemes, revealing complex interactions between learning rates and augmentations even in the convex setting. Our approach interprets augmented (S)GD as a stochastic optimization method for a time-varying sequence of proxy losses. This gives a unified way to analyze learning rate, batch size, and augmentations ranging from additive noise to random projections. From this perspective, our results, which also give rates of convergence, can be viewed as Monro-Robbins type conditions for augmented (S)GD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes