paper-with-me

Papers

An Introduction to Lifelong Supervised Learning

2022-07-10 · Shagun Sodhani, Mojtaba Faramarzi, Sanket Vaibhav Mehta, Pranshu Malviya, Mohamed Abdelsalam, Janarthanan Janarthanan, Sarath Chandar

This primer is an attempt to provide a detailed summary of the different facets of lifelong learning. We start with Chapter 2 which provides a high-level overview of lifelong learning systems. In this chapter, we discuss prominent scenarios in lifelong learning (Section 2.4), provide 8 Introduction a high-level organization of different lifelong learning approaches (Section 2.5), enumerate the desiderata for an ideal lifelong learning system (Section 2.6), discuss how lifelong learning is related to other learning paradigms (Section 2.7), describe common metrics used to evaluate lifelong learning systems (Section 2.8). This chapter is more useful for readers who are new to lifelong learning and want to get introduced to the field without focusing on specific approaches or benchmarks. The remaining chapters focus on specific aspects (either learning algorithms or benchmarks) and are more useful for readers who are looking for specific approaches or benchmarks. Chapter 3 focuses on regularization-based approaches that do not assume access to any data from previous tasks. Chapter 4 discusses memory-based approaches that typically use a replay buffer or an episodic memory to save subset of data across different tasks. Chapter 5 focuses on different architecture families (and their instantiations) that have been proposed for training lifelong learning systems. Following these different classes of learning algorithms, we discuss the commonly used evaluation benchmarks and metrics for lifelong learning (Chapter 6) and wrap up with a discussion of future challenges and important research directions in Chapter 7.

📄 PDF Abstract BibTeX arXiv:2207.04354

Code (0)

등록된 구현이 없습니다.

Tasks

Lifelong learning

Similar Papers 제목 키워드 기반

Lifelong Generative Modeling

2017-05-27 · ICLR 2018 1 · Jason Ramapuram, Magda Gregorova, Alexandros Kalousis

Lifelong learning is the problem of learning multiple consecutive tasks in a sequential manner, where knowledge gained from previous tasks is retained and used to aid future learning over the lifetime of the learner. It …

Lifelong learningTransfer Learning

Lifelong Learning using Eigentasks: Task Separation, Skill Acquisition, and Selective Transfer

2020-07-14 · Aswin Raghavan, Jesse Hostetler, Indranil Sur, Abrar Rahman 외

We introduce the eigentask framework for lifelong learning. An eigentask is a pairing of a skill that solves a set of related tasks, paired with a generative model that can sample from the skill's input space. The framew…

Continual LearningLifelong learningTransfer Learning

Lifelong Learning using Eigentasks: Task Separation, Skill Acquisition and Selective Transfer

2020-06-12 · ICML Workshop LifelongML 2020 7 · Aswin Raghavan, Jesse Hostetler, Indranil Sur, Abrar Rahman 외

We introduce the eigentask framework for lifelong learning. An eigentask is a pairing of a skill that solves a set of related tasks with a generative model that can sample from the skill's input space. The model extends …

Continual LearningLifelong learningStarcraftTransfer Learning

Unsupervised Lifelong Person Re-identification via Contrastive Rehearsal

2022-03-12 · Hao Chen, Benoit Lagadec, Francois Bremond

Existing unsupervised person re-identification (ReID) methods focus on adapting a model trained on a source domain to a fixed target domain. However, an adapted ReID model usually only works well on a certain target doma…

Domain AdaptationPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

Semi-Unsupervised Lifelong Learning for Sentiment Classification: Less Manual Data Annotation and More Self-Studying

2019-04-30 · Xianbin Hong, Gautam Pal, Sheng-Uei Guan, Prudence Wong 외

Lifelong machine learning is a novel machine learning paradigm which can continually accumulate knowledge during learning. The knowledge extracting and reusing abilities enable the lifelong machine learning to solve the …

BIG-bench Machine LearningGeneral ClassificationLifelong learningSentiment Analysis+1