{"forum": "238UzYB1d9", "submission_url": "https://openreview.net/forum?id=sMsAIWBSvg", "submission_content": {"authorids": ["nils.gessert@tuhh.de", "marcel.bengs@tuhh.de", "julia.krueger@jung-diagnostics.de", "roland.opfer@jung-diagnostics.de", "ann-christin.ostwaldt@jung-diagnostics.de", "praveena.manogaran@usz.ch", "sven.schippling@usz.ch", "schlaefer@tuhh.de"], "abstract": "Multiple sclerosis lesion activity segmentation is the task of detecting new and enlarging lesions that appeared between a baseline and a follow-up brain MRI scan. While deep learning methods for single-scan lesion segmentation are common, deep learning approaches for lesion activity have only been proposed recently. Here, a two-path architecture processes two 3D MRI volumes from two time points. In this work, we investigate whether extending this problem to full 4D deep learning using a history of MRI volumes and thus an extended baseline can improve performance. For this purpose, we design a recurrent multi-encoder-decoder architecture for processing 4D data. We find that adding more temporal information is beneficial and our proposed architecture outperforms previous approaches with a lesion-wise true positive rate of 0.84 at a lesion-wise false positive rate of 0.19.", "paper_type": "methodological development", "TL;DR": "We propose a recurrent encoder-decoder CNN for 4D spatio-temporal deep learning, applied to multiple sclerosis lesion activity segmentation.", "authors": ["Nils Gessert", "Marcel Bengs", "Julia Kr\u00fcger", "Roland Opfer", "Ann-Christin Ostwaldt", "Praveena Manogaran", "Sven Schippling", "Alexander Schlaefer"], "track": "short paper", "keywords": ["Multiple Sclerosis", "Lesion Activity", "Segmentation", "4D Deep Learning"], "title": "4D Deep Learning for Multiple-Sclerosis Lesion Activity Segmentation", "pdf": "/pdf/79737ac8958f3b4d1c8d0d09d7afa3ead035ce73.pdf", "paperhash": "gessert|4d_deep_learning_for_multiplesclerosis_lesion_activity_segmentation", "_bibtex": "@inproceedings{\ngessert2020d,\ntitle={4D Deep Learning for Multiple-Sclerosis Lesion Activity Segmentation},\nauthor={Nils Gessert and Marcel Bengs and Julia Kr{\\\"u}ger and Roland Opfer and Ann-Christin Ostwaldt and Praveena Manogaran and Sven Schippling and Alexander Schlaefer},\nbooktitle={Medical Imaging with Deep Learning},\nyear={2020},\nurl={https://openreview.net/forum?id=sMsAIWBSvg}\n}"}, "submission_cdate": 1579955667632, "submission_tcdate": 1579955667632, "submission_tmdate": 1587172158293, "submission_ddate": null, "review_id": ["T-BAPXW4A", "8laKax3TeC", "VDtIz9Nj8w", "Jrisnh1UaO"], "review_url": ["https://openreview.net/forum?id=sMsAIWBSvg¬eId=T-BAPXW4A", "https://openreview.net/forum?id=sMsAIWBSvg¬eId=8laKax3TeC", "https://openreview.net/forum?id=sMsAIWBSvg¬eId=VDtIz9Nj8w", "https://openreview.net/forum?id=sMsAIWBSvg¬eId=Jrisnh1UaO"], "review_cdate": [1584024624819, 1583495095840, 1583353368182, 1583239500288], "review_tcdate": [1584024624819, 1583495095840, 1583353368182, 1583239500288], "review_tmdate": [1585229778718, 1585229778193, 1585229777690, 1585229777198], "review_readers": [["everyone"], ["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper92/AnonReviewer3"], ["MIDL.io/2020/Conference/Paper92/AnonReviewer1"], ["MIDL.io/2020/Conference/Paper92/AnonReviewer4"], ["MIDL.io/2020/Conference/Paper92/AnonReviewer2"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["238UzYB1d9", "238UzYB1d9", "238UzYB1d9", "238UzYB1d9"], "review_content": [{"title": "the method deals with a critical task while the technical novelty is somewhat limited", "review": "The authors proposed a 4D encoder-decoder CNN with convolutional recurrent gate units to learn multiple sclerosis (MS) lesion activity maps using 3D volumes from 2 time points. The proposed architecture connects the encoder and decoder with GRU to incorporate temporal information. It's compared to an earlier method which uses a 3D network and time-point concatenation and reports improvement in Dice scores, false positive rates and true positive rate. \n\nThe improvement gained by the proposed method validates the effectiveness of recurrent units, and the most significant gain is from the false positive rates. \n\nMeanwhile, a few clarifications may be necessary:\n\n1) in term of runtime, does the addition of GRUs take much more training time and memory comparing to the concatenation of 3D volumes? \n2) what is the dimension of input, is it $H\\times W \\times D$ or $T\\times H \\times W \\times D$ ? If it's the latter one, is the convolution done with a 4D filter? \n3) more details about the convGRU may be useful, for example its architecture.\n\nOverall, the problem the paper tackles is critical, and the proposed network component is effective to some extent. The conclusion is more like a validation for the usefulness of the temporal information, while technical novelty may not be very sufficient in this case.", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Identifying lesion change in MS", "review": "Authors present their work on identifying MS lesion change (appearance and enlarging lesions). This is a well-written abstract and an interesting method. The method uses GRU modules to include two or more images of the patient to identify lesion activity. \n\nI assume the method processes FLAIR images, but this is not 100% clear to me. Figure 1 seems to suggest that lesion maps are fed into the model in stead of FLAIR images. Can authors clarify this?\n\nAuthors identify three time points for each subject: HS (an early scan), BL (baseline, comes after HS), and FU (follow-up, the most recent scan). In the results, models are compared on T=2 (BL and FU) and T=3 (BL, FU, and HS). T=3 seems to work better and authors suggest that the added history might help. However, an alternative hypothesis for this improved performance could be that the difference between HS and FU is much larger than BL and FU; hence adding HS works. It would be interesting to also add T=2 with HS and FU; because I suspect that it is just the longer time period between HS and FU that leads to increased lesion activity that is easier to detect. \n\nIt is unclear to me whether authors used a separate validation dataset for optimizing the hyperparameters of their model. Or that the reported results are on the test set that was also used to select the best performing parameters and results?\n\nDid the human raters have access to HS when annotating lesion activity?\n\nAuthors look for 'new and enlarging' lesions (abstract): what about disappearing lesions?", "rating": "4: Strong accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "The paper proposes a GRU-based CNN which can leverage MRI scans from different time points for New and Enlarging Lesions.", "review": "The idea of the paper is good. Results support the idea and gives an increase in the performance compared to baseline methods. Considering the page limit, the paper is well written. It would be nice if authors can provide a reference for lesion-wise false positive rate (LFPR) and Lesion-wise true positive rate (LTPR). ", "rating": "3: Weak accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "Incorporation of temporal data for improved segmentation", "review": "The paper proposes to include recurrent layers in an encoder-decoder architecture to improve the segmentation of lesion activity. The method is clearly justified and introduced and shows clear improvements over a baseline that concatenates encodings of different time points.\n\nThe extension of including recurrent connections for a temporal problems seems rather obvious but still requires effort to get working correctly. The simplicity of the approach, the applicability to different temporal applications, and convincing results make this paper a nice and interesting read.\n\nThe paper lacks clarity in the exact experimental setup and I personally would have liked a better introduction to lesion activity segmentation. Fig. 1 seems to suggest that the paper aims to segment the differences in lesion segmentations for two different time points. The figure might be slightly misleading assuming that HS is taken before HL. HS shows some lesion in the top right corner that isn't present in BL. Is that regular behaviour for those tasks?\n\n- Furthermore, it seems that the authors did not use a validation set for developing and validating their method but might report results that are overfit to the test set.\n- It is unclear how the full-volume activity maps are generated: how is are overlapping patches aggregated? Is there and consideration for boundary effects?\n- The metrics seem not clearly defined: does FPs mean voxel-wise false positives? How are lesion-wise metrics defined?\n- Lastly, do you ensure that the baseline has a similar capacity as the model including GRUs? Is there a similar memory footprint or number of model parameters? If not, this might not be a fair comparison.\n\nIt would be interesting to explore whether this model can generalise to unknown lengths of history. Also, could it be helpful to have intermediate segmentation or activity supervisions to use the varying time points as some training signal also?", "rating": "3: Weak accept", "confidence": "3: The reviewer is fairly confident 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": 1586081839759, "meta_review_tcdate": 1586081839759, "meta_review_tmdate": 1586081839759, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper92 by AreaChair1", "meta_review_metareview": "The presented paper appears to be well written and presents interesting and promising results on an important problem. There is still room for improvement in the validation and clarification of the methods", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper92/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=sMsAIWBSvg¬eId=48dSWlRAi9"], "decision": "reject"}