Papers › More Flexible PAC-Bayesian Meta-Learning by Learning Learning Algorithms

More Flexible PAC-Bayesian Meta-Learning by Learning Learning Algorithms

6 Feb 2024arXiv:2402.04054archive 2025-07-28

Hossein Zakerinia, Amin Behjati, Christoph H. Lampert

We introduce a new framework for studying meta-learning methods using PAC-Bayesian theory. Its main advantage over previous work is that it allows for more flexibility in how the transfer of knowledge between tasks is realized. For previous approaches, this could only happen indirectly, by means of learning prior distributions over models. In contrast, the new generalization bounds that we prove express the process of meta-learning much more directly as learning the learning algorithm that should be used for future tasks. The flexibility of our framework makes it suitable to analyze a wide range of meta-learning mechanisms and even design new mechanisms. Other than our theoretical contributions we also show empirically that our framework improves the prediction quality in practical meta-learning mechanisms.

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="2402.04054")

Code

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

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

hzakerinia/flexible-pac-bayes-meta-learning officialmentioned in paperpytorch 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

14 samples harvested; 12 ran; 3 honoured the contract we drafted; 2 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.

3ran · honoured contract
4ran · our draft was wrong
5ran
2unverified

Licence: 14 of the 14 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 hzakerinia/flexible-pac-bayes-meta-learning. “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.

add_noise hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 67139037acec0547 · report
count_correct hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · baddf41be0a1c541 · report
get_batch_vars hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · our draft was wrong no licence file found · pointer only · ff302ec78a781296 · report
get_dvrg_element hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran no licence file found · pointer only · 7d64730b4a32749f · report
get_hyper_divergnce hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran no licence file found · pointer only · 6620e401f9b3edd7 · report
get_meta_complexity_term hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · honoured contract no licence file found · pointer only · 388111410b49a443 · report
get_net_densities_divergence hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran no licence file found · pointer only · b37d98f9d2bacf62 · report
get_next_batch_cyclic hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran no licence file found · pointer only · 1f497d49975e83bd · report
get_param hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 6e1e341585a9b2c5 · report
get_prediction hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 8ec0f5bffddbde1a · report
get_task_complexity hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran no licence file found · pointer only · d6e65a1259413d4f · report
net_weights_magnitude hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository ran · honoured contract no licence file found · pointer only · da977c7d1e5172f8 · report
StochasticLayer hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository unverified no licence file found · pointer only · 1e4e8921e9f777a1 · report
get_objective hzakerinia/flexible-pac-bayes-meta-learning/PriorMetaLearning/Get_Objective_MPB.py official repository unverified no licence file found · pointer only · 31c0faf747d1473d · report

Tasks

Generalization BoundsMeta-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