Peer Review History
| Original SubmissionJanuary 5, 2022 |
|---|
|
PONE-D-22-00437Deep Learning for the Diagnosis of Mesial Temporal Lobe EpilepsyPLOS ONE Dear Dr. Sakashita, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Please submit your revised manuscript by Jul 08 2022 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Yuvaraj Rajamanickam, Ph.D Academic Editor PLOS ONE Journal Requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 2. Please provide additional details regarding participant consent. In the ethics statement in the Methods and online submission information, please ensure that you have specified (1) whether consent was informed and (2) what type you obtained (for instance, written or verbal, and if verbal, how it was documented and witnessed). If your study included minors, state whether you obtained consent from parents or guardians. If the need for consent was waived by the ethics committee, please include this information. If you are reporting a retrospective study of medical records or archived samples, please ensure that you have discussed whether all data were fully anonymized before you accessed them and/or whether the IRB or ethics committee waived the requirement for informed consent. If patients provided informed written consent to have data from their medical records used in research, please include this information Once you have amended this/these statement(s) in the Methods section of the manuscript, please add the same text to the “Ethics Statement” field of the submission form (via “Edit Submission”). For additional information about PLOS ONE ethical requirements for human subjects research, please refer to http://journals.plos.org/plosone/s/submission-guidelines#loc-human-subjects-research. 3. We note that the grant information you provided in the ‘Funding Information’ and ‘Financial Disclosure’ sections do not match. When you resubmit, please ensure that you provide the correct grant numbers for the awards you received for your study in the ‘Funding Information’ section. 4. PLOS requires an ORCID iD for the corresponding author in Editorial Manager on papers submitted after December 6th, 2016. Please ensure that you have an ORCID iD and that it is validated in Editorial Manager. To do this, go to ‘Update my Information’ (in the upper left-hand corner of the main menu), and click on the Fetch/Validate link next to the ORCID field. This will take you to the ORCID site and allow you to create a new iD or authenticate a pre-existing iD in Editorial Manager. Please see the following video for instructions on linking an ORCID iD to your Editorial Manager account: https://www.youtube.com/watch?v=_xcclfuvtxQ [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: No Reviewer #2: Partly ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: No Reviewer #2: Yes ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: No Reviewer #2: Yes ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: Firstly, I take this opportunity to congratulate the authors on their successful submission of their paper for publication. Initially, I felt the paper can be recommended for publication with reasonable modifications. However, once I saw Fig. 3, I can no longer recommend the paper since there is something fundamentally wrong while training the deep learning model. The validation accuracy does not change even after training the model. This infers either the validation accuracy depicted in Fig. 3 is erroneous or the VGG16 model can detect MTLE even without re-training the model. Kindly rectify this issue since this is the main result of the paper. Comments: • The patient flow chart is well described. However, the number of patients in the training/validation set needs to be specified separately. Also, please indicate the number of images/augmented images from each patient. As of now, the data information in lines 114, 125, 157, 161, etc is confusing. • Please specify how the training and validation data was selected. Was the dataset split at the patient-level or the image-level. The images from the same patient should not be included in both the training and validation set. • I also recommend performing a cross-validation to verify the robustness of the methods prescribed in the manuscript. • I am also concerned why 20 patients were specifically chosen to compare between the AI system and the clinicians. Ideally, the comparison should be performed for all the 46 MTLE patients. Please do not use a ‘convenient’ sample for comparisons. • I also have concerns regarding the statistical testing: o T-tests are performed if the data distribution is ‘normal’. I am not sure if the data points fall into a normal distribution as the sample size is too low. Please perform a ‘normality’ testing before applying a t-test. Alternatively, you need to apply Man-Whitney U test or Wilcoxon rank sum test. o Kindly report the effect sizes along with p-values. o In Table 3, for the first 10 patients, the ground truth is ‘1’ and for 11-20 patients the ground truth is ‘0’. Therefore, while performing the test, you will end up with two p-values (one for 1-10 patients and one for 11-20). Since you have reported a single p-value please specify how this was performed. • Data augmentation is widely used while training the deep learning models. You should not apply them while computing the validation results as this will skew the accuracy since a single data point (patient) is considered as multiple observations. The validation/test results should be reported considering each patient as a single data point. • Finally, if possible try to explain why the AI system was capable of diagnosing better than clinicians using Fig. 4. In other words, what did the AI system detect in the images that were missed by the clinicians. Good luck. Reviewer #2: 1. The authors failed to compare their segmentation results with hippocampal segmentation papers in the literature 2. The authors didn’t validate their segmentation accuracy through the deep learning cross validation methods 3. Authors didn’t explain about the architecture of deep learning in the manuscript 4. Authors didn’t compare their results with other segmentation algorithms or standard tool box 5. Authors didn’t explain the challenges of segmentation of hippocampus through deep learning algorithm 6. Authors gas to validate their results through other metrics like sensitivity, specificity, f1 score etc to verify the performance of algorithm 7. Authors has to explain the optimization of parameters of deep learning model 8. How MRI out performs the less cost EEG data in epilepsy diagnosis 9. Why T2 and FLAIR images are used instead of T1 weighted images? 10. Why there is huge difference between diagnostic accuracy of AI and neurosurgeon in table 3? Whether results can be validated with multiple surgeons results? ********** 6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: Yes: Jac Fredo Agastinose Ronickom [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 1 |
|
PONE-D-22-00437R1Deep Learning for the Diagnosis of Mesial Temporal Lobe EpilepsyPLOS ONE Dear Dr. Sakashita, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Please submit your revised manuscript by Oct 29 2022 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Yuvaraj Rajamanickam, Ph.D Academic Editor PLOS ONE [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: (No Response) Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Partly Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: No Reviewer #2: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: No Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: Firstly, I take this opportunity to congratulate the authors on their successful re-submission of their paper for publication. Comments: 1. “Initially, I felt the paper can be recommended for publication with reasonable modifications. However, once I saw Fig. 3, I can no longer recommend the paper since there is something fundamentally wrong while training the deep learning model. The validation accuracy does not change even after training the model. This infers either the validation accuracy depicted in Fig. 3 is erroneous or the VGG16 model can detect MTLE even without re-training the model. Kindly rectify this issue since this is the main result of the paper.” The relatively high accuracy from the beginning of the epoch may be due firstly to the fact that VGG16 was a very good model for MTLE differentiation, and secondly to the fact that the image size was small (96 × 96 pixel) and the accuracy was high. However, considering that diagnostic accuracy increased with each successive epoch, we believe that there was a learning effect. Please elaborate the statement that the “diagnostic accuracy is increased in a successive epoch”. As observed from the Figure 4, the validation accuracy is decreasing or remaining the same throughout the training. The training accuracy is expected to increase and saturate overtime. The validation accuracy typically represents the results on an unknown test set. Therefore, if the validation accuracy is high without any training, it means that the model without any training is can perform classification task. Ideally, the validation accuracy should increase with training and later saturate or decrease due to overfitting. 2. The patient flow chart is well described. However, the number of patients in the training/validation set needs to be specified separately. Also, please indicate the number of images/augmented images from each patient. As of now, the data information in lines 114, 125, 157, 161, etc is confusing. Thank you very much for your valuable suggestion. We have added a table (Table 1) and organized the data. (p.7, line 177) Thank you for adding a Tables 2 & 3 regarding patient information. However, please combine these two tables since I found that most of the patients were overlapping between the two analyses. The Table 1 is interesting. Please include details regarding the ‘validation’ set. Also, I find it consuming why data augmentation was performed on the test set. Data augmentation is performed on the training set to increase the number of observations and to make the system robust to noise. If it was applied on the test set, you are typically skewing the performance metrics. I understood you have presented both the results, but the results based on data augmentation is skewed. 3. I also recommend performing a cross-validation to verify the robustness of the methods prescribed in the manuscript. Thank you for your valuable comment. We have now performed a cross-validation analysis, and the system showed a 90–93% accuracy for T2WI and an 89–95% accuracy for FLAIR. We have included this information in line 287 (p.12) of the text. Please specify the details of cross-validation: How many folds? How was the hyper parameters optimized? etc. 4. I am also concerned why 20 patients were specifically chosen to compare between the AI system and the clinicians. Ideally, the comparison should be performed for all the 46 MTLE patients. Please do not use a ‘convenient’ sample for comparisons. I also have concerns regarding the statistical testing: T-tests are performed if the data distribution is ‘normal’. I am not sure if the data points fall into a normal distribution as the sample size is too low. Please perform a ‘normality’ testing before applying a t-test. Alternatively, you need to apply Man-Whitney U test or Wilcoxon rank sum test. Kindly report the effect sizes along with p-values. In Table 3, for the first 10 patients, the ground truth is ‘1’ and for 11-20 patients the ground truth is ‘0’. Therefore, while performing the test, you will end up with two p-values (one for 1-10 patients and one for 11-20). Since you have reported a single p-value please specify how this was performed. Those judged to have a 50% or greater likelihood of hippocampal sclerosis, according to the AI diagnosis, were treated as correct answers. Those that were not hippocampal sclerosis were treated as correct if the likelihood of hippocampal sclerosis was judged to be less than 50%. The reply to this question is incomplete. Please specify whether you have performed normality testing of the feature distribution to choose Mann-Whitney U test. Also, specify the type of d-values presented. Now, the modification on p 12, line 288 have given more concerns regarding the statistical testing. Mann-Whitney U test is performed to assess if two distribution as significantly different. However, since the authors claim that the prediction values were converted to binary as correct or wrong, then this statistical testing cannot be applied. Reviewer #2: Authors has addressed all the comments of the reviewer. I recommend the manuscript for publication. ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 2 |
|
PONE-D-22-00437R2Deep Learning for the Diagnosis of Mesial Temporal Lobe EpilepsyPLOS ONE Dear Dr. Sakashita, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Please submit your revised manuscript by Jan 06 2023 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Yuvaraj Rajamanickam, Ph.D Academic Editor PLOS ONE Journal Requirements: Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: (No Response) Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Partly Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: No Reviewer #2: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: No Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: No Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: Firstly, I take this opportunity to congratulate the authors on their successful re-submission of their paper for publication. Comments: RESPONSE: Thank you for your valuable comment. Although it is difficult to understand which epoch the horizontal axis is referring to in the graph as the number of iterations increases within 1 epoch, accuracy increases to about 0.8 within the 1st epoch. In this learning, the accuracy almost reaches a plateau at 2 epochs, making this difficult to reflect it in the graph. Question: This is exactly where I am confused. Within 2 epochs, the model saturated and the validation accuracy started decreasing. This just shows that the VGG16 model can detect MTLE even without re-training the model. This just shows that the entire training process is redundant in this study. RESPONSE: Thank you for your valuable suggestion. We have compiled the data previously presented in Tables 2 and 3 in the new Table 3. The data in Table 1 has been revised, with the amplified validation data deleted. We have added the details regarding the validation data in the new Table 2. Cross-validation was performed using three of these cases as validation data. RESPONSE: For MTLE with the hippocampus as the epileptogenic area, three out of nine T2 cases and 10 FLAIR cases were selected as validation data. Verification was performed five times by replacing the data. We obtained results of 90–93% accuracy for T2WI and 89–95% accuracy for FLAIR. Question: Please elaborate on this procedure of replacing the data. Since this cross-validation results are the key results of the paper it needs to be well detailed. RESPONSE: Thank you for your valuable comment. The Shapiro–Wilk test showed that the data did not follow a normal distribution (p<0.000); therefore, Mann–Whitney U test was performed. Question: The answer to this question is incomplete. “The reply to this question is incomplete. Please specify whether you have performed normality testing of the feature distribution to choose Mann-Whitney U test. Also, specify the type of d-values presented. Now, the modification on p 12, line 288 have given more concerns regarding the statistical testing. Mann-Whitney U test is performed to assess if two distribution as significantly different. However, since the authors claim that the prediction values were converted to binary as correct or wrong, then this statistical testing cannot be applied.” Reviewer #2: Reviewer has given his decision to accept the paper in the previous revision. Editor can take the final decision regarding the publication of the draft in the journal. ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 3 |
|
Deep Learning for the Diagnosis of Mesial Temporal Lobe Epilepsy PONE-D-22-00437R3 Dear Dr. Sakashita, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Yuvaraj Rajamanickam, Ph.D Academic Editor PLOS ONE Additional Editor Comments (optional): I understand that there are mix opinios on this paper. Overall, the data interpretation and results in this manuscript are useful and interesting to the PLOSONE readers. The conclusions are well suppoted with the data. Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: (No Response) ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: No ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: No ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: No ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: Dear Authors, I still find the answers to my reviews incomplete and therefore, I cannot recommend the manuscript for publication. 1. I did not understand this answer: "The result was not limited to whether MTLE was true or false, and the probability of MTLE was between 0.10 and 0.41 for FLAIR and between 0.01 and 0.55 for T2, which were not diagnostically useful". My question was since from the accuracy figure (Fig. 4) the VGG16 model performs better on the validation data without any training. Why do you then add additional training and make the performance inferior? 2. Cross-validation need to be systematically performed in this study. 3. I still did not understand how the statistical testing was performed. I find multiple p values all over the paper. Also, the specific type of d-value used in the manuscript needs to be defined. ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No ********** <quillbot-extension-portal></quillbot-extension-portal> |
| Formally Accepted |
|
PONE-D-22-00437R3 Deep Learning for the Diagnosis of Mesial Temporal Lobe Epilepsy Dear Dr. Sakashita: I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department. If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org. If we can help with anything else, please email us at plosone@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Yuvaraj Rajamanickam Academic Editor PLOS ONE |
Open letter on the publication of peer review reports
PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.
We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.
Learn more at ASAPbio .