Next Article in Journal
MRI Tumor Regression Grade Combined with T2-Weighted Volumetry May Predict Histopathological Response in Locally Advanced Rectal Cancer following Neoadjuvant Chemoradiotherapy—A New Scoring System Proposal
Next Article in Special Issue
Deep Learning-Based Extraction of Biomarkers for the Prediction of the Functional Outcome of Ischemic Stroke Patients
Previous Article in Journal
A Case Showing a New Diagnostic Aspect of the Application of Radiofrequency Echographic Multi-Spectrometry (REMS)
Previous Article in Special Issue
Artificial Intelligence in Endoscopic Ultrasonography-Guided Fine-Needle Aspiration/Biopsy (EUS-FNA/B) for Solid Pancreatic Lesions: Opportunities and Challenges
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Steatosis Quantification on Ultrasound Images by a Deep Learning Algorithm on Patients Undergoing Weight Changes

1
Research Division, Riverain Technologies, Miamisburg, OH 45342, USA
2
Department of Computer Science, Johns Hopkins University, Baltimore, MD 20818, USA
3
Department of Gastroenterology and Hepatology, Chang Gung Memorial Hospital, Linkou Medical Center, Taoyuan 33305, Taiwan
4
DAMO Academy, Alibaba Group, New York, NY 94085, USA
*
Author to whom correspondence should be addressed.
Diagnostics 2023, 13(20), 3225; https://doi.org/10.3390/diagnostics13203225
Submission received: 5 September 2023 / Revised: 30 September 2023 / Accepted: 11 October 2023 / Published: 17 October 2023
(This article belongs to the Special Issue 2nd Edition: AI/ML-Based Medical Image Processing and Analysis)

Abstract

:
Introduction: A deep learning algorithm to quantify steatosis from ultrasound images may change a subjective diagnosis to objective quantification. We evaluate this algorithm in patients with weight changes. Materials and Methods: Patients (N = 101) who experienced weight changes ≥ 5% were selected for the study, using serial ultrasound studies retrospectively collected from 2013 to 2021. After applying our exclusion criteria, 74 patients from 239 studies were included. We classified images into four scanning views and applied the algorithm. Mean values from 3–5 images in each group were used for the results and correlated against weight changes. Results: Images from the left lobe (G1) in 45 patients, right intercostal view (G2) in 67 patients, and subcostal view (G4) in 46 patients were collected. In a head-to-head comparison, G1 versus G2 or G2 versus G4 views showed identical steatosis scores (R2 > 0.86, p < 0.001). The body weight and steatosis scores were significantly correlated (R2 = 0.62, p < 0.001). Significant differences in steatosis scores between the highest and lowest body weight timepoints were found (p < 0.001). Men showed a higher liver steatosis/BMI ratio than women (p = 0.026). Conclusions: The best scanning conditions are 3–5 images from the right intercostal view. The algorithm objectively quantified liver steatosis, which correlated with body weight changes and gender.

1. Introduction

After successful global hepatitis B vaccination programs and direct anti-hepatitis C viral regimens, both hepatitis B and hepatitis C diseases declined significantly. Non-alcoholic fatty liver disease (NAFLD) is becoming the leading cause of diffuse liver disease [1]. The gold standard for diagnosing liver steatosis remains liver histology studies. Magnetic resonance imaging proton density fat fraction (MRI-PDFF) is also accepted as a non-invasive gold standard alternative [2,3]. However, MRI is quite expensive. The 2D ultrasound (US) is widely used as the first-line diagnostic modality for liver diseases. It may also detect liver steatosis. Unfortunately, the US diagnosis of liver steatosis or fibrosis is quite subjective. Several non-invasive quantitative ultrasounds (QUS) have been developed with increasing popularity [4]. These include control attenuation parameters [5], attenuation imaging [6], ultrasound-guided attenuation parameters [7], tissue attenuation imaging (TAI), tissue scatter-distribution imaging (TSI) [8], and sound speed estimation [9]. Even so, these modalities need specialized equipment that is not always available. Each modality has its own diagnostic condition and is difficult to exchange or compare. Another direction is to apply machine learning on standard 2D B mode US to quantify liver steatosis [10,11,12,13,14,15,16]. Using deep learning (DL) on a big data US cohort, we developed an algorithm that can quantify liver steatosis from US images [10]. This modality has advantages over other QUS in that it does not need an area of interest, can be applied to US images acquired from standard scanners, and can learn from images collected in either retrospective or prospective studies.
A limitation of the previous study was that it was evaluated only on patients with gold-standard biopsies [10], introducing a selection bias in the test cohort. Gaining reliable gold standards from a broader population is difficult due to the invasiveness or expense of the measures. However, it is established that liver steatosis is positively correlated with body weight [17] and can act as a “silver standard”. Therefore, we evaluate our algorithm on a longitudinal cohort of patients who underwent body weight changes to measure how well our algorithm correlates with these changes over time.

2. Materials and Methods

This study was approved by the Institutional Review Board (IRB) of the Chang Gung Medical Foundation (CGMH IRB No. 201801283B0 and 202200758B0). The informed consent was waived by IRB because this is a retrospective study.

2.1. Patients

Our retrospective cohort included patients undergoing long-term surveillance for chronic liver disease at the Chang Gun Memorial Hospital outpatient department. Among them, patients with a history of weight changes greater or equal to 5% between June 2018 and December 2020 were enrolled in this study. A 5% weight change will decrease hepatic steatosis significantly [18]. The corresponding sequential 2D ultrasound studies between 2013 to 2021 were collected. Two hepatologists (D Tai and T Hsu) with over 20 years of experience assessed images and excluded those of poor quality. Those studies without body weight records or those recorded as dual images were also excluded. Patients with only one single eligible study were also excluded. During the exclusion process, some patients may have weight changes of less than 5% at the timepoints with available ultrasound studies. Therefore, the whole series will be categorized into weight change greater than or equal to 5%, or lower than 5% groups.

2.2. Image Views

Eligible images were classified into 4 view groups according to the scanning view as detailed in our previous work [10], except with a slight modification. Briefly, view group 1 (G1) includes images of the left hepatic lobe scanned with either vertical or horizontal views; view group 2 (G2) includes images of the right hepatic lobe scanned at the intercostal space; view group 3 (G3) includes images focused on liver/kidney contrast scanned with either intercostal or subcostal views; and view group 4 (G4) includes images with subcostal view. The only difference with the previous study is that subcostal scans with liver/kidney contrast are not included in G4.

2.3. Preparation and Reading of Images

Selected US images were first preprocessed to remove any image regions outside of the actual scan area, excluding personal identification, brand of machine, and study information [10]. After converting the images into PNG files, images were read by our established steatosis deep learning algorithm [10], which we summarize below. Our algorithm was trained on the largest and most diverse cohort of ultrasound images to date for steatosis quantification, totaling 2899 patients and 200,654 images acquired across 13 different scanners. Images were retrospectively mined from the picture archiving and communication system of the Chang Gung Memorial Hospital and came accompanied by steatosis assessments produced from ultrasound readings during routine clinical care. The selection criterion was those patients who received elastography between 2011 and 2018. As backbone, our algorithm used ResNet18 [19] and was trained using an ordinal loss [20]. Once trained, the algorithm can provide a continuous steatosis severity score for an image ranging from 0 to 1, otherwise known as its image-wise score. The algorithm was validated (N = 147) and tested (N = 112) on histology-proven cases, demonstrating area under the curves of the receiver operating characteristic curve to classify mild, moderate, and severe steatosis grades of 0.85, 0.91, and 0.93, respectively. More details can be found in Li et al. [10], including additional analyses on the algorithm’s repeatability across scanner types.

2.4. Ultrasound Steatosis Score

In our previous study [10], special care was taken to examine how many images in each view group could produce stable and reproducible data. We found that 3–5 images may provide a max repeatability coefficient lower than 0.3, except for group 3 (Table 1). Therefore, the view group scores were defined as the mean of 3–5 image-wise scores for each view group. Groups with less than 3 images in each study were excluded. Each study should have at least one group with ≥3 eligible images.
Although our prior work derived a steatosis score for each view group [10], for this analysis we must give every study a single diagnostic result. Thus, we defined a protocol as follows. Because steatosis scores from the G2 view were the most accurate [10], we selected the G2 view preferentially. We fall back to G1 or G4 views if the G2 view data is not available. To choose between G1 or G4 views, we select those with the largest view of the liver parenchyma and the best image quality. This protocol can be followed prospectively. For our retrospective cohort, we applied this protocol blind to the DL steatosis score, weight changes, or any other clinical information. We exclude G3 images from our protocol, as these are not collected in sufficient quantity in our practice.

2.5. Statistical Analysis

Patient characteristics were represented as the number and percentage, or the mean ± standard deviation (SD) or standard error of mean (SEM), as appropriate. When measuring correlation for serial studies, with repeated measures for each patient, standard correlation measures are not appropriate since they assume independence of error between each observation [21]. Instead, we calculated the repeated measures correlation between patient weights and steatosis scores with the Pingouin Python library [22]. Differences between high and low body weight stages were performed by paired t-tests. Categorical variables were tested using the Chi-square test. Except for the repeated measures correlation, statistical analyses were performed using the SPSS software (version 22; SPSS Inc., Chicago, IL, USA), and a p-value of <0.05 was judged as statistically significant.

3. Results

3.1. View Groups of the Study

Among 101 patients enrolled, 74 patients had adequate images (a total of 2393 images in 239 studies), body weight information, and at least two US studies (mean 3.2, range 2–7 studies/cases). The view groups included in this analysis are shown in Figure 1. G2 had the most eligible cases (67 cases, 184 studies), followed by G1 (45 cases, 116 studies) and G4 (46 cases, 115 studies). G3 had the lowest number of eligible cases (19 cases, 45 studies). The demographics of the study patients are shown in Table 2. Note, even though all patients must have ≥5% weight change in the study period, the removal of studies without enough adequate images can also remove high or low recorded weight timepoints. Thus, after this purging, patients can now have <5% (n = 13) and ≥5% (n = 61) weight changes associated with included imaging studies and corresponding timepoints.

3.2. Head-to-Head Comparison of Steatosis Scores between Two Groups in the Same Patient

To understand the difference between groups of the same patient, we collected patients that had both G1 and G2 or G2 and G4 images available. Paired t-test studies showed no significant differences in steatosis scores (Table 3). Correlation studies show a high correlation between steatosis scores of the same patient across groups (Figure 2. G1 vs. G2: R2 = 0.86, p < 0.001; G2 vs. G4: R2 = 0.88, p < 0.001).

3.3. Correlation between Body Weight and Steatosis Score

This cohort included sequential studies. An example of sequential G2 US images of a patient is shown in Figure 3. Steatosis scores from 2D ultrasound studies with different scanners at different timepoints are shown in this figure.
For the whole series, using our study-wise protocol detailed above, 67 patients had sufficient G2 views. For the remainder, we used their G1 or G4 views, as per our protocol. The repeated measures correlation between body weight and steatosis score in all 74 patients is shown in Figure 4. The correlation is quite good (R2 = 0.62, p < 0.001; 0.50–0.72 95% confidence intervals).
For further analysis, we selected the highest or lowest body weight timepoints among the sequential studies on the same patients. By using the single result of each study, we compared steatosis scores between high body weight and low body weight timepoints (Figure 5). We found that both patients with <5% (p < 0.001) and ≥5% (p = 0.014) weight changes showed significant differences in steatosis scores between body weight timepoints.

3.4. Differences in Steatosis Scores across Gender Differences

Gender differences in liver steatosis in high or low body weight stages are shown in Table 4. In the high body weight timepoints, mean steatosis scores were higher in males, but with no statistical significance. However, the body mass index (BMI) was higher in females. After dividing the steatosis score by BMI, the difference between males and females is statistically significant (p = 0.026). Similar situations were present in the low body weight timepoints, but with no statistical significance.

3.5. Brands of Ultrasound Scanners Used in Different Viewpoints

Five brands of scanners were used in this study (Table 5). The main scanners were Toshiba TUS-A300 (62%) and Philips iU22 (32.4%).

4. Discussion

The steatosis scores quantified from retrospectively collected 2D ultrasound images showed a significant correlation with body weight changes (Figure 4 and Figure 5). These findings provide further important validation that our DL algorithm can be used as an objective quantification of steatosis from 2D ultrasound images [10]. Importantly, the current validation does not have the selection bias of populations with biopsy or MRI-PDFF measurements.
Weight loss induced by lifestyle changes may reduce nonalcoholic steatohepatitis [23]. Covarrubias et al. report an interesting long-term liver and pancreas fat quantification study during a weight-loss surgery program [24]. Nine histology-proven liver steatosis patients were followed up prospectively in a 16-month period after bariatric surgery. They received an MRI-PDFF study during each visit. In the four to five successful MRI-PDFF studies, both liver and pancreas fat fractions decreased in accordance with weight loss. Our retrospective US study included 74 cases. Each case received two to seven qualified 2D US studies. These US studies were not quantitative US. However, our previously established deep learning algorithm, learning from a big data cohort of 2D US images and validated and tested in histology-proven cases [10], made the objective quantitative analysis of this study possible.
Many quantitative US studies using artificial intelligence algorithms developed by 2D ultrasound have been reported [16]. Most of the studies use a single US machine. This strategy may produce lower variations but also severely limit its clinical use. As discussed in our prior work, our algorithm was trained on 13 different scanner models and reports percentage agreement numbers between scanners of 92% or higher. Additionally, most US artificial intelligence studies use a single viewpoint, with a handful of exceptions that use multiple views [14,25,26]. Our algorithm can handle multiple views. These study design choices gave us the opportunity to conduct further retrospective studies, such as this one, that incorporate different scanners (Figure 3) and viewpoints, which allows for a much more flexible and representative data collection strategy.
Different from CT or MRI images, most US operators acquired images without a standardized format. To minimize potential variations, we systematically classified 2D ultrasound images into 4 groups according to the scanning positions [10]. We found that an adequate number of 3–5 images of the right intercostal space can be obtained from this retrospective study (Figure 1, G2, 67 cases, 184 studies). Similar images were taken from G1 (45 cases, 116 studies) and G4 (46 cases 115 studies). Our previous study indicated that G2 images produce the highest repeatability and accuracy [10], while the performances of the G1 and G4 groups are nearly as good (Table 3 and Figure 2). The liver/kidney contrast views (G3) are frequently used for the diagnosis of fatty liver in routine ultrasound scanning. However, only 19 patients and 45 studies had adequate images collected. This view includes two organs that produce higher variations than other view groups [10]. We may need more than five images to achieve acceptable repeatability in this G3 view group.
Based on our previous study [10], we used the mean of three to five images in the same group for maintaining repeatability (Table 1) [10]. Current QUS requires an area of interest [5,6,7,8,9] to maintain the quality of quantification. This procedure is time-consuming and loses other information. For example, the blurring of vessels is not taken into consideration in QUS. In contrast, our DL algorithm accepts whole US images, and it is relatively easy to acquire five images in a short time without interrupting the routine screening procedure. The key points are to acquire good-quality images and to include as much liver parenchyma as possible. For future protocols, we will recommend acquiring five good-quality images of the liver from the right intercostal view for every study. When the right hepatic lobe is not available, five good-quality images from either the left hepatic lobe or subcostal scan will be a good substitution. This standard procedure will create a chance for future retrospective quantification in most patients.
The study was originally aimed at the correlation between steatosis scores with weight changes. Unexpectedly, we found differences in steatosis scores between genders. Women accumulate fat mainly in the subcutaneous adipose tissue while men tend to accumulate fat in abdominal visceral adipose tissue [27,28]. The gonadal steroids, including androgens, estrogens, and progestogens are involved in the control of body fat distribution in humans [29]. A review by Lonardo et al. concluded that the prevalence and severity of NAFLD are higher in men than in women during the reproductive age [30]. This trend decreased after menopause [31]. In this study, we found that men tend to have a higher liver steatosis score than women. Gender steatosis score differences were more prominent in the high body weight than in the low body weight timepoints (Table 4). Identifying the fact that men are more susceptible to liver steatosis than women also supports this DL algorithm as a good quantification model.
It should be noted that weight loss is not the only factor that determines liver steatosis. Oh et al. collected patients with NAFLD who received different therapies [32]. Among them, 45 patients received an exercise regimen and 29 patients received a weight reduction regimen. In the exercise group, their total energy intake was increased with little weight loss, yet they produced a significant reduction in liver steatosis [32]. In Figure 3 of this study, we can see the steatosis score is not completely correlated with weight. The lowest steatosis score occurred at the beginning of a significant weight change rather than at the lowest body weight timepoint. We do not know whether this was related to exercise or other factors.
Our limitation is that weight was used as a quantification standard. This is a retrospective study; we did not have histology or MRI-PDFF study for validation. The other limitation is that different scanners were used in this study (Table 5). Nonetheless, these scanners were used during the DL algorithm development. As the reported agreement among the three main scanners was more than 92% [10], the effect of the different scanners should be minimal. However, measuring the algorithm’s performance on alternative scanners requires further prospective external validation. Additionally, our case number is relatively small. Further confirmation by a larger series may be needed.
We conclude that our DL steatosis algorithm could be considered an objective quantitative model for liver steatosis. This algorithm can be used in retrospective studies on images with different brands of ultrasound machines.

Author Contributions

Conceptualization, D.-I.T.; methodology, A.P.H. and B.L.; software, A.P.H. and B.L.; formal analysis, A.P.H. and D.-I.T.; resources, T.-H.H., C.-J.C., W.-T.Y., J.T., L.L. and D.-I.T.; data curation, J.T.; original draft preparation, D.-I.T.; writing—review and editing, A.P.H. and D.-I.T.; visualization, A.P.H., J.T. and D.-I.T.; project administration, T.-H.H.; funding acquisition, L.L. and D.-I.T. All authors have read and agreed to the published version of the manuscript.

Funding

This study was supported by the Chang Gung Memorial Hospital and PAII Inc. (a United States subsidiary company of Ping An Insurance), No. SMRPG3I0011.

Institutional Review Board Statement

This study was conducted according to the guidelines of the Declaration of Helsinki and was approved by the Chang Gung Memorial Hospital (CGMH IRB No. 201801283B0 and 202200758B0).

Informed Consent Statement

Patient consent was waived due to the retrospective nature of this study.

Data Availability Statement

The data are not publicly available due to patient privacy concerns.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Younossi, Z.M.; Golabi, P.; Paik, J.M.; Henry, A.; Van Dongen, C.; Henry, L. The Global Epidemiology of Nonalcoholic Fatty Liver Disease (NAFLD) and Nonalcoholic Steatohepatitis (NASH): A Systematic Review. Hepatology 2023, 77, 1335–1347. [Google Scholar] [CrossRef]
  2. Caussy, C.; Reeder, S.B.; Sirlin, C.B.; Loomba, R. Noninvasive, Quantitative Assessment of Liver Fat by MRI-PDFF as an Endpoint in NASH Trials. Hepatology 2018, 68, 763–772. [Google Scholar] [CrossRef] [PubMed]
  3. Bae, J.S.; Lee, D.H.; Suh, K.-S.; Kim, H.; Lee, K.B.; Lee, J.Y.; Han, J.K. Noninvasive Assessment of Hepatic Steatosis Using a Pathologic Reference Standard: Comparison of CT, MRI, and US-Based Techniques. Ultrasonography 2022, 41, 344–354. [Google Scholar] [CrossRef] [PubMed]
  4. Fetzer, D.T.; Rosado-Mendez, I.M.; Wang, M.; Robbin, M.L.; Ozturk, A.; Wear, K.A.; Ormachea, J.; Stiles, T.A.; Fowlkes, J.B.; Hall, T.J.; et al. Pulse-Echo Quantitative US Biomarkers for Liver Steatosis: Toward Technical Standardization. Radiology 2022, 305, 265–276. [Google Scholar] [CrossRef]
  5. Castera, L.; Friedrich-Rust, M.; Loomba, R. Noninvasive Assessment of Liver Disease in Patients With Nonalcoholic Fatty Liver Disease. Gastroenterology 2019, 156, 1264–1281.e4. [Google Scholar] [CrossRef]
  6. Bae, J.S.; Lee, D.H.; Lee, J.Y.; Kim, H.; Yu, S.J.; Lee, J.-H.; Cho, E.J.; Lee, Y.B.; Han, J.K.; Choi, B.I. Assessment of Hepatic Steatosis by Using Attenuation Imaging: A Quantitative, Easy-to-Perform Ultrasound Technique. Eur. Radiol. 2019, 29, 6499–6507. [Google Scholar] [CrossRef]
  7. Jung, J.; Han, A.; Madamba, E.; Bettencourt, R.; Loomba, R.R.; Boehringer, A.S.; Andre, M.P.; Erdman, J.W.; O’Brien, W.D.; Fowler, K.J.; et al. Direct Comparison of Quantitative US versus Controlled Attenuation Parameter for Liver Fat Assessment Using MRI Proton Density Fat Fraction as the Reference Standard in Patients Suspected of Having NAFLD. Radiology 2022, 304, 75–82. [Google Scholar] [CrossRef] [PubMed]
  8. Jeon, S.K.; Lee, J.M.; Joo, I.; Yoon, J.H.; Lee, G. Two-Dimensional Convolutional Neural Network Using Quantitative US for Noninvasive Assessment of Hepatic Steatosis in NAFLD. Radiology 2023, 307, 221510. [Google Scholar] [CrossRef] [PubMed]
  9. Ormachea, J.; Parker, K.J. A Preliminary Study of Liver Fat Quantification Using Reported Ultrasound Speed of Sound and Attenuation Parameters. Ultrasound Med. Biol. 2022, 48, 675–684. [Google Scholar] [CrossRef]
  10. Li, B.; Tai, D.-I.; Yan, K.; Chen, Y.-C.; Chen, C.-J.; Huang, S.-F.; Hsu, T.-H.; Yu, W.-T.; Xiao, J.; Le, L.; et al. Accurate and Generalizable Quantitative Scoring of Liver Steatosis from Ultrasound Images via Scalable Deep Learning. World J. Gastroenterol. 2022, 28, 2494–2508. [Google Scholar] [CrossRef]
  11. Sanabria, S.J.; Pirmoazen, A.M.; Dahl, J.; Kamaya, A.; El Kaffas, A. Comparative Study of Raw Ultrasound Data Representations in Deep Learning to Classify Hepatic Steatosis. Ultrasound Med. Biol. 2022, 48, 2060–2078. [Google Scholar] [CrossRef]
  12. Han, A.; Byra, M.; Heba, E.; Andre, M.P.; Erdman, J.W.; Loomba, R.; Sirlin, C.B.; O’Brien, W.D. Noninvasive Diagnosis of Nonalcoholic Fatty Liver Disease and Quantification of Liver Fat with Radiofrequency Ultrasound Data Using One-Dimensional Convolutional Neural Networks. Radiology 2020, 295, 342–350. [Google Scholar] [CrossRef]
  13. Chen, J.-R.; Chao, Y.-P.; Tsai, Y.-W.; Chan, H.-J.; Wan, Y.-L.; Tai, D.-I.; Tsui, P.-H. Clinical Value of Information Entropy Compared with Deep Learning for Ultrasound Grading of Hepatic Steatosis. Entropy 2020, 22, 1006. [Google Scholar] [CrossRef]
  14. Cao, W.; An, X.; Cong, L.; Lyu, C.; Zhou, Q.; Guo, R. Application of Deep Learning in Quantitative Analysis of 2-Dimensional Ultrasound Imaging of Nonalcoholic Fatty Liver Disease. J. Ultrasound Med. 2020, 39, 51–59. [Google Scholar] [CrossRef]
  15. Byra, M.; Han, A.; Boehringer, A.S.; Zhang, Y.N.; O’Brien, W.D.; Erdman, J.W.; Loomba, R.; Sirlin, C.B.; Andre, M. Liver Fat Assessment in Multiview Sonography Using Transfer Learning With Convolutional Neural Networks. J. Ultrasound Med. 2022, 41, 175–184. [Google Scholar] [CrossRef]
  16. Alshagathrh, F.M.; Househ, M.S. Artificial Intelligence for Detecting and Quantifying Fatty Liver in Ultrasound Images: A Systematic Review. Bioengineering 2022, 9, 748. [Google Scholar] [CrossRef]
  17. Patel, N.S.; Doycheva, I.; Peterson, M.R.; Hooker, J.; Kisselva, T.; Schnabl, B.; Seki, E.; Sirlin, C.B.; Loomba, R. Effect of Weight Loss on MRI Estimation of Liver Fat and Volume in Patients With Nonalcoholic Steatohepatitis. Clin. Gastroenterol. Hepatol. 2015, 13, 561–568.e1. [Google Scholar] [CrossRef]
  18. Katsagoni, C.N.; Papatheodoridis, G.V.; Ioannidou, P.; Deutsch, M.; Alexopoulou, A.; Papadopoulos, N.; Papageorgiou, M.-V.; Fragopoulou, E.; Kontogianni, M.D. Improvements in Clinical Characteristics of Patients with Non-Alcoholic Fatty Liver Disease, after an Intervention Based on the Mediterranean Lifestyle: A Randomised Controlled Clinical Trial. Br. J. Nutr. 2018, 120, 164–175. [Google Scholar] [CrossRef]
  19. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; IEEE: New York, NY, USA, 2016; pp. 770–778. [Google Scholar]
  20. Frank, E.; Hall, M. A simple approach to ordinal classification. In Proceedings of the Machine Learning: ECML 2001, Freiburg, Germany, 5–7 September 2001; De Raedt, L., Flach, P., Eds.; Springer: Berlin/Heidelberg, Germany, 2001; pp. 145–156. [Google Scholar]
  21. Bakdash, J.Z.; Marusich, L.R. Repeated Measures Correlation. Front. Psychol. 2017, 8, 456. [Google Scholar] [CrossRef]
  22. Vallat, R. Pingouin: Statistics in Python. J. Open Source Softw. 2018, 3, 1026. [Google Scholar] [CrossRef]
  23. Vilar-Gomez, E.; Martinez-Perez, Y.; Calzadilla-Bertot, L.; Torres-Gonzalez, A.; Gra-Oramas, B.; Gonzalez-Fabian, L.; Friedman, S.L.; Diago, M.; Romero-Gomez, M. Weight Loss Through Lifestyle Modification Significantly Reduces Features of Nonalcoholic Steatohepatitis. Gastroenterology 2015, 149, 367–378.e5. [Google Scholar] [CrossRef]
  24. Covarrubias, Y.; Fowler, K.J.; Mamidipalli, A.; Hamilton, G.; Wolfson, T.; Leinhard, O.D.; Jacobsen, G.; Horgan, S.; Schwimmer, J.B.; Reeder, S.B.; et al. Pilot Study on Longitudinal Change in Pancreatic Proton Density Fat Fraction during a Weight-Loss Surgery Program in Adults with Obesity. J. Magn. Reason. Imaging 2019, 50, 1092–1102. [Google Scholar] [CrossRef]
  25. Kim, T.; Lee, D.H.; Park, E.-K.; Choi, S. Deep Learning Techniques for Fatty Liver Using Multi-View Ultrasound Images Scanned by Different Scanners: Development and Validation Study. JMIR Med. Inform. 2021, 9, e30066. [Google Scholar] [CrossRef]
  26. Yang, Y.; Liu, J.; Sun, C.; Shi, Y.; Hsing, J.C.; Kamya, A.; Keller, C.A.; Antil, N.; Rubin, D.; Wang, H.; et al. Nonalcoholic Fatty Liver Disease (NAFLD) Detection and Deep Learning in a Chinese Community-Based Population. Eur. Radiol. 2023, 33, 5894–5906. [Google Scholar] [CrossRef]
  27. Ayonrinde, O.T.; Olynyk, J.K.; Beilin, L.J.; Mori, T.A.; Pennell, C.E.; de Klerk, N.; Oddy, W.H.; Shipman, P.; Adams, L.A. Gender-Specific Differences in Adipose Distribution and Adipocytokines Influence Adolescent Nonalcoholic Fatty Liver Disease. Hepatology 2011, 53, 800–809. [Google Scholar] [CrossRef]
  28. White, U.A.; Tchoukalova, Y.D. Sex Dimorphism and Depot Differences in Adipose Tissue Function. Biochim. Biophys. Acta 2014, 1842, 377–392. [Google Scholar] [CrossRef]
  29. Wawrzkiewicz-Jałowiecka, A.; Lalik, A.; Soveral, G. Recent Update on the Molecular Mechanisms of Gonadal Steroids Action in Adipose Tissue. Int. J. Mol. Sci. 2021, 22, 5226. [Google Scholar] [CrossRef]
  30. Lonardo, A.; Nascimbeni, F.; Ballestri, S.; Fairweather, D.; Win, S.; Than, T.A.; Abdelmalek, M.F.; Suzuki, A. Sex Differences in NAFLD: State of the Art and Identification of Research Gaps. Hepatology 2019, 70, 1457–1469. [Google Scholar] [CrossRef]
  31. Isacco, L.; Ennequin, G.; Boisseau, N. Influence of the Different Hormonal Status Changes during Their Life on Fat Mass Localisation in Women: A Narrative Review. Arch. Physiol. Biochem. 2021, 1–6. [Google Scholar] [CrossRef]
  32. Oh, S.; Tsujimoto, T.; Kim, B.; Uchida, F.; Suzuki, H.; Iizumi, S.; Isobe, T.; Sakae, T.; Tanaka, K.; Shoda, J. Weight-Loss-Independent Benefits of Exercise on Liver Steatosis and Stiffness in Japanese Men with NAFLD. JHEP Rep. 2021, 3, 100253. [Google Scholar] [CrossRef]
Figure 1. Flowchart.
Figure 1. Flowchart.
Diagnostics 13 03225 g001
Figure 2. Correlation of steatosis scores between US view groups on the same patient. Left G1 vs. G2 view (R2 = 0.86, p < 0.001); Right G1 vs. G4 view (R2 = 0.88, p < 0.001).
Figure 2. Correlation of steatosis scores between US view groups on the same patient. Left G1 vs. G2 view (R2 = 0.86, p < 0.001); Right G1 vs. G4 view (R2 = 0.88, p < 0.001).
Diagnostics 13 03225 g002
Figure 3. Demonstration of body weight and steatosis score changes by sequential G2 images in a patient. Different scanners were used at different timepoints. A significant decrease in steatosis scores between highest and lowest weight points can be found. One should note that the lowest steatosis score occurred at the beginning of weight change from 99 kg to 93 kg.
Figure 3. Demonstration of body weight and steatosis score changes by sequential G2 images in a patient. Different scanners were used at different timepoints. A significant decrease in steatosis scores between highest and lowest weight points can be found. One should note that the lowest steatosis score occurred at the beginning of weight change from 99 kg to 93 kg.
Diagnostics 13 03225 g003
Figure 4. Repeated measures correlation of body weight and DL steatosis scores in the whole series. The analysis was based on data from G2 images. When G2 images are not available, G1 or G4 data with best quality will be added to the analysis. A positive correlation trend is found between weight and steatosis score (N = 74, R2 = 0.62; 0.50–0.72 95% CI intervals, p < 0.001). Each color represents a different patient.
Figure 4. Repeated measures correlation of body weight and DL steatosis scores in the whole series. The analysis was based on data from G2 images. When G2 images are not available, G1 or G4 data with best quality will be added to the analysis. A positive correlation trend is found between weight and steatosis score (N = 74, R2 = 0.62; 0.50–0.72 95% CI intervals, p < 0.001). Each color represents a different patient.
Diagnostics 13 03225 g004
Figure 5. Mean steatosis scores during body weight changes. The highest and lowest body weight stages were determined for each patient. Sixty-one patients had maximal weight differences greater than 5% body weight and thirteen patients had weight differences lower than 5%. A significant mean DL steatosis score difference between highest (p < 0.001) and lowest weight timepoints (0.014) can be found in both groups.
Figure 5. Mean steatosis scores during body weight changes. The highest and lowest body weight stages were determined for each patient. Sixty-one patients had maximal weight differences greater than 5% body weight and thirteen patients had weight differences lower than 5%. A significant mean DL steatosis score difference between highest (p < 0.001) and lowest weight timepoints (0.014) can be found in both groups.
Diagnostics 13 03225 g005
Table 1. The max repeatability coefficient in different numbers of images is tabulated across different view groups.
Table 1. The max repeatability coefficient in different numbers of images is tabulated across different view groups.
Group1 Image2 Images3 Images4 Images5 Images
10.4614
(0.4210, 0.5078)
0.3263
(0.2957, 0.3552)
0.2664
(0.2397, 0.2934)
0.2307
(0.2089, 0.2555)
0.2064
(0.1874, 0.2259)
20.3665
(0.3385, 0.3942)
0.2592
(0.2381, 0.2797)
0.2116
(0.1955, 0.2298)
0.1833
(0.1697, 0.1996)
0.1639
(0.1508, 0.1763)
30.5264
(0.4711, 0.5814)
0.3722
(0.3292, 0.4135)
0.3039
(0.2717, 0.3393)
0.2632
(0.2350, 0.2906)
0.2354
(0.2117, 0.2596)
40.4583
(0.4150, 0.5029)
0.3240
(0.2945, 0.3587)
0.2646
(0.2361, 0.2920)
0.2291
(0.2067, 0.2547)
0.2049
(0.1833, 0.2267)
Parentheses enclose bootstrapped 95% confidence intervals.
Table 2. Demography.
Table 2. Demography.
Category Number (%) or Mean ± SD
Total No.74
Gender
 Male48 (64.9%)
 Female26 (35.1%)
Etiology
 NBNC26 (35.1%)
 HBV43 (58.1%)
 HCV4 (5.4%)
 Alcoholic1 (1.4%)
Age (year)51.74 ± 9.85
Initial body height (cm)165.88 ± 7.88
Initial body weight (kg)80.74 ± 12.12
Initial AST (U/L)33.34 ± 18.58
Initial ALT (U/L)39.90 ± 31.77
Initial total cholesterol (mg)204.72 ± 58.49
Initial triglyceride (mg)202.56 ± 141.51
Table 3. Head-to-head comparison of steatosis scores between view groups.
Table 3. Head-to-head comparison of steatosis scores between view groups.
Image ViewStudy No.Steatosis Score
MeanSDSEMp Value
G1 990.4810.3120.0310.377
G2 990.4910.2970.030
G2 890.4410.2890.0310.357
G4 890.4310.2860.030
Table 4. Gender differences on liver steatosis in studies of G2 view groups.
Table 4. Gender differences on liver steatosis in studies of G2 view groups.
Body Weight TimepointsCategoryGenderNoMeanSDSEMp Value
High Steatosis scoreM480.64580.25730.03710.173
F260.55980.25600.0502
BMIM4828.61373.34240.48240.071
F2630.75665.32401.0441
Steatosis score/BMIM480.02230.00840.00120.026
F260.01790.00730.0014
Low Steatosis scoreM480.39850.28470.04110.307
F260.33070.24170.0474
BMIM4826.00443.15120.45480.267
F2627.06444.99940.9805
Steatosis score/BMIM480.01490.01000.00140.112
F260.01160.00740.0014
BMI: body mass index.
Table 5. Brands of ultrasound scanners used from different viewpoints.
Table 5. Brands of ultrasound scanners used from different viewpoints.
View GroupsBrands
Aloka
SSD 5500
Hitachi
Preirus
Philips
iU22
Siemens
S2000
Toshiba
TUS-A300
Total
10232181116
256593110184
3001313145
40545363115
Total (%)5 (1.1)13 (2.8)149 (32.4)8 (1.7)285 (62.0)(100) 460
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Harrison, A.P.; Li, B.; Hsu, T.-H.; Chen, C.-J.; Yu, W.-T.; Tai, J.; Lu, L.; Tai, D.-I. Steatosis Quantification on Ultrasound Images by a Deep Learning Algorithm on Patients Undergoing Weight Changes. Diagnostics 2023, 13, 3225. https://doi.org/10.3390/diagnostics13203225

AMA Style

Harrison AP, Li B, Hsu T-H, Chen C-J, Yu W-T, Tai J, Lu L, Tai D-I. Steatosis Quantification on Ultrasound Images by a Deep Learning Algorithm on Patients Undergoing Weight Changes. Diagnostics. 2023; 13(20):3225. https://doi.org/10.3390/diagnostics13203225

Chicago/Turabian Style

Harrison, Adam P., Bowen Li, Tse-Hwa Hsu, Cheng-Jen Chen, Wan-Ting Yu, Jennifer Tai, Le Lu, and Dar-In Tai. 2023. "Steatosis Quantification on Ultrasound Images by a Deep Learning Algorithm on Patients Undergoing Weight Changes" Diagnostics 13, no. 20: 3225. https://doi.org/10.3390/diagnostics13203225

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop