paper-with-me

홈 › Papers

Mako: Semi-supervised continual learning with minimal labeled data via data programming

2021-09-29 · Pengyuan Lu, Seungwon Lee, Amanda Watson, David Kent, Insup Lee, Eric Eaton, James Weimer

Lifelong machine learning (LML) is a well-known paradigm mimicking the human learning process by utilizing experiences from previous tasks. Nevertheless, an issue that has been rarely addressed is the lack of labels at the individual task level. The state-of-the-art of LML largely addresses supervised learning, with a few semi-supervised continual learning exceptions which require training additional models, which in turn impose constraints on the LML methods themselves. Therefore, we propose Mako, a wrapper tool that mounts on top of supervised LML frameworks, leveraging data programming. Mako imposes no additional knowledge base overhead and enables continual semi-supervised learning with a limited amount of labeled data. This tool achieves similar performance, in terms of per-task accuracy and resistance to catastrophic forgetting, as compared to fully labeled data. We ran extensive experiments on LML task sequences created from standard image classification data sets including MNIST, CIFAR-10 and CIFAR-100, and the results show that after utilizing Mako to leverage unlabeled data, LML tools are able to achieve $97\%$ performance of supervised learning on fully labeled data in terms of accuracy and catastrophic forgetting prevention. Moreover, when compared to baseline semi-supervised LML tools such as CNNL, ORDisCo and DistillMatch, Mako significantly outperforms them, increasing accuracy by $0.25$ on certain benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Learning to Predict Gradients for Semi-Supervised Continual Learning

2022-01-23 · Yan Luo, Yongkang Wong, Mohan Kankanhalli, Qi Zhao

A key challenge for machine intelligence is to learn new visual concepts without forgetting the previously acquired knowledge. Continual learning is aimed towards addressing this challenge. However, there is a gap betwee…

Continual Learning

Contrastive Learning for Online Semi-Supervised General Continual Learning

2022-07-12 · Nicolas Michel, Romain Negrel, Giovanni Chierchia, Jean-François Bercher

We study Online Continual Learning with missing labels and propose SemiCon, a new contrastive loss designed for partly labeled data. We demonstrate its efficiency by devising a memory-based method trained on an unlabeled…

Continual LearningContrastive LearningMissing Labels

ORDisCo: Effective and Efficient Usage of Incremental Unlabeled Data for Semi-supervised Continual Learning

2021-01-02 · CVPR 2021 1 · Liyuan Wang, Kuo Yang, Chongxuan Li, Lanqing Hong 외

Continual learning usually assumes the incoming data are fully labeled, which might not be applicable in real applications. In this work, we consider semi-supervised continual learning (SSCL) that incrementally learns fr…

Continual LearningGenerative Adversarial Network

A Distinct Unsupervised Reference Model From The Environment Helps Continual Learning

2023-01-11 · Seyyed AmirHossein Ameli Kalkhoran, Mohammadamin Banayeeanzade, Mahdi Samiei, Mahdieh Soleymani Baghshah

The existing continual learning methods are mainly focused on fully-supervised scenarios and are still not able to take advantage of unlabeled data available in the environment. Some recent works tried to investigate sem…

Continual Learning

Dynamic Sub-graph Distillation for Robust Semi-supervised Continual Learning

2023-12-27 · Yan Fan, Yu Wang, Pengfei Zhu, QinGhua Hu

Continual learning (CL) has shown promising results and comparable performance to learning at once in a fully supervised manner. However, CL strategies typically require a large number of labeled samples, making their re…

Continual Learninggraph constructionKnowledge Distillation