Abstract
It is known that deep learning models are performing beyond human beings if sufficient size of training data is provided. However, this is usually true only if a model is trained for a single task. If a model is continuously trained on multiple tasks, the model abruptly forgets the previously learned information. To overcome this phenomenon, various continual learning methods have been proposed. In particular, in the class-incremental learning scenario in which no task identification information is given at the inference time, the memory replay method has shown good performances. In general, the memory replay method stores class representative samples to recall previously learned tasks, but this leads to poor performance when a sample can be a representative of multiple classes. Therefore, this paper proposes a method that stores class boundary data as well as class representative data in the memory buffer to improve the performance of the memory replay. For this, a class representative sample is defined as the one of which feature is close to the mean of a certain class, and a class boundary sample is defined to be located between the means of two different classes. The experiments confirm that the proposed method shows higher performance than existing methods, which proves the importance of utilizing class boundary samples in continual learning.
Original language | English |
---|---|
Title of host publication | Advances in Computer Science and Ubiquitous Computing - Proceedings of CUTE-CSA 2022 |
Editors | Ji Su Park, Laurence T. Yang, Yi Pan, Yi Pan, Jong Hyuk Park |
Publisher | Springer Science and Business Media Deutschland GmbH |
Pages | 711-716 |
Number of pages | 6 |
ISBN (Print) | 9789819912513 |
DOIs | |
Publication status | Published - 2023 |
Event | 14th International Conference on Computer Science and its Applications, CSA 2022 and the 16th KIPS International Conference on Ubiquitous Information Technologies and Applications, CUTE 2022 - Vientiane, Lao People's Democratic Republic Duration: 19 Dec 2022 → 21 Dec 2022 |
Publication series
Name | Lecture Notes in Electrical Engineering |
---|---|
Volume | 1028 LNEE |
ISSN (Print) | 1876-1100 |
ISSN (Electronic) | 1876-1119 |
Conference
Conference | 14th International Conference on Computer Science and its Applications, CSA 2022 and the 16th KIPS International Conference on Ubiquitous Information Technologies and Applications, CUTE 2022 |
---|---|
Country/Territory | Lao People's Democratic Republic |
City | Vientiane |
Period | 19/12/22 → 21/12/22 |
Bibliographical note
Publisher Copyright:© 2023, The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.
Keywords
- Class boundary data
- Class representative data
- Memory replay