Skip to main content
PLOS One logoLink to PLOS One
. 2023 Feb 15;18(2):e0277277. doi: 10.1371/journal.pone.0277277

Validation of automatically measured T1 map cortico-medullary difference (ΔT1) for eGFR and fibrosis assessment in allograft kidneys

Ibtisam Aslam 1,2, Fariha Aamir 2, Miklós Kassai 1, Lindsey A Crowe 1, Pierre-Alexandre Poletti 1, Sophie de Seigneux 3, Solange Moll 4, Lena Berchtold 3, Jean-Paul Vallée 1,*
Editor: Alfredo Vellido5
PMCID: PMC9931131  PMID: 36791140

Abstract

MRI T1-mapping is an important non-invasive tool for renal diagnosis. Previous work shows that ΔT1 (cortex-medullary difference in T1) has significant correlation with interstitial fibrosis in chronic kidney disease (CKD) allograft patients. However, measuring cortico-medullary values by manually drawing ROIs over cortex and medulla (a gold standard method) is challenging, time-consuming, subjective and requires human training. Moreover, such subjective ROI placement may also affect the work reproducibility. This work proposes a deep learning-based 2D U-Net (RCM U-Net) to auto-segment the renal cortex and medulla of CKD allograft kidney T1 maps. Furthermore, this study presents a correlation of automatically measured ΔT1 values with eGFR and percentage fibrosis in allograft kidneys. Also, the RCM U-Net correlation results are compared with the manual ROI correlation analysis. The RCM U-Net has been trained and validated on T1 maps from 40 patients (n = 2400 augmented images) and tested on 10 patients (n = 600 augmented images). The RCM U-Net segmentation results are compared with the standard VGG16, VGG19, ResNet34 and ResNet50 networks with U-Net as backbone. For clinical validation of the RCM U-Net segmentation, another set of 114 allograft kidneys patient’s cortex and medulla were automatically segmented to measure the ΔT1 values and correlated with eGFR and fibrosis. Overall, the RCM U-Net showed 50% less Mean Absolute Error (MAE), 16% better Dice Coefficient (DC) score and 12% improved results in terms of Sensitivity (SE) over conventional CNNs (i.e. VGG16, VGG19, ResNet34 and ResNet50) while the Specificity (SP) and Accuracy (ACC) did not show significant improvement (i.e. 0.5% improvement) for both cortex and medulla segmentation. For eGFR and fibrosis assessment, the proposed RCM U-Net correlation coefficient (r) and R-square (R2) was better correlated (r = -0.2, R2 = 0.041 with p = 0.039) to eGFR than manual ROI values (r = -0.19, R2 = 0.037 with p = 0.051). Similarly, the proposed RCM U-Net had noticeably better r and R2 values (r = 0.25, R2 = 0.065 with p = 0.007) for the correlation with the renal percentage fibrosis than the Manual ROI results (r = 0.3, R2 = 0.091 and p = 0.0013). Using a linear mixed model, T1 was significantly higher in the medulla than in the cortex (p<0.0001) and significantly lower in patients with cellular rejection when compared to both patients without rejection and those with humoral rejection (p<0.001). There was no significant difference in T1 between patients with and without humoral rejection (p = 0.43), nor between the types of T1 measurements (Gold standard manual versus automated RCM U-Net) (p = 0.7). The cortico-medullary area ratio measured by the RCM U-Net was significantly increased in case of cellular rejection by comparison to humoral rejection (1.6 +/- 0.39 versus 0.99 +/- 0.32, p = 0.019). In conclusion, the proposed RCM U-Net provides more robust auto-segmented cortex and medulla than the other standard CNNs allowing a good correlation of ΔT1 with eGFR and fibrosis as reported in literature as well as the differentiation of cellular and humoral transplant rejection. Therefore, the proposed approach is a promising alternative to the gold standard manual ROI method to measure T1 values without user interaction, which helps to reduce analysis time and improves reproducibility.

Introduction

Chronic kidney disease (CKD) is a common condition referring to long-term kidney disease, defined as kidney function and/or structural changes for more than 3 months [1]. The estimated prevalence of CKD is 13.4% globally [2] and is a major public health issue. CKD is also the 16th most prominent reason of life lost worldwide [3].

Although initially asymptomatic, CKD can, if left undetected or untreated, lead to kidney failure which necessitates dialysis and eventually a kidney transplant. Progression of CKD to end-stage renal failure can be prevented by early detection and treatment [1, 3].

Interstitial fibrosis (IF) is one of the major predicting factors in CKD, independent of Estimated Glomerular Filtration Rate (eGFR) [4]. IF can currently only be assessed by kidney biopsy, an invasive examination which is difficult to perform repeatedly [1, 4].

Magnetic resonance imaging (MRI) is emerging as an important tool for non–invasive IF evaluation in the kidney [1, 4]. T1 mapping is a parametric map where each pixel of a kidney image represents the T1 spin-lattice relaxation time, which depends on the molecular environment [5]. In addition, the T1 is sensitive to pathological changes occurring in the tissues and can easily differentiate cortex and medulla. A recent study showed that the ΔT1 (cortico-medullary difference) has a significant correlation with fibrosis in CKD patients [4]. However, measuring the cortico-medullary values by manually drawing ROIs [1, 4, 6] on cortex and medulla (a gold standard method) is challenging, time-consuming and requires significant training. Moreover, manual-drawn ROIs may also affect reproducibility.

With the evolution of Artificial Intelligence (AI), Machine Learning (ML) and Deep Learning (DL), automatic medical image segmentation tasks are an active area of research [7]. Renal magnetic resonance imaging (Renal-MRI) has a great potential for segmentation of the kidney [8] and its associated compartments e.g. cortex, medulla etc. Several studies [813] have concentrated on manual and automatic segmentation of kidneys for specific renal cysts or total kidney volume using DL techniques.

T.L. Kline et al. proposed automatic semantic segmentation of kidney cysts in MR images of patients affected by kidney disease [9]. In this work, they developed and evaluated a fully automated semantic segmentation method to differentiate and analyse renal cysts in patients with autosomal-dominant polycystic kidney disease (ADPKD). They used an automated deep learning U-Net [14] and ensemble technique for segmentation of renal cyst. U-Net is one of the popular used neural networks in deep learning. U-Net is an encoder-decoder network consists of multiple convolutional layers followed by activation layer, pooling layer, dropout, and batch normalization independent from encoding and decoding workflows.

K. Sharma et al. proposed a deep learning-based automated segmentation method for measuring total kidney volume (TKV) of ADPKD patients with mild to moderate or severe renal insufficiency [10]. The objective of this work was automated segmentation of ADPKD kidneys, and investigate its qualitative and quantitative accuracy and precision to measure TKV on a large dataset of CT acquisitions using fully convolutional neural networks (VGG16 [15]), trained end-to-end, on slices axial-CT sections. The automated method produced a fast and more reproducible measurement of the kidney volume as compared to manual measurements [10].

M. Haghighi et al. [16] proposed automatic whole kidney segmentation in dynamic contrast enhanced MRI (DCE-MRI) using a 3D Convolutional Neural Network (CNN). They proposed a time and memory efficient fully automated segmentation method which achieves high segmentation accuracy with running time in the order of seconds in both normal kidneys and hydronephrosis kidneys. They used two cascaded networks for the segmentation and localization of kidneys in both spatial and temporal information that performed well in both normal and abnormal kidneys [16].

A.J. Daniel et al. [11] also proposed automated renal segmentation in healthy controls (HCs) and CKD patients using deep learning 2D-CNN. In this study, they developed a fully automated method to segment T2-weighted MR images to calculate TKV of left and right kidneys. Results showed that 2D-CNN accurately segment the kidneys with higher accuracy than manual segmentation.

In all these reported studies, the performance of the Deep Learning (DL) methods for the medulla and cortex segmentation has not been evaluated. Therefore, this paper proposes a modified 2D U-Net to automatically segment the renal cortex and medulla (RCM U-Net) of T1 map in transplanted CKD patients to assess the renal fibrosis. The quality of the proposed RCM U-Net segmentation is compared with conventional DL methods i.e. VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] that all used U-Net as a backbone. The purpose of this work is to replace the gold standard manual ROI selection [1, 4, 6] over the cortex and medulla for estimation of cortico-medullary difference (ΔT1) with state of art automated segmentation approach. Moreover, this work also validated the automatically measured ΔT1 values estimated from auto-segmented cortex and medulla with gold standard manual ROI correlation results [4] for eGFR and fibrosis assessment of allograft kidneys. The eGFR was calculated according to the CKD-EPI equation [20].

Material and methods

The proposed method involved pre-processing of the images and segmentation of cortex and medulla as shown in Fig 1.

Fig 1. Schematics diagram of proposed RCM U-Net to segment the cortex and medulla of transplanted kidneys.

Fig 1

Pre-processing

The T1 map images are initially subjected to a pre-processing that is divided into 2 steps:

Data augmentation

In DL, network training requires more data to train the network. To overcome this limitation, augmentation techniques [21] are applied to increase the amount of data while avoiding overfitting during training. In our experiment, initially data from 50 patients T1 maps (one central slice T1 map per patient) were manually segmented (i.e. full kidney, cortex and medulla) via 3D slicer [22] to make the labels for network training. From the manually segmented 3D slicer [22] data, 36 patients’ images were used for network training, 4 patients were used for validation while the other 10 patients’ unseen images are used to test the trained network. Since, allograft kidneys could be in different shapes, sizes and transplanted in any orientation, data augmentation with affine transformation technique (e.g., rotation, flipping, shearing and translation etc.) [23] was used. After image augmentation, the 36 patients’ data was augmented into 2160 training images to train the network and 4 patients’ data was augmented into 240 validation images, while the 10 patients’ unseen data was augmented into 600 test images to evaluate the network accuracy and robustness.

Intensity normalization

Intensity normalization [24] is also an important pre-processing step for medical image processing techniques such as image registration, segmentation, and reconstruction. During MR image acquisition, different conditions could lead to intensity variations between different subjects or the same subject at a different time even with the same parameters. This intensity variation will greatly undermine the performance of network. The kidneys can have very different intensities due to the its structure or compartments, i.e. cortex and medulla etc., which can hinder an eventual comparison of the texture characteristics of the T1 map. In this work, the intensity normalization [25] was done in MATLAB2021a® by using the following formula:

N=max0,minI,1

Where, I is the input image and N is the normalized output.

RCM U-Net

For the cortex and medulla segmentation, the RCM U-Net (at stage 1 & 2) was proposed as given in Fig 1.

In stage-1, the RCM U-Net was trained to segment the full kidney from the T1 map and remove the other same intensities background or other anatomy pixels that can complicate the true cortex and medulla segmentation (see Fig 1).

For stage-2, the stage-1 segmented kidneys were used to train the stage-2 RCM U-Net to segment cortex and medulla. Finally, after stage-2, the cortex and medulla segmentation results were predicted (as shown in Fig 1).

RCM U-Net consists of a symmetrical contraction and extraction path like the standard U-Net to capture the context and an accurate location of the allograft kidneys. In the proposed RCM U-Net, firstly two 3 × 3 convolution layers each followed by rectified linear unit (ReLU) as an activation function to solve the vanishing gradient problem are used. Secondly, we have applied a 2 × 2 max pooling operation with a stride of 2 for down-sampling. Max pooling helps to make the representation roughly invariant to limited translations of the input. In the decoder path, 2 × 2 up-sampling instead of max pooling was used to restore the output of original size. To get the desired size of the output image, up-sampling of the feature channels followed by a 3 × 3 convolution layer was performed. Also, a concatenation with the corresponding feature map from the contracting path with the expansion path was performed. In last layer, 1 × 1 convolution was used to combine each of the 64 features into one large feature map.

Experimental setup and implementation

To train the proposed RCM U-Net architecture, from the 50 patients’ data, a training set having data from 36 patients with a total of 2160 augmented images (i.e. rotation, flip, sheering etc.) and a validation set having data from 4 patients with a total of 240 images was used. The 240 images validation set optimize the internal losses during the network training. The trained network was tested on 10 patients unseen test data which was augmented to have 600 test images to evaluate the network performance and robustness.

To train the network, all the weights were initialized using a zero-centered normal distribution with a standard deviation of 0.05. In the proposed method, mean square error was used as a loss function which was minimized via RMSProp optimizer with a learning rate 1×10−4 and weight decaying factor of 0.1. The proposed network training was implemented on Python 3.8 by Keras 2.3.1 using TensorFlow 2.1.0 [26] as backend on Intel(R) Xeon(R) CPU, 128 GB RAM, and GPU NVIDIA GeForce GTX 1080Ti, with a batch size of 5 for 200 epochs with patience = 50 as early stopping criteria. The quality of the proposed RCM U-Net segmentation was compared with standard VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] with U-Net as backbone which was trained on the same hardware. The parameters and hyperparameters of each network were tuned after extensive experimentation.

The study was authorized by Geneva’s local ethics committee for human studies (CER 11–160, Commission Cantonale d’Ethique de la Recherche) and carried out in accordance with the Helsinki Declaration principles. All patients gave written informed consent to participate in this study.

Dataset

The proposed method was trained, validated and tested on 3000 augmented T1 map images from 50 allograft patients. The T1 map was acquired from a 3T Magnetom Prisma Fit MR scanner (Siemens AG, Erlangen, Germany) with the standard 32-element spine coil and the 18-element phased-array abdominal coil with the MOLLI T1 mapping sequence. The parameters were: resolution = 2×2×5mm3; TE/TR = 1.2/1500ms; iPAT = 2 (GRAPPA [27] reconstruction); flip angle = 35°, inversion scheme 3(3)3(3)5, starting TI = 117ms, TI increment = 80ms.

For clinical validation of the proposed deep learning-based segmentation methods, another dataset of 114 kidney allograft patients (from the published study [4]) were auto-segmented to automatically measure cortical and medullary T1 as well as the cortico-medullary difference ΔT1 values to assess the correlation with eGFR and Fibrosis as well as difference in case of kidney transplant rejection. These data were also acquired on a 3T Magnetom Prisma Fit MR scanner (Siemens AG, Erlangen, Germany) with the same parameters as given above. This study included adult kidney transplant recipients and CKD patients who were scheduled for a kidney biopsy for clinical grounds. MRI was performed on the same day as the biopsy wherever possible, or within one week. Patients over the age of 18 who were being monitored at our hospital were eligible for enrolment. Pregnancy, claustrophobia, and patient refusal were all exclusion criteria. Additional fasting serum and urine were collected and kept at -80°C in all individuals. The Table 1 presents the baseline characteristics of the study population (n = 114): clinical parameters, medication, laboratory measurements, biopsy diagnosis and chronic histological lesions at the time of inclusion.

Table 1. Baseline characteristics of the study population (n = 114): Clinical parameters, medication, laboratory measurements, biopsy diagnosis and chronic histological lesions at the time of inclusion.

Characteristics Total (n = 114)
Clinical parameters
Age, years 54 ± 13
Male, n (%) 76 (67%)
Body mass index, kg/m2 25.1 ± 5.1
Caucasian, n (%) 105 (93%)
Living Donors 53 (47%)
Medication, n (%)
ACEi/ARB 41 (36.3%)
Calcium channel blockers 51 (45.1%)
Diuretics 8 (7.1%)
Beta-blockers 52 (46%)
Statins 50 (44.3%)
Calcium supplementation 66 (58.4%)
1.25OH-vitamin D supplementation 12 (10.6%)
25OH-vitamin D supplementation 89 (72.1%)
Anticalcineurin 107 (94.7%)
Mycophenolate mofetil 91 (80.5%)
Corticosteroids 83 (74.1%)
Laboratory measurements
Creatinine, micromol/l 128 [99–148]
eGFR ml/min per 1.73m2 * 57 ± 20
Hemoglobin, g/l (n = 187) 130 ± 16
Calcium, mmol/l (n = 154) 2.39±0.11
Phosphate, mmol/l (n = 165) 0.97 ±0.20
Magnesium, mmol/l 0.67±0.1
25-hydroxyvitamin D, nmol/l 77 ± 22
Parathyroid hormone, pmol/l 11 [6.0–13.0]
Albumin, g/l 41 ± 3
Urine protein/creatinin, g/24h 0.51 [0.1–0.35]
Urine albumine/creatinin, mg/24h 131 [13–64]
Comorbidities
Hypertension 104 (92%)
Diabetes 27 (24%)
Smoking 19 (18%)
Cardiovascular disease 18 (16%)
Cancer 4 (4%)
Biopsy findings, n (%)
Cellular rejection 4 (3.7%)
Humoral rejection 9 (8.3%)
Tubular lesions 22 (20.2%)
Glomerulonephritis 18 (9.1%)
Vascular / FSGS 2 (1.9%)
Chronic allograft nephropathy 3 (2.8%)
Anticalcineurin toxicity 39 (35.5%)
Fibrosis in % 24% ± 14

Values reported as numbers and %, mean+/- SD or median with interquartile ranges, as appropriate.

*eGFR was calculated according to the CKD-EPI equation.

One biopsy may have more than one diagnosis.

ACEi/ARB, angiotensin-converting enzyme inhibitor/angiotensin II receptor blocker; FSGS, focal segmental glomerulosclerosis

In this subgroup of patients, the manual ROIs drawn using Horos (https://horosproject.org/) [28] in the original publication [4] data were taken as gold standard to measure the mean cortex and medulla T1 values. The deep learning methods i.e. RCM U-Net (proposed method), VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19], predicted the cortex and medulla masks which were used to extract the mean cortex and medulla T1 values. Additionally, we also performed ROI erosion for the deep learning-based cortex and medulla segmented masks to strongly match the hand-drawn gold standard ROIs. Furthermore, ROI erosion assisted in eliminating the overlapped area of cortex and medulla (segmentation leakage) in further analysis.

Statistical analysis

The following evaluation metrics were used to assess the segmentations.

Dice Coefficient (DC)

Dice Coefficient (DC) is a statistic that is used for the similarity comparison of two sets and known as the overlap index. DC measures the similarity level between the predicted results and the ground truths [29]. Mathematically DC is expressed as:

DiceCoefficientDC=2TP2TP+FP+FN=2X,YX+Y

where, Y is the predicted mask and X is ground truth and TP is True Positive, FP is False Positive, and FN is False Negative.

Accuracy (ACC)

Accuracy calculates how often predictions equal labels and it can be expressed mathematically as [30]:

Accuracy=TP+TNTP+TN+FP+FN

where, TP is True Positive, TN is True Negative, FP is False Positive, and FN is False Negative.

Sensitivity (SE)

Sensitivity is defined as the actual proportion of positives that are correctly identified [29], and it can be expressed mathematically as [30]:

Sensitivity=TPTP+FN

where, TP is True Positive, and FN is False Negative.

Specificity (SP)

Specificity is defined as the measure of the accurately identified proportion of actual negatives [29], and it can be expressed mathematically as [30]:

Specificity=TNTN+FP

where, TN is True Negative, and FP is False Positive.

Mean Absolute Error (MAE)

Mean Absolute Error (MAE) is the amount of error in between the measured value (predicted) and true value (ground truth) [31]. It is mathematically expressed as:

MAE=i=1nYiXin

where, Yi is the prediction and Xi the true value.

Percentage improvement

The percentage improvement is the amount of improvement between the final (proposed method) and initial (conventional method) values. It is mathematically expressed as:

%improvement=YiXiXi×100

where, Yi is the final value and Xi the initial value.

Bland-Altman

The statistical significance between gold standard manual ROIs [4] and the deep learning based cortex, medulla and cortico-medullary difference values was tested using Bland-Altman (BA) [32] plots showing bias and 95% limit of agreement.

To study the utility of T1 in case of transplant rejection, a linear mixed model was used with T1 as the dependent variable using the R (Rstudio 2022.07.1 Build 554). The rejection status (cellular, humoral, no rejection), the measurement localization (cortex or medulla) and the type of measurement (Gold standard manual versus automated RCM U-Net) were fixed effects whereas the patient level was treated as a random effect. After checking for normality with a by Shapiro-Wilk’s test, a linear mixed model with interactions was first computed to search for a significant effect of the fixed factors or their interactions. As no interactions was found, a second linear mixed model without interactions was used for the post-hoc Tukey’s tests of the fixed effects. Finally, separated ANOVA for the cortex and medulla T1, the cortical and medullary area and the cortico-medullary area ratio were performed with the rejection status as a fixed effect and post-hoc Tukey’s test.

Results

The proposed RCM U-Net, as well as the other standard networks, were able to successfully segment, for the test images, the cortex and medulla on T1 maps in kidney allograft patients.

From visual assessment, the cortical and medullary segmentations seemed excellent for most of the networks. Fig 2 shows the standard 3D slicer (manual), automatically segmented cortex (green), medulla (red) and segmentation leakage (blue), a mixed portion of both cortex and medulla, registered over the reference T1 map. The proposed method showed better segmentation with less leakage (blue) for both cortex and medulla than the standard VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] as compared to standard 3D slicer manual segmentation.

Fig 2. Predicted cortex (Green)and medulla (Red) masks registered over reference T1 map.

Fig 2

Segmentation leakage (Blue) is a mixed portion of both cortex and medulla in segmentation provided by the all CNNs. The results show that the proposed RCM U-Net gives better segmentation results as compared to conventional CNNs i.e. VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] with U-Net as the backbone. Also, the conventional CNNs have more leakage segmentation than the proposed RCM U-Net as shown in zoomed image.

Table 2 presents the performance evaluation metrics in terms of quantifying parameter i.e. DC, ACC, SP, SE and MAE for both cortex and medulla segmentation.

Table 2. Evaluation metrics comparison of the proposed RCM U-Net,VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19], for cortex and medulla segmentation.

Evaluation Metrics for Cortex
Models Dice Coefficient Accuracy Sensitivity Specificity Mean Absolute Error
Proposed Method 0.918 0.993 0.946 0.999 0.007
VGG16 0.871 0.982 0.897 0.998 0.018
VGG19 0.879 0.982 0.907 0.998 0.018
RESNET34 0.779 0.982 0.838 0.996 0.018
RESNET50 0.764 0.982 0.816 0.997 0.018
Evaluation Metrics for Medulla
Models Dice Coefficient Accuracy Sensitivity Specificity Mean Absolute Error
Proposed Method 0.934 0.991 0.946 0.999 0.009
VGG16 0.795 0.985 0.846 0.997 0.015
VGG19 0.804 0.985 0.832 0.998 0.015
RESNET34 0.757 0.985 0.846 0.997 0.015
RESNET50 0.757 0.985 0.806 0.997 0.015

Fig 3 shows the mean percentage improvement of the proposed method with respect to VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] of cortex and medulla segmentation.

Fig 3. Evaluation metrics in terms of percentage improvement of the proposed method (RCM U-Net), with respect to VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19], of cortex and medulla segmentation.

Fig 3

These bar charts confirm the significant percentage improvement of the proposed method (RCM U-Net) over conventional CNNs.

Comparing the scores in Table 2, the proposed method had the highest evaluation metrics values for both cortex and medulla segmentations as compared to conventional CNNs i.e. standard VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19]. The proposed method had 60% and 40% less MAE (MAE = 0.007, 0.009) for cortex and medulla, respectively, than conventional CNNs (i.e. VGG16, VGG19, ResNet34 and ResNet50) while the SP and ACC did not show significant improvement. However, a promising trend was observed between proposed method and conventional CNNs [15, 1719] results in terms of SE and DC score. The proposed method provided 16% & 17% and 20% & 23% better segmentation results (Fig 3) in terms of SE and DC (SE = 0.946, 0946; DC = 0.918, 0.934 –Table 2) as compared to the ResNet50 (SE:0.816, 0.806; DC = 0.764, 0.757) [19] while it showed 5% & 12 and 5% & 17% better segmentation results in terms of SE and DC than VGG16 (SE = 0.897, 0.846; DC = 0.871, 0.795 –Table 2) [15] for both cortex and medulla (S2 File).

Validation of automatically measured ΔT1 values for eGFR and fibrosis assessment

The proposed RCM U-Net, VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] architectures were able to efficiently segment the cortex and medulla from the T1 maps in transplanted kidneys in all patients. Fig 4 shows the reference T1 map, gold standard manual ROIs and the deep-learning predicted masks registered on T1 maps from an allograft kidney patient. For the deep-learning predicted cortex and medulla masks, an ROI erosion was performed to strongly match the hand-drawn gold standard ROIs. Also, ROI erosion was used to avoid the mixed portion of both cortex and medulla (segmentation leakage) in the subsequent analysis.

Fig 4. The gold standard manually drawn ROIs (hand drawn ROIs around cortex and medulla in Horos) and the deep-learning predicted masks after erosion (Green: Cortex, Red: Medulla, Blue: Segmentation leakage) over an allograft kidney patient T1 map to compute the cortico-medullary values.

Fig 4

ROI erosion was performed to strongly match the hand-drawn gold standard ROIs. Also, ROI erosion was used to avoid the mixed portion of both cortex and medulla (segmentation leakage) to compute the cortico-Medullary values.

As presented in Fig 5 and Table 3, the BA analysis showed good agreement between gold-standard manual ROI T1 values and automatically measured deep learning-based cortex, medulla T1 and cortico-medullary T1 difference values for all the networks. However, the proposed RCM U-Net demonstrated a better agreement with gold-standard manual ROIs values as compared to the other deep learning-based method i.e. VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] with a small and non-significant bias.

Fig 5. Bland-Altman (BA) plots between gold standard manual ROIs [4] and deep learning based cortico-medullary values.

Fig 5

Top Row: BA plot of cortical T1 values; Middle Row: BA plot of medullary T1 values; Bottom Row: BA plot of cortico-medullary difference (ΔT1) values.

Table 3. The BA plots statistical values for the gold standard manual ROIs [4] and the proposed RCM U-Net, [15], standard VGG16 [11], VGG19 [17], ResNet34 [18], and ResNet50 [19] automatically measured cortex, medulla and ΔT1 values.

Cortex
Models Mean Bias Mean Lower LOA Mean Upper LOA
Proposed Method 10.97 -83.40 105.35
VGG16 -11.71 -258.61 235.19
VGG19 -6.57 -168.21 155.06
RESNET34 -9.88 -149.06 129.30
RESNET50 -1.17 -113.98 111.64
Medulla
Models Mean Bias Mean Lower LOA Mean Upper LOA
Proposed Method -18.82 -185.13 147.49
VGG16 -35.69 -241.78 170.41
VGG19 -39.75 -248.19 168.68
RESNET34 -22.96 -197.04 151.12
RESNET50 -24.31 -192.05 143.43
Delta T1
Models Mean Bias Mean Lower LOA Mean Upper LOA
Proposed Method 29.80 -122.81 182.41
VGG16 23.98 -206.25 254.22
VGG19 33.15 -148.24 214.54
RESNET34 13.20 -142.01 168.41
RESNET50 23.08 -120.34 166.50

Figs 6 and 7 show correlations for T1 values vs eGFR and fibrosis (S3 File). The continuous line indicates least-square linear regression, while each dot represents a patient. The gold standard manual ROI correlation analysis published in [4] was reproduced and considered as reference for automatically measured ΔT1 correlation results. Both the proposed RCM U-Net and ResNet34 were able to give significant correlation for both the eGFR and renal fibrosis similar to the manual ROI method. In addition, the proposed RCM U-Net correlation coefficient (r) and R-square (R2) results (r = -0.2, R2 = 0.041 with p = 0.039) were closer to gold standard manual ROI correlation analysis [4] (r = -0.19, R2 = 0.037 with p = 0.051) as compared to other networks [15, 1719] for eGFR.

Fig 6. The correlation analysis and scatter plots of gold-standard manual ROIs [4], deep learning-based methods ΔT1 values with eGFR.

Fig 6

The correlation results show negative correlation between MRI values and eGFR.

Fig 7. The correlation analysis and scatter plots of gold-standard manual ROIs [4], deep learning-based methods ΔT1 values with percentage fibrosis.

Fig 7

The correlation results show postive correlation between MRI values and percentage fibrosis.

Similarly, from the correlation analysis between ΔT1 and fibrosis (shown in Fig 7), the deep learning-based methods showed a significant correlation with the gold standard manual ROI analysis [4]. The proposed RCM U-Net had better correlation results (r = 0.25, R2 = 0.065 with p = 0.007) than the conventional VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] with reference to the gold standard manual ROI [4] correlation (r = 0.3, R2 = 0.091 and p = 0.0013).

From the linear mixed model analysis, the T1 was significantly higher in the medulla than in the cortex (p < 0.0001) and was significantly decreased in patients with cellular rejection by comparison to both patients without rejection and patients with humoral rejection (p < 0.001) as shown in Fig 8. There was no significant T1 difference between patients with a humoral rejection or without rejection (p = 0.43) as well as between the type of T1 measurements (Gold standard manual versus automated RCM U-Net) (p = 0.7). The ANOVA for both cortex and medulla showed that the medulla T1 was significantly decreased between patients with cellular or humoral rejections (p = 0.026). All the other T1 differences were not significant. The cortico-medullary area ratio was significantly increased in case of cellular rejection by comparison to humoral rejection (1.6 +/- 0.39 versus 0.99 +/- 0.32, p = 0.019).

Fig 8. T1 values (mean +/- standard deviation in ms) measured by the automated RCM U-Net method in the cortex and medulla of transplant patients according to their status (no rejection, cellular or humoral rejection) with the corresponding significant p values from the linear mixed models’ analysis.

Fig 8

Discussion

This work proposes RCM U-Net for kidney cortex and medulla segmentation and validates the automatically measured T1 values of allograft kidneys for eGFR and fibrosis assessment and transplant rejection. With this approach, it was possible to segment cortex and medulla of transplanted kidneys and the proposed RCM U-Net performed better than other networks [15, 1719] used in this work for both segmentation and clinical validation. The RCM U-Net automatically measured ΔT1 values showed a negative correlation with eGFR and a positive correlation with fibrosis as previously reported in literature [4]. The RCM U-Net also demonstrated a T1 difference in patients with kidney transplant rejection and patients with humoral rejection or absence of rejection.

Previous studies have already successfully segmented renal images [813] but they were restricted to the whole kidney volume or the volume occupied by renal cysts. Our approach extends the whole kidney segmentation, which is the first step of our proposed RCM U-Net, to the segmentation of both cortex and medulla separately. Contrary to segmentation of renal cysts, that have a strong contrast with the rest of the renal parenchyma, differentiation of the cortex and medulla is much more difficult as signal intensities of both these regions are very close and tend to decrease with CKD and fibrosis. The accurate segmentation of both cortex and medulla with RCM U-Net is important especially since it has been obtained in a CKD cohort [4].

One additional originality of our work is a physiological validation of our proposed method, where most of the other segmentation work used only standard image processing metrics [14, 18, 29] to evaluate the network performance. With our automated measurements, we were able to obtain similar correlation results as reported in [4] for both eGFR or renal percentage fibrosis. This is an important achievement as the cortico-medullary difference of various MRI parameters seems to be a more powerful indicator of renal diseases or evolution than the individual absolute values. This has been well demonstrated with the diffusion weighted MRI (DWI) where ΔADC (apparent diffusion coefficient) is better correlated to both renal fibrosis or renal failure evolution [4] than either cortical or medullary ADC alone. Therefore, our method should promote the use of systematic quantification of cortex and medulla and can be extended to ADC in further renal studies. Our proposed deep learning-based methods could replace the gold standard manual ROI method to measure cortico-medullary values; this will help to reduce the burden in terms of time to manually draw ROIs for cortex and medulla and will help to improve reproducibility. Furthermore, our automated method was able to provide unsupervised T1 measurements of both the renal cortex and medulla in the range of previously published values using a similar MOLLI (MR) sequence and magnetic field (3T) [33]. As a demonstration of our method, we studied the T1 difference between rejecting and non-rejecting transplants in our patient’s group. T1 was decreased in patients with cellular rejection but not with humoral rejection or non-rejecting transplant using a linear mixed model integrating all the available T1 measurements. This T1 difference between the cellular and humoral rejections was significant in the medulla but not the cortex when separated analysis were performed. The absence of T1 difference in the cortex may result from the small number of patients with transplant rejection in our study (n = 13). The origin of the T1 decrease in patients with cellular rejection is currently not known as T1 measurements are sensitive to both the interstitial space and the intracellular compartment. Fibrosis is not likely to be involved. Although, fibrosis is positively correlated with T1 in the cortex [6], it was not significantly different between the rejection groups. A modification of the intracellular space secondary to the inflammatory cell infiltrate may be an explanation as T1 is sensitive to cellular density and type as shown recently in an experimental tumor model [34]. This is further supported by the observation of an increase cortico-medullary area ratio in patients with cellular rejection. The cortico-medullary area ratio is a new index provided directly by our user independent method that may improve the assessment of the cortical thickness and cortico-medullary difference. Further studies are needed to confirm these preliminary results.

We observed an overall better performance of our proposed RCM U-Net over the other networks used in this work. All the networks were trained, validated and tested on same data, with same hardware and tuned to their best parameters and hyperparameters after extensive experimentation. The proposed RCM U-Net has symmetrical encoder-decoder and recovers the data features efficiently with better segmentation results. By comparison, the VGG16 [15], VGG19 [17], ResNet34 [18], and ResNet50 [19] based encoders with U-Net backbone have asymmetrical encoder-decoder layers which could cause some information loss in the expansion path.

Despite the promising results and advantages, our study has some limitations. The gold standard for the training is a manually drawn ROI that can be subject to errors especially in the case of poor image quality. However, it remains the best available method as there is currently no other strategies to isolate in a non-invasive way the medulla and cortex. To train the network from scratch, needed much intensive work of manual kidney and compartment segmentation due to the supervised learning problem. However, once the network is fully trained, it can segment the cortex and medulla within seconds. Secondly, to correlate the automatically measured ΔT1 values with gold standard manual ROIs [4], the auto-segmented cortex and medulla from proposed network, requires ROI erosion to strongly mimic the hand-drawn ROIs. Also, this work uses only 50 manually segmented transplanted kidneys and compartments (cortex and medulla), followed by data augmentation to train the network. To improve the network performance and robustness, more manually cropped data followed by multiple data augmentation transforms could be used. So far, the proposed network has been applied to a single type of images (i.e. the renal T1 map). It remains to be determined if it performs so well with other contrast (such as T2, T2* or DWI). Finally, our method has only been applied to transplanted kidneys, which are less susceptible to respiratory motion than native kidney. Therefore, its performance in the segmentation of native kidney is not known but it will be the subject of further studies.

Conclusion

This paper proposes RCM U-Net based automated cortex and medulla segmentation for T1 map images of transplanted kidneys in CKD and validates the automatically measured ΔT1 values with the gold standard manual ROI correlation results for eGFR and fibrosis assessment. It also showed its potential to assess kidney rejection. The proposed method could be an alternative to the gold standard manual ROI method, subjective ROI placement, to measure the ΔT1 values which helps to reduce the human effort and will improve reproducibility.

Supporting information

S1 File. List of list of acronyms/abbreviations used in the paper.

(DOCX)

S2 File. AI network evaluation matrices.

(XLSX)

S3 File. eGFR & fibrosis vs imaging values.

(XLSX)

Data Availability

All relevant data are within the article and its Supporting Information files.

Funding Statement

This work was supported by grants from the Clinical Research Center of the Medicine Faculty of Geneva University and Geneva University Hospital as well as the Louis- Jeantet Foundations and the Swiss National Science Foundation (JPV grant 32003B_159714, IZCOZO_177140 / 1 and SDS grant PP00P3_127454). This work was supported in part by the Centre for Biomedical Imaging (CIBM) and the Swiss National Science Foundation for its financial support for the PRISMA MRI (R’Equip grants: SNF No 326030_150816). The funders had no role in study design data collection and analysis decision to publish or preparation of the manuscript.

References

  • 1.Berchtold L., Friedli I., Vallée J. P., Moll S., Martin P. Y., and Seigneux S., “Diagnosis and assessment of renal fibrosis: The state of the art,” Swiss Med. Wkly., vol. 147, no. 19, May 2017. doi: 10.4414/smw.2017.14442 [DOI] [PubMed] [Google Scholar]
  • 2.Lv J. C. and Zhang L. X., “Prevalence and Disease Burden of Chronic Kidney Disease,” in Advances in Experimental Medicine and Biology, vol. 1165, Springer, Singapore, 2019, pp. 3–15. [DOI] [PubMed] [Google Scholar]
  • 3.Bikbov B. et al., “Global, regional, and national burden of chronic kidney disease, 1990–2017: a systematic analysis for the Global Burden of Disease Study 2017,” Lancet, vol. 395, no. 10225, pp. 709–733, Feb. 2020. doi: 10.1016/S0140-6736(20)30045-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Berchtold L. et al., “Validation of the corticomedullary difference in magnetic resonance imaging-derived apparent diffusion coefficient for kidney fibrosis detection: A cross-sectional study,” Nephrol. Dial. Transplant., vol. 35, no. 6, pp. 937–945, Jun. 2020. doi: 10.1093/ndt/gfy389 [DOI] [PubMed] [Google Scholar]
  • 5.Ng M. Y., Yap P. M., and Yiu K. H., “Chronic kidney disease with elevated myocardial native T1 –Is this only due to myocardial fibrosis?,” IJC Heart and Vasculature, vol. 24. Elsevier, p. 100403, 01-Sep-2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Friedli I. et al., “New Magnetic Resonance Imaging Index for Renal Fibrosis Assessment: A Comparison between Diffusion-Weighted Imaging and T1 Mapping with Histological Validation,” Sci. Rep., vol. 6, no. 1, pp. 1–15, Jul. 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Hesamian M. H., Jia W., He X., and Kennedy P., “Deep Learning Techniques for Medical Image Segmentation: Achievements and Challenges,” J. Digit. Imaging, vol. 32, no. 4, pp. 582–596, Aug. 2019. doi: 10.1007/s10278-019-00227-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Zollner F. G. et al., “Kidney Segmentation in Renal Magnetic Resonance Imaging—Current Status and Prospects,” IEEE Access, vol. 9, pp. 71577–71605, 2021. [Google Scholar]
  • 9.Kline T. L. et al., “Automatic semantic segmentation of kidney cysts in MR images of patients affected by autosomal-dominant polycystic kidney disease,” Abdom. Radiol., vol. 46, no. 3, pp. 1053–1061, 2021. doi: 10.1007/s00261-020-02748-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Sharma K. et al., “Automatic Segmentation of Kidneys using Deep Learning for Total Kidney Volume Quantification in Autosomal Dominant Polycystic Kidney Disease,” Sci. Rep., vol. 7, no. 1, pp. 1–10, May 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Daniel A. J. et al., “Automated renal segmentation in healthy and chronic kidney disease subjects using a convolutional neural network,” Magn. Reson. Med., vol. 86, no. 2, pp. 1125–1136, Aug. 2021. doi: 10.1002/mrm.28768 [DOI] [PubMed] [Google Scholar]
  • 12.Tang Y. et al., “Renal cortex, medulla and pelvicaliceal system segmentation on arterial phase CT images with random patch-based networks,” 10.1117/12.2581101, vol. 11596, pp. 379–386, Feb. 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Kim Y. et al., “Article Automated Segmentation of Kidneys from MR Images in Patients with Autosomal Dominant Polycystic Kidney Disease,” Clin J Am Soc Nephrol, vol. 11, pp. 576–584, 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Weng W. and Zhu X., “INet: Convolutional Networks for Biomedical Image Segmentation,” IEEE Access, vol. 9, pp. 16591–16603, May 2021. [Google Scholar]
  • 15.Pravitasari A. A. et al., “UNet-VGG16 with transfer learning for MRI-based brain tumor segmentation,” Telkomnika (Telecommunication Comput. Electron. Control., vol. 18, no. 3, pp. 1310–1318, 2020. [Google Scholar]
  • 16.Haghighi M., Warfield S. K., and Kurugol S., “Automatic renal segmentation in DCE-MRI using convolutional neural networks,” in Proceedings—International Symposium on Biomedical Imaging, 2018, vol. 2018-April, pp. 1534–1537. doi: 10.1109/ISBI.2018.8363865 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Sandhya S., Senthil Kumar M., and Chidhambararajan B., “An Automated Hybrid Transfer Learning System for Detection and Segmentation of Tumor in MRI Brain Images with UNet and VGG-19 Network,” in Machine Learning and IoT for Intelligent Systems and Smart Applications, CRC Press, 2021, pp. 151–162. [Google Scholar]
  • 18.Abedalla A., Abdullah M., Al-Ayyoub M., and Benkhelifa E., “The 2ST-UNet for Pneumothorax Segmentation in Chest X-Rays using ResNet34 as a Backbone for U-Net,” no. http://arxiv.org/abs/2009.02805, 2020. [Google Scholar]
  • 19.Khan H. A., Jue W., Mushtaq M., and Mushtaq M. U., “Brain tumor classification in MRI image using convolutional neural network,” Math. Biosci. Eng., vol. 17, no. 5, pp. 6203–6216, 2020. doi: 10.3934/mbe.2020328 [DOI] [PubMed] [Google Scholar]
  • 20.Levey A. S. et al., “A new equation to estimate glomerular filtration rate,” Ann. Intern. Med., vol. 150, no. 9, pp. 604–612, May 2009. doi: 10.7326/0003-4819-150-9-200905050-00006 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Shorten C. and Khoshgoftaar T. M., “A survey on Image Data Augmentation for Deep Learning,” J. Big Data, vol. 6, no. 1, pp. 1–48, Dec. 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.“3D Slicer image computing platform | 3D Slicer,” 2021. [Online]. Available: https://www.slicer.org/. [Accessed: 15-Nov-2021].
  • 23.Lin H., Du P., Zhao W., Zhang L., and Sun H., “Image registration based on corner detection and affine transformation,” in Proceedings—2010 3rd International Congress on Image and Signal Processing, CISP 2010, 2010, vol. 5, pp. 2184–2188. [Google Scholar]
  • 24.Reinhold J. C., Dewey B. E., Carass A., and Prince J. L., “Evaluating the impact of intensity normalization on MR image synthesis,” in 10.1117/12.2513089, 2019, vol. 10949, p. 126. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Giron-Sierra J. M., “Image and 2D Signal Processing,” Springer, Singapore, 2017, pp. 243–344. [Google Scholar]
  • 26.Keras, “Keras Applications,” Keras Applications, 2021. [Online]. Available: https://keras.io/api/applications/. [Accessed: 15-Nov-2021].
  • 27.Griswold M. A. et al., “Generalized Autocalibrating Partially Parallel Acquisitions (GRAPPA),” Magn. Reson. Med., vol. 47, no. 6, pp. 1202–1210, 2002. doi: 10.1002/mrm.10171 [DOI] [PubMed] [Google Scholar]
  • 28.“Horos Project.” 2015.
  • 29.Fatima A., Shahid A. R., Raza B., Madni T. M., and Janjua U. I., “State-of-the-Art Traditional to the Machine- and Deep-Learning-Based Skull Stripping Techniques, Models, and Algorithms,” J. Digit. Imaging, vol. 33, no. 6, pp. 1443–1464, Jul. 2020. doi: 10.1007/s10278-020-00367-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Kleesiek J. et al., “Deep MRI brain extraction: A 3D convolutional neural network for skull stripping,” Neuroimage, vol. 129, pp. 460–469, 2016. doi: 10.1016/j.neuroimage.2016.01.024 [DOI] [PubMed] [Google Scholar]
  • 31.Hao S. and Li S., “A Weighted Mean Absolute Error Metric for Image Quality Assessment,” in 2020 IEEE International Conference on Visual Communications and Image Processing, VCIP 2020, 2020, pp. 330–333. [Google Scholar]
  • 32.Kaur and Stoltzfus J. C., “Bland–Altman plot: A brief overview,” Int. J. Acad. Med., vol. 3, no. 1, p. 110, 2017. [Google Scholar]
  • 33.Adams L. C. et al., “Multiparametric assessment of changes in renal tissue after kidney transplantation with quantitative MR relaxometry and diffusion-tensor imaging at 3 T,” J. Clin. Med., vol. 9, no. 5, p. 1551, May 2020. doi: 10.3390/jcm9051551 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Zormpas-Petridis K. et al., “Noninvasive MRI Native T 1 Mapping Detects Response to MYCN-targeted Therapies in the Th- MYCN Model of Neuroblastoma,” Cancer Res., vol. 80, no. 16, pp. 3424–3435, Aug. 2020. doi: 10.1158/0008-5472.CAN-20-0133 [DOI] [PubMed] [Google Scholar]

Decision Letter 0

Jamie Males

4 Aug 2022

PONE-D-22-08551

Validation of automatically measured T1 map cortico-medullary difference (ΔT1) for eGFR and Fibrosis assessment in allograft kidneys

PLOS ONE

Dear Dr. Vallée,

Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.

Two external reviewers have evaluated your manuscript, and have raised some concerns about the presentation of the manuscript and clarity of the methods. When preparing your revisions, please pay particular attention to addressing Reviewer 2's queries regarding the approach to patient recruitment and patient demographics. 

Please submit your revised manuscript by Sep 18 2022 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.

Please include the following items when submitting your revised manuscript:

A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.

  • A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.

  • An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.

If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.

If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols.

We look forward to receiving your revised manuscript.

Kind regards,

Jamie Males

Editorial Office

PLOS ONE

Journal Requirements:

When submitting your revision, we need you to address these additional requirements.

1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 

https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf

2. Please include captions for your Supporting Information files at the end of your manuscript, and update any in-text citations to match accordingly. Please see our Supporting Information guidelines for more information: http://journals.plos.org/plosone/s/supporting-information. 

3. Please note that PLOS ONE has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, all author-generated code must be made available without restrictions upon publication of the work. Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse.

4. Thank you for stating the following in the Acknowledgments Section of your manuscript: 

"This work was supported by grants from the Clinical Research Center of the Medicine Faculty of Geneva University and Geneva University Hospital, as well as the Leenaards and Louis- Jeantet Foundations and the Swiss National Foundation (JPV grant 320038_159714, IZCOZO_177140 / 1 and SDS grant PP00P3_127454). This work was supported in part by the Centre for Biomedical Imaging (CIBM) of EPFL, University of Geneva and the University Hospitals of Geneva and Lausanne and the Swiss National Foundation for its financial support for the PRISMA MRI (R’Equip grants: SNF No 326030_150816)"

We note that you have provided funding information that is not currently declared in your Funding Statement. However, funding information should not appear in the Acknowledgments section or other areas of your manuscript. We will only publish funding information present in the Funding Statement section of the online submission form. 

Please remove any funding-related text from the manuscript and let us know how you would like to update your Funding Statement. Currently, your Funding Statement reads as follows: 

"This work was supported by grants from the Clinical Research Center of the Medicine Faculty of Geneva University and Geneva University Hospital, as well as the Leenaards and Louis- Jeantet Foundations and the Swiss National Foundation (JPV grant 320038_159714, IZCOZO_177140 / 1 and SDS grant PP00P3_127454). This work was supported in part by the Centre for Biomedical Imaging (CIBM) of EPFL, University of Geneva and the University Hospitals of Geneva and Lausanne and the Swiss National Foundation for its financial support for the PRISMA MRI (R’Equip grants: SNF No 326030_150816)"

"Additionally, because some of your funding information pertains to [commercial funding//patents], we ask you to provide an updated Competing Interests statement, declaring all sources of commercial funding. 

In your Competing Interests statement, please confirm that your commercial funding does not alter your adherence to PLOS ONE Editorial policies and criteria by including the following statement: "This does not alter our adherence to PLOS ONE policies on sharing data and materials.” as detailed online in our guide for authors  http://journals.plos.org/plosone/s/competing-interests.  If this statement is not true and your adherence to PLOS policies on sharing data and materials is altered, please explain how"

Please include the updated Competing Interests Statement and Funding Statement in your cover letter. We will change the online submission form on your behalf.

[Note: HTML markup is below. Please do not edit.]

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

Reviewer #2: Yes

**********

2. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: Yes

Reviewer #2: Yes

**********

3. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

4. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

Reviewer #2: Yes

**********

5. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: Dear Author/s

The article seems interesting in terms of content and preparation. The rate of chronic kidney failure is increasing with the increase of comorbid diseases (hypertension, diabetes, etc.) worldwide. As a renal replacement therapy, kidney transplantation is superior to other methods (hemodialysis, peritoneal dialysis).

The patient's primary disease, treatment compliance, immunosuppression, etc. are important in the success of the transplant. It is used in biopsy and imaging as well as laboratory in follow-ups. Scanning of the cortex medulla in MRI, as stated in the study, contributes to the diagnosis of interstitial fibrosis. In addition, confirmation of this in the laboratory and the contribution of image data in patients who develop rejection will help the clinician.

-One of the most important shortcomings of the study is the inability to compare clinical data with imaging. Is there a relationship between renal function, rejection and fibrosis with imaging?

The work will be more valuable if the specified features are highlighted.

Best regards

Reviewer #2: Overall this is a welcome paper, which should move the field of MRI kidney onwards. Current methods for defining ROIs are time consuming and automated methods are attractive. Overall the paper looks technically sounds and the methods are appropriate . I have a few suggestions

1. there are a huge number of acronyms. I appreciate the challenges with this work but at no point could I find u-NET described and as a clinician this was very confusing. please describe what this is. Likewise many other values are presented as a series of letters which limited the understanding of this paper

2. please supply some clinical information about how patients recruited etc

3. some baseline demographics would be helpful

4. what eGFR formula was used

5. I could not find a figure legend- maybe it was lost in formatting

6. typo in figure 3

**********

6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: Yes: Yavuz AYAR

Reviewer #2: No

**********

[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.]

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step.

Attachment

Submitted filename: PLOSONE.docx

PLoS One. 2023 Feb 15;18(2):e0277277. doi: 10.1371/journal.pone.0277277.r002

Author response to Decision Letter 0


20 Sep 2022

Response to Reviewers

Authors thank the all reviewers to provide such valuable comments and feedback to make this paper clearer and more concise. The black color text is the response to the reviewer’s comments while the red color text is included into the manuscript.

Reviewer: 1

We appreciate reviewer 1 comments. The response to the Reviewer 1 comments are given below:

1. The article seems interesting in terms of content and preparation. The rate of chronic kidney failure is increasing with the increase of comorbid diseases (hypertension, diabetes, etc.) worldwide. As a renal replacement therapy, kidney transplantation is superior to other methods (hemodialysis, peritoneal dialysis).

The patient's primary disease, treatment compliance, immunosuppression, etc. are important in the success of the transplant. It is used in biopsy and imaging as well as laboratory in follow-ups. Scanning of the cortex medulla in MRI, as stated in the study, contributes to the diagnosis of interstitial fibrosis. In addition, confirmation of this in the laboratory and the contribution of image data in patients who develop rejection will help the clinician.

One of the most important shortcomings of the study is the inability to compare clinical data with imaging. Is there a relationship between renal function, rejection and fibrosis with imaging? The work will be more valuable if the specified features are highlighted.

Answer: To study the utility of T1 in case of transplant rejection, a linear mixed model was used with T1 as the dependent variable using the R (Rstudio 2022.07.1 Build 554). The rejection status (cellular, humoral, no rejection), the measurement localization (cortex or medulla) and the type of measurement (Gold standard manual versus automated RCM U-Net) were fixed effects whereas the patient level was treated as a random effect. After checking for normality with a by Shapiro-Wilk’s test, a linear mixed model with interactions was first computed to search for a significant effect of the fixed factors or their interactions. As no interactions was found, a second linear mixed model without interactions was used for the post-hoc Tukey’s tests of the fixed effects. Finally, separated ANOVA for the cortex and medulla T1, the cortical and medullary area and the cortico-medullary area ratio were performed with the rejection status as a fixed effect and post-hoc Tukey’s test (Added in revised manuscript Line: 282-292).

From the linear mixed model analysis, the T1 was significantly higher in the medulla than in the cortex (p < 0.0001) and was significantly decreased in patients with cellular rejection by comparison to both patients without rejection and patients with humoral rejection (p < 0.001) as shown in Table 4. There was no significant T1 difference between patients with a humoral rejection or without rejection (p = 0.43) as well as between the type of T1 measurements (Gold standard manual versus automated RCM U-Net) (p = 0.7). The ANOVA for both cortex and medulla showed that the medulla T1 was significantly decreased between patients with cellular or humoral rejections (p = 0.026). All the other T1 differences were not significant. The cortico-medullary area ratio was significantly increased in case of cellular rejection by comparison to humoral rejection (1.6 +/- 0.39 versus 0.99 +/- 0.32, p = 0.019). (Added in revised manuscript Line: 426-435).

Table 4: T1 values (mean +/- standard deviation in ms) measured by the automated RCM U-Net method in the cortex and medulla of transplant patients according to their status (no rejection, cellular or humoral rejection) with the corresponding significant p values from the linear mixed models’ analysis (Added in revised manuscript Line: 436-440).

.

Furthermore, our automated method was able to provide unsupervised T1 measurements of both the renal cortex and medulla in the range of previously published values using a similar MOLLI (MR) sequence and magnetic field (3T) [35]. As a demonstration of our method, we studied the T1 difference between rejecting and non-rejecting transplants in our patient’s group. T1 was decreased in patients with cellular rejection but not with humoral rejection or non-rejecting transplant using a linear mixed model integrating all the available T1 measurements. This T1 difference between the cellular and humoral rejections was significant in the medulla but not the cortex when separated analysis were performed. The absence of T1 difference in the cortex may result from the small number of patients with transplant rejection in our study (n=13). The origin of the T1 decrease in patients with cellular rejection is currently not known as T1 measurements are sensitive to both the interstitial space and the intracellular compartment. Fibrosis is not likely to be involved. Although, fibrosis is positively correlated with T1 in the cortex [6], it was not significantly different between the rejection groups. A modification of the intracellular space secondary to the inflammatory cell infiltrate may be an explanation as T1 is sensitive to cellular density and type as shown recently in an experimental tumor model [36]. This is further supported by the observation of an increase cortico-medullary area ratio in patients with cellular rejection. The cortico-medullary area ratio is a new index provided directly by our user independent method that may improve the assessment of the cortical thickness and cortico-medullary difference. Further studies are needed to confirm these preliminary results (Added in revised manuscript Line: 473-492).

Also, abstract is updated in revised manuscript from line: 43-50 as following:

Using a linear mixed model, T1 was significantly higher in the medulla than in the cortex (p<0.0001) and significantly lower in patients with cellular rejection when compared to both patients without rejection and those with humoral rejection (p<0.001). There was no significant difference in T1 between patients with and without humoral rejection (p=0.43), nor between the types of T1 measurements (Gold standard manual versus automated RCM U-Net) (p=0.7). The cortico-medullary area ratio measured by the RCM U-Net was significantly increased in case of cellular rejection by comparison to humoral rejection (1.6 +/- 0.39 versus 0.99 +/- 0.32, p=0.019)

Reviewer: 2

We thankful to reviewer 2 comments and feedback, which helped us to improve the paper's clarity and concision. The response to the Reviewer 2 comments are given below:

1. There are a huge number of acronyms. I appreciate the challenges with this work but at no point could I find u-NET described and as a clinician this was very confusing. please describe what this is. Likewise, many other values are presented as a series of letters which limited the understanding of this paper.

Answer: A deep learning architecture includes multiple convolutional layers followed by activation layer, pooling layer, dropout, and batch normalization layer. U-Net is one of the popular used neural networks in deep learning. U-Net is an encoder-decoder network consists of multiple convolutional layers followed by activation layer, pooling layer, dropout, and batch normalization independent from encoding and decoding workflows (added in the revised manuscript Line: 91-94). The U-Net architecture looks like a ‘U’ shape which justifies its name.

For other names description a List of acronyms is given as supplementary file.

2. Please supply some clinical information about how patients recruited etc.

Answer: This study included adult kidney transplant recipients and CKD patients who were scheduled for a kidney biopsy for clinical grounds. MRI was performed on the same day as the biopsy wherever possible, or within one week. Patients over the age of 18 who were being monitored at our hospital were eligible for enrolment. Pregnancy, claustrophobia, and patient refusal were all exclusion criteria. Additional fasting serum and urine were collected and kept at -80°C in all individuals. The Table 1 presents the baseline characteristics of the study population (n=114): clinical parameters, medication, laboratory measurements, biopsy diagnosis and chronic histological lesions at the time of inclusion. (added in revised manuscript Line: 215-231).

A table is added in the revised manuscript as Table 1 and order of tables numbers are updated accordingly.

3. Some baseline demographics would be helpful.

Answer: Given in Table 1 in the revised manuscript.

4. What eGFR formula was used?

Answer: The eGFR was calculated according to the CKD-EPI equation (added in manuscript line 125-126)

5. I could not find a figure legend- maybe it was lost in formatting.

Answer: Updated in the revised manuscript

6. Typo in figure 3.

Answer: Updated in the revised manuscript

Attachment

Submitted filename: Response to Reviewers.docx

Decision Letter 1

Alfredo Vellido

25 Oct 2022

Validation of automatically measured T1 map cortico-medullary difference (ΔT1) for eGFR and Fibrosis assessment in allograft kidneys

PONE-D-22-08551R1

Dear Dr. Vallée,

We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements.

Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication.

An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org.

If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.

Kind regards,

Alfredo Vellido

Academic Editor

PLOS ONE

Additional Editor Comments (optional):

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation.

Reviewer #1: (No Response)

Reviewer #2: All comments have been addressed

**********

2. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

Reviewer #2: Yes

**********

3. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: Yes

Reviewer #2: Yes

**********

4. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

5. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

Reviewer #2: Yes

**********

6. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: Dear Author/s

Greetings for you

I appreciate your effort and work

It is appropriate to publish the article with the current changes. Thank you for sharing your work with us.

Kind regards

Reviewer #2: Thank you for addressing my comments and those of the other reviewer. I have no further comments to make

**********

7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: Yes: Yavuz AYAR

Reviewer #2: No

**********

Acceptance letter

Alfredo Vellido

2 Nov 2022

PONE-D-22-08551R1

Validation of automatically measured T1 map cortico-medullary difference (ΔT1) for eGFR and Fibrosis assessment in allograft kidneys

Dear Dr. Vallée:

I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department.

If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org.

If we can help with anything else, please email us at plosone@plos.org.

Thank you for submitting your work to PLOS ONE and supporting open access.

Kind regards,

PLOS ONE Editorial Office Staff

on behalf of

Dr. Alfredo Vellido

Academic Editor

PLOS ONE

Associated Data

    This section collects any data citations, data availability statements, or supplementary materials included in this article.

    Supplementary Materials

    S1 File. List of list of acronyms/abbreviations used in the paper.

    (DOCX)

    S2 File. AI network evaluation matrices.

    (XLSX)

    S3 File. eGFR & fibrosis vs imaging values.

    (XLSX)

    Attachment

    Submitted filename: PLOSONE.docx

    Attachment

    Submitted filename: Response to Reviewers.docx

    Data Availability Statement

    All relevant data are within the article and its Supporting Information files.


    Articles from PLOS ONE are provided here courtesy of PLOS

    RESOURCES