Reply to reviewer HdpX (continued)
> Perhaps authors should consider including, at least, in the supplemental material about any potential risks or challenges in directly applying the findings from the study to clinical settings especially when translated into practical clinical applications for healthcare providers and individuals with diabetes.
We include a discussion of the potential negative impact in Section 6. Implementing any of the predictive models in automatic or recommender systems without checks or proper education on its shortcomings may be lethally dangerous. In an automatic system (such as Aritifical Pancreas), if a model makes an error and the system overcompensates with insulin, this could lead to serious health consequences. Similarly, without proper education on the model shortcomings, a person may believe mistaken model predictions and also overcompensate with insulin. Apart from these more obvious risks from direct model or system malfunction, there are potential risks from device hacking or intentional harm. Therefore, implementing the models in clinical practice requires careful consideration and multiple defense levels.
In terms of the challenges, there is a computing power challenge since any of the models must be able to run on the device with possibly no internet connection. Second, there is a challenge with cold starts for new enrolling patients. Third, there is data privacy and transmission challenge, as the model must be either able to train on the device itself or the data must be transmitted to the server in anonymized way. We add this discussion to Section 6 and the Supplement (Appendix D) and highlight our changes in red.
> The paper mentions not considering additional model-specific tuning for benchmark models. Could such optimizations significantly enhance the models' performance, and why were they excluded from the evaluation?
In tuning the models, we have followed the original authors' suggestions on the best set of tuning parameters. We summarize the tuning parameters for each model in Table 16 in the Supplement. However, we do not go further than the author suggested best practices on tuning the models. As an example, for the Transformer, we use the vanilla implementation with encoder-decoder structure as proposed in [3], and do not investigate further possible developments that enhance input length capabilities or expressiveness of the model as proposed in [4, 5, 6]. Such developments indeed may boost the base model performance but should be included as a separate entry. Indeed, we are actively adding new base models and hope that publication will add more light to our effort and bring attention to this crucial task.
> How diverse were the patient populations in the selected datasets in terms of demographics, disease severity, or other relevant factors, and how might this diversity affect the results and generalization?
One of the main motivations of our paper was to establish benchmarks on a diverse set of datasets covering multiple subpopulations. We summarize each dataset demographic composition in Table 2 in the main paper and provide it here for reference. With an exception of Hall, all patients were recruited during routine clinic visits: diabetes clinics for Dubosson (France), Weinstock (USA), and Broll (USA), and hypertension and vascular risk clinic for Colas (Spain). For Hall (USA), human subjects were recruited via newspapers and community outreach. Based on the table and recruiting patterns, we observe good coverage across various age, gender, and disease status groups. Therefore, we believe our study is reasonably randomized and representative. However, we note that our efforts are ongoing and we encourage and solicit the addition of new datasets.
[3] A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł . Kaiser, and I. Polosukhin. Attention is all you need. Advances in Neural Information Processing Systems (NeurIPS), 30, 2017.
[4] S. Liu, H. Yu, C. Liao, J. Li, W. Lin, A. X. Liu, and S. Dustdar. Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting. In International conference on learning representations, 2021.
[5] H. Wu, J. Xu, J. Wang, and M. Long. Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. Advances in Neural Information Processing Systems, 34:22419–22430, 2021
[6] H. Zhou, S. Zhang, J. Peng, S. Zhang, J. Li, H. Xiong, and W. Zhang. Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI conference on artificial intelligence, volume 35, pages 11106–11115, 2021.