Literature DB >> 35170063

Transfer learning for data-efficient abdominal muscle segmentation with convolutional neural networks.

Dónal M McSweeney1,2, Edward G Henderson1,2, Marcel van Herk1,2, Jamie Weaver3, Paul A Bromiley4, Andrew Green1,2, Alan McWilliam1,2.   

Abstract

BACKGROUND: Skeletal muscle segmentation is an important procedure for assessing sarcopenia, an emerging imaging biomarker of patient frailty. Data annotation remains the bottleneck for training deep learning auto-segmentation models.
PURPOSE: There is a need to define methodologies for applying models to different domains (e.g., anatomical regions or imaging modalities) without dramatically increasing data annotation.
METHODS: To address this problem, we empirically evaluate the generalizability of various source tasks for transfer learning: natural image classification, natural image segmentation, unsupervised image reconstruction, and self-supervised jigsaw solving. Axial CT slices at L3 were extracted from PET-CT scans for 204 oesophago-gastric cancer patients and the skeletal muscle manually delineated by an expert. Features were transferred and segmentation models trained on subsets ( n = 5 , 10 , 25 , 50 , 75 , 100 , 125 $n=5,10,25,50,75,100,125$ ) of the manually annotated training set. Four-fold cross-validation was performed to evaluate model generalizability. Human-level performance was established by performing an inter-observer study consisting of ten trained radiographers.
RESULTS: We find that accurate segmentation models can be trained on a fraction of the data required by current approaches. The Dice similarity coefficient and root mean square distance-to-agreement were calculated for each prediction and used to assess model performance. Models pre-trained on a segmentation task and fine-tuned on 10 images produce delineations that are comparable to those from trained observers and extract reliable measures of muscle health.
CONCLUSIONS: Appropriate transfer learning can generate convolutional neural networks for abdominal muscle segmentation that achieve human-level performance while decreasing the required data by an order of magnitude, compared to previous methods ( n = 160 → 10 $n=160 \rightarrow 10$ ). This work enables the development of future models for assessing skeletal muscle at other anatomical sites where large annotated data sets are scarce and clinical needs are yet to be addressed.
© 2022 The Authors. Medical Physics published by Wiley Periodicals LLC on behalf of American Association of Physicists in Medicine.

Entities:  

Keywords:  deep learning; sarcopenia; segmentation

Mesh:

Year:  2022        PMID: 35170063      PMCID: PMC9313817          DOI: 10.1002/mp.15533

Source DB:  PubMed          Journal:  Med Phys        ISSN: 0094-2405            Impact factor:   4.506


INTRODUCTION

Segmentation of medical images is a central procedure in extracting imaging biomarkers. In the last decade, assessment of muscle characteristics, by way of muscle segmentation on computed tomography (CT) scans, has enabled further insight into sarcopenia, the degenerative loss of muscle mass and quality associated with aging. In the context of medical imaging, sarcopenia is assessed via the skeletal muscle index: skeletal muscle area at the L3 vertebral level normalized by patient height. However, recent studies suggest that skeletal muscle attenuation may be used as an alternative, , bypassing the need for patient height, which is often unavailable in anonymized medical data. In oncology, sarcopenia has emerged as an important prognostic factor when treating with chemotherapy, , , , radiotherapy , or surgery, , , where sarcopenia is associated with shorter overall survival and increased toxicity across a variety of disease sites and stages. , , Current methods of sarcopenia assessment are limited as they require time‐consuming manual annotation by a clinician, and automated template‐based approaches, such as the ABACS (Automatic ody omposition nalyzer using omputed tomography image egmentation) module in SliceOMatic (Tomovision) have been shown to perform poorly when the characteristic shape of the muscle compartment is altered, either by anatomical abnormalities or muscle wasting. Reliance on a statistical shape prior also limits the use of ABACS to CT slices at L3, preventing extraction of skeletal muscle characteristics from scans where the lumbar spine is not imaged (e.g., head and neck cancer radiotherapy planning scans). These limitations have hindered sarcopenia evaluation in clinical practice, especially in radiotherapy patients. Consequently, there has been growing interest in developing fully automated alternatives. Convolutional neural networks (CNNs) have become the centerpiece of modern segmentation tools. , , , , Such models lead to impressive results whilst limiting human intervention (following annotation of training data) by removing the need for feature engineering. Features are learned entirely via the optimization process. Although this facilitates model development, the result is a black‐box that requires large amounts of training data to ensure generalizability, from which insight is hard to gain. In the context of skeletal muscle segmentation, Park et al. developed a fully convolutional network (FCN) trained on 883 CT scans. Weston et al. and Edwards et al. trained a U‐Net with 2430 and 682 images, respectively. The quantity of training data required prohibits wide application of these methods. As skeletal muscle delineations are not a routine by‐product of treatment planning, large annotated data sets are time‐consuming to curate and become a limiting factor for models that need to be retrained on different cohorts or anatomical sites. A number of approaches have been taken to allow CNN training on limited data. These fall under two categories: augmenting the data set or altering the training dynamics. The former involves generating synthetic data by randomly applying transformations (e.g. rotations, elastic deformations, and random erasing) under the assumption that more information can be extracted from the augmented data set. The latter encompasses a number of techniques that seek to modify the network architecture or the learning procedure to enable improved performance on small data sets. Transfer learning alters the training dynamics by using a sequence of tasks to produce a final model. In network‐based transfer learning, an initial network is trained on a pretext task with large amounts of data. The learned features are then transferred to a target model, where they serve to initialize network layers, for training on a target task where few annotated data are available. The central assumption being that the features learned on the pretext task are also useful for the target task. Indeed, it has been shown that early layers learn low‐level features such as color blobs and Gabor filters, regardless of the data set or training objective. , This dictionary of fundamental features can therefore be used across domains and tasks. To the best of our knowledge, only two publications have applied transfer learning to skeletal muscle segmentation. Lee et al. and Green et al. both used a VGG‐16 pre‐trained on ImageNet, a large‐scale natural image data set comprising over 14 million images belonging to 1000 categories, to initialize the encoder in an FCN or U‐Net architecture, respectively. Although the authors train their models on much smaller data sets (250 and 160 axial CT slices, respectively) compared to those discussed previously, , , we believe that further research surrounding optimization of the transfer learning procedure will allow much smaller training set sizes and in consequence, more adaptable models. We seek to decrease the time and cost required to develop accurate muscle segmentation models, to facilitate adaptation to different anatomical regions or patient cohorts. To this end, we investigate optimal transfer learning practices in segmenting medical images via the use case of skeletal muscle delineation at the L3 vertebral level. We examine the relationship between training set size and segmentation accuracy for a number of pretext tasks. Our results are compared to our baseline, an inter‐observer study performed by 10 trained radiographers. Finally, we compare measures of muscle area and attenuation with those from our gold‐standard delineations to emphasize the clinical viability of our method.

METHODOLOGY

Data Preparation

The analysis was performed on an oesophago‐gastric cancer cohort () where single PET‐CT slices were manually extracted at the L3 vertebral level. Delineations of skeletal muscle were completed by a clinical expert (JW) with 6 years of expertise. A hold‐out test set () was formed and annotated by trained observers (see 2.4). The remaining data () were separated into four folds. During training, one of the folds was used for validation while the remaining folds were combined to form a parent training set. The parent training set was randomly subsampled to produce independent training subsets of varying sizes (). Larger subsets were generated by incrementally expanding the smaller subsets. For example, subsets with ten images were produced by adding five new samples to the existing subset of five images. We elected to generate two subsampled data sets per size. For each subset, two models were trained to account for the stochasticity of the optimization/initialization procedure. An illustration of the experimental workflow is shown in Figure 1.
FIGURE 1

Experimental workflow. Fourfold cross‐validation was performed. (a) Training sets of varying sizes were sub‐sampled from the resulting training & validation split. During training, the excluded fold was used as validation data. Images used for our observer study were kept independent and formed the test set. (b) Four pretext tasks were used for pre‐training: image classification, image segmentation, unsupervised image reconstruction, and self‐supervised jigsaws. (c) Weights from pre‐trained models were transferred to a FCN‐ResNet101 trained to segment skeletal muscle on each subset until convergence. Randomly initialized models were also trained on each subset for comparison. (d) Model predictions and observer masks were evaluated on the same test set () with expert gold‐standard delineations

Experimental workflow. Fourfold cross‐validation was performed. (a) Training sets of varying sizes were sub‐sampled from the resulting training & validation split. During training, the excluded fold was used as validation data. Images used for our observer study were kept independent and formed the test set. (b) Four pretext tasks were used for pre‐training: image classification, image segmentation, unsupervised image reconstruction, and self‐supervised jigsaws. (c) Weights from pre‐trained models were transferred to a FCN‐ResNet101 trained to segment skeletal muscle on each subset until convergence. Randomly initialized models were also trained on each subset for comparison. (d) Model predictions and observer masks were evaluated on the same test set () with expert gold‐standard delineations

Pre‐Training

We tested four pre‐training methods: Image classification on natural images. Image segmentation on natural images. Unsupervised image reconstruction of the training data. Self‐supervised approach using jigsaw (puzzle) solving on the training data. A number of large, publicly available data sets are commonly used for developing and testing image classification models. ImageNet is one such data set consisting of over 14 million natural images belonging to 1000 different classes. In this work, we used a ResNet101 pre‐trained on ImageNet, available through the PyTorch framework1. In PyTorch, image segmentation models are pre‐trained on Microsoft's Common Objects in Context (COCO) natural image data set, widely used for object detection, image captioning, and semantic image segmentation. We opted to use the fully convolutional ResNet101 (FCN‐ResNet1012) due to its similarity to the classification model pre‐trained on ImageNet. Convolutional autoencoders were used for unsupervised image reconstruction, a task with the aim of extracting high‐level features from an input CT slice and reconstructing the initial image from the extracted features. We trained a randomly initialised FCN‐ResNet101 to reconstruct the CT slices in the original training set () by minimizing the mean‐squared error between the input image and the reconstructed slice. As the target network expects three channel inputs, we converted the initial single‐channel image by copying the input across three‐channels and applied channel‐wise normalization according to the ImageNet mean and standard deviation for each channel. Finally, a self‐supervised approach to solving jigsaw puzzles was used to extract features from CT slices. We use the full training set () for training. Input slices were divided into 3x3 grids from which nine patches (per image) were extracted. A set of all possible permutations was filtered such that the top 50 with the greatest Hamming distance were used. The Hamming distance is defined as the number of differing elements between sets. In other words, we selected the top 50 most different permutations of the input patches. The patches were then shuffled according to one of these permutations and a Siamese CNN (nine ResNet101 CNNs with shared weights) was then trained to predict the input permutation by minimizing the cross‐entropy loss across all predictions. As with the auto‐encoder, we converted the single‐channel images to three‐channel CT slices and applied channel‐wise normalization. Training and validation curves for auto‐encoder and jigsaw pre‐training are presented in Appendix A.

Experiments

Due to the nature of the aforementioned tasks, different CNN model architectures were used. To account for this, weights from layers of the pre‐trained models were directly transferred to the target network (FCN‐ResNet101) if they were also present in the latter. Consequently, layers of the target model that did not appear in the pre‐trained architecture were randomly initialized. Target models were independently trained on each training set by minimizing a combined binary cross‐entropy () and Dice loss (), , until both the training and validation losses had saturated. Loss functions were defined as follows: where are the height and width of the input image and is the number of samples in a batch. The gold‐standard and predicted masks are denoted and , respectively (where ). Training and validation curves can be found in Appendix B. The Adam optimizer was used for optimization with an initial learning rate of in models without pre‐training. This was decreased to when transferring weights from a previously trained model, to fine‐tune the learned features. The training procedure was repeated to account for stochastic optimization and weight initialization in randomly initialized layers. Data augmentation was applied in an identical manner for all models and consisted of randomly applying a combination of horizontal flipping, rotations (), elastic deformations, and scaling. Inputs were clipped according to a window and level of 400 Hounsfield units (HU) and 50 HU, respectively. Single‐channel CT slices were converted to three‐channel images by repeating the image three times along the channel axis (as expected by the FCN‐ResNet101 architecture) and each channel was then normalized according to the ImageNet mean and standard deviation for that channel. Model weights were saved at the minimum of the validation loss and were subsequently used for analysis. Our analysis consisted of performing a single forward pass of the test data through each model and recording the predictions. The result is a single‐channel image of the per‐voxel class predictions (foreground or background). Finally, a sigmoid function was applied for conversion to a binary mask (a process which was handled by the loss function at training). To quantify the accuracy of the output segmentations, the Dice similarity coefficient (DSC) and root mean square distance‐to‐agreement (RMS‐DTA) between each prediction and its corresponding gold‐standard annotation were calculated. The former provides a measure of overlap between predicted masks and the gold‐standard, while the latter is a distance metric between predicted and gold‐standard boundaries. They are defined as follows: where is the total number of points on the predicted boundary and is the signed distance from a point on the predicted boundary () and the nearest point on the reference boundary (). Finally, we compared extracted measures of muscle quality, skeletal muscle density (mean HU within the mask, SMD), and skeletal muscle area (Number of foreground pixels pixel area (in cm2), SMA), with those from our gold‐standard delineations. To mitigate the impact of partial volume effect on measures of muscle density, post‐processing was applied to model predictions. This consisted in applying a threshold of 175 HU to the original CT volumes to produce a binary mask of high density regions such as bones. The mask was then isotropically expanded by 2 mm. Bone masks were then removed from model predictions. This served to diminish the effect of neighboring bony anatomy on extracted measures of muscle density.

Inter‐observer variation

To establish a reliable estimate of human‐level performance, we investigated inter‐observer variation. Ten radiographers were given access to an in‐house segmentation tool (MvH). Although the observers had expertise in analyzing routine medical images (Median = 10 years, Range = 3–25 years), they had no prior training for the task. Initially, the participants undertook a training protocol consisting of contouring skeletal muscle in three training images (CT slices at L3). Subsequently, feedback was provided by a clinical expert (JW), the radiographers were split into two groups, and were each assigned 20 images from the test set. As a result, six segmentations (five from observers and one expert) were available for each test image—three images only had four observer segmentations due to technical difficulties (Figure 2).
FIGURE 2

An example CT slice from our inter‐observer study, with multiple observer delineations in different colors

An example CT slice from our inter‐observer study, with multiple observer delineations in different colors Observer variability was then quantified by calculating mean DSC and mean RMS‐DTA for every image, providing a target for model performance. Finally, to determine the role of observer variation on muscle characteristics (SMD, SMA), we calculated the mean difference against our expert contours. Dunnett's tests were performed to identify significant differences in segmentation accuracy (DSC & RMS‐DTA) between model predictions and observer delineations; and were used to identify significant differences in extracted muscle characteristics (SMD & SMA) between expert delineations and model predictions.

RESULTS

From our observer study, we determined that trained observers achieved a mean DSC of and a mean RMS‐DTA of cm, when evaluated against expert delineations. These measures of segmentation accuracy were associated with the following mean differences (observer‐expert) in extracted muscle characteristics: SMD Variability = HU and SMA Variability = cm2. DSC, between CNN predictions and expert gold‐standard, as a function of training set size are shown in Figure 3 where different colors represent different pretext tasks. RMS‐DTA results are displayed in Figure 4. In these figures, each point represents the mean and 95% confidence interval for all predictions from 16 models. Dotted lines indicate mean score and the associated standard error for all observers across the test set.
FIGURE 3

Mean DSC, of CNN predictions evaluated against expert gold‐standard, as a function of training set size. Error bars represent confidence intervals. Mean observer variation (; standard error (SE)) was found by calculating mean DSC for all observer segmentations against the clinical expert's

FIGURE 4

Mean RMS‐DTA (in cm), of CNN predictions evaluated against expert gold‐standard, as a function of training set size. Error bars represent confidence intervals. Note, results from the sixteen randomly initialized models at have been omitted as the mean RMS‐DTA was cm. Mean observer variation (; standard error (SE)) was found by calculating mean RMS‐DTA for all observer segmentations against the clinical expert's

Mean DSC, of CNN predictions evaluated against expert gold‐standard, as a function of training set size. Error bars represent confidence intervals. Mean observer variation (; standard error (SE)) was found by calculating mean DSC for all observer segmentations against the clinical expert's Mean RMS‐DTA (in cm), of CNN predictions evaluated against expert gold‐standard, as a function of training set size. Error bars represent confidence intervals. Note, results from the sixteen randomly initialized models at have been omitted as the mean RMS‐DTA was cm. Mean observer variation (; standard error (SE)) was found by calculating mean RMS‐DTA for all observer segmentations against the clinical expert's From Figure 3 and Table 1, all models trained on patients produce segmentations with a DSC that is better than trained observers, regardless of pre‐training strategy (). In the case of RMS‐DTA, all models trained on produce delineations that are not significantly different to those manually generated by observers (, see Table 1 and Figure 4). As training set sizes increase, differences between pretext tasks decrease: all models converge toward a common value (DSC ). Regardless of source task, model performance plateaus as exceeds 100 (see Appendix D). Beyond , there is no significant difference between models pre‐trained on image segmentation and those pre‐trained on image classification or jigsaw solving (see Appendix C).
TABLE 1

Resulting p‐values from performing Dunnett's tests to identify significant differences in DSC (Top) & RMS‐DTA (Bottom) between model predictions and observer delineations (control=observer delineations). Models that outperformed observers are indicated in bold and models that were significantly worse are underlined

Source Task n=5 n=10 n=25 n=50 n=75 n=100 n=125
Rand. Init. p<0.001_ p<0.001_ 0.038 p<0.001 p<0.001 p<0.001 p<0.001
Classification p<0.001_ 0.777 p<0.001 p<0.001 p<0.001 p<0.001 p<0.001
Segmentation0.9990.036 p<0.001 p<0.001 p<0.001 p<0.001 p<0.001
Jigsaw p<0.001_ 0.885 p<0.001 p<0.001 p<0.001 p<0.001 p<0.001
Reconstruction p<0.001_ p<0.001_ 0.746 p<0.001 p<0.001 p<0.001 p<0.001
Rand. Init. p<0.001_ p<0.001_ 0.9991.0001.0000.9710.833
Classification p<0.001_ 0.0770.9990.8640.7850.7140.482
Segmentation p<0.001_ 0.3950.9920.8260.6440.5500.440
Jigsaw p<0.001_ 0.2450.9990.8640.7850.7140.482
Reconstruction p<0.001_ p<0.001_ 0.9831.0001.0000.9960.892
Resulting p‐values from performing Dunnett's tests to identify significant differences in DSC (Top) & RMS‐DTA (Bottom) between model predictions and observer delineations (control=observer delineations). Models that outperformed observers are indicated in bold and models that were significantly worse are underlined At the smallest training set sizes (), the choice of pretext task becomes more important. Natural image segmentation is the optimal choice. At , this is the only approach that leads to DSC scores that are not significantly different to trained observers. At training set size , pre‐training on image segmentation, image classification or jigsaw solving all lead to models that are not significantly different to trained observers, both in terms of DSC and RMS‐DTA (Table 1). Nevertheless, image segmentation still outperforms the other methods at (see Figures 3 and 4; Appendix C). In addition to improved performance, increasing training set size leads to improved model generalizability as highlighted by narrowing confidence intervals in Figures 3 and 4. Differences in muscle features (SMD & SMA) between CNN predictions and expert gold‐standard values are displayed in Figure 5. As expected, as increases, the values extracted from our models approach those of our gold‐standard delineations. When comparing segmentation metrics, the choice of source task plays an important role, especially at the smallest training set sizes. When comparing extracted measures of muscle quality, however, the choice of source task is not as important. Table 2 shows that all models can extract muscle characteristics comparable to our gold‐standard, with the exception of SMD for the set of randomly initialized models trained on . Note, that these models have been omitted from Figure 5 (top) as the mean difference was HU. These results support our hypothesis that accurate and clinically useful segmentation models can be trained on much smaller data sets than currently used.
FIGURE 5

(a) Difference in skeletal muscle density extracted from model predictions and expert gold‐standard. Defined as prediction—gold‐standard. Note that results from the 16 randomly initialized models at have been omitted as the mean difference was HU. (b) Difference in skeletal muscle area between predictions and gold‐standard, defined as above. Dotted lines indicate mean observer difference and the associated standard error ()

TABLE 2

Resulting p‐values from performing Dunnett's tests to identify significant differences in SMD (Top) & SMA (Bottom) between model predictions and expert delineations (control=expert delineations). Models that extracted significantly less accurate muscle characteristics are underlined

Source Task n=5 n=10 n=25 n=50 n=75 n=100 n=125
Rand. Init. p<0.001_ 0.3061.01.01.01.01.0
Classification1.01.01.01.01.01.01.0
Segmentation1.01.01.01.01.01.01.0
Jigsaw1.01.01.01.01.01.01.0
Reconstruction1.01.01.01.01.01.01.0

Rand. Init.

0.6410.6551.01.01.01.01.0
Classification1.01.01.01.01.01.01.0
Segmentation0.9991.01.01.01.01.01.0
Jigsaw1.01.01.01.01.01.01.0
Reconstruction1.01.01.01.01.01.01.0
Resulting p‐values from performing Dunnett's tests to identify significant differences in SMD (Top) & SMA (Bottom) between model predictions and expert delineations (control=expert delineations). Models that extracted significantly less accurate muscle characteristics are underlined Rand. Init. (a) Difference in skeletal muscle density extracted from model predictions and expert gold‐standard. Defined as prediction—gold‐standard. Note that results from the 16 randomly initialized models at have been omitted as the mean difference was HU. (b) Difference in skeletal muscle area between predictions and gold‐standard, defined as above. Dotted lines indicate mean observer difference and the associated standard error ()

DISCUSSION

We present an investigation into the optimal methodology for developing data‐efficient skeletal muscle segmentation models. We compare four pretext tasks: image classification, semantic image segmentation, unsupervised image reconstruction, and a self‐supervised approach to solving jigsaws. We transfer learned weights to target segmentation models, which we then optimize on training sets of varying sizes and compare to randomly initialized models. Human‐level performance was established via an inter‐observer study consisting of ten radiographers and acted as a baseline against which models were compared. To the best of our knowledge, this work is the first to empirically evaluate the generalizability of models pre‐trained on different tasks, where the target task is medical image segmentation. Typically, image classification on ImageNet is used as a pretext task. Our results suggest that in the domain where , all models converge and significantly outperform trained observers as measured by DSC (see Table 1 and Figure 3). In terms of RMS‐DTA, Table 1 and Figure 4 show that models trained on lead to predictions that are not significantly different to trained observers, independent of source task. In this domain, there are no significant differences between models pre‐trained on image segmentation, image classification, and jigsaw solving (see Appendix C). As increases beyond , model performance begins to plateau, irrespective of source task (, Appendix D). We also note that as training set size increases, variability in segmentation accuracy decreases, probably highlighting a decrease in fit failures. At the smallest training set sizes (), models pre‐trained on image segmentation outperform other methods (see Figures 3 and 4; Appendix C) and lead to predictions that are not significantly different to observers (see Table 1). The choice of pretext task is most important when very few samples () are available for fine‐tuning. We find that all models can extract muscle characteristics comparable to those from our expert delineations (see Table 2), except randomly initialized models at . Our results are limited in that we investigate model performance on one target task and domain, namely skeletal muscle segmentation at L3 on axial PET‐CT slices. Future work will seek to validate our results across vertebral levels and imaging modalities. It should be noted that data augmentation played an essential role in preventing overfitting and may be responsible for the good performance of our models at small training set sizes. As such, transfer learning is not solely responsible. Nevertheless, data augmentation techniques are widely available and easily integrable into any segmentation pipeline. As a single expert was available for data annotation, we have assumed that their gold‐standard annotations are optimal. It may be interesting to investigate how performance is affected when training on multiple expert annotations, removing potential bias introduced by using a single observer. Similarly, the relatively large variability at the smallest training set sizes () could be related to randomly sampling delineations of different quality. It may be of interest to determine if results can be improved by initially screening the parent data set and removing lower quality annotations. We build models trained on as few as 10 patients that achieve human‐level segmentation accuracy and extract measures of muscle quality that are not significantly different to those from our expert gold‐standard. Our approach thus reduces the cost and time needed to curate training sets for skeletal muscle segmentation models. As a consequence, this facilitates extension of these tools to other anatomical regions, where the necessity for large data sets make current approaches unfeasible. The ability to easily and cheaply adapt muscle segmentation models to a variety of sites will enable the integration of sarcopenia evaluation into routine care and allow large‐scale retrospective analyses of (currently) under‐studied patient groups.

CONCLUSION

We show that transfer learning, used precisely, can be leveraged to produce data‐efficient skeletal muscle segmentation models—decreasing the required data by an order of magnitude compared to previous methods. Importantly, this enables extension of such models to anatomical sites where large annotated data are scarce but clinical needs are still unmet. We find that models pre‐trained on an image segmentation task and fine‐tuned on 10 patients lead to measures of segmentation accuracy comparable to our trained observers. They also extract measures of muscle health comparable to those extracted by expert, manual delineations.

CONFLICT OF INTEREST

The authors have no conflict to disclose.
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.2694************
Classification0.26941.0************
Rand. Init.********1.0********
Segmentation************1.0****
Reconstruction****************1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.5638*************
Classification0.56381.0************
Rand. Init.********1.0****0.9588
Segmentation************1.0****
Reconstruction********0.9588****1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.4806***0.9723***
Classification0.48061.0***0.4553***
Rand. Init.******1.0******
Segmentation0.97230.4553***1.0***
Reconstruction************1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.7182***0.1848***
Classification0.71821.0***0.3653***
Rand. Init.******1.0******
Segmentation0.18480.3653***1.0***
Reconstruction************1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.5641****0.9997****
Classification0.56411.0****0.5645****
Rand. Init.********1.0****0.1332
Segmentation0.99970.5645****1.0****
Reconstruction********0.1332****1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.74970.05210.1863****
Classification0.74971.00.01840.3398****
Rand. Init.0.05210.01841.0****0.0100
Segmentation0.18630.3398****1.0****
Reconstruction********0.0100****1.0
JigsawClassificationRand. Init.SegmentationReconstruction
Jigsaw1.00.74020.01910.4232****
Classification0.74021.00.03920.2392****
Rand. Init.0.01910.03921.00.00120.0958
Segmentation0.42320.2392****1.0****
Reconstruction********0.0958****1.0
n=5 n=10 n=25 n=50 n=75 n=100
Jigsaw****************0.02340.0805
Classification****************0.01110.2547
Rand. Init.********************0.2187
Segmentation********************0.1606
Reconstruction********************0.0312
  20 in total

1.  Automated Abdominal Segmentation of CT Scans for Body Composition Analysis Using Deep Learning.

Authors:  Alexander D Weston; Panagiotis Korfiatis; Timothy L Kline; Kenneth A Philbrick; Petro Kostandy; Tomas Sakinis; Motokazu Sugimoto; Naoki Takahashi; Bradley J Erickson
Journal:  Radiology       Date:  2018-12-11       Impact factor: 11.105

2.  Skeletal Muscle Attenuation (Sarcopenia) Predicts Reduced Overall Survival in Patients with Advanced Epithelial Ovarian Cancer Undergoing Primary Debulking Surgery.

Authors:  Beyhan Ataseven; Teresa González Luengo; Andreas du Bois; Kai-Uwe Waltering; Alexander Traut; Florian Heitz; Pier Francesco Alesina; Sonia Prader; Beate Meier; Stephanie Schneider; Jens-Albrecht Koch; Martin Walz; Harald-Thomas Groeben; Pauly Nina; Violeta Brunkhorst; Sebastian Heikaus; Philipp Harter
Journal:  Ann Surg Oncol       Date:  2018-08-01       Impact factor: 5.344

3.  Impact of quality as well as quantity of skeletal muscle on outcomes after liver transplantation.

Authors:  Yuhei Hamaguchi; Toshimi Kaido; Shinya Okumura; Yasuhiro Fujimoto; Kohei Ogawa; Akira Mori; Ahmed Hammad; Yumiko Tamai; Nobuya Inagaki; Shinji Uemoto
Journal:  Liver Transpl       Date:  2014-11       Impact factor: 5.799

4.  Prevalence and clinical implications of sarcopenic obesity in patients with solid tumours of the respiratory and gastrointestinal tracts: a population-based study.

Authors:  Carla M M Prado; Jessica R Lieffers; Linda J McCargar; Tony Reiman; Michael B Sawyer; Lisa Martin; Vickie E Baracos
Journal:  Lancet Oncol       Date:  2008-06-06       Impact factor: 41.316

Review 5.  Prognostic value of sarcopenia in adults with solid tumours: A meta-analysis and systematic review.

Authors:  Shlomit Strulov Shachar; Grant R Williams; Hyman B Muss; Tomohiro F Nishijima
Journal:  Eur J Cancer       Date:  2016-02-13       Impact factor: 9.162

6.  Impact of sarcopenia on survival and late toxicity in head and neck cancer patients treated with radiotherapy.

Authors:  Maria I van Rijn-Dekker; Lisa van den Bosch; Johanna G M van den Hoek; Hendrik P Bijl; Evert S M van Aken; Anouk van der Hoorn; Sjoukje F Oosting; Gyorgy B Halmos; Max J H Witjes; Hans P van der Laan; Johannes A Langendijk; Roel J H M Steenbakkers
Journal:  Radiother Oncol       Date:  2020-04-03       Impact factor: 6.280

7.  Skeletal muscle cutoff values for sarcopenia diagnosis using T10 to L5 measurements in a healthy US population.

Authors:  Brian A Derstine; Sven A Holcombe; Brian E Ross; Nicholas C Wang; Grace L Su; Stewart C Wang
Journal:  Sci Rep       Date:  2018-07-27       Impact factor: 4.379

8.  Prognostic Significance of Sarcopenia With Inflammation in Patients With Head and Neck Cancer Who Underwent Definitive Chemoradiotherapy.

Authors:  Yeona Cho; Jun Won Kim; Ki Chang Keum; Chang Geol Lee; Hei Cheul Jeung; Ik Jae Lee
Journal:  Front Oncol       Date:  2018-10-22       Impact factor: 6.244

9.  Evaluation of automated computed tomography segmentation to assess body composition and mortality associations in cancer patients.

Authors:  Elizabeth M Cespedes Feliciano; Karteek Popuri; Dana Cobzas; Vickie E Baracos; Mirza Faisal Beg; Arafat Dad Khan; Cydney Ma; Vincent Chow; Carla M Prado; Jingjie Xiao; Vincent Liu; Wendy Y Chen; Jeffrey Meyerhardt; Kathleen B Albers; Bette J Caan
Journal:  J Cachexia Sarcopenia Muscle       Date:  2020-04-20       Impact factor: 12.910

10.  Transfer learning for data-efficient abdominal muscle segmentation with convolutional neural networks.

Authors:  Dónal M McSweeney; Edward G Henderson; Marcel van Herk; Jamie Weaver; Paul A Bromiley; Andrew Green; Alan McWilliam
Journal:  Med Phys       Date:  2022-02-28       Impact factor: 4.506

View more
  1 in total

1.  Transfer learning for data-efficient abdominal muscle segmentation with convolutional neural networks.

Authors:  Dónal M McSweeney; Edward G Henderson; Marcel van Herk; Jamie Weaver; Paul A Bromiley; Andrew Green; Alan McWilliam
Journal:  Med Phys       Date:  2022-02-28       Impact factor: 4.506

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.