{"forum": "AkziGgmwl", "submission_url": "https://openreview.net/forum?id=u2AnY6V1l", "submission_content": {"title": "Automatic segmentation of the pulmonary lobes with a 3D u-net and optimized loss function", "authors": ["Bianca Lassen-Schmidt", "Alessa Hering", "Stefan Krass", "Hans Meine"], "authorids": ["bianca.lassen@mevis.fraunhofer.de", "alessa.hering@mevis.fraunhofer.de", "stefan.krass@mevis.fraunhofer.de", "hans.meine@mevis.fraunhofer.de"], "keywords": ["pulmonary lobes", "lung lobes", "segmentation", "deep learning", "CNN", "3D U-net"], "TL;DR": "coming soon", "abstract": "Fully-automatic lung lobe segmentation is challenging due to anatomical variations, pathologies, and incomplete fissures. We trained a 3D u-net for pulmonary lobe segmentation on 49 mainly publically available datasets and introduced a weighted Dice loss function to emphasize the lobar boundaries. To validate the performance of the proposed method we compared the results to two other methods. The new loss function improved the mean distance to 1.46 mm (compared to 2.08 mm for simple loss function without weighting).", "track": "short paper", "paperhash": "lassenschmidt|automatic_segmentation_of_the_pulmonary_lobes_with_a_3d_unet_and_optimized_loss_function", "paper_type": "methodological development", "pdf": "/pdf/413bc7c2cef4a848f2fcdceee073ce273d01e348.pdf", "_bibtex": "@inproceedings{\nlassen-schmidt2020automatic,\ntitle={Automatic segmentation of the pulmonary lobes with a 3D u-net and optimized loss function},\nauthor={Bianca Lassen-Schmidt and Alessa Hering and Stefan Krass and Hans Meine},\nbooktitle={Medical Imaging with Deep Learning},\nyear={2020},\nurl={https://openreview.net/forum?id=u2AnY6V1l}\n}"}, "submission_cdate": 1579955625586, "submission_tcdate": 1579955625586, "submission_tmdate": 1587172139432, "submission_ddate": null, "review_id": ["ySEkG5pcaB", "NOT-FvD_N4", "v0wwNgiqS"], "review_url": ["https://openreview.net/forum?id=u2AnY6V1l¬eId=ySEkG5pcaB", "https://openreview.net/forum?id=u2AnY6V1l¬eId=NOT-FvD_N4", "https://openreview.net/forum?id=u2AnY6V1l¬eId=v0wwNgiqS"], "review_cdate": [1584040477046, 1584024764687, 1583855681475], "review_tcdate": [1584040477046, 1584024764687, 1583855681475], "review_tmdate": [1585229888468, 1585229887971, 1585229887456], "review_readers": [["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper14/AnonReviewer1"], ["MIDL.io/2020/Conference/Paper14/AnonReviewer4"], ["MIDL.io/2020/Conference/Paper14/AnonReviewer2"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["AkziGgmwl", "AkziGgmwl", "AkziGgmwl"], "review_content": [{"title": "Automatic segmentation of the pulmonary lobes with a 3D u-net and optimized loss function", "review": "This paper concerns lobe segmentation from Thoracic CT images using deep learning. This is certainly not the first paper on this topic, but the novelty of this approach is the weighted Dice coefficient, which puts special emphasis on the regions near the lobe boundary. This is not completely novel, as something similar was done already in Gerard et al. Also this paper doesn't have a large amount of data. However, as preliminary work, it is a good idea and shows promise.", "rating": "3: Weak accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Weighted dice loss based on distance transform to improve fissure segmentations with unconvincing results.", "review": "Summary: \nModified dice loss with weights computed based on Euclidean distance transform is proposed to improve segmentation of fissures between lung lobes. The weighted dice loss is presented as a novel contribution and is used to train a 3D Unet. Experiments compare performance to a baseline model and with Unet trained without weighted dice loss. \n\nStrengths:\n+ Weighting based on Euclidean distance transform is a useful idea. \n\nWeakness:\n- Presenting the weighting strategy as a novel idea is a bit of a stretch. The paper could be strengthened with more thorough validation and discussion of the improvements due to weighting. \n- The results are not convincing. While weighting dice loss shows improvement to Unet performance, it is still similar to the baseline method. There is no acknowledgement or further discussion about this. ", "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 authors propose a CT lobar segmentation method using a deep learning framework. The well-known U-net architecture was utilized with a weighted loss function that emphasizes the fissure. There is very little if any novelty in the method considering similar deep learning based lobe segmentations have already been proposed with better results. That being said, this work seems satisfactory for a conference but not suitable for journal publication even with more training/evaluation data.", "review": "In the introduction the authors state that none of the existing deep learning approaches to lobe segmentation use explicit knowledge from pulmonary fissures. This is not true, the Gerard and Reinhardt 2019 reference uses pulmonary fissures as an input channel. This method is currently the leader in the LOLA11 challenge which should also be mentioned.\n\nIt seems the proposed method requires a lung segmentation as a precursor which distinguishes left and right lungs (for cropping input). This needs to be explicitly mentioned. It should also be explained in the methods how this was obtained in this work.\n\nDuring training patches of size 60 are used, however, it is unclear what is done during inference. Are the same patch sizes used? Are non-overlapping patches used? If not, how are patch results merged?\n\nFigure 2 shows the \"mean distance to visible fissure\". It is unclear how this is calculated. For this to be calculated the evaluation data ground truth would need to include annotations of just visible fissures, however, based on the description it seems only complete lobe segmentations are available, i.e., all extracted fissures would be extrapolated and include both visible and non-visible fissures.", "rating": "3: Weak accept", "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": 1585282627495, "meta_review_tcdate": 1585282627495, "meta_review_tmdate": 1585282627495, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper14 by AreaChair1", "meta_review_metareview": "Reviewers are generally in favor of the methodological contribution of this paper. However, two reviewers complain that there is related work from Gerard et al. in TMI which actually proposes to use fissures for lobe segmentation in a deep learning based framework. The work presented here reproduces the validity of this approach, which is a beneficial finding and thus interesting to report at MIDL 2020. However, these critical reviewer comments are crucial and need to be addressed in a final version of the paper. ", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper14/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=u2AnY6V1l¬eId=d7XFMJp2ax6"], "decision": "reject"}