paper-with-me

홈 › Papers

Generalization Error Bounds for Deep Neural Networks Trained by SGD

2022-06-07 · Mingze Wang, Chao Ma

Generalization error bounds for deep neural networks trained by stochastic gradient descent (SGD) are derived by combining a dynamical control of an appropriate parameter norm and the Rademacher complexity estimate based on parameter norms. The bounds explicitly depend on the loss along the training trajectory, and work for a wide range of network architectures including multilayer perceptron (MLP) and convolutional neural networks (CNN). Compared with other algorithm-depending generalization estimates such as uniform stability-based bounds, our bounds do not require $L$-smoothness of the nonconvex loss function, and apply directly to SGD instead of Stochastic Langevin gradient descent (SGLD). Numerical results show that our bounds are non-vacuous and robust with the change of optimizer and network hyperparameters.

📄 PDF Abstract BibTeX arXiv:2206.03299

Code (0)

등록된 구현이 없습니다.

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

Generalization Bounds for Dependent Data using Online-to-Batch Conversion

2024-05-22 · Sagnik Chatterjee, Manuj Mukherjee, Alhad Sethi

In this work, we give generalization bounds of statistical learning algorithms trained on samples drawn from a dependent data source, both in expectation and with high probability, using the Online-to-Batch conversion pa…

Generalization Bounds

Information-Theoretic Bounds on the Moments of the Generalization Error of Learning Algorithms

2021-02-03 · Gholamali Aminian, Laura Toni, Miguel R. D. Rodrigues

Generalization error bounds are critical to understanding the performance of machine learning models. In this work, building upon a new bound of the expected value of an arbitrary function of the population and empirical…

BIG-bench Machine Learning

On the Generalization of Models Trained with SGD: Information-Theoretic Bounds and Implications

2021-10-07 · ICLR 2022 4 · Ziqiao Wang, Yongyi Mao

This paper follows up on a recent work of Neu et al. (2021) and presents some new information-theoretic upper bounds for the generalization error of machine learning models, such as neural networks, trained with SGD. We …

Gentle robustness implies Generalization

2024-12-09 · Khoat Than, Dat Phan, Giang Vu

Robustness and generalization ability of machine learning models are of utmost importance in various application domains. There is a wide interest in efficient ways to analyze those properties. One important direction is…

Generalization Error Bounds for Learning under Censored Feedback

2024-04-14 · Yifan Yang, Ali Payani, Parinaz Naghizadeh

Generalization error bounds from learning theory provide statistical guarantees on how well an algorithm will perform on previously unseen data. In this paper, we characterize the impacts of data non-IIDness due to censo…

Learning TheoryRecommendation Systems