paper-with-me

홈 › Papers

Explicit Inductive Bias for Transfer Learning with Convolutional Networks

2018-02-05 · ICML 2018 7 · Xuhong Li, Yves GRANDVALET, Franck DAVOINE

In inductive transfer learning, fine-tuning pre-trained convolutional networks substantially outperforms training from scratch. When using fine-tuning, the underlying assumption is that the pre-trained model extracts generic features, which are at least partially relevant for solving the target task, but would be difficult to extract from the limited amount of data available on the target task. However, besides the initialization with the pre-trained model and the early stopping, there is no mechanism in fine-tuning for retaining the features learned on the source task. In this paper, we investigate several regularization schemes that explicitly promote the similarity of the final solution with the initial model. We show the benefit of having an explicit inductive bias towards the initial model, and we eventually recommend a simple $L^2$ penalty with the pre-trained model being a reference as the baseline of penalty for transfer learning tasks.

📄 PDF Abstract BibTeX arXiv:1802.01483

Code (3)

holyseven/PSPNet-TF-Reproduce tf
thuml/Transfer-Learning-Library pytorch
timmywanttolearn/fintune pytorch

Tasks

Inductive BiasTransfer Learning

Similar Papers 제목 키워드 기반

Explicit Induction Bias for Transfer Learning with Convolutional Networks

2018-01-01 · ICLR 2018 1 · Xuhong LI, Yves GRANDVALET, Franck Davoine

In inductive transfer learning, fine-tuning pre-trained convolutional networks substantially outperforms training from scratch. When using fine-tuning, the underlying assumption is that the pre-trained model extracts gen…

Transfer Learning

Grid-Preserving Knowledge Distillation: Transferring Convolutional Inductive Bias to Vision Transformers under Data Scarcity

2026-08-11 · Junyong Choi, Cheolhyeon Park, Jaehoon Cho arxiv

Vision Transformers demonstrate remarkable global modeling capacity but often underperform in data-scarce regimes. Distilling convolutional inductive biases from a CNN teacher provides an effective remedy while leaving t…

Knowledge DistillationGeneral Knowledge

Transferring Inductive Biases through Knowledge Distillation

2020-05-31 · Samira Abnar, Mostafa Dehghani, Willem Zuidema

Having the right inductive biases can be crucial in many tasks or scenarios where data or computing resources are a limiting factor, or where training data is not perfectly representative of the conditions at test time. …

Knowledge Distillation

Positional Encoding as Spatial Inductive Bias in GANs

2020-12-09 · CVPR 2021 1 · Rui Xu, Xintao Wang, Kai Chen, Bolei Zhou 외

SinGAN shows impressive capability in learning internal patch distribution despite its limited effective receptive field. We are interested in knowing how such a translation-invariant convolutional generator could captur…

Image ManipulationInductive BiasTranslation

Deep Audio Priors Emerge From Harmonic Convolutional Networks

2020-05-01 · ICLR 2020 1 · Zhoutong Zhang, Yunyun Wang, Chuang Gan, Jiajun Wu 외

Convolutional neural networks (CNNs) excel in image recognition and generation. Among many efforts to explain their effectiveness, experiments show that CNNs carry strong inductive biases that capture natural image prior…