Papers › Global Convergence and Generalization Bound of Gradient-Based Meta-Learning with Deep...

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

25 Jun 2020arXiv:2006.14606archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.14606")

Code

Syntology Ran 5 of 22 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AI-secure/Meta-Neural-Kernel officialmentioned in papermentioned on GitHubpytorchMIT report
facebookresearch/higher officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 5 ran; 1 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
1ran
17unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AI-secure/Meta-Neural-Kernel. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cat_list_to_tensor AI-secure/Meta-Neural-Kernel/hypergrad/CG_torch.py official repository ran · honoured contract MIT (permissive) · 3ed1406329714c3f · report
cg AI-secure/Meta-Neural-Kernel/hypergrad/CG_torch.py official repository ran · our draft was wrong MIT (permissive) · 31f282d2a7c181bb · report
get_cnn_omniglot AI-secure/Meta-Neural-Kernel/imaml_utils.py official repository ran · our draft was wrong MIT (permissive) · 2b7ea8d2c1a114db · report
index_classes AI-secure/Meta-Neural-Kernel/support/omniglot_loaders.py official repository ran MIT (permissive) · 82506bf89d625519 · report
inner_loop AI-secure/Meta-Neural-Kernel/imaml_utils.py official repository ran · our draft was wrong MIT (permissive) · 67807e9ca0f086f6 · report
NTK AI-secure/Meta-Neural-Kernel/support/tools.py official repository unverified MIT (permissive) · 13e36d5238769ad6 · report
NTK_torch AI-secure/Meta-Neural-Kernel/support/tools.py official repository unverified MIT (permissive) · 7ebbe4bde220a934 · report
exists_kernel_element AI-secure/Meta-Neural-Kernel/support/ConvNTK.py official repository unverified MIT (permissive) · 83f4ab415a5aad0b · report
find_classes AI-secure/Meta-Neural-Kernel/support/omniglot_loaders.py official repository unverified MIT (permissive) · 7c477c388fa699a2 · report
fixed_point AI-secure/Meta-Neural-Kernel/hypergrad/hypergradients.py official repository unverified MIT (permissive) · 393761f8bd906b62 · report
gd_step AI-secure/Meta-Neural-Kernel/hypergrad/diff_optimizers.py official repository unverified MIT (permissive) · 3ffa7e0c883965f8 · report
heavy_ball_step AI-secure/Meta-Neural-Kernel/hypergrad/diff_optimizers.py official repository unverified MIT (permissive) · d533144f406f4f80 · report
load_dataset AI-secure/Meta-Neural-Kernel/meta_cntk_utils.py official repository unverified MIT (permissive) · 52fb157ddac8fab4 · report
load_label_embeddings AI-secure/Meta-Neural-Kernel/meta_cntk_utils.py official repository unverified MIT (permissive) · f1815f9eb0daf1fd · report
np2torch AI-secure/Meta-Neural-Kernel/maml_utils.py official repository unverified MIT (permissive) · 6b36760cde85633e · report
pred_from_emb AI-secure/Meta-Neural-Kernel/meta_cntk_utils.py official repository unverified MIT (permissive) · 3fa6ba572324395e · report
remove_padding AI-secure/Meta-Neural-Kernel/maml_utils.py official repository unverified MIT (permissive) · 09a851231e1710bd · report
reverse AI-secure/Meta-Neural-Kernel/hypergrad/hypergradients.py official repository unverified MIT (permissive) · 112545aa7657ecd8 · report
reverse_unroll AI-secure/Meta-Neural-Kernel/hypergrad/hypergradients.py official repository unverified MIT (permissive) · 47110587d7bc352b · report
svm AI-secure/Meta-Neural-Kernel/support/tools.py official repository unverified MIT (permissive) · 3f3ba82ae6dd255a · report
torch2np AI-secure/Meta-Neural-Kernel/maml_utils.py official repository unverified MIT (permissive) · f482f7091be9fc72 · report
torch_momentum_step AI-secure/Meta-Neural-Kernel/hypergrad/diff_optimizers.py official repository unverified MIT (permissive) · 6cdf7a8f1301bf5c · report

Tasks

Few-Shot LearningMeta-Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections