Self-Tuning for Data-Efficient Deep Learning
Ximei Wang, Jinghan Gao, Mingsheng Long, Jianmin Wang

TL;DR
Self-Tuning is a unified approach that enhances data-efficient deep learning by combining semi-supervised learning and transfer learning, using a novel Pseudo Group Contrast mechanism to reduce reliance on pseudo-labels and improve accuracy.
Contribution
The paper introduces Self-Tuning, a novel framework that unifies SSL and TL with a Pseudo Group Contrast mechanism to improve data efficiency and robustness in deep learning.
Findings
Outperforms SSL and TL methods on five tasks
Doubles accuracy of fine-tuning on Cars with 15% labels
Significantly reduces reliance on pseudo-labels
Abstract
Deep learning has made revolutionary advances to diverse applications in the presence of large-scale labeled datasets. However, it is prohibitively time-costly and labor-expensive to collect sufficient labeled data in most realistic scenarios. To mitigate the requirement for labeled data, semi-supervised learning (SSL) focuses on simultaneously exploring both labeled and unlabeled data, while transfer learning (TL) popularizes a favorable practice of fine-tuning a pre-trained model to the target data. A dilemma is thus encountered: Without a decent pre-trained model to provide an implicit regularization, SSL through self-training from scratch will be easily misled by inaccurate pseudo-labels, especially in large-sized label space; Without exploring the intrinsic structure of unlabeled data, TL through fine-tuning from limited labeled data is at risk of under-transfer caused by model…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Advanced Neural Network Applications
