Generative Semi-supervised Learning with Meta-Optimized Synthetic Samples
Shin'ya Yamaguchi

TL;DR
This paper introduces a novel semi-supervised learning approach that uses synthetic samples generated by foundation models, eliminating the need for real unlabeled data and outperforming traditional SSL methods especially with limited labeled data.
Contribution
The paper proposes a meta-optimized synthetic sample generation method for SSL, enabling training without real unlabeled datasets and demonstrating superior performance.
Findings
Outperforms baselines using generative foundation models in SSL
Outperforms SSL with real unlabeled data in low-label scenarios
Synthetic samples can enhance SSL efficiency
Abstract
Semi-supervised learning (SSL) is a promising approach for training deep classification models using labeled and unlabeled datasets. However, existing SSL methods rely on a large unlabeled dataset, which may not always be available in many real-world applications due to legal constraints (e.g., GDPR). In this paper, we investigate the research question: Can we train SSL models without real unlabeled datasets? Instead of using real unlabeled datasets, we propose an SSL method using synthetic datasets generated from generative foundation models trained on datasets containing millions of samples in diverse domains (e.g., ImageNet). Our main concepts are identifying synthetic samples that emulate unlabeled samples from generative foundation models and training classifiers using these synthetic samples. To achieve this, our method is formulated as an alternating optimization problem: (i)…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Advanced Neural Network Applications
