paper-with-me

홈 › Papers

Building One-Shot Semi-supervised (BOSS) Learning up to Fully Supervised Performance

2020-06-16 · Leslie N. Smith, Adam Conovaloff

Reaching the performance of fully supervised learning with unlabeled data and only labeling one sample per class might be ideal for deep learning applications. We demonstrate for the first time the potential for building one-shot semi-supervised (BOSS) learning on Cifar-10 and SVHN up to attain test accuracies that are comparable to fully supervised learning. Our method combines class prototype refining, class balancing, and self-training. A good prototype choice is essential and we propose a technique for obtaining iconic examples. In addition, we demonstrate that class balancing methods substantially improve accuracy results in semi-supervised learning to levels that allow self-training to reach the level of fully supervised learning performance. Rigorous empirical evaluations provide evidence that labeling large datasets is not necessary for training deep neural networks. We made our code available at https://github.com/lnsmith54/BOSS to facilitate replication and for use with future real-world applications.

📄 PDF Abstract BibTeX arXiv:2006.09363

Code (1)

lnsmith54/BOSS 공식 구현 tf

Tasks

Semi-Supervised Image Classification

Similar Papers 제목 키워드 기반

Bayesian Optimization Meets Self-Distillation

2023-04-25 · ICCV 2023 1 · Hyunjae Lee, Heon Song, Hyeonsoo Lee, Gi-hyeon Lee 외

Bayesian optimization (BO) has contributed greatly to improving model performance by suggesting promising hyperparameter configurations iteratively based on observations from multiple training trials. However, only parti…

Bayesian Optimizationimage-classificationImage ClassificationLearning with noisy labels+1

BossNAS: Exploring Hybrid CNN-transformers with Block-wisely Self-supervised Neural Architecture Search

2021-03-23 · ICCV 2021 10 · Changlin Li, Tao Tang, Guangrun Wang, Jiefeng Peng 외

A myriad of recent breakthroughs in hand-crafted neural architectures for visual recognition have highlighted the urgent need to explore hybrid architectures consisting of diversified building blocks. Meanwhile, neural a…

Image ClassificationNeural Architecture SearchOpen-Ended Question Answering

TransMatch: A Transfer-Learning Scheme for Semi-Supervised Few-Shot Learning

2019-12-19 · CVPR 2020 6 · Zhongjie Yu, Lin Chen, Zhongwei Cheng, Jiebo Luo

The successful application of deep learning to many visual recognition tasks relies heavily on the availability of a large amount of labeled data which is usually expensive to obtain. The few-shot learning problem has at…

Few-Shot LearningMeta-LearningTransfer Learning

Bootstrap Your Own Skills: Learning to Solve New Tasks with Large Language Model Guidance

2023-10-16 · Jesse Zhang, Jiahui Zhang, Karl Pertsch, Ziyi Liu 외

We propose BOSS, an approach that automatically learns to solve new long-horizon, complex, and meaningful tasks by growing a learned skill library with minimal supervision. Prior work in reinforcement learning require ex…

Language ModelingLanguage ModellingLarge Language Model

Scalable Semi-supervised Landmark Localization for X-ray Images using Few-shot Deep Adaptive Graph

2021-04-29 · Xiao-Yun Zhou, Bolin Lai, Weijian Li, Yirui Wang 외

Landmark localization plays an important role in medical image analysis. Learning based methods, including CNN and GCN, have demonstrated the state-of-the-art performance. However, most of these methods are fully-supervi…

Medical Image Analysis