paper-with-me

홈 › Papers

Towards Understanding Generalization via Decomposing Excess Risk Dynamics

2021-06-11 · ICLR 2022 4 · Jiaye Teng, Jianhao Ma, Yang Yuan

Generalization is one of the fundamental issues in machine learning. However, traditional techniques like uniform convergence may be unable to explain generalization under overparameterization. As alternative approaches, techniques based on stability analyze the training dynamics and derive algorithm-dependent generalization bounds. Unfortunately, the stability-based bounds are still far from explaining the surprising generalization in deep learning since neural networks usually suffer from unsatisfactory stability. This paper proposes a novel decomposition framework to improve the stability-based bounds via a more fine-grained analysis of the signal and noise, inspired by the observation that neural networks converge relatively slowly when fitting noise (which indicates better stability). Concretely, we decompose the excess risk dynamics and apply the stability-based bound only on the noise component. The decomposition framework performs well in both linear regimes (overparameterized linear regression) and non-linear regimes (diagonal matrix recovery). Experiments on neural networks verify the utility of the decomposition framework.

📄 PDF Abstract BibTeX arXiv:2106.06153

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Bounds

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

Provable Generalization of Overparameterized Meta-learning Trained with SGD

2022-06-18 · Yu Huang, Yingbin Liang, Longbo Huang

Despite the superior empirical success of deep meta-learning, theoretical understanding of overparameterized meta-learning is still limited. This paper studies the generalization of a widely used meta-learning approach, …

Generalization BoundsMeta-Learning

Leveraging Theoretical Tradeoffs in Hyperparameter Selection for Improved Empirical Performance

2021-05-20 · ICML Workshop AutoML 2021 7 · Parikshit Ram, Alexander G. Gray, Horst Samulowitz

The tradeoffs in the excess risk incurred from data-driven learning of a single model has been studied by decomposing the excess risk into approximation, estimation and optimization errors. In this paper, we focus on the…

Hyperparameter Optimization

On the Interplay between Graph Structure and Learning Algorithms in Graph Neural Networks

2025-08-20 · Junwei Su, Chuan Wu arxiv

This paper studies the interplay between learning algorithms and graph structure for graph neural networks (GNNs). Existing theoretical studies on the learning dynamics of GNNs primarily focus on the convergence rates of…

Generalization bound of globally optimal non-convex neural network training: Transportation map estimation by infinite dimensional Langevin dynamics

2020-07-11 · NeurIPS 2020 12 · Taiji Suzuki

We introduce a new theoretical framework to analyze deep learning optimization with connection to its generalization error. Existing frameworks such as mean field theory and neural tangent kernel theory for neural networ…

Understanding the Generalization Performance of Spectral Clustering Algorithms

2022-04-30 · Shaojie Li, Sheng Ouyang, Yong liu

The theoretical analysis of spectral clustering mainly focuses on consistency, while there is relatively little research on its generalization performance. In this paper, we study the excess risk bounds of the popular sp…

Clustering