🌙

终身双生成对抗网络协同学习

Lifelong Dual Generative Adversarial Nets Learning in Tandem

IEEE Transactions on Cybernetics · 2023
被引 7
ABS 3

中文导读

提出终身双生成对抗网络(LD-GANs),由教师和助手两个GAN相互教学,配合终身自知识蒸馏算法,在连续学习任务中避免遗忘,无需冻结参数,内存高效,实验表现优于其他方法。

Abstract

Continually capturing novel concepts without forgetting is one of the most critical functions sought for in artificial intelligence systems. However, even the most advanced deep learning networks are prone to quickly forgetting previously learned knowledge after training with new data. The proposed lifelong dual generative adversarial networks (LD-GANs) consist of two generative adversarial networks (GANs), namely, a Teacher and an Assistant teaching each other in tandem while successively learning a series of tasks. A single discriminator is used to decide the realism of generated images by the dual GANs. A new training algorithm, called the lifelong self knowledge distillation (LSKD) is proposed for training the LD-GAN while learning each new task during lifelong learning (LLL). LSKD enables the transfer of knowledge from one more knowledgeable player to the other jointly with learning the information from a newly given dataset, within an adversarial playing game setting. In contrast to other LLL models, LD-GANs are memory efficient and does not require freezing any parameters after learning each given task. Furthermore, we extend the LD-GANs to being the Teacher module in a Teacher-Student network for assimilating data representations across several domains during LLL. Experimental results indicate a better performance for the proposed framework in unsupervised lifelong representation learning when compared to other methods.

人工智能机器学习终身学习生成对抗网络无监督学习