paper-with-me

Papers

How Data Augmentation affects Optimization for Linear Regression

2020-10-21 · NeurIPS 2021 12 · Boris Hanin, Yi Sun

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.

📄 PDF Abstract BibTeX arXiv:2010.11171

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationregressionStochastic 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 제목 키워드 기반

Anchor Data Augmentation

2023-11-12 · NeurIPS 2023 11

We propose a novel algorithm for data augmentation in nonlinear over-parametrized regression. Our data augmentation algorithm borrows from the literature on causality and extends the recently proposed Anchor regression (…

Data Augmentationregression

Data augmentation as stochastic optimization

2020-09-28 · Boris Hanin, Yi Sun

We present a theoretical framework recasting data augmentation as stochastic optimization for a sequence of time-varying proxy losses. This provides a unified language for understanding techniques commonly thought of as …

Data AugmentationregressionSchedulingStochastic Optimization

In-Context Learning in Linear vs. Quadratic Attention Models: An Empirical Study on Regression Tasks

2026-02-19 · Ayush Goel, Arjun Kohli, Sarvagya Somvanshi arxiv

Recent work has demonstrated that transformers and linear attention models can perform in-context learning (ICL) on simple function classes, such as linear regression. In this paper, we empirically study how these two at…

Amrita\_student at SemEval-2018 Task 1: Distributed Representation of Social Media Text for Affects in Tweets

2018-06-01 · SEMEVAL 2018 6 · Nidhin A Unnithan, Shalini K., Barathi Ganesh H. B., An Kumar M 외

In this paper we did an analysis of {``}Affects in Tweets{''} which was one of the task conducted by semeval 2018. Task was to build a model which is able to do regression and classification of different emotions from th…

BIG-bench Machine LearningClassificationEmotion ClassificationGeneral Classification+2

Projection-based multifidelity linear regression for data-scarce applications

2025-08-11 · Vignesh Sella, Julie Pham, Karen Willcox, Anirban Chaudhuri arxiv

Surrogate modeling for systems with high-dimensional quantities of interest remains challenging, particularly when training data are costly to acquire. This work develops multifidelity methods for multiple-input multiple…

Dimensionality ReductionData Augmentation