Papers › Bridging Multi-Task Learning and Meta-Learning: Towards Efficient Training and...

Bridging Multi-Task Learning and Meta-Learning: Towards Efficient Training and Effective Adaptation

16 Jun 2021arXiv:2106.09017archive 2025-07-28

Haoxiang Wang, Han Zhao, Bo Li

Multi-task learning (MTL) aims to improve the generalization of several related tasks by learning them jointly. As a comparison, in addition to the joint training scheme, modern meta-learning allows unseen tasks with limited labels during the test phase, in the hope of fast adaptation over them. Despite the subtle difference between MTL and meta-learning in the problem formulation, both learning paradigms share the same insight that the shared structure between existing training tasks could lead to better generalization and adaptation. In this paper, we take one important step further to understand the close connection between these two learning paradigms, through both theoretical analysis and empirical investigation. Theoretically, we first demonstrate that MTL shares the same optimization formulation with a class of gradient-based meta-learning (GBML) algorithms. We then prove that for over-parameterized neural networks with sufficient depth, the learned predictive functions of MTL and GBML are close. In particular, this result implies that the predictions given by these two models are similar over the same unseen task. Empirically, we corroborate our theoretical findings by showing that, with proper implementation, MTL is competitive against state-of-the-art GBML algorithms on a set of few-shot image classification benchmarks. Since existing GBML algorithms often involve costly second-order bi-level optimization, our first-order MTL method is an order of magnitude faster on large-scale datasets such as mini-ImageNet. We believe this work could help bridge the gap between these two learning paradigms, and provide a computationally efficient alternative to GBML that also supports fast task adaptation.

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

Code

Syntology Ran 1 of 10 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 10 samples from 1 repository, 1 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/multi-task-learning officialmentioned in papermentioned on GitHubpytorchMIT 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

10 samples harvested; 1 ran; 0 honoured the contract we drafted; 9 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 · our draft was wrong
9unverified

Licence: 0 of the 10 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/multi-task-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.

conv3x3 AI-secure/multi-task-learning/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
create_model AI-secure/multi-task-learning/models/util.py official repository unverified MIT (permissive) · 6c800ceb85f1eba4 · report
get_query_support AI-secure/multi-task-learning/lightning_episodic_module.py official repository unverified MIT (permissive) · 208f88f5e39a7ae8 · report
get_teacher_name AI-secure/multi-task-learning/models/util.py official repository unverified MIT (permissive) · b37217a4a4877177 · report
index_classes AI-secure/multi-task-learning/datasets/mini_imagenet.py official repository unverified MIT (permissive) · b5562842402a79ff · report
normalize AI-secure/multi-task-learning/lightning_episodic_module.py official repository unverified MIT (permissive) · b33624fa65d2bfb9 · report
resnet12 AI-secure/multi-task-learning/models/resnet.py official repository unverified MIT (permissive) · df4df7ccf0516f04 · report
resnet18 AI-secure/multi-task-learning/models/resnet.py official repository unverified MIT (permissive) · 4f480d1a742fbccf · report
resnet50 AI-secure/multi-task-learning/models/resnet_new.py official repository unverified MIT (permissive) · afa5a2b72957f69e · report
wrn_28_10 AI-secure/multi-task-learning/models/wresnet.py official repository unverified MIT (permissive) · 01ce97bf428c6241 · report

Tasks

Few-Shot Image ClassificationImage ClassificationMeta-LearningMulti-Task Learningimage-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Few-Shot Image Classification CIFAR-FS 5-way (1-shot) Multi-Task Learning Accuracy 69.5 #34 of 38 Archive leaderboard report
Few-Shot Image Classification CIFAR-FS 5-way (5-shot) Multi-Task Learning Accuracy 84.1 #34 of 39 Archive leaderboard report
Few-Shot Image Classification FC100 5-way (1-shot) Multi-Task Learning Accuracy 42.4 #18 of 22 Archive leaderboard report
Few-Shot Image Classification FC100 5-way (5-shot) Multi-Task Learning Accuracy 57.7 #19 of 22 Archive leaderboard report
Few-Shot Image Classification Mini-Imagenet 5-way (1-shot) Multi-Task Learning Accuracy 59.84 #75 of 105 Archive leaderboard report
Few-Shot Image Classification Mini-Imagenet 5-way (5-shot) Multi-Task Learning Accuracy 77.72 #63 of 95 Archive leaderboard report
Few-Shot Image Classification Tiered ImageNet 5-way (1-shot) Multi-Task Learning Accuracy 67.11 #41 of 49 Archive leaderboard report
Few-Shot Image Classification Tiered ImageNet 5-way (5-shot) Multi-Task Learning Accuracy 83.69 #35 of 51 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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