Skip to content

Training Strategies

MTL

In brief — site editorial, not from the paper

Trains one model on several related tasks at once so they share representations and reinforce each other.

Definition

MTL jointly optimizes shared representations across a fixed task set, exploiting inter-task relatedness to improve generalization on each individual task [37]. The defining coordinate is Task Distribution: the training corpus spans a predetermined collection of tasks simultaneously available in memory, rather than a single-task labeled dataset (Full FT, , Large Labeled). Its structural distinction from Meta-Learning is that, while both share Task Distribution, MTL's task set is statically fixed at training time rather than dynamically drawn from a distribution. The Whole-Model scope is the critical consequence of the joint optimization: because all task-specific output heads share the same backbone parameters, there is no modular isolation boundary between tasks—any change to the shared encoder propagates across all tasks simultaneously. This means modifying the task set, task-weighting schedule, or encoder architecture requires full-system regression testing across all tasks to verify that positive transfer to new tasks has not induced negative interference on existing ones. At the MLLM tier, MTL is the foundational architecture underlying multimodal instruction tuning—a unified backbone must serve heterogeneous vision, audio, and text task heads simultaneously. MTL requires comprehensive cross-task regression testing at every task-set modification boundary; the inter-task interference structure must be explicitly characterized and documented, as negative transfer to any task constitutes a behavioral regression on that task's validated performance envelope.

Verbatim from the paper — Training Strategies

Nearest profiles

FT (full) (0.17), Meta-Learning (0.25), FT (partial) (0.33), Self-Play (0.36), Retraining (0.37)

Computed from the taxonomy data (Gower distance over all six dimensions)

References

  1. [37] Rich Caruana 1997. Multitask Learning. Machine Learning

Numbered as in the paper

Cite this row

MTL — six-dimensional profile
D1: parametric-update
D2: task-specialization
D3: task-distribution
D4: ad-hoc-permanent, scheduled-permanent
D5: whole-model
D6: dl, fm, llm, mllm
Source: arXiv:2608.06246
Compare with another technique Find in the explorer