- Research
- Open access
- Published:
Fully volumetric body composition analysis for prognostic overall survival stratification in melanoma patients
Journal of Translational Medicine volume 23, Article number: 532 (2025)
Abstract
Background
Accurate assessment of expected survival in melanoma patients is crucial for treatment decisions. This study explores deep learning-based body composition analysis to predict overall survival (OS) using baseline Computed Tomography (CT) scans and identify fully volumetric, prognostic body composition features.
Methods
A deep learning network segmented baseline abdomen and thorax CTs from a cohort of 495 patients. The Sarcopenia Index (SI), Myosteatosis Fat Index (MFI), and Visceral Fat Index (VFI) were derived and statistically assessed for prognosticating OS. External validation was performed with 428 patients.
Results
SI was significantly associated with OS on both CT regions: abdomen (P ≤ 0.0001, HR: 0.36) and thorax (P ≤ 0.0001, HR: 0.27), with lower SI associated with prolonged survival. MFI was also associated with OS on abdomen (P ≤ 0.0001, HR: 1.16) and thorax CTs (P ≤ 0.0001, HR: 1.08), where higher MFI was linked to worse outcomes. Lastly, VFI was associated with OS on abdomen CTs (P ≤ 0.001, HR: 1.90), with higher VFI linked to poor outcomes. External validation replicated these results.
Conclusions
SI, MFI, and VFI showed substantial potential as prognostic factors for OS in malignant melanoma patients. This approach leveraged existing CT scans without additional procedural or financial burdens, highlighting the seamless integration of DL-based body composition analysis into standard oncologic staging routines.
Graphical Abstract

Introduction
Melanoma, known for its aggressive nature and early lymphogenous and hematogenous metastasis, presents substantial treatment challenges despite advances in systemic therapies such as immune checkpoint inhibition or targeted therapy with BRAF/MEK inhibitors [1, 2]. Prognostic stratification remains essential for optimizing individualized treatments and improving overall survival (OS). While prognostic factors like TNM staging, performance status (ECOG), metastasis location, and serum lactate dehydrogenase (LDH) levels are substantial, they often involve non-automated assessment.
Recent advancements in imaging and deep learning (DL) have leveraged body composition as a critical prognostic factor [3,4,5,6]. Computed Tomography (CT), routinely used in cancer staging, commonly contains unutilized physiological data, offering the potential for automatically evaluating patient health beyond primary tumor regions. In response, this study focuses on three body composition features derived from CT scans using DL: the Sarcopenia Index (SI), the Myosteatosis Fat Index (MFI), and the Visceral Fat Index (VFI). Sarcopenia, the loss of skeletal muscle mass and function, and Myosteatosis, characterized by fat infiltration into muscle tissue, are associated with poorer outcomes [7,8,9,10]. Additionally, increased VFI, the visceral to subcutaneous fat ratio, correlates with decreased OS in metastatic melanoma [11].
Unlike previous studies relying on surrogates such as Body Mass Index [12] or 2-D measurements from standard reference regions like the L3 vertebra [13], which can be less accurate in estimating muscle volume or tissue ratios, this study utilized a DL-based neural network to segment tissues from baseline CT scans automatically, and evaluated the prognostic value of fully volumetric SI, MFI, and VFI for OS. Simultaneously, this work showcases the seamless integration of DL-based body composition analysis (BCA) into routinely performed staging procedures.
Materials and methods
Internal cohort definition
Melanoma patients treated at the Department of Dermatology of the university hospital Essen, Germany, were identified using our internal server, leveraging the Fast Healthcare Interoperability Standard. Inclusion criteria required a CT scan of the abdomen, thorax, or whole body with a 5.0 mm slice thickness. Suitable whole-body CTs were cropped to the respective region of interest (abdomen or thorax), and scans with meta-data mismatches between the body regions detected by our segmentation tool and the series descriptions were removed. Preference was given to soft reconstruction kernels, while liver-only CTs were excluded due to limited region coverage. Patients lacking clinical information (diagnosis date, sex, age, and survival information) or younger than 18 were excluded. Further refinement included only those CTs taken within ± 60 days around the first melanoma diagnosis. Lastly, only patients having both CT regions (abdomen and thorax) were included for comparability between both regions, leading to a cohort of 495 eligible patients. The cohort acquisition process is shown in Fig. 1.
External validation cohort definition
The external validation cohort comprised CT scans from melanoma patients treated at the Department of Dermatology of the university hospital Münster, Germany. The cohort’s inclusion criteria mirrored those of the internal cohort, requiring a baseline CT scan with the same slice thickness and kernels obtained within ± 60 of the first melanoma diagnosis. The only distinction was the external cohort's absence of thoracic CT scans. Ultimately, 428 patients were included for external validation of the statistical results derived from the internal cohort.
Body composition analysis
Body composition was quantified using the Body and Organ Analysis (BOA) [14], which combines an nnU-Net neural network for BCA [15] with the TotalSegmentator [16], achieving a mean body voxel coverage of 93% ± 2%. Muscle, bone, intra- and intermuscular adipose tissue (IMAT), visceral adipose tissue (VAT), and total adipose tissue (TAT) were extracted using this tool. Additionally, the BOA enabled the identification of fully represented body regions (mediastinum, abdominal cavity, thoracic cavity), which were relevant for matching the scanned body site with CT metadata and identifying discrepancies.
SI was calculated as total muscle mass normalized to total bone mass, accounting for height differences across patients. This calculation assumes that bone volume remains relatively constant over time, compared to bone density, and can serve as a normalization parameter [17].
MFI was defined as the proportion of IMAT and TAT, measuring the fatty infiltration of muscular tissues as a percentage of the overall adipose tissue. It assesses the extent of myosteatosis, which is linked to cancer-related cachexia [18, 19].
VFI was defined as the VAT to SAT ratio, measuring the body’s total visceral fat proportion. This index is potentially prognostic because visceral fat is linked to greater endocrine and metabolic activity and has higher concentrations of inflammatory cells. Consequently, it can contribute to chronic low-grade systemic inflammation [20, 21].
As visceral fat is mainly represented in the abdominal area, the VFI was only extracted from abdomen CT scans of the internal and external cohorts.
Statistical analysis
Univariate and multivariate analyses were conducted, with OS as the primary endpoint. Survival time was measured in months from the first melanoma diagnosis until death from any cause or last contact for censoring, and median survival times were estimated using the Kaplan–Meier method. Analyses were performed separately for abdominal and thoracic CT scans to account for tissue distribution differences between both regions.
Python (version 3.10.12) and the packages lifelines 0.26.4 [22], shap [23], Scikit-Survival 0.17.2 [24], scipy 1.13.1 [25], optuna 2.10.1, [26], pandas 1.5.3 [27], and FHIR-PYrate 0.2.1 [28] were used.
Univariate Kaplan-Meier and Cox Regression analyses were applied to each CT region to estimate P-values, hazard ratios (HRs), and confidence intervals (CIs). Multivariate Cox regression was employed to evaluate the prognostic value of indices along with clinical baseline parameters (sex, M status, and age at diagnosis). Sex and M status were treated as dichotomous variables, while BCA parameters and age were continuous. Multivariate Cox regression models were fitted with and without each marker to assess their added value, and the Akaike Information Criterion (AIC) was calculated for each model.
Lastly, Gradient-boosted trees using Cox’s proportional Hazard loss function were trained to predict log HRs. First, for each model, the dataset was split into 70% for training and 30% for testing, ensuring stratification by the event status to maintain an equal distribution. The training set was then subjected to fivefold cross-validation, allowing each data point within the training set to serve as both training and validation data across different folds. Hyperparameter optimization was conducted via Optuna [26] to determine the best model configurations. Final predictions on the held-out test set were obtained by averaging the outputs from all models trained during cross-validation, forming an ensemble while maintaining consistent hyperparameters across models. Feature importance was assessed through permutation, with results averaged across all folds. Predictions were compared to the median hazard of the training data, and high-risk and low-risk patients were identified using the test cohort. Survival functions were then estimated using the Kaplan-Meier method. Finally, the models were evaluated on an external cohort.
Additionally, to assess the isolated impact of BCA indices on survival prediction, a baseline ML model using only age at diagnosis, sex, and M status was trained under the same conditions as the previous models. The Restricted Mean Survival Time (RMST) difference was then calculated between each BCA-enhanced model and the baseline model.
Results
Internal cohort definition
The internal cohort (N = 495, 43% female) had a median diagnosis age of 62 years [interquartile range (IQR) 51–74]. The median CT-to-diagnosis interval was 30 days [IQR 17- 42]. A list of used scanner types can be found in Supplementary Table 1. By 2024–08-01, 177 (36%) patients had died with a median follow-up time of 46 months [IQR 18–76]. For 354 patients, the M status was known: 310 (88%) had no distant metastases (M0), and 44 (12%) had at least one metastasis (M1). The M status was unknown for the remaining 141 (29%) patients (Mx). Baseline characteristics are detailed in Table 1.
External cohort definition
In the external cohort (N = 428, 49% female), the median age at diagnosis was 63 [IQR 50–73], and 126 (29%) patients had died. The median follow-up time was 42 months [IQR 29–62], and the M status was available for all patients, with 349 (82%) having no distant metastases (M0) and 79 (18%) having at least one distant metastasis. Supplementary Table 2 presents the external cohort’s baseline statistics.
Body composition analysis
The internal cohort’s abdomen CT scans revealed that SI was lower in M1 patients compared to M0 patients, reflecting physical deterioration associated with disease progression. The MFI and VFI were higher in M1 patients, indicating increased muscle fat infiltration or reduced adipose tissue due to weight loss. For detailed statistics, refer to Table 2 and Supplementary Tables 3 and 4 for the internal thorax and external cohort’s results.
In addition, a Mann–Whitney U test was used to assess whether there were significant deviations between the markers across the internal and external abdominal cohort. However, no significant differences could be identified for SI (P = 0.26), MFI (P = 0.76), and VFI (P = 0.1) (see Supplemental Table 4).
Univariate analysis
Univariate Kaplan-Meier analysis for the internal and external CT scans
Kaplan-Meier analysis using a log-rank test on the internal abdomen CTs showed significantly prolonged OS for patients with SI above the median and MFI and VFI below the median. This was consistent for internal thorax CTs and the external cohort. Detailed results and sex-specific analyses can be found in Supplementary Figs. 5–8.
Univariate cox regression for internal and External CT scans
For the internal abdomen CTs, SI (P ≤ 0.0001, HR: 0.36, 95% CI 0.26–0.50), MFI (P ≤ 0.0001, HR: 1.16, 95% CI 1.11–1.21), and VFI (P ≤ 0.001, HR: 1.90, 95% CI 1.32–2.97) were significantly associated with OS. These results were confirmed in external scans for SI (P ≤ 0.0001, HR: 0.26, 95% CI 0.17–0.40), MFI (P ≤ 0.0001, HR: 1.22, 95% CI 1.15–1.29), and VFI (P ≤ 0.0001, HR: 2.69, 95% CI 1.70–4.25) (Fig. 2). Results for the internal thorax scans can be found in Supplementary Fig. 9.
Univariate Cox regression for internal and external abdomen CT scans: Univariate Cox-Regression results obtained from the internal (A) and external (B) cohort’s abdominal CT scans showing P-Values, HRs, and 95% CIs for the SI, MFI, and VFI. HR Hazard Ratio, CI Confidence Interval, SI Sarcopenia Index, MFI Myosteatosis Fat Index, VFI Visceral Fat Index
Multivariate analysis
Multivariate cox regression for internal CT scans and external validation
In internal abdomen CTs, SI (P ≤ 0.0001, HR: 0.32, 95% CI 0.22–0.45), MFI (P ≤ 0.0001, HR: 1.16, 95% CI 1.11–1.21), and VFI (P ≤ 0.05, HR: 2.25, 95% CI 1.34–3.76) were significantly associated with OS in the presence of sex, age at diagnosis, and M status. These associations remained significant in the external cohort (Fig. 3) with SI (P ≤ 0.0001, HR: 0.22, 95% CI 0.14–0.35), MFI (P ≤ 0.0001, HR: 1.16, 95% CI 1.10–1.24), and VFI (P ≤ 0.05, HR: 2.53, 95% CI 1.43–4.50) and were also observed in the internal thorax CTs (Supplementary Fig. 10). Supplementary Figs. 11 and 12 show AIC plots comparing the multivariate Cox regression with and without each marker. These analyses demonstrated that models using the SI and MFI had lower AIC values, indicating a better fit. Only the VFI model did not improve significantly.
Multivariate Cox regression for internal and external abdomen CT scans: Multivariate Cox regression results obtained from the internal (A) and external (B) cohort’s abdominal CT scans showing P-Values, HRs, and 95% CIs for the SI, MFI, and VFI. HR Hazard Ratio, CI Confidence Interval, SI Sarcopenia Index, MFI Myosteatosis Fat Index, VFI Visceral Fat Index
Machine learning for the internal CT scans and external validation
Models were trained on the internal abdomen and thorax CTs, including the features of sex, age at diagnosis, and M status. Importantly, only patients with known M status were included (M0 or M1). The resulting hyperparameters and Concordance indices are in Supplementary Table 13. Abdominal models effectively classified patients into low-risk and high-risk groups, with significant risk differentiation for SI (P ≤ 0.0001), MFI (P ≤ 0.001), and VFI (P ≤ 0.05) in the internal test set (N = 107). Feature importance analysis highlighted the indices’ substantial role in risk prediction. An extensive SHAP (SHapley Additive exPlanations) [23] analysis can be found in Supplementary Figs. 14 and 15. External validation confirmed the prognostic value of SI (P ≤ 0.0001), MFI (P ≤ 0.0001), and VFI (P ≤ 0.0001) (Fig. 4). Similar results were observed for internal thorax CT models (Supplementary Fig. 16).
Multivariate machine learning results for internal and external abdomen CTs: Kaplan–Meier curves on the internal (left and middle column) and external (right column) abdomen CTs for the SI (A), MFI (B), and VFI (C) using the predicted risk scores of the multivariable abdomen-based BCA models trained and tested on patients with known M status (M0 + M1). Also, the averaged feature importance is shown for each model. SI Sarcopenia Index, MFI Myosteatosis Fat Index, VFI Visceral Fat Index, BCA Body Composition Analysis, M status Distant metastatic status
In addition, the RMST differences indicated that models incorporating abdomen-based SI and MFI were most effective in distinguishing high-risk from low-risk patients (Fig. 5).
Restricted mean survival time differences between abdomen-based BCA models and the baseline model: The baseline ML model included only age at diagnosis, sex, and M status (M0 + M1), while the other models incorporated a respective BCA index in addition to these features. The RMST differences between models are presented over a 0 to 60-month range. BCA Body Composition Analysis, ML Machine Learning, SI Sarcopenia Index, MFI Myosteatosis Fat Index, VFI Visceral Fat Index, RMST Restricted Mean Survival Time
While thorax-based SI and MFI also improved risk stratification compared to the baseline model, their performance was inferior to that of their abdominal counterparts. In contrast, VFI showed no improvement over the baseline model (Supplementary Fig. 17).
Discussion
This study underscored the prognostic value of fully volumetric body composition indices derived from DL-based analysis of baseline CT scans in melanoma patients. The SI, MFI, and VFI were significant predictors of OS and effectively stratified patients into risk groups. External validation confirmed their prognostic power.
The SI was inversely associated with mortality, suggesting that higher muscle mass relative to bone leads to prolonged survival times. This is consistent with prior research highlighting the importance of muscle mass in cancer prognosis, where muscle shrinkage is associated with poorer outcomes [29,30,31]. The MFI showed a significant relationship with OS. Increased MFI values, indicating higher muscle fat infiltration, were associated with worse OS outcomes. This aligns with previous studies linking myosteatosis to cancer cachexia and adverse outcomes [32, 33]. The relation between MFI and disease progression suggests that increased muscle fat infiltration could reflect systemic deterioration and metabolic dysregulation [34, 35]. Higher VFI values were associated with shorter OS, highlighting the role of visceral fat in reinforcing inflammation that can adversely affect prognosis [36,37,38]. The consistency of these results across both the internal and external validation cohort highlights the reliability of these indices as prognostic tools. Additionally, the robustness of the results across different CT scan regions (abdomen and thorax) reinforces their validity on the two most common CT protocols.
Integrating DL-based body composition analysis into routine oncologic care offers several clinical advantages. Utilizing standard CT scans acquired during staging does not require additional procedures, limiting patient burden and procedural costs. This also enables opportunistic screening for body composition in clinical routines beyond staging and could provide a valuable source of additional diagnostic information [39,40,41]. Moreover, the indices could enhance individualized treatment planning, leading to more informed decision-making and potentially improving patient management strategies in melanoma. Also, these indices could aid in identifying patients at higher risk of unfavorable outcomes, allowing for early physical and nutritional interventional strategies or closer monitoring of these individuals.
A limitation of our study is the use of the median values of each index as cut-off points for Kaplan–Meier analyses. Alternative thresholds might have presented different risk stratifications, potentially affecting the observed prognostic value. In response, we included spline regressions in Supplementary Fig. 18 to explore the non-linear relationship between each index and the hazard function, offering a more nuanced understanding of the prognostic impact across their range. Another limitation is the lack of stratification by M status during the primary statistical analyses, which could have provided further insights into the prognostic value of these indices in different disease stages. Given the predominance of M0 in our cohort, stratification was only feasible for this group. To highlight the potential for the early detection of high-risk patients, we conducted the multivariate ML analysis for M0 patients, revealing that SI and MFI were significant predictors of OS (Supplementary Figs. 19 and 20). Future studies should aim for balanced distributions, enabling an analysis across various stages. Lastly, this study did not incorporate additional clinical variables, such as genomic profiles, laboratory values, and treatment details. Including these factors could provide a more comprehensive understanding of BCA in the context of melanoma outcomes. Future studies should integrate such variables and balanced distributions across different stages to enable analyses that account for the complexity of disease presentation and progression. Further research should also explore the longitudinal BCA in melanoma patients, particularly in the context of systemic treatments. These future directions are essential to fully understand BCA’s role as a supplemental factor and to refine its potential as an automated approach in clinical oncology.
Our study highlights the significant prognostic value of DL-based body composition analysis in melanoma patients. The SI, MFI, and VFI provide valuable information that can contribute to the prognostic landscape for melanoma, enabling more tailored and personalized treatment strategies without additional financial or procedural burdens.
Availability of data and materials
The dataset used in this study is not publicly available. Individuals or academic organizations interested in utilizing this dataset must submit a detailed request to [Data-Governance@uk-essen.de], which will be reviewed on a case-by-case basis.
Abbreviations
- BCA:
-
Body Composition Analysis
- CI:
-
Confidence Interval
- CT:
-
Computed Tomography
- DL:
-
Deep Learning
- HR:
-
Hazard Ratio
- ML:
-
Machine Learning
- MFI:
-
Myosteatosis Fat Index
- OS:
-
Overall Survival
- RMST:
-
Restricted Mean Survival Time
- SI:
-
Sarcopenia Index
- VFI:
-
Visceral Fat Index
References
Larkin J, Chiarion-Sileni V, Gonzalez R, Grob JJ, Rutkowski P, Lao CD, et al. Five-year survival with combined nivolumab and ipilimumab in advanced melanoma. N Engl J Med. 2019;381(16):1535–46.
Robert C, Grob JJ, Stroyakovskiy D, Karaszewska B, Hauschild A, Levchenko E, et al. Five-year outcomes with dabrafenib plus trametinib in metastatic melanoma. N Engl J Med. 2019;381(7):626–36.
Caan BJ, Cespedes Feliciano EM, Prado CM, Alexeeff S, Kroenke CH, Bradshaw P, et al. Association of muscle and adiposity measured by computed tomography with survival in patients with nonmetastatic breast cancer. JAMA Oncol. 2018;4(6):798–804.
Aduse-Poku L, Karanth SD, Wheeler M, Yang D, Washington C, Hong YR, et al. Associations of total body fat mass and skeletal muscle index with all-cause and cancer-specific mortality in cancer survivors. Cancers. 2023;15(4):1081.
Parsons HA, Baracos VE, Dhillon N, Hong DS, Kurzrock R. Body composition, symptoms, and survival in advanced cancer patients referred to a phase I service. PLoS ONE. 2012;7(1): e29330.
Ahmad N, Strand R, Sparresäter B, Tarai S, Lundström E, Bergström G, et al. Automatic segmentation of large-scale CT image datasets for detailed body composition analysis. BMC Bioinformatics. 2023;24(1):346.
Sueda T, Takahasi H, Nishimura J, Hata T, Matsuda C, Mizushima T, et al. Impact of low muscularity and myosteatosis on long-term outcome after curative colorectal cancer surgery: a propensity score-matched analysis. Dis Colon Rectum. 2018;61(3):364–74.
Bannangkoon K, Hongsakul K, Tubtawee T, Ina N, Chichareon P. Association of myosteatosis with treatment response and survival in patients with hepatocellular carcinoma undergoing chemoembolization: a retrospective cohort study. Sci Rep. 2023;13(1):3978.
Cao H, Gong Y, Wang Y. The prognostic impact of myosteatosis on overall survival in gynecological cancer patients: a meta-analysis and trial sequential analysis. Int J Cancer. 2022;151(11):1997–2003.
Davis MP, Panikkar R. Sarcopenia associated with chemotherapy and targeted agents for cancer therapy. Ann Palliat Med. 2019;8(1):8601–8101.
Grignol VP, Smith AD, Shlapak D, Zhang X, Del Campo SM, Carson WE. Increased visceral to subcutaneous fat ratio is associated with decreased overall survival in patients with metastatic melanoma receiving anti-angiogenic therapy. Surg Oncol. 2015;24(4):353–8.
Chan DSM, Vieira R, Abar L, Aune D, Balducci K, Cariolou M, et al. Postdiagnosis body fatness, weight change and breast cancer prognosis: Global Cancer Update Program (CUP global) systematic literature review and meta-analysis. Int J Cancer. 2023;152(4):572–99.
Kang Z, Cheng L, Li K, Shuai Y, Xue K, Zhong Y, et al. Correlation between L3 skeletal muscle index and prognosis of patients with stage IV gastric cancer. J Gastrointest Oncol. 2021;12(5):2073–81.
Haubold J, Baldini G, Parmar V, Schaarschmidt BM, Koitka S, Kroll L, et al. BOA: a CT-based body and organ analysis for radiologists at the point of care. Invest Radiol. 2024;59(6):433–41.
Koitka S, Kroll L, Malamutmann E, Oezcelik A, Nensa F. Fully automated body composition analysis in routine CT imaging using 3D semantic segmentation convolutional neural networks. Eur Radiol. 2021;31(4):1795–804.
Wasserthal J, Breit HC, Meyer MT, Pradella M, Hinck D, Sauter AW, et al. TotalSegmentator: robust segmentation of 104 anatomic structures in CT images. Radiol Artif Intell. 2023;5(5): e230024.
Tassani S, Ohman C, Baruffaldi F, Baleani M, Viceconti M. Volume to density relation in adult human bone tissue. J Biomech. 2011;44(1):103–8.
Malietzis G, Johns N, Al-Hassi HO, Knight SC, Kennedy RH, Fearon KCH, et al. Low muscularity and myosteatosis is related to the host systemic inflammator y response in patients undergoing surger y for colorectal cancer. Ann Surg. 2016;263(2):320–5.
Hopkins JJ, Reif RL, Bigam DL, Baracos VE, Eurich DT, Sawyer MB. The impact of muscle and adipose tissue on long-term survival in patients with stage I to III colorectal cancer. Dis Colon Rectum. 2019;62(5):549.
Shuster A, Patlas M, Pinthus JH, Mourtzakis M. The clinical importance of visceral adiposity: a critical review of methods for visceral adipose tissue analysis. Br J Radiol. 2012;85(1009):1–10.
Eide AJ, Halle MK, Lura N, Fasmer KE, Wagner-Larsen K, Forsse D, et al. Visceral fat percentage for prediction of outcome in uterine cervical cancer. Gynecol Oncol. 2023;176:62–8.
Davidson-Pilon C. lifelines: survival analysis in Python. J Open Source Softw. 2019;4(40):1317.
Lundberg SM, Lee SI. A Unified Approach to Interpreting Model Predictions. In: Advances in Neural Information Processing Systems [Internet]. Curran Associates, Inc.; 2017. https://papers.nips.cc/paper_files/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html. Accessed 13 Aug 2024.
Pölsterl S. scikit-survival: a library for time-to-event analysis built on top of scikit-learn. J Mach Learn Res. 2020;21(212):1–6.
Virtanen P, Gommers R, Oliphant TE, Haberland M, Reddy T, Cournapeau D, et al. SciPy 1.0: fundamental algorithms for scientific computing in Python. Nat Methods. 2020;17(3):261–72.
Akiba T, Sano S, Yanase T, Ohta T, Koyama M. Optuna: a next-generation hyperparameter optimization framework. In: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. New York, NY, USA: Association for Computing Machinery; 2019 [cited 2025 Feb 10]. p. 2623–31. (KDD ’19). https://doiorg.publicaciones.saludcastillayleon.es/10.1145/3292500.3330701
team T pandas development. pandas-dev/pandas: Pandas. Zenodo; 2020. 10.5281/zenodo.3509134
Hosch R, Baldini G, Parmar V, Borys K, Koitka S, Engelke M, et al. FHIR-PYrate: a data science friendly Python package to query FHIR servers. BMC Health Serv Res. 2023;23(1):734.
Surov A, Meyer HJ, Wienke A. Role of sarcopenia in advanced malignant cutaneous melanoma treated with immunotherapy: a meta-analysis. Oncology. 2022;100(9):498–504.
McCrossan S, Wong R, Hussey A. Sarcopenia as a prognostic indicator in advanced melanoma; a retrospective cohort study. EJC Skin Cancer [Internet]. 2024. https://www.ejcskn.com/article/S2772-6118(24)00094-6/fulltext. Accessed 6 Aug 2024.
Deng HY, Chen ZJ, Qiu XM, Zhu DX, Tang XJ, Zhou Q. Sarcopenia and prognosis of advanced cancer patients receiving immune checkpoint inhibitors: a comprehensive systematic review and meta-analysis. Nutrition. 2021;1(90): 111345.
Liu R, Qiu Z, Zhang L, Ma W, Zi L, Wang K, et al. High intramuscular adipose tissue content associated with prognosis and postoperative complications of cancers. J Cachexia Sarcopenia Muscle. 2023;14(6):2509–19.
Horii N, Sawda Y, Kumamoto T, Tsuchiya N, Murakami T, Yabushita Y, et al. Impact of intramuscular adipose tissue content on short- and long-term outcomes of hepatectomy for colorectal liver metastasis: a retrospective analysis. World J Surg Oncol. 2020;18(1):68.
Miljkovic I, Vella CA, Allison M. Computed tomography-derived myosteatosis and metabolic disorders. Diabetes Metab J. 2021;45(4):482–91.
Schafer AL, Vittinghoff E, Lang TF, Sellmeyer DE, Harris TB, Kanaya AM, et al. Fat infiltration of muscle, diabetes, and clinical fracture risk in older adults. J Clin Endocrinol Metab. 2010;95(11):E368-372.
Mengoni M, Braun AD, Hinnerichs MS, Aghayev A, Tüting T, Surov A. Comprehensive analysis of body composition features in melanoma patients treated with tyrosine kinase inhibitors. JDDG J Dtsch Dermatol Ges. 2024;22(6):783–91.
Lee JH, Hyung S, Lee J, Choi SH. Visceral adiposity and systemic inflammation in the obesity paradox in patients with unresectable or metastatic melanoma undergoing immune checkpoint inhibitor therapy: a retrospective cohort study. J Immunother Cancer. 2022;10(8): e005226.
Alexopoulos N, Katritsis D, Raggi P. Visceral adipose tissue as a source of inflammation and promoter of atherosclerosis. Atherosclerosis. 2014;233(1):104–12.
Pickhardt PJ, Graffy PM, Perez AA, Lubner MG, Elton DC, Summers RM. Opportunistic screening at abdominal CT: use of automated body composition biomarkers for added cardiometabolic value. Radiographics. 2021;41(2):524–42.
Pickhardt PJ. Value-added opportunistic CT screening: state of the art. Radiology. 2022;303(2):241–54.
Nowak S, Theis M, Wichtmann BD, Faron A, Froelich MF, Tollens F, et al. End-to-end automated body composition analyses with integrated quality control for opportunistic assessment of sarcopenia in CT. Eur Radiol. 2022;32(5):3142–51.
Acknowledgments
The graphical abstract was created in BioRender: Hosch, R. (2025) https://BioRender.com/43s5itp.
Funding
Open Access funding enabled and organized by Projekt DEAL. This research has been partially supported by the German Netzwerk Universitätsmedizin project"NUM 2.0“/RACOON (FKZ: 01 KX2121).
Author information
Authors and Affiliations
Contributions
GL, FN, EL, LU, RH, and CMF conceptualized the study. KB, RH, and WG extracted and preprocessed the data, conducted the statistical analysis, developed the machine learning models, and wrote the manuscript. CR, AH, and MK collected and extracted the external validation cohort. All other authors were involved in the patient care process and carefully reviewed the manuscript.
Corresponding author
Ethics declarations
Ethics approval and consent to participate
All procedures performed in this study complied with relevant laws and institutional guidelines and were approved by the Ethics Committee of the University Hospital Essen (approval number 21–10204-BO) and the University Hospital Münster (approval number 2023-425-b-S). Due to the study's retrospective nature, the Ethics Committee waived the requirement of written informed consent. All data were fully anonymized before being included in the study.
Consent for publication
Not applicable.
Competing Interests
LZ served as a consultant and has received honoraria from BMS, MSD, Novartis, Pierre Fabre, Sanofi, and Sunpharma and travel support from MSD, BMS, Pierre Fabre, Sanofi, Sunpharma, and Novartis outside the submitted work.
Declaration of generative AI and AI-assisted technologies
During the preparation of this work, the authors used Grammarly to improve readability and language. After using this tool, the authors reviewed and edited the content as needed and take full responsibility for the content of the publication.
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Information
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Borys, K., Lodde, G., Livingstone, E. et al. Fully volumetric body composition analysis for prognostic overall survival stratification in melanoma patients. J Transl Med 23, 532 (2025). https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12967-025-06507-1
Received:
Accepted:
Published:
DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12967-025-06507-1