{"forum": "1IoPbyuPFT", "submission_url": "https://openreview.net/forum?id=Kllq2kzsNC", "submission_content": {"authorids": ["v.nhannt64@vintech.net.vn", "v.dattq13@vintech.net.vn", "v.nghiant23@vintech.net.vn", "v.hanq3@vintech.net.vn"], "abstract": "We propose a novel method that combines a convolutional neural network (CNN) with a long short-term memory (LSTM) mechanism for accurate prediction of intracranial hemorrhage on computed tomography (CT) scans. The CNN plays the role of a slice-wise feature extractor while the LSTM is responsible for linking the features across slices. The whole architecture is trained end-to-end with input being an RGB-like image formed by stacking 3 different viewing windows of a single slice. We validate the method on the recent RSNA Intracranial Hemorrhage Detection challenge and on the CQ500 dataset. For the RSNA challenge, our best single model achieves a weighted log loss of 0.0529 on the leaderboard, which is comparable to the top 3\\% performances, almost all of which make use of ensemble learning. Importantly, our method generalizes very well: the model trained on the RSNA dataset significantly outperforms the 2D model, which does not take into account the relationship between slices, on CQ500. Our codes and models will be made public.", "TL;DR": "A CNN-LSTM architecture for detection of intracranial hemorrhage on 3D brain CT scan.", "authors": ["Nhan T. Nguyen", "Dat Q. Tran", "Nghia T. Nguyen", "Ha Q. Nguyen"], "track": "short paper", "keywords": ["Computed Tomography", "Intracranial Hemorrhage", "CNN", "LSTM"], "title": "A CNN-LSTM Architecture for Detection of Intracranial Hemorrhage on CT scans", "pdf": "/pdf/0927d0f12fdd0de006148564d06c324488b656e4.pdf", "paperhash": "nguyen|a_cnnlstm_architecture_for_detection_of_intracranial_hemorrhage_on_ct_scans", "_bibtex": "@inproceedings{\nnguyen2020a,\ntitle={A {\\{}CNN{\\}}-{\\{}LSTM{\\}} Architecture for Detection of Intracranial Hemorrhage on {\\{}CT{\\}} scans},\nauthor={Nhan T. Nguyen and Dat Q. Tran and Nghia T. Nguyen and Ha Q. Nguyen},\nbooktitle={Medical Imaging with Deep Learning},\nyear={2020},\nurl={https://openreview.net/forum?id=Kllq2kzsNC}\n}"}, "submission_cdate": 1579955640277, "submission_tcdate": 1579955640277, "submission_tmdate": 1587172142432, "submission_ddate": null, "review_id": ["wEN9M5Ja-x", "4tAeSCEgvc", "dFJDpmzfeC", "bPejmWMNNV"], "review_url": ["https://openreview.net/forum?id=Kllq2kzsNC¬eId=wEN9M5Ja-x", "https://openreview.net/forum?id=Kllq2kzsNC¬eId=4tAeSCEgvc", "https://openreview.net/forum?id=Kllq2kzsNC¬eId=dFJDpmzfeC", "https://openreview.net/forum?id=Kllq2kzsNC¬eId=bPejmWMNNV"], "review_cdate": [1584227966997, 1584193196862, 1583922777515, 1583504597552], "review_tcdate": [1584227966997, 1584193196862, 1583922777515, 1583504597552], "review_tmdate": [1585229870442, 1585229869934, 1585229869432, 1585229868921], "review_readers": [["everyone"], ["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper41/AnonReviewer1"], ["MIDL.io/2020/Conference/Paper41/AnonReviewer4"], ["MIDL.io/2020/Conference/Paper41/AnonReviewer2"], ["MIDL.io/2020/Conference/Paper41/AnonReviewer3"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["1IoPbyuPFT", "1IoPbyuPFT", "1IoPbyuPFT", "1IoPbyuPFT"], "review_content": [{"title": "Simple but seemingly effective approach for large 3D ICH volume data", "review": "The paper presents a method which combines a commonly used CNN (ResNet and ResNeXt) and LSTM which uses the slices as \"sequences\". The method is quite simple: the CNN output is being used as the input to an LSTM, so it is difficult to give credit to the model formulation novelty. However, it appears to outperform an existing method, but the comparing method is a random-forest-based method. While I understand that the authors avoided unfair comparisons against their method to other ensemble-based methods, I am not sure if the presented comparison against a RF-based method is a fair one. The overall paper was well written and easy to understand.", "rating": "3: Weak accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "CNN-LSTM architectures allow (slice-by-slice) CT classification with spatial volumetric consistency ", "review": "Although I disagree with the claim of novelty of this method, I find the paper interesting and appropriate for MIDL presentation. I think this approach has the merit of showing a practical application where the use of LSTMs to incorporate spatial consistency for volumetric problems is appropriate. This idea has been previously used for segmentation and, as far as I know, pre-trained models were not leveraged in that work. Here, the authors propose to re-use imagenet pre-trained models, trained with slice-wise labels, and enforce consistency over volumes through a bidirectional LSTM. This has a series of advantages such as reduced compute resources needed for training and the ability of using pre-trained models from 2D applications, which are very common in computer vision. \n\nThe description of datasets and methods is pretty accurate. The method is trained on the RSNA dataset published on Kaggle and tested on the GQ500 dataset. The results are convincing and they reveal the merits of the model. The model can in fact compete with methods making use of ensemble prediction and obtain comparable if not superior results. \n\nTable 1 could be omitted, so that Table 2 would fit within 3 pages. \n\nI would like to accept this paper. My rating is between weak accept (because of the limited novelty) and strong accept. ", "rating": "4: Strong accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "The idea of using three windows of CT image to mimic a RGB image is interesting", "review": "This paper uses three windows of CT image to mimic a RGB image so that effective models pretrained on ImageNet can be utilized on medical images. A CNN-LSTM architecture is used to detect intracranial hemorrhage from a series of CT slices. The paper is clearly presented, and experiments on two datasets show that the proposed method works fairly well. \n\nStregnth\n1. Using three windows of CT image to mimic a RGB image, which make it possible to utilize models trained for natual images on medical images.\n2. Experiments on two datasets show that the proposed idea works fairly well, especially the models trained on the bigger dataset generalize well on the smaller dataset.\n\nWeakness:\n1. Methodology contribution is minimal.\n2. Performance on the ICH Detection challenge fall at the postion about top 8% now (somewhere around 35th).", "rating": "3: Weak accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "An unsurprising solution to a problem that has many other solutions of equal or better performance ", "review": "The authors suggest to use a combination of transfer learning from pretrained CNNs with bidirectional LSTM layers to perform 3D CT volume classification in data where they assume that a pre-trained classification network should be useful. They compare their results with the leaderboard of the RSNA 2019 ICH classification challenge, where one of the two used datasets was acquired, and with the priorly reported results on the Qure.ai public head CT dataset. While in the RSNA challenge, they score somewhere between 30th and 40th position in the leaderboard, and they outperform Qure.AI by a small but consistent margin.\n\nThe paper is clearly written with only few typos, concisely short, and overall easy to read. The authors cite relevant work that is close to their approach, and try to explain why and how theirs differs. \n\nI don't fully agree with the points they make, however. In particular using RGB-like images composed of differently windowed DICOM images makes little sense in general. Trainable convolutional layers prepended to the pre-trained network will likely do a better job in preprocessing the gray scale images than hand-selected window/level values, which are completely tailored to the human eye and a clinical task, not a computer eye. Also, the fact that the model is validated on a public dataset is no strong point. The authors also point out that their work is no ensemble classifier -- but they don't explain why this is a benefit. Likewise, the efficiency of training is also only interesting with the limited resources available in Kaggle, but not \"in the wild\", where training any native 3D network, even from scratch, can and should surely be conducted, if superior results can be expected.\n\nMore importantly, though, I find the basic motivation of the paper (\"there are no pre-trained 3D classifiers I could use, but I want to participate in the RSNA challenge\") too weak to accept it. In the light of the challenge, with limited time and limited resources, it is certainly acceptable to go with such an (unsurprising) approach. The solution apparently works well, and can be applied practically to similar whole-volume classification tasks with weak labels (i.e., those with no spatial clues). On the other hand, the motivation is not given by a clinical task, but to a certain degree by the setup of the challenge. \n\nTaking into consideration that there are more than 30 better performing solutions in the challenge, and that also the feature-engineering approach of Qure.AI is just a little bit worse, I can't see the practical benefit of the presented work.\n\nFurther taking into account that the approach is not novel or surprising, overall I cannot suggest it for publication. ", "rating": "2: Weak reject", "confidence": "5: The reviewer is absolutely certain that the evaluation is correct and very familiar with the relevant literature"}], "comment_id": [], "comment_cdate": [], "comment_tcdate": [], "comment_tmdate": [], "comment_readers": [], "comment_writers": [], "comment_reply_content": [], "comment_content": [], "comment_replyto": [], "comment_url": [], "meta_review_cdate": 1586230682718, "meta_review_tcdate": 1586230682718, "meta_review_tmdate": 1586230714631, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper41 by AreaChair1", "meta_review_metareview": "While there are some concerns regarding the limited novelty of the method, the majority of the reviewers find this paper of sufficient merit to justify acceptance. ", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper41/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=Kllq2kzsNC¬eId=i0lVmCRXXiZ"], "decision": "reject"}