Response to Reviewer TPK5
We appreciate the time and effort you have dedicated to reviewing our paper. Your detailed comments have helped us to enhance our work significantly.
W1, W4: I agree with your opinion that, although technical insights regarding each methodology are provided in the Introduction and Proposed Method sections of the paper, further efforts to clarify these points are necessary. In response, we have created a new section titled ‘Appendix J: Exploring Clustering in Traffic Forecasting and Revisiting the Contributions of Our Proposed Model’ to reorganize and clarify our contributions. Please refer to the updated paper for this information.
W2: In response to your feedback, we have created a new section in the appendix titled 'Appendix M: Limitation and Future Work' where we analyze the current limitations of our model. Please refer to the updated paper for this information.
W3: Thank you for the valuable feedback. In response, we have added a new section titled 'Appendix L: Complexity Analysis' where we conduct an analysis of both time complexity and space complexity. As mentioned in the Introduction, the reason for using continual learning is that retraining the entire network is inefficient. Instead, we use continual learning methods to maintain high performance while training only a few newly added nodes. However, in our methodology, when we train the first task, we use the entire dataset, which can be problematic. We have addressed this discussion in a newly created section 'Appendix M: Limitation and Future Work'. Please refer to the updated paper for this information.
W5, C3: We have presented experimental results for the core hyperparameters that we believe are crucial in our modeling. Experiments on the number of Experts can be found in the appendix 'Appendix G: Optimizing Expert Selection.' Experiments on the replay ratio for 'Reconstruction-Based Replay' are available in 'Appendix H: Replay Method Analysis: Reconstruction-Based Replay vs Random Sampling.' Experiments on the sampling ratio for 'Forgetting-Resilient Sampling' are detailed in 'Appendix I: Evaluating the Impact of Sampling Ratio on Model Performance.' However, as you suggest, experiments on the sensitivity of various other hyperparameters are also important. We plan to add a section related to parameter sensitivity and will update it for inclusion in the final version of the paper.
W6: We have described the dataset in a manner that is typical in the field of traffic forecasting. This can be verified in 'Appendix A: Dataset.' Additionally, details about the experimental settings, such as dataset preprocessing, can be found in 'Appendix C: Evaluation Protocol.' Information on the model's hyperparameter settings is available in 'Appendix D: Implementation Details.' Please refer to these sections for more information.
C1: In our research, we focus on a homogeneous graph structure that aligns with the nature of our 1-dimensional traffic flow data. Each node in our graph represents a data point in traffic flow, and our structure does not incorporate heterogeneous elements. The primary aim of our study is to model the changes in traffic flow over time, capturing the patterns and variations within this specific context. As such, the question of addressing heterogeneous graph structures does not directly apply to our work, since our methodology and data are inherently homogeneous. While our current approach is specialized for uniform data types, we recognize the potential for future research to explore and incorporate more complex, heterogeneous graph structures, expanding the scope and applicability of our work.
C2: If 'pre-trained clustering' refers to the clustering methodology in the pre-training stage, then such an experiment would indeed be a good way to support our main idea. We appreciate the suggestion and have created a new section titled 'Appendix K: Analysis of the Effects of Clustering in the Pre-training Stage' in response to your comments. In this section, we have conducted experiments and analyzed the results. Please refer to the updated paper for this information.