paper-with-me

Papers

Inductive biases of multi-task learning and finetuning: multiple regimes of feature reuse

2023-10-03 · Samuel Lippl, Jack W. Lindsey

Neural networks are often trained on multiple tasks, either simultaneously (multi-task learning, MTL) or sequentially (pretraining and subsequent finetuning, PT+FT). In particular, it is common practice to pretrain neural networks on a large auxiliary task before finetuning on a downstream task with fewer samples. Despite the prevalence of this approach, the inductive biases that arise from learning multiple tasks are poorly characterized. In this work, we address this gap. We describe novel implicit regularization penalties associated with MTL and PT+FT in diagonal linear networks and single-hidden-layer ReLU networks. These penalties indicate that MTL and PT+FT induce the network to reuse features in different ways. 1) Both MTL and PT+FT exhibit biases towards feature reuse between tasks, and towards sparsity in the set of learned features. We show a "conservation law" that implies a direct tradeoff between these two biases. 2) PT+FT exhibits a novel "nested feature selection" regime, not described by either the "lazy" or "rich" regimes identified in prior work, which biases it to rely on a sparse subset of the features learned during pretraining. This regime is much narrower for MTL. 3) PT+FT (but not MTL) in ReLU networks benefits from features that are correlated between the auxiliary and main task. We confirm these findings empirically with teacher-student models, and introduce a technique -- weight rescaling following pretraining -- that can elicit the nested feature selection regime. Finally, we validate our theory in deep neural networks trained on image classification. We find that weight rescaling improves performance when it causes models to display signatures of nested feature selection. Our results suggest that nested feature selection may be an important inductive bias for finetuning neural networks.

📄 PDF Abstract BibTeX arXiv:2310.02396

Code (1)

sflippl/multi-task 공식 구현 pytorch

Tasks

feature selectionimage-classificationImage ClassificationInductive BiasMulti-Task Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

2024-02-27 · Biao Zhang, Zhongtao Liu, Colin Cherry, Orhan Firat

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning me…

Machine Translation

RING-NeRF : Rethinking Inductive Biases for Versatile and Efficient Neural Fields

2023-12-06 · Doriand Petit, Steve Bourgeois, Dumitru Pavel, Vincent Gay-Bellile 외

Recent advances in Neural Fields mostly rely on developing task-specific supervision which often complicates the models. Rather than developing hard-to-combine and specific modules, another approach generally overlooked …

3D ReconstructionNeRF

Emergent Misalignment is Easy, Narrow Misalignment is Hard

2026-02-08 · Anna Soligo, Edward Turner, Senthooran Rajamanoharan, Neel Nanda arxiv

Finetuning large language models on narrowly harmful datasets can cause them to become emergently misaligned, giving stereotypically `evil' responses across diverse unrelated settings. Concerningly, a pre-registered surv…

Do We Always Need the Simplicity Bias? Looking for Optimal Inductive Biases in the Wild

2025-03-13 · CVPR 2025 1 · Damien Teney, Liangze Jiang, Florin Gogianu, Ehsan Abbasnejad

Neural architectures tend to fit their data with relatively simple functions. This "simplicity bias" is widely regarded as key to their success. This paper explores the limits of this principle. Building on recent findin…

image-classificationImage Classification

On the generalization of language models from in-context learning and finetuning: a controlled study

2025-05-01 · Andrew K. Lampinen, Arslan Chaudhry, Stephanie C. Y. Chan, Cody Wild 외

Large language models exhibit exciting capabilities, yet can show surprisingly narrow generalization from finetuning. E.g. they can fail to generalize to simple reversals of relations they are trained on, or fail to make…

In-Context Learning