paper-with-me

Papers

A generalization gap estimation for overparameterized models via the Langevin functional variance

2021-12-07 · Akifumi Okuno, Keisuke Yano

This paper discusses the estimation of the generalization gap, the difference between generalization performance and training performance, for overparameterized models including neural networks. We first show that a functional variance, a key concept in defining a widely-applicable information criterion, characterizes the generalization gap even in overparameterized settings where a conventional theory cannot be applied. As the computational cost of the functional variance is expensive for the overparameterized models, we propose an efficient approximation of the function variance, the Langevin approximation of the functional variance (Langevin FV). This method leverages only the $1$st-order gradient of the squared loss function, without referencing the $2$nd-order gradient; this ensures that the computation is efficient and the implementation is consistent with gradient-based optimization algorithms. We demonstrate the Langevin FV numerically by estimating the generalization gaps of overparameterized linear regression and non-linear neural network models, containing more than a thousand of parameters therein.

📄 PDF Abstract BibTeX arXiv:2112.03660

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Dimension Independent Generalization of DP-SGD for Overparameterized Smooth Convex Optimization

2022-06-03 · Yi-An Ma, Teodor Vanislavov Marinov, Tong Zhang

This paper considers the generalization performance of differentially private convex learning. We demonstrate that the convergence analysis of Langevin algorithms can be used to obtain new generalization bounds with diff…

Generalization Bounds

Generalization of Gibbs and Langevin Monte Carlo Algorithms in the Interpolation Regime

2025-10-07 · Andreas Maurer, Erfan Mirzaei, Massimiliano Pontil arxiv

This paper provides data-dependent bounds on the expected error of the Gibbs algorithm in the overparameterized interpolation regime, where low training errors are also obtained for impossible data, such as random labels…

Mean-field Langevin dynamics: Time-space discretization, stochastic gradient, and variance reduction

2023-09-21 · NeurIPS 2023 11

The mean-field Langevin dynamics (MFLD) is a nonlinear generalization of the Langevin dynamics that incorporates a distribution-dependent drift, and it naturally arises from the optimization of two-layer neural networks …

Convergence of mean-field Langevin dynamics: Time and space discretization, stochastic gradient, and variance reduction

2023-06-12 · Taiji Suzuki, Denny Wu, Atsushi Nitanda

The mean-field Langevin dynamics (MFLD) is a nonlinear generalization of the Langevin dynamics that incorporates a distribution-dependent drift, and it naturally arises from the optimization of two-layer neural networks …

Theoretical Limitations of Ensembles in the Age of Overparameterization

2024-10-21 · Niclas Dern, John P. Cunningham, Geoff Pleiss

Classic tree-based ensembles generalize better than any single decision tree. In contrast, recent empirical studies find that modern ensembles of (overparameterized) neural networks may not provide any inherent generaliz…