Skip to main content

Deep learning-based pancreas volume assessment in individuals with type 1 diabetes

Abstract

Pancreas volume is reduced in individuals with diabetes and in autoantibody positive individuals at high risk for developing type 1 diabetes (T1D). Studies investigating pancreas volume are underway to assess pancreas volume in large clinical databases and studies, but manual pancreas annotation is time-consuming and subjective, preventing extension to large studies and databases. This study develops deep learning for automated pancreas volume measurement in individuals with diabetes. A convolutional neural network was trained using manual pancreas annotation on 160 abdominal magnetic resonance imaging (MRI) scans from individuals with T1D, controls, or a combination thereof. Models trained using each cohort were then tested on scans of 25 individuals with T1D. Deep learning and manual segmentations of the pancreas displayed high overlap (Dice coefficient = 0.81) and excellent correlation of pancreas volume measurements (R2 = 0.94). Correlation was highest when training data included individuals both with and without T1D. The pancreas of individuals with T1D can be automatically segmented to measure pancreas volume. This algorithm can be applied to large imaging datasets to quantify the spectrum of human pancreas volume.

Peer Review reports

Introduction

Pancreas volume is reduced in individuals with type 1 and type 2 diabetes [1] and those at risk for T1D [2, 3]. Furthermore, pancreas volume increases with successful therapy in type 2 diabetes [4], suggesting that measurement of pancreas volume may be useful in monitoring diabetes progression and treatment response. However, calculation of the volume of the pancreas currently requires manual segmentation of the pancreas by a trained reader, which is impractical for large clinical trials or studies utilizing large image repositories.

The development of algorithms to automatically segment organs or lesions from medical images has rapidly advanced due to recent breakthroughs in convolutional neural networks and deep learning models [5,6,7]. A number of studies have segmented the pancreas from abdominal MRI [8, 9] and computerized tomography (CT) scans [10,11,12,13]. However, these studies have not included images from individuals with diabetes, where altered pancreas morphology may affect segmentation accuracy. For instance, the pancreas of individuals with diabetes has more irregular borders than individuals without diabetes [4], which may reduce the accuracy of pancreas segmentation approaches trained using only images from non-diabetic individuals. Segmentation of other organs using deep learning, including the brain [14] and inner ear [15], have demonstrated the need to include individuals with pathologies that span the range of anatomical variation in order to improve the generalizability of the segmentation. However, this approach has not been applied to segmentation of the pancreas of individuals with diabetes. In this study, we develop a deep learning-based pancreas segmentation model trained using MRI images from individuals with T1D to enable future studies of pancreas volume in diabetes in large trials and image databases.

Methods

Study population

This is a single site retrospective study of previously-acquired abdominal MRI. Study participants were either newly enrolled or part of a previously reported MRI dataset [3] (clinicaltrials.gov identifier NCT03585153). The cohort of MRI scans used for analysis was composed of 185 scans from individuals with T1D and 185 scans from age-matched controls. These studies were approved by the Vanderbilt University Institutional Review Board and performed in accordance with the guidelines and regulations set forth by the Human Research Protections Program.

Image acquisition and processing

Pancreas MRI was performed on a Philips 3T Achieva scanner (Philips Healthcare, Best, The Netherlands). The image acquisition used for segmentation was a fat-suppressed T2-weighted fast-spin echo sequence with 1.5 × 1.5 × 5.0 mm spatial resolution spanning the pancreas. Each MRI was composed of thirty axial slices with a matrix size of 256 × 256. Imaging was performed in two breath holds with an image acqusition time of 25 s.

A radiologist (M.A.H.), blinded to the diabetes status of each study participant, manually labeled the pancreas on the MRI images to be used as ground truth for segmentation. The network used to automatically segment the pancreas was a 2D U-Net inspired by [10] and [16], where down-convolutions were max pooling layers with size 2 × 2, up-convolutions were transposed convolutions with size 2 × 2 and stride 2, and the final layer was set to one feature channel with a sigmoidal activation function. Each MRI slice was standardized between 0 and 1 to account for a wide range of pixel intensities between MRI scans. The loss function used during the network training was the negative of a smoothed Dice coefficient. The network was trained with Adam optimization at a learning rate of 10−5 for 10 epochs and a batch size of one, in agreement with a previous study of pancreas segmentation [10]. Training was implemented in Keras with TensorFlow backend. It took less than one hour to train the network with one GeForce GTX 108 GPU.

Deep learning-based pancreas segmentation was initialized by providing the network with a bounding box encompassing the pancreas, as previously described [10, 13]. We then trained three different models, one using 160 scans of individuals with T1D, one with 160 scans of control individuals, and one with 160 scans equally comprised of scans from controls and patients with T1D (hereafter referred to as the mixed model). The models were trained with four-fold cross validation, with training on 120 out of 160 scans and validation on the remaining 40 scans. For the mixed model, each subset was composed of 20 individuals with and 20 individuals without T1D. We then tested the three models on unseen data composed of 25 individuals with T1D. The segmentation performance was evaluated using volume measurements and the Dice coefficient, which ranges from 0 for no overlap between manual and deep learning-based segmentation to 1 indicating perfect alignment.

Statistical analysis

Statistical analysis was performed in GraphPad Prism, version 9.2 (San Diego, CA). Differences between independent groups were assessed using unpaired t-test. Linear correlation was assessed by Pearson Correlation Coefficient, with p values of 0.05 considered significant. Bland-Altman analysis was performed to assess the difference between deep learning-based and manual measurements of pancreas volume versus the mean volume measurement.

Results

Representative manual and deep learning-based segmentation of the pancreas are shown for an individual with T1D (Fig. 1A) and individual with no pancreas pathology (Fig. 1B). The individual with T1D has a smaller pancreas with a thinner body. Manual pancreas segmentation (left column) displays good agreement with deep learning-based segmentation (middle column) on a representative MRI slice. The three-dimensional pancreas volume constructed from manual segmentation (red) and deep learning-based segmentation (green) display good agreement (right column). Manual and deep learning-based pancreas segmentations displayed a high degree of overlap with mean Dice coefficient of 0.81 ± 0.04 and minimum Dice coefficient of 0.66.

Fig. 1
figure 1

Representative manual and deep learning-based pancreas segmentations from an individual (A) with T1D or (B) with no pancreas pathology. The representative individual with T1D was a 13-year-old male with 2-month diabetes duration (Dice coefficient = 0.82) while the representative control individual was a 15-year-old male with no known pancreas pathology (Dice coefficient = 0.84). Three dimensional overlays of manual (red) and deep learning-based (green) segmentations are shown for both representative individuals with the pancreas tail oriented to the reader’s left for best visualization. Note the smaller and thinner pancreas size in the individual with T1D

We compared performance of our three models (trained using MRIs from controls, individuals with T1D, and a mixed model incorporating both individuals with and without T1D) on an unseen cohort composed of 25 MRIs from individuals with T1D. The mixed model had a higher Dice coefficient (0.792) and agreement with manually measured pancreas volume (R2 = 0.94) than models trained using scans from only control individuals (Dice coefficient= 0.782, R2 = 0.91). Manual and deep learning-based pancreas volume measurements derived from the mixed model showed good correlation across a testing cohort of individuals with and without T1D (Fig. 2, R2 = 0.94), and in subsets of individuals with T1D (R2 = 0.91) or controls (R2 = 0.93). Deep learning-based pancreas volume measurements in individuals with T1D were significantly lower than controls (38 ± 12 ml vs. 54 ± 17 ml; p < 0.005).

Fig. 2
figure 2

Manual and deep learning-based pancreas volume measurements display correlation across a cohort including individuals with and without T1D (R2 = 0.94) and in subsets of individuals with T1D (red; R2 = 0.91) or controls (blue; R2 = 0.93)

Bland-Altman analysis was performed to further characterize the agreement between deep learning-based and manual pancreas volume measurements (Fig. 3). Deep learning measurement of pancreas volume tends to underestimate pancreas size compared with manual measurements (bias = 2.7 ml). This underestimation is more pronounced at larger pancreas sizes, as evidenced by a significantly non-zero slope in the Bland-Altman plot (p < 0.001). The 95% limits of agreement between deep learning-based and manual pancreas volume measurements are − 8.2 to 13.5 ml.

Fig. 3
figure 3

Bland-Altman plot of the agreement between deep learning-based and manual pancreas volume measurements. The 95% limits of agreement are displayed with dotted lines. Deep learning-based measurement of pancreas volume tends to underestimate pancreas size compared with manual measurements (bias = 2.7 ml), particularly at larger pancreas sizes

Discussion

In this study we applied a neural network to measure pancreas volume in individuals with T1D and demonstrated agreement with manual segmentation by an expert reader. The deep learning-based segmentation calculated smaller pancreas volume in individuals with T1D, in agreement with previous studies using manual segmentation [1,2,3], but absent the subjectivity inherent to manual segmentation. In fact, the agreement between deep learning and manual pancreas segmentation in this study outperformed the agreement between two different readers performed using images derived from the same study [17]. This finding highlights the subjectivity in manual pancreas segmentations which are in turn used to train deep learning models. The use of images segmented by a single reader is a potential limitation of the study, as our model does not capture the variance induced by multiple readers. However, for large studies in which use of a single reader is not feasible but consistent pancreas segmentation is desired, deep learning-based measurement of pancreas volume can potentially increase reproducibility compared with the use of multiple readers. For instance, longitudinal monitoring of pancreas size in the same individual, which has proven useful in tracking the natural history of T1D [3] and assessment of therapeutic response [4], would benefit from deep learning across assessments as compared with measurements made by different readers at different time points. Pancreas segmentation was improved by training with images from both individuals with and without T1D, as this diverse training set can putatively capture the range of pancreas volume and morphology present in normal and pathological states, as found in brain segmentation [18].

As a small, flexible abdominal organ with a high degree of variation among individuals in both shape and volume, the pancreas is particularly challenging to segment compared with proximal organs such as kidney and liver. This challenge was illustrated in previous automatic segmentation of abdominal organs in which liver, spleen, and kidney segmentation outperformed that of the pancreas [8]. In this study we demonstrate Dice coefficients similar to segmentation performed on a dataset devoid of pancreas pathology [10, 13]. Importantly, when we include both individuals with and without T1D to train the model we observe improved segmentation accuracy, whereas previous pancreas segmentation studies did not include individuals with diabetes. The altered pancreas morphology found in T1D leads to more variation in image features, potentially complicating deep learning-based segmentation. The altered imaging features found in the pancreas in T1D may classify the pancreas of individuals with diabetes, as has been demonstrated in pancreatic cancer [19]. This may prove useful for identifying individuals at risk for T1D or for predicting therapeutic response.

This study is subject to a number of limitations. Bland-Altman analysis demonstrates that pancreas volume tends to be underestimated by deep learning-based segmentation, particularly for large pancreas sizes. Additionally, images were acquired on a single MRI scanner with standardized image acquisition parameters [20]. Deep learning approaches are known to be hampered by difference in MRI scanners and acquisition parameters [21]. Further work is needed to establish pancreas segmentation pipelines incorporating diabetes pathology across multisite data in order to generalize the tool established in this study. Deep learning algorithms for pancreas segmentation are undergoing rapid development and refinement [9,10,11,12]. A systematic investigation of segmentation accuracy using different algorithms applied to a common image dataset is needed to compare the performance of these techniques.

Conclusions

Deep learning-based segmentation of the pancreas can reduce the time and associated cost needed for analysis of pancreas volume and mitigates inter-reader variability. The pancreas segmentation model developed in this study can be applied to large abdominal imaging sets, such as those being acquired as part of the UK Biobank [22], to determine factors which influence pancreas volume and lead to large interindividual variation in pancreas volume.

Availability of data and materials

The imaging data used and/or analyzed in this study are available from the corresponding author upon reasonable request.

Abbreviations

T1D:

Type 1 diabetes

MRI:

Magnetic resonance imaging

CT:

Compute tomography

References

  1. Garcia TS, Rech TH, Leitao CB. Pancreatic size and fat content in diabetes: a systematic review and meta-analysis of imaging studies. PLoS One. 2017;12(7):e0180911.

    Article  Google Scholar 

  2. Campbell-Thompson ML, Filipp SL, Grajo JR, Nambam B, Beegle R, Middlebrooks EH, Gurka MJ, Atkinson MA, Schatz DA, Haller MJ. Relative pancreas volume is reduced in first-degree relatives of patients with type 1 diabetes. Diabetes Care. 2019;42(2):281–7.

    Article  CAS  Google Scholar 

  3. Virostko J, Williams J, Hilmes M, Bowman C, Wright JJ, Du L, Kang H, Russell WE, Powers AC, Moore DJ. Pancreas volume declines during the first year after diagnosis of type 1 diabetes and exhibits altered diffusion at disease onset. Diabetes Care. 2019;42(2):248–57.

    Article  CAS  Google Scholar 

  4. Al-Mrabeh A, Hollingsworth KG, Shaw JAM, McConnachie A, Sattar N, Lean MEJ, Taylor R. 2-year remission of type 2 diabetes and pancreas morphology: a post-hoc analysis of the DiRECT open-label, cluster-randomised trial. Lancet Diabetes Endocrinol. 2020;8(12):939–48.

    Article  CAS  Google Scholar 

  5. Anwar SM, Majid M, Qayyum A, Awais M, Alnowami M, Khan MK (2018) Medical image analysis using convolutional neural networks: a review. J Med Syst. 42(11):1–13.

    Article  Google Scholar 

  6. Krishnamurthy S, Srinivasan K, Qaisar SM, Vincent PMDR, Chang CY. Evaluating deep neural network architectures with transfer learning for pneumonitis diagnosis. Comput Math Methods in Med. 2021;(4):1–12.

  7. Cai J, Lu L, Zhang Z, Xing F, Yang L, Yin Q. Pancreas Segmentation in MRI Using Graph-Based Decision Fusion on Convolutional Neural Networks. Med Image Comput Comput Assist Interv. 2016;9901:442–450.

  8. Bobo MF, Bao S, Huo Y, Yao Y, Virostko J, Plassard AJ, Lyu I, Assad A, Abramson RG, Hilmes MA et al. Fully convolutional neural networks improve abdominal organ segmentation. Proc SPIE Int Soc Opt Eng. 2018;10574:105742V.

  9. Cai J, Lu L, Zhang Z, Xing F, Yang L, Yin Q. Pancreas segmentation in MRI using graph-based decision fusion on convolutional neural networks. Med Image Comput Comput Assist Interv. 2016;9901:442–50.

    PubMed  PubMed Central  Google Scholar 

  10. Liu Y Liu S. U-net for pancreas segmentation in abdominal CT scans. IEEE international symposium on biomedical imaging; 2018.

  11. Panda A, Korfiatis P, Suman G, Garg SK, Polley EC, Singh DP, Chari ST, Goenka AH. Two-stage deep learning model for fully automated pancreas segmentation on computed tomography: comparison with intra-reader and inter-reader reliability at full and reduced radiation dose on an external dataset. Med Phys. 2021;48(5):2468–81.

    Article  Google Scholar 

  12. Zhang Y, Wu J, Liu Y, Chen Y, Chen W, Wu EX, Li C, Tang X. A deep learning framework for pancreas segmentation with multi-atlas registration and 3D level-set. Med Image Anal. 2021;68:101884.

    Article  Google Scholar 

  13. Zhou Y XL, Shen W, Wang Y, Fishman EK, Yuille AL. A fixed-point model for pancreas segmentation in abdominal CT sScans. In: Proceedings of MICCAI; 2017.

  14. Kumar P, Nagar P, Arora C, Gupta A. U-segnet: fully convolutional neural network based automated brain tissue segmentation tool. IEEE Image Proc. 2018;3503–3507.

  15. Vaidyanathan A, van der Lubbe MFJA, Leijenaar RTH, van Hoof M, Zerka F, Miraglio B, Primakov S, Postma AA, Bruintjes TD, Bilderbeek MAL, Sebastiaan H, Dammeijer PFM, van Rompaey V, Woodruff HC, Vos W, Walsh S, van de Berg R, Lambin P. Deep learning for the fully automated segmentation of the inner ear on MRI. Sci Rep. 2021;11(1):2885.

    Article  CAS  Google Scholar 

  16. Ronneberger O, Fischer P, Brox T. U-net: convolutional networks for biomedical image segmentation. In: Proceedings of MICCAI. 2015.

  17. Williams JM, Hilmes MA, Archer B, Dulaney A, Du L, Kang H, Russell WE, Powers AC, Moore DJ, Virostko J. Repeatability and reproducibility of pancreas volume measurements using MRI. Sci Rep. 2020;10(1):4767.

    Article  CAS  Google Scholar 

  18. Chupin M, Gerardin E, Cuingnet R, Boutet C, Lemieux L, Lehericy S, Benali H, Garnero L, Colliot O. Alzheimer’s disease neuroimaging I: fully automatic hippocampus segmentation and classification in Alzheimer’s disease and mild cognitive impairment applied on data from ADNI. Hippocampus. 2009;19(6):579–87.

    Article  Google Scholar 

  19. Liu KL, Wu T, Chen PT, Tsai YM, Roth H, Wu MS, Liao WC, Wang W. Deep learning to distinguish pancreatic cancer tissue from non-cancerous pancreatic tissue: a retrospective study with cross-racial external validation. Lancet Digit Health. 2020;2(6):e303–13.

    PubMed  Google Scholar 

  20. Virostko J, Craddock RC, Williams JM, Triolo TM, Hilmes MA, Kang H, Du L, Wright JJ, Kinney M, Maki JH, et al. Development of a standardized MRI protocol for pancreas assessment in humans. PLoS One. 2021;16(8):e0256029.

    Article  CAS  Google Scholar 

  21. Ferrari E, Bosco P, Spera G, Fantacci ME, Retico A. Common pitfalls in machine learning applications to multi-center data: tests on the ABIDE I and ABIDE II collections. In: Joint annual meeting ISMRM-ESMRMB; 2018.

  22. Liu Y, Basty N, Whitcher B, Bell JD, Sorokin EP, van Bruggen N, Thomas EL, Cule M. Genetic architecture of 11 organ traits derived from abdominal MRI using deep learning. Elife. 2021;10:e65554.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

We thank the study participants and their families for their dedication to diabetes research.

Funding

We gratefully acknowledge research support from the NIDDK (R03DK129979), the Thomas J. Beatson, Jr. Foundation (2021-003), the JDRF (3-SRA-2015-102-M-B and 3-SRA-2019-759-M-B), and the Cain Foundation-Seton-Dell Medical School Endowment for Collaborative Research. This project is funded by grant U24DK097771 via the NIDDK Information Network's (dkNET) New Investigator Pilot Program in Bioinformatics. This work utilized REDCap which is supported by UL1 TR000445 from NCATS/NIH. This work was supported by the Vanderbilt Diabetes Research & Training Center (DK-020593). The study sponsors were not involved in the design of the study, the collection, analysis, and interpretation of data, writing the report, and did not impose any restrictions regarding the publication of the report.

Author information

Authors and Affiliations

Authors

Contributions

RR, RCC, and JV designed the experiments, performed the research, analyzed the data, and wrote the manuscript. JLW, DJM, and ACP performed the research and recruited participants. MAH read and outlined the MRI images. All authors critically revised the article and approved the final version. JV accepts full responsibility for the work and/or the conduct of the study, had access to the data, and controlled the decision to publish. All authors read and approved the final manuscript.

Corresponding author

Correspondence to John Virostko.

Ethics declarations

Ethics approval and consent to participate

These studies were approved by the Vanderbilt University Institutional Review Board and performed in accordance with the guidelines and regulations set forth by the Human Research Protections Program.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

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/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Roger, R., Hilmes, M.A., Williams, J.M. et al. Deep learning-based pancreas volume assessment in individuals with type 1 diabetes. BMC Med Imaging 22, 5 (2022). https://doi.org/10.1186/s12880-021-00729-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12880-021-00729-7

Keywords