LGNov 1, 2022

Transfer Learning with Kernel Methods

arXiv:2211.00227v133 citationsh-index: 41
Originality Incremental advance
AI Analysis

This work addresses the challenge of applying transfer learning to kernel methods, enabling easier adaptation to downstream tasks, though it is incremental as it builds on existing kernel method concepts.

The authors tackled the problem of adapting kernel methods to transfer learning by proposing a framework that projects and translates source models to target tasks, resulting in substantial performance increases in image classification and virtual drug screening, with identified scaling laws for performance as a function of target examples.

Transfer learning refers to the process of adapting a model trained on a source task to a target task. While kernel methods are conceptually and computationally simple machine learning models that are competitive on a variety of tasks, it has been unclear how to perform transfer learning for kernel methods. In this work, we propose a transfer learning framework for kernel methods by projecting and translating the source model to the target task. We demonstrate the effectiveness of our framework in applications to image classification and virtual drug screening. In particular, we show that transferring modern kernels trained on large-scale image datasets can result in substantial performance increase as compared to using the same kernel trained directly on the target task. In addition, we show that transfer-learned kernels allow a more accurate prediction of the effect of drugs on cancer cell lines. For both applications, we identify simple scaling laws that characterize the performance of transfer-learned kernels as a function of the number of target examples. We explain this phenomenon in a simplified linear setting, where we are able to derive the exact scaling laws. By providing a simple and effective transfer learning framework for kernel methods, our work enables kernel methods trained on large datasets to be easily adapted to a variety of downstream target tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes