paper-with-me

Papers

Global Convergence and Generalization Bound of Gradient-Based Meta-Learning with Deep Neural Nets

2020-06-25 · Haoxiang Wang, Ruoyu Sun, Bo Li

Gradient-based meta-learning (GBML) with deep neural nets (DNNs) has become a popular approach for few-shot learning. However, due to the non-convexity of DNNs and the bi-level optimization in GBML, the theoretical properties of GBML with DNNs remain largely unknown. In this paper, we first aim to answer the following question: Does GBML with DNNs have global convergence guarantees? We provide a positive answer to this question by proving that GBML with over-parameterized DNNs is guaranteed to converge to global optima at a linear rate. The second question we aim to address is: How does GBML achieve fast adaption to new tasks with prior experience on past tasks? To answer it, we theoretically show that GBML is equivalent to a functional gradient descent operation that explicitly propagates experience from the past tasks to new ones, and then we prove a generalization error bound of GBML with over-parameterized DNNs.

📄 PDF Abstract BibTeX arXiv:2006.14606

Code (2)

AI-secure/Meta-Neural-Kernel 공식 구현 pytorch
facebookresearch/higher 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Convergence Rates for Deterministic and Stochastic Subgradient Methods Without Lipschitz Continuity

2017-12-12 · Benjamin Grimmer

We extend the classic convergence rate theory for subgradient methods to apply to non-Lipschitz functions. For the deterministic projected subgradient method, we present a global $O(1/\sqrt{T})$ convergence rate for any …

Fast Convergence in Learning Two-Layer Neural Networks with Separable Data

2023-05-22 · Hossein Taheri, Christos Thrampoulidis

Normalized gradient descent has shown substantial success in speeding up the convergence of exponentially-tailed loss functions (which includes exponential and logistic losses) on linear classifiers with separable data. …

Generalization Bounds

Generalization Error Bounds of Gradient Descent for Learning Over-parameterized Deep ReLU Networks

2019-02-04 · Yuan Cao, Quanquan Gu

Empirical studies show that gradient-based methods can learn deep neural networks (DNNs) with very good generalization performance in the over-parameterization regime, where DNNs can easily fit a random labeling of the t…

Generalization Bounds

PAC-Bayes Bounds for Meta-learning with Data-Dependent Prior

2021-02-07 · Tianyu Liu, Jie Lu, Zheng Yan, Guangquan Zhang

By leveraging experience from previous tasks, meta-learning algorithms can achieve effective fast adaptation ability when encountering new tasks. However it is unclear how the generalization property applies to new tasks…

Meta-Learning

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