paper-with-me

Papers

On the generalization of learning algorithms that do not converge

2022-08-16 · Nisha Chandramoorthy, Andreas Loukas, Khashayar Gatmiry, Stefanie Jegelka

Generalization analyses of deep learning typically assume that the training converges to a fixed point. But, recent results indicate that in practice, the weights of deep neural networks optimized with stochastic gradient descent often oscillate indefinitely. To reduce this discrepancy between theory and practice, this paper focuses on the generalization of neural networks whose training dynamics do not necessarily converge to fixed points. Our main contribution is to propose a notion of statistical algorithmic stability (SAS) that extends classical algorithmic stability to non-convergent algorithms and to study its connection to generalization. This ergodic-theoretic approach leads to new insights when compared to the traditional optimization and learning theory perspectives. We prove that the stability of the time-asymptotic behavior of a learning algorithm relates to its generalization and empirically demonstrate how loss dynamics can provide clues to generalization performance. Our findings provide evidence that networks that "train stably generalize better" even when the training continues indefinitely and the weights do not converge.

📄 PDF Abstract BibTeX arXiv:2208.07951

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Theory

Similar Papers 제목 키워드 기반

Convergence of Unregularized Online Learning Algorithms

2017-08-09 · Yunwen Lei, Lei Shi, Zheng-Chu Guo

In this paper we study the convergence of online gradient descent algorithms in reproducing kernel Hilbert spaces (RKHSs) without regularization. We establish a sufficient condition and a necessary condition for the conv…

Theoretical Analysis of Meta Reinforcement Learning: Generalization Bounds and Convergence Guarantees

2024-05-22 · Cangqing Wang, Mingxiu Sui, Dan Sun, Zecheng Zhang 외

This research delves deeply into Meta Reinforcement Learning (Meta RL) through a exploration focusing on defining generalization limits and ensuring convergence. By employing a approach this article introduces an innovat…

Generalization BoundsMeta Reinforcement Learning

Understanding Generalization of Federated Learning: the Trade-off between Model Stability and Optimization

2024-11-25 · Dun Zeng, Zheshun Wu, Shiyu Liu, Yu Pan 외

Federated Learning (FL) is a distributed learning approach that trains neural networks across multiple devices while keeping their local data private. However, FL often faces challenges due to data heterogeneity, leading…

Federated Learning

Generalization Error Bounds for Optimization Algorithms via Stability

2016-09-27 · Qi Meng, Yue Wang, Wei Chen, Taifeng Wang 외

Many machine learning tasks can be formulated as Regularized Empirical Risk Minimization (R-ERM), and solved by optimization algorithms such as gradient descent (GD), stochastic gradient descent (SGD), and stochastic var…

BIG-bench Machine Learning

Stability and Generalization of Learning Algorithms that Converge to Global Optima

2017-10-23 · ICML 2018 7 · Zachary Charles, Dimitris Papailiopoulos

We establish novel generalization bounds for learning algorithms that converge to global minima. We do so by deriving black-box stability results that only depend on the convergence of a learning algorithm and the geomet…

Generalization Bounds