paper-with-me

Papers

Learning Curves for SGD on Structured Features

2021-06-04 · ICLR 2022 4 · Blake Bordelon, Cengiz Pehlevan

The generalization performance of a machine learning algorithm such as a neural network depends in a non-trivial way on the structure of the data distribution. To analyze the influence of data structure on test loss dynamics, we study an exactly solveable model of stochastic gradient descent (SGD) on mean square loss which predicts test loss when training on features with arbitrary covariance structure. We solve the theory exactly for both Gaussian features and arbitrary features and we show that the simpler Gaussian model accurately predicts test loss of nonlinear random-feature models and deep neural networks trained with SGD on real datasets such as MNIST and CIFAR-10. We show that the optimal batch size at a fixed compute budget is typically small and depends on the feature correlation structure, demonstrating the computational benefits of SGD with small batch sizes. Lastly, we extend our theory to the more usual setting of stochastic gradient descent on a fixed subsampled training set, showing that both training and test error can be accurately predicted in our framework on real data.

📄 PDF Abstract BibTeX arXiv:2106.02713

Code (1)

Pehlevan-Group/sgd_structured_features 공식 구현

Tasks

BIG-bench Machine LearningFeature CorrelationLearning Theory

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

Learning curves for deep structured Gaussian feature models

2023-03-01 · NeurIPS 2023 11

In recent years, significant attention in deep learning theory has been devoted to analyzing when models that interpolate their training data can still generalize well to unseen examples. Many insights have been gained f…

Learning Theory

Multiview Differential Geometry of Curves

2016-04-27 · Ricardo Fabbri, Benjamin Kimia

The field of multiple view geometry has seen tremendous progress in reconstruction and calibration due to methods for extracting reliable point features and key developments in projective geometry. Point features, howeve…

3D Reconstruction

Active Flattening of Curved Document Images via Two Structured Beams

2014-06-01 · CVPR 2014 6 · Gaofeng Meng, Ying Wang, Shenquan Qu, Shiming Xiang 외

Document images captured by a digital camera often suffer from serious geometric distortions. In this paper,we propose an active method to correct geometric distortions in a camera-captured document image. Unlike many pa…

Vocal Bursts Valence Prediction

Recognition of feature curves on 3D shapes using an algebraic approach to Hough transforms

2017-09-28 · Maria-Laura Torrente, Silvia Biasotti, Bianca Falcidieno

Feature curves are largely adopted to highlight shape features, such as sharp lines, or to divide surfaces into meaningful segments, like convex or concave regions. Extracting these curves is not sufficient to convey pro…

Applying Convolutional Neural Networks to Data on Unstructured Meshes with Space-Filling Curves

2020-11-24 · Claire E. Heaney, Yuling Li, Omar K. Matar, Christopher C. Pain

This paper presents the first classical Convolutional Neural Network (CNN) that can be applied directly to data from unstructured finite element meshes or control volume grids. CNNs have been hugely influential in the ar…

image-classificationImage ClassificationImage Compression