Fast Evaluation of DNN for Past Dataset in Incremental Learning
Naoto Sato

TL;DR
The paper introduces a fast method to evaluate how incremental training affects the accuracy of a DNN on past datasets, significantly reducing evaluation time.
Contribution
It proposes a gradient-based approach to quickly estimate accuracy changes without testing all past data, improving efficiency in incremental learning scenarios.
Findings
The method accurately estimates accuracy change in constant time.
Experimental results validate the effectiveness across multiple datasets.
Abstract
During the operation of a system including a deep neural network (DNN), new input values that were not included in the training dataset are given to the DNN. In such a case, the DNN may be incrementally trained with the new input values; however, that training may reduce the accuracy of the DNN in regard to the dataset that was previously obtained and used for the past training. It is necessary to evaluate the effect of the additional training on the accuracy for the past dataset. However, evaluation by testing all the input values included in the past dataset takes time. Therefore, we propose a new method to quickly evaluate the effect on the accuracy for the past dataset. In the proposed method, the gradient of the parameter values (such as weight and bias) for the past dataset is extracted by running the DNN before the training. Then, after the training, its effect on the accuracy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Healthcare · Domain Adaptation and Few-Shot Learning · Text and Document Classification Technologies
