Summary
The paper focuses on class-incremental learning and introduces a time-aware regularization method aimed at adjusting the importance weights of the generative loss within the objectives. The proposed method fine-tunes the weights associated with the reconstruction loss and regularization term in the final objective. These weights are depended on the infer time-stamp (order) of tasks. Empirically, earlier tasks tend to have smaller weights in both the reconstruction and regularization losses. Combining with Brian-inspired Relay (BI-R), the proposed method demonstrates competitive performance in class-incremental learning across several datasets.
Strengths
The paper studies a practical and important problem: class-incremental (continual) learning, focusing on improving the generative replay methods.
The proposed method, which employs a time-aware regularization to tune the weights of generative loss, provides a reasonable method to improve the performance of generative replay.
Overall, the paper is well-structured and effectively communicates the details of the proposed method.
Furthermore, in the experimental evaluation, the proposed method demonstrates superior performance compared to previous approaches, as reported in the paper.
Weaknesses
1) The paper's novelty appears limited, as similar ideas have been explored in prior works. For instance, BioSLAM [1] employs a time-decay factor to reduce the importance of older samples (see section 5.B.3 in [1]), resembling the time-aware regularization introduced in this paper. Could you clarify the distinctions and unique contributions of this paper in comparison to the time-decay importance mechanism in [1]?
2) The structure of the time-aware regularization method presented in section 4.4 seems tricky. It would be helpful to conduct ablation studies on different time-aware regularization functions, e.g., linear decay, polynomial decay, and exponential decay (as demonstrated in the paper).
3) The scope of the experiments is somewhat limited. It might be beneficial to expand the experimental setup to include different numbers of tasks, such as a 5-task or 20-task configuration on CIFAR-100 datasets, as discussed in [2].
4) For datasets with high complexity and resolution, such as ImageNet, the quality of sample generation using VAE might not meet acceptable standards, which could potentially restrict the performance of the proposed method. It would be helpful to conduct experiments on large datasets like ImageNet, as discussed in [3].
[1] P. Yin, et al. "BioSLAM: A Bioinspired Lifelong Memory System for General Place Recognition." IEEE Transactions on Robotics (2023).
[2] J. James, et al. "Always be dreaming: A new approach for data-free class-incremental learning." ICCV. 2021.
[3] X. Hu, et al. "Distilling causal effect of data in class-incremental learning." CVPR, 2021.
Questions
1) What is the difference and uniqueness of the paper compared to the time-decay importance in BioSLAM [1]?
2) What is the reason behind selecting the exponential decay term for time-aware regularization in section 4.4? How does this form compare to a linear-decay approach?
3) It might be beneficial to expand the experimental setup to include different numbers of tasks, such as a 5-task or 20-task configuration on CIFAR-100 datasets.
4) It would be helpful to conduct experiments on large datasets like ImageNet.
Rating
3: reject, not good enough
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.