{"forum": "4v2lR3Zvsw", "submission_url": "https://openreview.net/forum?id=HajFQQaBW0", "submission_content": {"authorids": ["abdul.qayyum@u-bourgogne.fr", "alain.lalande@u-bourgogne.fr", "tdecourselle@casis.fr", "thibaut.pommier@chu-dijon.fr", "alexandre.cochet@u-bourgogne.fr", "fabrice.meriaudeau@u-bourgogne.fr"], "abstract": "Cardiac left ventricular (LV) segmentation from short-axis MRI acquired 10 minutes after the injection of a contrast agent (LGE-MRI) is a necessary step in the processing allowing the identification and diagnosis of cardiac diseases such as myocardial infarction. However, this segmentation is challenging due to high variability across subjects and the potential lack of contrast between structures. Then, the main objective of this work is to develop an accurate automatic segmentation method based on deep learning models for the myocardial borders on LGE-MRI. To this end, 2.5 D residual neural network integrated with a squeeze and excitation blocks in encoder side with specialized convolutional has been proposed. Late fusion has been used to merge the output of the best trained proposed models from a different set of hyperparameters. A total number of 320 exams (with a mean number of 6 slices per exam) were used for training and 28 exams used for testing. The performance analysis of the proposed ensemble model in the basal and middle slices was similar as compared to intra-observer study and slightly lower at apical slices. The overall Dice score was 82.01% by our proposed method as compared to Dice score of 83.22% obtained from the intra observer study. The proposed model could be used for the automatic segmentation of myocardial border that is a very important step for accurate quantification of no-reflow, myocardial infarction, myocarditis, and hypertrophic cardiomyopathy, among others.", "paper_type": "both", "TL;DR": "Myocardium Segmentation using Deep Learning model", "authors": ["Abdul Qayyum", "Alain Lalande", "Thomas Decourselle", "Thibaut Pommier", "Alexandre Cochet", "Fabrice Meriaudeau"], "track": "short paper", "keywords": ["LGE-MRI", "Deep learning", "Segmentation of LGE-MRI", "2.5 D deep learning modeling"], "title": "Segmentation of the Myocardium on Late-Gadolinium Enhanced MRI based on 2.5 D Residual Squeeze and Excitation Deep Learning Model ", "paperhash": "qayyum|segmentation_of_the_myocardium_on_lategadolinium_enhanced_mri_based_on_25_d_residual_squeeze_and_excitation_deep_learning_model", "pdf": "/pdf/d803529820fb489c765e14b51d6b2c8ba321c4e8.pdf", "_bibtex": "@inproceedings{\nqayyum2020segmentation,\ntitle={Segmentation of the Myocardium on Late-Gadolinium Enhanced {\\{}MRI{\\}} based on 2.5 D Residual Squeeze and Excitation Deep Learning Model },\nauthor={Abdul Qayyum and Alain Lalande and Thomas Decourselle and Thibaut Pommier and Alexandre Cochet and Fabrice Meriaudeau},\nbooktitle={Medical Imaging with Deep Learning},\nyear={2020},\nurl={https://openreview.net/forum?id=HajFQQaBW0}\n}"}, "submission_cdate": 1579955690714, "submission_tcdate": 1579955690714, "submission_tmdate": 1588057178443, "submission_ddate": null, "review_id": ["tgZQlJIzJ8", "qaPWEdfyEW", "1cb0a9IKEyE", "RS-MQtJqs1"], "review_url": ["https://openreview.net/forum?id=HajFQQaBW0¬eId=tgZQlJIzJ8", "https://openreview.net/forum?id=HajFQQaBW0¬eId=qaPWEdfyEW", "https://openreview.net/forum?id=HajFQQaBW0¬eId=1cb0a9IKEyE", "https://openreview.net/forum?id=HajFQQaBW0¬eId=RS-MQtJqs1"], "review_cdate": [1584658864821, 1584622672407, 1583229988515, 1582685814333], "review_tcdate": [1584658864821, 1584622672407, 1583229988515, 1582685814333], "review_tmdate": [1585229658471, 1585229657967, 1585229657473, 1585229656928], "review_readers": [["everyone"], ["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper135/AnonReviewer3"], ["MIDL.io/2020/Conference/Paper135/AnonReviewer5"], ["MIDL.io/2020/Conference/Paper135/AnonReviewer2"], ["MIDL.io/2020/Conference/Paper135/AnonReviewer4"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["4v2lR3Zvsw", "4v2lR3Zvsw", "4v2lR3Zvsw", "4v2lR3Zvsw"], "review_content": [{"title": "Segmentation architecture proposed for segmenting LV myocardium in late-gadolinium enhanced cardiac MR images", "review": "- The authors propose an architecture for segmentation that combines several components that improve over U-net, Segnet and FractalNet baselines. Notable components include squeeze-excite (SE) blocks, residual units, and a 2.5D convolution model.\n- The paper is clearly organised, although some important details about the data and architecture are missing. \n- Unanswered questions regarding data: What size are the images? For inter-observer variability, what experience did the second annotator have? \n- Questions regarding the model: How many layers and filters are there in the model? How many spatial scales/downsampling layers are used? Do you use skip connections? What are the 'specialized convolutions', and how do they improve performance? \n- Results on the test data compared to the inter- and intra-observer variability are quite promising. However, no illustrations are shown for qualitative performance and comparison with baseline models, particularly in regions of scar where the authors state models typically struggle. ", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Method description difficult to follow, but detailed evaluation on sizable dataset", "review": "This short paper describes a network architecture for segmentation of the left ventricle in short-axis contrast-enhanced MRI scans, aiming specifically at late gadolinium enhancement MRI scans. The authors propose to use three 2D networks with late fusion of the predictions (2.5D). The network architecture makes use of a ResNet50 as feature extractor and uses squeeze-and-excitation blocks to somehow combine the features extracted by the individual residual blocks of the ResNet into a single prediction. Unfortunately, the description of the network architecture is rather hard to follow, and there is also no illustration of the architecture - overall, it is difficult to grasp both the overall structure as well as the main novelty of the architecture.\n\nThe propose network was trained and evaluated with a large dataset (~350 scans) and compared with various other architectures. Inter- and intra-observer variations were also measured by repeating the manual segmentation of the test dataset. The method achieves mediocre Dice scores (overall 82% on average), but the paper demonstrates that this performance is close to the inter- and intra-observer agreement.\n\nIn summary, the details of the network architecture proposed in this paper are difficult to understand, but even though it is clear that this is still preliminary work that is being presented, the evaluation is quite detailed and the dataset relatively large. Provided that the authors improve the presentation of their method, this could be a good contribution to MIDL. ", "rating": "3: Weak accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "The manuscript \u201cSegmentation of the Myocardium on Late-Gadolinium Enhanced MRI based on 2.5 D Residual Squeeze and Excitation Deep Learning Model\u201d presents a method for myocardium segmentation from CMR-LGE volumes. ", "review": "The manuscript addresses a relevant task but presents some weaknesses. Some methodological choices are not clearly explained: for example, which are the benefits of including squeeze and excitation blocks for the addressed task? The survey of the state of the art can be improved, e.g., by citing and discussing more relevant literature. I strongly suggest the authors to ask a native English speaker to proofread the manuscript. The overall manuscript readability also can be improved.\n \nMy specific comments can be found hereafter.\n\nAbstract\n- The authors should give more space to the description of the method, shortening the introduction if needed.\n- The sentence \u201cCardiac left ventricular (LV) segmentation [...] is a necessary step in the processing allowing the identification [...]\u201d should be changed in \u201cCardiac left ventricular (LV) segmentation [...] allows the identification and diagnosis of cardiac diseases.\u201d \n- How were the \"best trained proposed models\" chosen? This should be clearly stated. \n \nIntroduction\n- The authors write that \u201c[...] deep learning-based models have been applied for LGE MRI segmentation in various disease areas.\u201d However, only one paper is cited. A more comprehensive literature review should be provided. For example, the authors could cite [Moccia, Sara, et al. \"Development and testing of a deep learning-based strategy for scar segmentation on CMR-LGE images.\" Magnetic Resonance Materials in Physics, Biology and Medicine 32.2 (2019): 187-195.] and [Li, Lei, et al. \"Atrial scar quantification via multi-scale CNN in the graph-cuts framework.\" Medical Image Analysis 60 (2020): 101595.]\n- The benefits of (i) including squeeze and excitation blocks and (ii) processing volumes in a 2.5D fashion should be introduced. \n-Why do the authors refer to 2.5D instead of 3D?\n\nDatasets\n- How was the manual segmentation performed? Did the clinicians make use of any annotation software? If an expert performed the manual annotation, how was the inter-subject variability computed?\n\n2.5 D proposed RSE-Net Model\n- What do the authors mean by special convolutional module?\n- I suggest the authors to give more space to the SE module description, considering that introducing this block is the central part of the paper.\n- How were the three models chosen? This should be clearly explained in this section. \n- The authors should be more accurate in reporting the learning-rate and batch-size values, as well as the used loss function.\n \nResults and Discussion\n- Why were the DSC and HD computed in their 2D formulation?\n- How was the correlation value computed? \n- Table 1 should show also dispersion metrics.\n- To my knowledge. the scar tissue is rather well contrasted with respect to the myocardial region in CMR-LGE volumes (that\u2019s why CMR-LGE is used over standard CMR). A figure to show sample challenging slices, with the obtained segmentation, may help the reader in appreciating more the challenges that have to be tackled.\n- Please, change \"myocardial architecture\" with \"myocardial anatomy\".\n- As a general comment, it would be nice to reference publicly available datasets in the field (if any). Testing the proposed methodology on publicly available datasets would promote a fair comparison with the literature. \n \nMinor\n- All acronyms should be defined at their first use (e.g., SE)\n", "rating": "2: Weak reject", "confidence": "5: The reviewer is absolutely certain that the evaluation is correct and very familiar with the relevant literature"}, {"title": "The contribution of this work is not clear, and the results are not convincing. ", "review": "The paper proposed a new 2.5 D residual neural network for myocardial segmentation from LGE MRI. The results showed their method achieved similar accuracy to the intra-observer variation, and better than the inter-observer variation. \n\n*Strengths\nNone.\n\n*Weaknesses\n1.\tRegarding to the methodology in this work, what and how the network is composed of and trained. A graph illustrating the architecture is very useful. \n2.\tIn the Sec 2.2, the paper reads, \u201cSE module and special convolutional module\u201d were used in the network. Why this should be used? What is the rationale or advantage of using it? \n3.\tIn the Introduction, only one paper about segmentation of LGE MR images is referred. The authors should be aware that recently there were a LGE MRI segmentation challenge (MS-CMRseg) and cardiac MRI segmentation challenge (ACDC) from MICCAI, and ample literature is available for comparisons. \n4.\tResults showed they achieved Housdorff Distance (HD) of about 3-4 mm in apex and basal slices, which is very contradictory to existing literature. With better Dice scores, MS-CMRseg challenge reported the best myocardium segmentation from over 20 submissions had over 10 mm HD on LGE MRI, and ACDC reported best HD of about 5-10 mm on BSSFP MRI. \n", "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": 1586123702364, "meta_review_tcdate": 1586123702364, "meta_review_tmdate": 1586123702364, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper135 by AreaChair1", "meta_review_metareview": "The reviewers have provided detailed comments and listed many valid issues like modest description of previous work, lack of clarity and details regarding the method, and missing details about the reference standard, modest comparison with previous work. However, the addressed problem is clinically relevant, large data set was used which I consider a strength, and for a short paper relatively detailed analysis of the results is presented. If I compare well, the results achieved here are comparable with those reported on MS-CMRseg challenge. I think this would be a nice contribution to the conference.", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper135/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=HajFQQaBW0¬eId=X7nEqbIF8cy"], "decision": "reject"}