Peer Review History
| Original SubmissionAugust 1, 2019 |
|---|
|
Dear Dr Dunlop, Thank you very much for submitting your manuscript 'DeLTA: Automated cell segmentation, tracking, and lineage reconstruction using deep learning' for review by PLOS Computational Biology. Your manuscript has been fully evaluated by the PLOS Computational Biology editorial team and in this case also by independent peer reviewers. The reviewers appreciated the attention to an important problem, but raised some substantial concerns about the manuscript as it currently stands. Both reviewers found the application of UNET for lineage tracking in realtime to be interesting. However, the reviewers raise significant concerns, including a more thorough description of the method and rigorous comparison of the implementation to existing methods, including freely available tools, to demonstrated improved performance. While your manuscript cannot be accepted in its present form, we are willing to consider a revised version in which the issues raised by the reviewers have been adequately addressed. We cannot, of course, promise publication at that time. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out. Your revisions should address the specific points made by each reviewer. Please return the revised version within the next 60 days. If you anticipate any delay in its return, we ask that you let us know the expected resubmission date by email at ploscompbiol@plos.org. Revised manuscripts received beyond 60 days may require evaluation and peer review similar to that applied to newly submitted manuscripts. In addition, when you are ready to resubmit, please be prepared to provide the following: (1) A detailed list of your responses to the review comments and the changes you have made in the manuscript. We require a file of this nature before your manuscript is passed back to the editors. (2) A copy of your manuscript with the changes highlighted (encouraged). We encourage authors, if possible to show clearly where changes have been made to their manuscript e.g. by highlighting text. (3) A striking still image to accompany your article (optional). If the image is judged to be suitable by the editors, it may be featured on our website and might be chosen as the issue image for that month. These square, high-quality images should be accompanied by a short caption. Please note as well that there should be no copyright restrictions on the use of the image, so that it can be published under the Open-Access license and be subject only to appropriate attribution. Before you resubmit your manuscript, please consult our Submission Checklist to ensure your manuscript is formatted correctly for PLOS Computational Biology: http://www.ploscompbiol.org/static/checklist.action. Some key points to remember are: - Figures uploaded separately as TIFF or EPS files (if you wish, your figures may remain in your main manuscript file in addition). - Supporting Information uploaded as separate files, titled Dataset, Figure, Table, Text, Protocol, Audio, or Video. - Funding information in the 'Financial Disclosure' box in the online system. 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. 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 us at figures@plos.org. To enhance the reproducibility of your results, we recommend that you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. For instructions see here. We are sorry that we cannot be more positive about your manuscript at this stage, but if you have any concerns or questions, please do not hesitate to contact us. Sincerely, Anand R. Asthagiri Associate Editor PLOS Computational Biology Mona Singh Methods Editor PLOS Computational Biology A link appears below if there are any accompanying review attachments. If you believe any reviews to be missing, please contact ploscompbiol@plos.org immediately: [LINK] Reviewer's Responses to Questions Comments to the Authors: Please note here if the review is uploaded as an attachment. Reviewer #1: Here, Lugagne et al present DeLTA, a suite of image annotation and deep learning tools for the segmentation and tracking of cells and their lineages from microscopy images of E. coli "mother machine" microfluidic devices. The authors use a standard application of U-Net for cell-object segmentation, and a novel and straightforward application U-Net for lineage tracking. The authors analyze their lineage results by reporting the relationships between various features and detected events demonstrating the utility of these results for downstream analysis. Overall the manuscript describes a useful method to perform a much-needed task in many image analysis pipelines, but some crucial methodological information is missing or could be better organized. Major Points: Overall the results presented here are difficult to judge due to two major reasons: 1) The authors make claims as to why their method could perform better than others but do not compare their method to others using the same dataset (e.g. CellProfiler, or standard tracking algorithms). 2) It is not clear what constitutes an error. Often the error rate for segmentation tasks is reported by a variety of metrics (e.g. the U-Net paper uses IOU, pixel error, and others). Do segmentation results of "only 9 errors of 6,311 segmented cells" mean that only 9 pixels were misclassified as foreground/background/contour pixels? How lineage errors are determined is similarly unclear. There are many ways to measure errors of mis-constructed lineage trees (false positive/false negative assignment, etc). Expanded statistics in this regard would allow for easier evaluation of the performance of the models presented. Twice the authors mention strategies that were used to mitigate overfitting, but they do not report how these strategies improve results. Therefore it is difficult to determine whether these strategies help or hinder the results of the model. It would be beneficial to demonstrate that the strategies implemented here are an improvement over the vanilla U-net implementation. Additionally in other ML applications, often a "validation" set is used during training to determine stopping criteria over long training periods. Yeast is not mentioned until the discussion, and information about these experiments is not present in the methods. Figures S1, S2, S3, S4 are difficult to understand and would benefit from more description of their contents. Ground-truth images to compare against images would be additionally beneficial in this regard. Are the processed "ground truth" images available so that others may reproduce and improve upon these results? Minor points: The first line in the "Segmentation" and "U-Net architecture and training" sections should refer to figure S5. Figure S5 should have a reference from the manuscript it was adapted from. The authors state "Once a large enough training set was generated...", although it is not clear what constitutes "large enough". What were the optimization algorithm (SGD, ADAM, etc) and learning rates used for training? What does the "xcov" function in Matlab do? Reviewer #2: The authors present a solution to the curation bottleneck problem, where annotation is tedious and varies in accuracy. They developed tools to generate training datasets (these tools are shared). The authors use these training datasets with the UNET model architecture to generate segmentation masks (with an update to the boundary loss) and extend the UNET to predict lineage tracking for E. Coli grown in the “mother machine” microfluidic device. Predictions are made in real time, as data is collected. Major critiques: This significance of this work is the ability to predict lineage in real-time, with high accuracy, and ultimately without need of human intervention. Another significant contribution is that the authors provide the GUI tools for curation and generation of training datasets. The novelty of this work is in adapting the UNET to predict tracks for mother/daughter lineages. The extension of the UNET for tracking should be described more thoroughly. The generation of training data is well-described. However, the strategy in image pairing, and more importantly, the way the loss metric is defined, which is the heart of the novelty, deserves more discussion within the text (beyond S5 caption and second paragraph of UNET-architecture and training). Figure 2 can better show the power/point of feature extraction. It needs more explanation of significance of chosen features (linking perhaps to next figure). As is, the last three plots can be combined somehow to be less redundant, perhaps showing multiple features. Figure 3C needs more explanation. Why is this interesting biologically? Since most imaging suffers from variations in illumination and including this issue in data augmentation step has an important contribution to how well the model generalizes, it would be helpful to have more detail describing how these non-Keras augmentations are generated. Minor critiques: A large effort in this work is generating the curation dataset. While the idea is to not have to do this step more than once, this will be the large fraction of the effort for others adopting the technique to their own datasets as well. It would be nice to see some graphic/illustration of the curation process in a supplemental figure. The use of the word ‘unsupervised’ in a machine learning paper, referring to the downstream task of predicting segmentation and tracks, can be confusing when the main modeling uses a supervised technique. One example is here: “….well-suited to high-throughput, unsupervised data analysis.” It would be helpful for the figures captions to summarize the significance of the result rather than state the axes. There is no in-text reference to figure several of the figure portions. (ex. 1A, 2E) Overall the novel contributions are interesting, my feedback would be to drive some of the ideas to their conclusions in the text. Some of the figures, ideas, and tools feel presented because they exist and aren’t explicitly tied to the main contribution of the paper which is currently presented as a fast and accurate technique to alleviate curation bottleneck for tracking (the segmentation part already exists, although they added a small update). ********** Have all data underlying the figures and results presented in the manuscript been provided? Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information. Reviewer #1: Yes Reviewer #2: Yes ********** 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 |
| Revision 1 |
|
Dear Dr Dunlop, We are pleased to inform you that your manuscript 'DeLTA: Automated cell segmentation, tracking, and lineage reconstruction using deep learning' has been provisionally accepted for publication in PLOS Computational Biology. Before your manuscript can be formally accepted you will need to complete some formatting changes, which you will receive in a follow up email. Please be aware that it may take several days for you to receive this email; during this time no action is required by you. Once you have received these formatting requests, please note that your manuscript will not be scheduled for publication until you have made the required changes. In the meantime, please log into Editorial Manager at https://www.editorialmanager.com/pcompbiol/, click the "Update My Information" link at the top of the page, and update your user information to ensure an efficient production and billing process. One of the goals of PLOS is to make science accessible to educators and the public. PLOS staff issue occasional press releases and make early versions of PLOS Computational Biology articles available to science writers and journalists. PLOS staff also collaborate with Communication and Public Information Offices and would be happy to work with the relevant people at your institution or funding agency. If your institution or funding agency is interested in promoting your findings, please ask them to coordinate their releases with PLOS (contact ploscompbiol@plos.org). Thank you again for supporting Open Access publishing. We look forward to publishing your paper in PLOS Computational Biology. Sincerely, Anand R. Asthagiri Associate Editor PLOS Computational Biology Mona Singh Methods Editor PLOS Computational Biology Reviewer's Responses to Questions Comments to the Authors: Please note here if the review is uploaded as an attachment. Reviewer #1: I feel that the authors have sufficiently addressed the points of the reviewers. Reviewer #2: The authors present a solution to the curation bottleneck problem, where annotation is tedious and varies in accuracy. They developed tools to generate training datasets (these tools are shared). The authors use these training datasets with the UNET model architecture to generate segmentation masks and extend the UNET to predict lineage tracking for E. Coli grown in the “mother machine” microfluidic device. Predictions are made in real time, as data is collected. The authors made significant updates to the detail and clarity in the text improving the definitions and discussion of inputs, outputs, classes, data augmentation, error/scoring. Further, the illustration of each of these subjects is stronger in the main and supplemental figures and their captions. This manuscript presents an interesting way of tracking by adapting the UNET architecture in an elegant way. The design of the tools is modular and should be compatible with other methods of at multiple stages of their workflow pipeline. All minor comments were updated in the text. ********** Have all data underlying the figures and results presented in the manuscript been provided? Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information. Reviewer #1: Yes Reviewer #2: None ********** 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 |
| Formally Accepted |
|
PCOMPBIOL-D-19-01279R1 DeLTA: Automated cell segmentation, tracking, and lineage reconstruction using deep learning Dear Dr Dunlop, I am pleased to inform you that your manuscript has been formally accepted for publication in PLOS Computational Biology. Your manuscript is now with our production department and you will be notified of the publication date in due course. The corresponding author will soon be receiving a typeset proof for review, to ensure errors have not been introduced during production. Please review the PDF proof of your manuscript carefully, as this is the last chance to correct any errors. Please note that major changes, or those which affect the scientific understanding of the work, will likely cause delays to the publication date of your manuscript. Soon after your final files are uploaded, unless you have opted out, the early version of your manuscript will be published online. The date of the early version will be your article's publication date. The final article will be published to the same URL, and all versions of the paper will be accessible to readers. Thank you again for supporting PLOS Computational Biology and open-access publishing. We are looking forward to publishing your work! With kind regards, Laura Mallard PLOS Computational Biology | Carlyle House, Carlyle Road, Cambridge CB4 3DN | United Kingdom ploscompbiol@plos.org | Phone +44 (0) 1223-442824 | ploscompbiol.org | @PLOSCompBiol |
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 .