{"forum": "FJCg4fWFAg", "submission_url": "https://openreview.net/forum?id=YIgh7Y_dfs", "submission_content": {"keywords": [], "track": "short paper", "authorids": ["nikolas.lessmann@gmail.com", "bramvanginneken@gmail.com"], "title": "Random smooth gray value transformations for cross modality learning with gray value invariant networks", "authors": ["Nikolas Lessmann", "Bram van Ginneken"], "paper_type": "methodological development", "abstract": "Random transformations are commonly used for augmentation of the training data with the goal of reducing the uniformity of the training samples. These transformations normally aim at variations that can be expected in images from the same modality. Here, we propose a simple method for transforming the gray values of an image with the goal of reducing cross modality differences. This approach enables segmentation of the lumbar vertebral bodies in CT images using a network trained exclusively with MR images.", "paperhash": "lessmann|random_smooth_gray_value_transformations_for_cross_modality_learning_with_gray_value_invariant_networks", "pdf": "/pdf/22283a63f796cc3887c088cc79dae98dfeffaa48.pdf", "_bibtex": "@misc{\nlessmann2020random,\ntitle={Random smooth gray value transformations for cross modality learning with gray value invariant networks},\nauthor={Nikolas Lessmann and Bram van Ginneken},\nyear={2020},\nurl={https://openreview.net/forum?id=YIgh7Y_dfs}\n}"}, "submission_cdate": 1579955752038, "submission_tcdate": 1579955752038, "submission_tmdate": 1587172213128, "submission_ddate": null, "review_id": ["ZN9_weGPcd", "LEckAofih9", "DBSjBZAU-Z", "SfrYFr-Vgy"], "review_url": ["https://openreview.net/forum?id=YIgh7Y_dfs¬eId=ZN9_weGPcd", "https://openreview.net/forum?id=YIgh7Y_dfs¬eId=LEckAofih9", "https://openreview.net/forum?id=YIgh7Y_dfs¬eId=DBSjBZAU-Z", "https://openreview.net/forum?id=YIgh7Y_dfs¬eId=SfrYFr-Vgy"], "review_cdate": [1584142975858, 1584120818124, 1584105980243, 1583634346582], "review_tcdate": [1584142975858, 1584120818124, 1584105980243, 1583634346582], "review_tmdate": [1585229336576, 1585229336060, 1585229335564, 1585229335053], "review_readers": [["everyone"], ["everyone"], ["everyone"], ["everyone"]], "review_writers": [["MIDL.io/2020/Conference/Paper248/AnonReviewer3"], ["MIDL.io/2020/Conference/Paper248/AnonReviewer1"], ["MIDL.io/2020/Conference/Paper248/AnonReviewer2"], ["MIDL.io/2020/Conference/Paper248/AnonReviewer4"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["FJCg4fWFAg", "FJCg4fWFAg", "FJCg4fWFAg", "FJCg4fWFAg"], "review_content": [{"title": "This short paper introduces a transformation that modifies gray-level values within grayscale training images to enable cross-modality detection for vertebral bodies from MRI images to CT images. ", "review": "The methodology introduced within the paper is clear, simple and concise. The authors propose combining N=4 sine wave frequencies to apply a continuous transformation function that modifies the gray values of the training dataset. The transformation preserves edge gray-value information and is effective in assisting vertebral body segmentation.\n\nCons: The authors fail to acknowledge or mention whether this transformation is applicable to other modalities (for example: T1-weighted MRI input data, or CT to MRI detection) and other less-bony structures. \n\nPotential impact: Preliminary results demonstrate that the transformation enhances and preserves, the vertebral body edges that leads to good cross-modality segmentation. I think the introduced transformation has potential use and impact for generalizing datasets during training where structures being segmented have edges to guide localization/segementation. It would be interesting to see whether the introduced transformation can assist with cross-modality whole-vertebra and intervertebral disc segmentation, where there is low bone/tissue image intensity contrast.\n", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Simple method for cross-modality learning, seems to be effective, limited experiments and no comparison with alternative methods", "review": "The authors propose a method to train gray-value-invariant networks by applying random gray value transformations to the images during training. The paper proposes an intensity transformation using sine functions with random parameters. The method is evaluated on an MR-to-CT lumbar segmentation problem, showing that it improved cross-modality learning.\n\nStrengths:\nThe proposed intensity transformation is simple and easy to apply. Based on the (limited) experiments in the paper, the method does seem to improve the cross-domain classification in this case. It is also useful to see that the augmentation did not hurt the performance in the original MRI domain.\n\nWeaknesses:\nThere is no comparison with alternative methods. The paper's assertion that having smooth gray-value transformations is better than having non-smooth transformations is difficult to evaluate, because there are no results for other ways to train gray-value-invariant methods.\n\nThe experiments are limited in other ways as well: the dataset is small and there is no information about the network or how this was trained or evaluated. (And there is still one half page left where this could have been explained.)\n\nThe results on page 3 would have looked better in a table.", "rating": "2: Weak reject", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "a simple approach that probably only works in the proposed scenario", "review": "It is refreshing to read a paper claiming that all that you need for cross-modality learning is good data augmentation. However, modality transfer should be approached cautiously since different image modalities of the same anatomical sites are used to capture complementary information. Thus, modality transfer should only be used when aiming for information available in both modalities. In the case of vertebrae, cortical bone clearly visible as the brightest structure in the CT images can be easily mixed with cartilage surrounding vertebrae that can be seen in MR images as dark structure surrounding the vertebral body. This is probably the reason why there is a clear under-sampling segmentation in CT (check the Fig. 2). Moreover, the proposed augmentation looks too simplified to be used in any other scenarios except the one proposed in the manuscript. Lumbar vertebrae are well-separated bones in CT that are not difficult to segment also with a clever chose of a threshold-based method. I doubt that going for thoracic vertebrae or any other more demanding anatomy the proposed approach would give a decent result. Moreover, compare to modality transfer from MR to CT, the opposite direction from CT to MR is a way more challenging, but also more realistic scenario, since having a bone labels in CT images are more commonly available. It is also not clear why authors used a sum of sines to create non-linear transformation function and not e.g. a polynomial function of the third degree. ", "rating": "1: Strong reject", "confidence": "5: The reviewer is absolutely certain that the evaluation is correct and very familiar with the relevant literature"}, {"title": "This paper addresses the problem of multimodal lumbar vertebral body segmentation by training the networks to be invariant to gray values.", "review": "The paper proposes a gray value augmentation on data, to make the networks invariant to image intensities. The problem statement is clearly described. However, some important details about the segmentation network, training scheme and labels are missing.\n\nStrength:\nThe proposed idea for cross modality segmentation is novel and reported dice scores are fare.\n \nWeakness:\n- The model is validated on a few number of CT images, so the results are not necessarily generalizable.\n- The choice of segmentation network architecture and also the training scheme is not reported.\n- It is not clear whether the network is predicting a binary mask for all vertebrae or it is predicting a unique label for each vertebrae. This effects the reported dice scores considerably.\n- If the segmentation is multi-label (according to Fig. 2), How many labels were used to train the network? \nThere should be 5 (for some cases 6) labels defined for lumbar vertebrae, How does the network handle the thoracic vertebrae visible in the Fig. 2?\n\nI think another possible validation could be comparing the histograms of intensities in the training dataset (after augmentation) and target test set. ", "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": 1586162196306, "meta_review_tcdate": 1586162196306, "meta_review_tmdate": 1586162196306, "meta_review_ddate ": null, "meta_review_title": "MetaReview of Paper248 by AreaChair1", "meta_review_metareview": "This paper proposes an intensity transformation method from MR to CT. The reviewers have major concerns on method evaluation, which only involves a few number of CT images and has no comparison with alternative methods; method setting, e.g., number of labels, modality transfer directions (MR to CT, but not CT to MR), network and training setting; and ability to generalize to other regions or modalities.", "meta_review_readers": ["everyone"], "meta_review_writers": ["MIDL.io/2020/Conference/Program_Chairs", "MIDL.io/2020/Conference/Paper248/Area_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=YIgh7Y_dfs¬eId=5bLW2Oz0ipz"], "decision": "reject"}