Self-Supervised Knowledge Transfer via Loosely Supervised Auxiliary Tasks
Seungbum Hong, Jihun Yoon, Junmo Kim, Min-Kook Choi

TL;DR
This paper introduces a flexible self-supervised knowledge transfer method that leverages auxiliary tasks to improve CNN training efficiency and generalization across different datasets and domains.
Contribution
It proposes a network- and dataset-agnostic self-supervised knowledge transfer technique using auxiliary tasks with soft labels, enhancing transfer learning performance.
Findings
SSKT outperforms KD, DML, and MAXL in various settings.
It improves generalization across multiple datasets and domains.
The method is independent of network structure and dataset.
Abstract
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…
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
Self-Supervised Knowledge Transfer via Loosely Supervised Auxiliary Tasks· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Advanced Neural Network Applications
