LGJun 8, 2022

Hub-Pathway: Transfer Learning from A Hub of Pre-trained Models

arXiv:2206.03726v26 citationsh-index: 79
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency and knowledge waste in transfer learning for AI practitioners, though it is incremental as it builds on existing single-model transfer methods.

The paper tackles the problem of inefficient knowledge transfer from multiple pre-trained models in a model hub by proposing a Hub-Pathway framework that dynamically selects and aggregates models for each input, achieving state-of-the-art performance on computer vision and reinforcement learning tasks.

Transfer learning aims to leverage knowledge from pre-trained models to benefit the target task. Prior transfer learning work mainly transfers from a single model. However, with the emergence of deep models pre-trained from different resources, model hubs consisting of diverse models with various architectures, pre-trained datasets and learning paradigms are available. Directly applying single-model transfer learning methods to each model wastes the abundant knowledge of the model hub and suffers from high computational cost. In this paper, we propose a Hub-Pathway framework to enable knowledge transfer from a model hub. The framework generates data-dependent pathway weights, based on which we assign the pathway routes at the input level to decide which pre-trained models are activated and passed through, and then set the pathway aggregation at the output level to aggregate the knowledge from different models to make predictions. The proposed framework can be trained end-to-end with the target task-specific loss, where it learns to explore better pathway configurations and exploit the knowledge in pre-trained models for each target datum. We utilize a noisy pathway generator and design an exploration loss to further explore different pathways throughout the model hub. To fully exploit the knowledge in pre-trained models, each model is further trained by specific data that activate it, which ensures its performance and enhances knowledge transfer. Experiment results on computer vision and reinforcement learning tasks demonstrate that the proposed Hub-Pathway framework achieves the state-of-the-art performance for model hub transfer learning.

Foundations

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

Your Notes