English

KRNet: Towards Efficient Knowledge Replay

Machine Learning 2022-05-24 v1 Computer Vision and Pattern Recognition

Abstract

The knowledge replay technique has been widely used in many tasks such as continual learning and continuous domain adaptation. The key lies in how to effectively encode the knowledge extracted from previous data and replay them during current training procedure. A simple yet effective model to achieve knowledge replay is autoencoder. However, the number of stored latent codes in autoencoder increases linearly with the scale of data and the trained encoder is redundant for the replaying stage. In this paper, we propose a novel and efficient knowledge recording network (KRNet) which directly maps an arbitrary sample identity number to the corresponding datum. Compared with autoencoder, our KRNet requires significantly (400×400\times) less storage cost for the latent codes and can be trained without the encoder sub-network. Extensive experiments validate the efficiency of KRNet, and as a showcase, it is successfully applied in the task of continual learning.

Keywords

Cite

@article{arxiv.2205.11126,
  title  = {KRNet: Towards Efficient Knowledge Replay},
  author = {Yingying Zhang and Qiaoyong Zhong and Di Xie and Shiliang Pu},
  journal= {arXiv preprint arXiv:2205.11126},
  year   = {2022}
}

Comments

Accepted by ICPR 2022

R2 v1 2026-06-24T11:25:21.143Z