AMSR / conferences_raw /midl20 /MIDL.io_2020_Conference_AEhp_Cqq-h.json
mfromm's picture
Upload 3539 files
fad35ef
{"forum": "AEhp_Cqq-h", "submission_url": "https://openreview.net/forum?id=qbNMvyepH", "submission_content": {"track": "short paper", "keywords": ["mycological diagnosis", "microscopic images", "deep learning", "bag-of-words"], "abstract": "Preliminary diagnosis of fungal infections can rely on microscopic examination. However, in many cases, it does not allow unambiguous identification of the species due to their visual similarity. Therefore, it is usually necessary to use additional biochemical tests. That involves additional costs and extends the identification process up to 10 days. Such a delay in the implementation of targeted therapy may be grave in consequence as the mortality rate for immunosuppressed patients is high. In this paper, we apply a machine learning approach based on deep neural networks and bag-of-words to classify microscopic images of various fungi species. Our approach makes the last stage of biochemical identification redundant, shortening the identification process by 2-3 days, and reducing the cost of the diagnosis.", "authors": ["Bartosz Zieli\u0144ski", "Agnieszka Sroka-Oleksiak", "Dawid Rymarczyk", "Adam Piekarczyk", "Monika Brzychczy-W\u0142och"], "authorids": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"], "pdf": "/pdf/84566fabd2368da284a06a6936513b7601802484.pdf", "paper_type": "well-validated application", "title": "Deep learning approach to describing and classifying fungi microscopic images", "paperhash": "zieliski|deep_learning_approach_to_describing_and_classifying_fungi_microscopic_images", "_bibtex": "@inproceedings{\nzieli{\\'n}ski2020deep,\ntitle={Deep learning approach to describing and classifying fungi microscopic images},\nauthor={Bartosz Zieli{\\'n}ski and Agnieszka Sroka-Oleksiak and Dawid Rymarczyk and Adam Piekarczyk and Monika Brzychczy-W{\\l}och},\nbooktitle={Medical Imaging with Deep Learning},\nyear={2020},\nurl={https://openreview.net/forum?id=qbNMvyepH}\n}"}, "submission_cdate": 1579955646706, "submission_tcdate": 1579955646706, "submission_tmdate": 1587172147376, "submission_ddate": null, "review_id": ["6EYpDkO1oy", "du3w4oL6k", "OsA4Z36PXj", "TjuXWWOTy"], "review_url": ["https://openreview.net/forum?id=qbNMvyepH&noteId=6EYpDkO1oy", "https://openreview.net/forum?id=qbNMvyepH&noteId=du3w4oL6k", "https://openreview.net/forum?id=qbNMvyepH&noteId=OsA4Z36PXj", "https://openreview.net/forum?id=qbNMvyepH&noteId=TjuXWWOTy"], "review_cdate": [1584163729334, 1584040129344, 1583962830869, 1583698618311], "review_tcdate": [1584163729334, 1584040129344, 1583962830869, 1583698618311], "review_tmdate": [1585229833842, 1585229833333, 1585229832833, 1585229832324], "review_readers": [["everyone"], ["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper53/AnonReviewer3"], ["MIDL.io/2020/Conference/Paper53/AnonReviewer1"], ["MIDL.io/2020/Conference/Paper53/AnonReviewer4"], ["MIDL.io/2020/Conference/Paper53/AnonReviewer2"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["AEhp_Cqq-h", "AEhp_Cqq-h", "AEhp_Cqq-h", "AEhp_Cqq-h"], "review_content": [{"title": "Official Review", "review": "This paper proposed a few deep learning models to solve the fungi image classification problem. As stated in the paper, it is the first paper that focuses on using image classification help the diagnosis of fungal infections. The paper lacks detailed information about the implementation and model training process, which is very important to draw the conclusion mentioned in the paper.\n\npro: This paper proposes to use deep learning for fungi microscopic images classification. The problem is interesting and impactful.\nThe authors provide visualization of random clusters generate by the bag-of-word approach, as well as analysis from a microbiologist perspective.\n\ncons: There are several key points missing in the paper.\n1) How the patch are generated from the fungi images and how many total number are used for training?\n2) How is each model trained? Without a detailed training setting, it is hard to understand why inceptionV3 performs worse than AlexNet, or why the bag-of-words with InceptionV3 performs much worse than InceptionV3 itself.", "rating": "3: Weak accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "o\tIn this paper, authors use a deep neural network to classify microscopic fungal images. They intend that their technique be used to cut costs and time of identification in cases of fungal infections. A combined bag-of-words and AlexNet approach achieved the best accuracy (82.4 path-based and 93.9 scan-based) on their testing set. ", "review": "One particular strength of this paper was the authors\u2019 choice of fungal types to train and test their models on. They specify that the chosen types overlap a decent amount with most common fungal infections. Another strength of their paper was the combination of multiple methods, AlexNet and bag-of-words to achieve a better performance than any one method alone.\n\nWhat are the consequences of misclassifying a fungal infection and treating it with the wrong drug? It seems like, while potentially a useful tool to aid doctors, DNN image classification would not yet be safe to use alone in identifying an infection.\nThe papers state that \u201cCandida tropicalis\u201d and \u201cSaccharomyces cerevisae\u201d have the same main clusters. Would the image classification system not make similar mistakes in misclassifying similar looking images?\n\nIt is unclear that this is a viable solution. It was stated that Preliminary diagnosis of fungal infections can rely on microscopic examination. However, in many cases, it does not allow unambiguous identification of the species due to their visual similarity. If visual similarity is not sufficient, how can one use the images alone to do classification?\nThere is such a wide variation in deep learning methods - why is this?\nmore information is necessary to understand the bag of words methods\n\n", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Well described methods, good evaluation of results but missing some details. ", "review": "In this work, the authors present a machine learning method to classify microscopy images of different fungi strains. The main motivation is to shorten the time of standard mycological diagnostics from 4-10 days to 2-7 days. \n\nThe main motivation and methodology are well described. The authors provide a comparison of different approaches and use cross-validation for the optimization of the parameters, which makes the obtained results more reliable. It is important to note the effort of the authors in using a bag of words approach which supports an explanation of what is happening inside the model. While it is not always possible, this approach facilitates the use of machine learning techniques in real applications.\n\nI would like to highlight some points that might be important to get a final version of the text:\n\n- I would consider changing the title to \" Deep learning approach to describe and classify fungi microscopic images\". \n- In the last part of the clinical process described in Figure 1, (Species identification), it is said \"99% of identity results\". I would not write this as it can be confusing and it is not the accuracy of the method highlighted in Table 1. \n- The data is divided into training and validation according to the preparations. Are these 2 preparations independent for each strain and always the same?\n- The authors say \"split our DIFaS database\". Could you please describe the acronym?\n- Could it be possible to specify the microscopy modality or set up employed in the image acquisition? \n- I miss a short discussion about the real benefits of this approach. In the abstract, it is said that \"... microscopic examination ... does not allow unambiguous identification of the species...\". Hence, I would like to ask the authors what is the real scope of this kind of approach, especially against a chemical test. Could it be possible to remove the chemical test from the clinical pipeline? Which are the main drawbacks of this method or what would be necessary to incorporate them into the clinical pipeline? \n- In Figure 1 there are two steps in which a microscopic inspection is performed. Could it be possible to work on the classification of the fungi using the images from this preliminary diagnosis?\n- Figure 2 contains some characteristic examples of the six clusters obtained from the bag-of-words. Could it be possible to add a label for each of the clusters? Also, it is said, \"it revealed that Candida tropicalis and Saccharomyces cerevisiae have the same main clusters\". Could you please identify which are the strains that belong to each cluster? Or what are the histograms of each of the strains?\n", "rating": "3: Weak accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Good application with missing details in the approach ", "review": "This is certainly a very useful application of ML. But many details are missing. Authors talk about Fisher and SVM but this is not visible in the Table 1. The combination of BoVW with deep nets is not explained either. Besides, showing the clusters (Figure 2) hardly qualifies as an explanation for the results. ", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}], "comment_id": [], "comment_cdate": [], "comment_tcdate": [], "comment_tmdate": [], "comment_readers": [], "comment_writers": [], "comment_reply_content": [], "comment_content": [], "comment_replyto": [], "comment_url": [], "meta_review_cdate": 1585371007251, "meta_review_tcdate": 1585371007251, "meta_review_tmdate": 1585371007251, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper53 by AreaChair1", "meta_review_metareview": "The reviewers disagree about this paper. It appears that the motivation is well described and considered to be important by the reviewers. Another positive aspect of the paper is the choice of fungal types to be characterised by the model, which seem to replicate well the distribution of common fungal infections. However some reviewers identified lack of details about the implementation and the model training process. In particular, how are the patches generated from the fungi images and how many patches are used for training? Also, it is surprising that AlexNet performs better than InceptionV3 and that bag-of-words with InceptionV3 performs much worse than InceptionV3. Another issue identified by the reviewers is that the proposed model seems to be unable to provide an unambiguous species identification because of their visual similarity, which can be potentially devastating for the viability of the method. The paper has pros and cons, but given the usefulness of the application and the presented results, I am leaning towards acceptance.\n", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper53/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=qbNMvyepH&noteId=cUp67tlzjCg"], "decision": "reject"}