paper-with-me

홈 › Papers

Lifelong Teacher-Student Network Learning

2021-07-09 · Fei Ye, Adrian G. Bors

A unique cognitive capability of humans consists in their ability to acquire new knowledge and skills from a sequence of experiences. Meanwhile, artificial intelligence systems are good at learning only the last given task without being able to remember the databases learnt in the past. We propose a novel lifelong learning methodology by employing a Teacher-Student network framework. While the Student module is trained with a new given database, the Teacher module would remind the Student about the information learnt in the past. The Teacher, implemented by a Generative Adversarial Network (GAN), is trained to preserve and replay past knowledge corresponding to the probabilistic representations of previously learn databases. Meanwhile, the Student module is implemented by a Variational Autoencoder (VAE) which infers its latent variable representation from both the output of the Teacher module as well as from the newly available database. Moreover, the Student module is trained to capture both continuous and discrete underlying data representations across different domains. The proposed lifelong learning framework is applied in supervised, semi-supervised and unsupervised training. The code is available~: \url{https://github.com/dtuzi123/Lifelong-Teacher-Student-Network-Learning}

📄 PDF Abstract BibTeX arXiv:2107.04689

Code (1)

dtuzi123/Lifelong-Teacher-Student-Network-Learning 공식 구현 tf

Tasks

Generative Adversarial NetworkLifelong learning

Similar Papers 제목 키워드 기반

Lifelong Explainer for Lifelong Learners

2021-11-01 · EMNLP 2021 11 · Xuelin Situ, Sameen Maruf, Ingrid Zukerman, Cecile Paris 외

Lifelong Learning (LL) black-box models are dynamic in that they keep learning from new tasks and constantly update their parameters. Owing to the need to utilize information from previously seen tasks, and capture commo…

Lifelong learningtext-classificationText Classification

Meta-Teaching: Curriculum Generation for Lifelong Learning

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Meta-learning will be crucial to creating lifelong, generalizable AI. In practice, however, it is hard to define the meta-training task distribution that is used to train meta-learners. If made too small, tasks are too s…

Lifelong learningMeta-Learning

A Probabilistic Framework for Lifelong Test-Time Adaptation

2022-12-19 · CVPR 2023 1 · Dhanajit Brahma, Piyush Rai

Test-time adaptation (TTA) is the problem of updating a pre-trained source model at inference time given test input(s) from a different target domain. Most existing TTA approaches assume the setting in which the target d…

Test-time Adaptation

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

Semi-Supervised Lifelong Language Learning

2022-11-23 · Yingxiu Zhao, Yinhe Zheng, Bowen Yu, Zhiliang Tian 외

Lifelong learning aims to accumulate knowledge and alleviate catastrophic forgetting when learning tasks sequentially. However, existing lifelong language learning methods only focus on the supervised learning setting. U…

Lifelong learningTransfer Learning