Fast Adaptation with Linearized Neural Networks
Wesley J. Maddox, Shuai Tang, Pablo Garcia Moreno, Andrew Gordon, Wilson, Andreas Damianou

TL;DR
This paper introduces a method to embed neural network inductive biases into Gaussian processes using linearized network Jacobians, enabling efficient, interpretable domain adaptation with uncertainty estimation, outperforming traditional fine-tuning.
Contribution
The authors propose a novel kernel based on network Jacobians for Gaussian processes, facilitating fast, interpretable transfer learning without local optima issues.
Findings
Effective domain adaptation in image classification and regression.
Significant computational speed-ups with matrix multiply optimizations.
Outperforms neural network fine-tuning in transfer learning tasks.
Abstract
The inductive biases of trained neural networks are difficult to understand and, consequently, to adapt to new settings. We study the inductive biases of linearizations of neural networks, which we show to be surprisingly good summaries of the full network functions. Inspired by this finding, we propose a technique for embedding these inductive biases into Gaussian processes through a kernel designed from the Jacobian of the network. In this setting, domain adaptation takes the form of interpretable posterior inference, with accompanying uncertainty estimation. This inference is analytic and free of local optima issues found in standard techniques such as fine-tuning neural network weights to a new task. We develop significant computational speed-ups based on matrix multiplies, including a novel implementation for scalable Fisher vector products. Our experiments on both image…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Domain Adaptation and Few-Shot Learning · Neural Networks and Applications
