Peer Review History
| Original SubmissionOctober 7, 2024 |
|---|
|
PONE-D-24-44589ArsenicNet: An Efficient Way of Arsenic Skin Disease Detection Using Enriched Fusion Xception ModelPLOS ONE Dear Dr. Mridha, 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 03 2025 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, Asadullah Shaikh, 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 note that PLOS ONE has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, we expect all author-generated code to be made available without restrictions upon publication of the work. Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse. [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: Partly Reviewer #2: Partly Reviewer #3: Partly ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: 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: Yes Reviewer #2: Yes Reviewer #3: 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: No Reviewer #2: No Reviewer #3: 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: The manuscript introduces "ArsenicNet," a novel fusion model for arsenic-induced skin disease detection that combines the Xception model with an Inception module. The paper aims to address a significant public health issue by providing an accurate and efficient approach to detect arsenic contamination-related skin conditions, particularly for populations in Bangladesh who rely heavily on groundwater. With an impressive accuracy of 97.69%, the model outperformed five state-of-the-art deep learning models. Using the "ArsenicSkinImageBD" dataset, the authors argue that ArsenicNet is a promising tool for public health diagnostics. Major Comments: 1. Model Justification and Architecture: Comment: The integration of Xception with an Inception module is creative, yet the manuscript lacks a detailed rationale for choosing this specific combination. While the authors provide a block diagram and description, additional explanation of how each module contributes to performance and why they were chosen over other architectures is necessary. Recommendation: Include a more thorough discussion on why the Xception-Inception fusion is preferred, specifically highlighting the roles of multi-scale feature extraction and depthwise separable convolutions in improving accuracy for arsenic skin disease detection. 2. Dataset Limitations and Generalizability: Comment: The dataset used in this study, "ArsenicSkinImageBD," is highly specific to Bangladesh. While appropriate for this study, this limited scope risks reducing the model's generalizability across broader populations and environments. Arsenic contamination affects regions beyond Bangladesh, and the model might face performance drops in other contexts due to demographic and environmental variations in skin disease manifestation. Recommendation: Address this limitation by discussing potential generalizability issues and the need for future external validation. If feasible, suggest synthetic augmentation techniques or access to additional datasets for a more comprehensive evaluation. 3. Lack of Explainability in Model Predictions: Comment: In a clinical setting, explainability is crucial. The paper currently lacks any application of Explainable AI (XAI) methods to enhance the interpretability of the model’s predictions, especially given the model’s sensitivity to complex patterns in skin images. Recommendation: Incorporate XAI tools, such as SHAP or Grad-CAM, to illustrate how the model makes decisions. Visual representations of feature importance or heatmaps over skin images could be particularly beneficial in understanding the model’s decision-making process and would enhance trust in clinical applications. 4. Comparison with Modern Techniques: Comment: While the model achieves significant accuracy, the comparative analysis is limited to relatively established deep learning architectures like InceptionV3, VGG19, and ResNet152V2. Given the rapid advancements in computer vision, including the adoption of Vision Transformers (ViT) and ensemble learning methods, the benchmarks used in this study might not fully demonstrate the model's relative performance. Recommendation: Test the model against Vision Transformers, ensemble learning techniques, or hybrid models that have recently shown promising results in image classification tasks. This would provide a more comprehensive assessment and enhance the study's relevance. 5. Performance Metrics and Thresholds: Comment: The paper reports high accuracy, but it does not provide adequate detail on other critical metrics, such as sensitivity, specificity, and F1-scores, across different thresholds. These metrics are especially relevant in medical applications, where minimizing false negatives (missed disease cases) is often more critical than maximizing accuracy alone. Recommendation: Expand the performance analysis to include a discussion of sensitivity, specificity, and the implications of various classification thresholds. An ROC curve and AUC values provide an initial sense of balance, but concrete metrics on false negatives and false positives at different thresholds are necessary to evaluate the model's robustness and clinical applicability. 6. Reproducibility and Model Training Details: Comment: Although the manuscript includes some hyperparameter settings, it lacks comprehensive details on model training, such as batch size, data preprocessing specifics, data augmentation techniques, and hardware configurations. These are essential for replicating the study and ensuring its robustness. Recommendation: Add a dedicated section that details all preprocessing steps, including data normalization, resizing, augmentation parameters, and specific hardware configurations used during training. Provide detailed values for all hyperparameters, learning rates, and decay schedules to facilitate reproducibility. 7. Broader Implications and Ethical Considerations: Comment: The health implications of arsenic detection are significant, and while the study highlights the potential of ArsenicNet for public health, it lacks a broader discussion on ethical considerations, such as privacy concerns, data security, and the implications of false positives and negatives in a medical setting. Recommendation: Address the ethical considerations of deploying such models in healthcare, including privacy safeguards, the potential impacts of misdiagnosis, and plans to manage data confidentiality in clinical applications. Minor Comments: Abstract: The abstract should briefly highlight the limitations of the dataset and the need for broader validation. Figures: Figures related to the model architecture could be made clearer with improved annotations on each component. Terminology Consistency: Ensure consistency in terminology, especially regarding technical terms like "false positives," "false negatives," "precision," and "sensitivity." Reviewer #2: The paper presents an interesting topic. However, it needs general language and structural editing to enhance its readability. For instance, in the related work, a statement such as "In this paper, authors tried to get information of measuring arsenic in groundwater [5]. Authors wanted to draw a concern regarding..." is a bit low for this kind of research paper. I recommend proper language editing to enhance the paper's readability and resubmission for proper review. Reviewer #3: 1.Ensure a logical flow from data preparation, model architecture, hyperparameter tuning, experimental setup, and result analysis. This will help readers follow your process easily. 2.Provide clear justifications for why Xception and an inception module were combined and how this particular choice impacts classification. 3.Clearly justify the choice of data split (80-10-10 vs. 70-15-15). Discuss how this choice impacts model generalization and robustness, ideally with cross-validation results or a graph showing performance for each split. 4.Provide more in-depth information on the inception module, explaining how each filter size contributes to multi-scale feature extraction and its impact on model performance. 5.Provide more context around why certain models perform better on this dataset. If available, show how similar architectures performed on similar datasets. 6.Include a more in-depth analysis of confusion matrix results and the ROC curves for each model. Highlight why certain models had higher false positives or false negatives. 7.Use bar graphs or spider charts to compare models across multiple metrics (accuracy, F1, precision, recall). This will offer a clearer view of each model’s strengths and weaknesses. 8. Acknowledge any limitations, such as dataset size, imbalance, or possible overfitting issues, and discuss how these could affect the model's performance in real-world scenarios. 9.Propose specific future work directions, like exploring other architectures, optimizing additional hyperparameters, or testing on larger datasets. ********** 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: No Reviewer #3: 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 1 |
|
PONE-D-24-44589R1ArsenicNet: An Efficient Way of Arsenic Skin Disease Detection Using Enriched Fusion Xception ModelPLOS ONE Dear Dr. Mridha, 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 Apr 04 2025 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, Asadullah Shaikh, 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 #2: All comments have been addressed Reviewer #3: 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 #2: Partly Reviewer #3: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #2: (No Response) Reviewer #3: 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 #2: Yes Reviewer #3: 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 #2: Yes Reviewer #3: 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 #2: I commend the authors for their effort in improving the manuscript based on the previous comments, but I still believe there are still a few things to address. Additional Comments: 1. Language and Structure: Although the authors indicated that the manuscript has been proofread, some sections still require general language and structural editing for improved readability. For example, in the abstract, a statement like "The proposed model achieved 97.69% accuracy, along with 97.63% F1 score and reached the top"; in section 4.3, a statement like "More over, if we notice closely, then we can see that we have got the lowest test accuracy,..."; etc. Recommendation: Professional language editing will perhaps be much better. 2. The figure illustrating the model architecture needs clarity. Adequate annotations explaining each component and its role in the architecture are important. 3. Dataset size: The author acknowledged that the dataset is small. This is a big concern as to the generalisability of the model findings. Recommendation: The author should include a comprehensive discussion (also in the abstract) on the limitations of the research (particularly the chances of model overfitting). Reviewer #3: I recommend to accept the paper for publishing since all my comments were addressed, the modifications has enhanced the paper quality. ********** 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 #2: No Reviewer #3: 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 |
|
ArsenicNet: An Efficient Way of Arsenic Skin Disease Detection Using Enriched Fusion Xception Model PONE-D-24-44589R2 Dear Dr. Mridha, 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 will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager® and clicking the ‘Update My Information' link at the top of the page. If you have any questions relating to publication charges, 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, Asadullah Shaikh, Ph.D. Academic Editor PLOS ONE Additional Editor Comments (optional): 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 #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 #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #2: N/A ********** 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 #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 #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 #2: The authors have been able to address all comments raised in the previous review. No further comments. ********** 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 #2: No ********** |
| Formally Accepted |
|
PONE-D-24-44589R2 PLOS ONE Dear Dr. Mridha, I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now being handed over to our production team. At this stage, our production department will prepare your paper for publication. This includes ensuring the following: * All references, tables, and figures are properly cited * All relevant supporting information is included in the manuscript submission, * There are no issues that prevent the paper from being properly typeset You will receive further instructions from the production team, including instructions on how to review your proof when it is ready. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few days to review your paper and let you know the next and final steps. Lastly, 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 customercare@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 Prof. Asadullah Shaikh 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 .