CVOct 25, 2021

Self-Supervised Knowledge Transfer via Loosely Supervised Auxiliary Tasks

arXiv:2110.12696v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of training CNNs with fewer parameters or limited supervision for researchers and practitioners in machine learning, though it appears incremental as it builds on existing knowledge transfer methods with a novel training approach.

The paper tackles the problem of efficient knowledge transfer in convolutional neural networks under limited supervision by proposing Self-Supervised Knowledge Transfer (SSKT), a method that uses loosely supervised auxiliary tasks to transfer pretrained knowledge without restrictions on network structure or dataset, resulting in improved generalization performance and outperforming other transfer learning methods like KD, DML, and MAXL in experiments.

Knowledge transfer using convolutional neural networks (CNNs) can help efficiently train a CNN with fewer parameters or maximize the generalization performance under limited supervision. To enable a more efficient transfer of pretrained knowledge under relaxed conditions, we propose a simple yet powerful knowledge transfer methodology without any restrictions regarding the network structure or dataset used, namely self-supervised knowledge transfer (SSKT), via loosely supervised auxiliary tasks. For this, we devise a training methodology that transfers previously learned knowledge to the current training process as an auxiliary task for the target task through self-supervision using a soft label. The SSKT is independent of the network structure and dataset, and is trained differently from existing knowledge transfer methods; hence, it has an advantage in that the prior knowledge acquired from various tasks can be naturally transferred during the training process to the target task. Furthermore, it can improve the generalization performance on most datasets through the proposed knowledge transfer between different problem domains from multiple source networks. SSKT outperforms the other transfer learning methods (KD, DML, and MAXL) through experiments under various knowledge transfer settings. The source code will be made available to the public.

Code Implementations1 repo
Foundations

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

Your Notes