1.IntroductionLipedema is a chronic disease marked by abnormal adipose tissue that almost exclusively impacts women.1 Lipedema typically presents with excessive subcutaneous adipose tissue (SAT) deposition, symmetrical lower extremity enlargement that spares the feet, subcutaneous nodular tissue texture, and pain in the affected areas.2–5 Lower extremity SAT deposition is often disproportionate causing a columnar appearance in the legs with dimpling of the skin (Fig. 1). Lipedema is often misdiagnosed as obesity and is generally unrecognized as a distinct clinical condition. Unlike nonlipedema fat accumulation, lipedema-related fat accumulation is refractory to dietary, exercise, pharmacologic, and surgical weight loss interventions.3–6 Patients can have both nonlipedema- and lipedema-related fat accumulation, which adds to the complexity of diagnosis. The ability to make a clinical diagnosis of lipedema is further complicated by the lack of quantitative measures to characterize and differentiate lipedema, and this remains a critical unmet need in the field.5,7 Magnetic resonance imaging (MRI) is a noninvasive, clinically feasible modality with contrast between adipose and nonadipose tissues in the legs. Chemical-shift-encoded (CSE) MRI uses a multiecho sequence to image fat- and water-bound proton species simultaneously, and their distinct precession rates are exploited to generate separate fat-weighted and water-weighted images.8 CSE contrast is suitable for accurate, reproducible quantification of adipose tissue and skeletal muscle.9–13 Prior CSE-MRI studies showed a distinct amount of SAT deposition in the calves of patients with lipedema compared to women without lipedema who had similar body-mass-index (BMI), although SAT deposition is known to occur throughout the legs in lipedema.14,15 CSE-MRI can be acquired in a whole-body manner to potentially aid quantification of SAT distribution in lipedema, as well as reveal which regions of the legs provide optimal distinguishing biomarkers from obesity. In this paper, we aimed to develop and validate a novel semiautomated image analysis pipeline for lower extremity CSE-MRI acquisitions and subsequently test the hypothesis that SAT volume is uniquely elevated and distributed throughout the legs of participants with lipedema compared to control participants without lipedema matched for BMI. 2.Methods2.1.ParticipantsAll participants () provided informed consent in accordance with the Vanderbilt University Medical Center Institutional Review Board. We aimed to evaluate our methods over a wide range of BMIs, and as such participants were required to have a BMI within the range of 18.0 to . Enrolled participants with lipedema () were required to meet the following primary inclusion criteria as evaluated by a Lymphedema Association of North America-certified physical therapist (experience = 19 years): bilateral and symmetric enlargement of the legs, negative Stemmer’s sign, and clinical criteria for stage and type of lipedema (adopted from Herbst5). At least one of the following secondary criteria of lipedema was also required: lower extremity pain, family history of lipedema, nonpitting lower extremity edema, easy bruising, or hypermobility. Control participants () were enrolled with similar age, BMI, sex, and race as lipedema participant characteristics. Exclusion criteria for all participants were current skin infections, signs of acute inflammation, history of uncontrolled hypertension, diabetes, arthritis, or MRI contraindications. 2.2.MRI AcquisitionParticipants underwent an MRI exam in the head-first supine position on a 3.0T scanner (Philips Ingenia R5.3, Philips Healthcare; Best, The Netherlands). Whole-body CSE-MRI, also called the Dixon method,8 was performed in eight stacks from head-to-ankles, using a 3D, dual-echo spoiled gradient echo sequence that was acquired with the body coil for proton radiofrequency transmission and reception. For each stack, 84 slices were acquired with the following parameters: repetition time = 3.83 ms, echo time 1 = 1.15 ms, echo time 2 = 2.30 ms, field-of-view , , water-fat shift = 0.353 pixels. Parameters were adapted from the AMRA Medical Body Composition Profile protocol (AMRA Medical, Linköping, Sweden).16 Cumulative scan duration was . Each CSE-MRI acquisition and reconstruction produced four image contrasts: in-phase, out-of-phase, water-weighted, and fat-weighted. 2.3.Image SegmentationImage analysis focused on the lower extremity stacks from the whole-body MRI acquisitions to quantify tissue composition metrics in regions primarily affected by lipedema. The upper- and lower-transverse slice limits of the image volume were manually selected using standard anatomical landmarks in the superior thigh (slice below the ischial tuberosity at the lesser trochanter of the femur neck) and inferior ankle (lowermost slice containing Achilles’ tendon above widening of the tibia). Duplicate slices resulting from overlap of neighboring stacks were removed. Fat- and water-weighted images were segmented to partition the SAT and muscle regions of interest (ROIs) while excluding bone marrow and intermuscular adipose tissue (IMAT), in a multislice routine using the MATLAB Image Processing Toolbox (R2022b, MathWorks; Natick, Massachusetts, United States) (Fig. 2). Methods were applied on each 2D transverse slice in the lower extremity image volume. The automated segmentation algorithm can be considered as five steps: (1) leg boundary definition, (2) fat- or water-dominant voxel classification, (3) muscle identification, (4) adipose tissue compartmentalization, and (5) IMAT and bone marrow extraction. 2.3.1.Leg border definitionFor each axial slice in the image volume, a binary mask bound by the leg perimeter was created by performing active contour Chan-Vese segmentation [activecontour(), iterations = 100, MATLAB R2022a] on the in-phase image contrast17 (Fig. 2, step 1). Active contours segmentation was chosen for its iterative framework that curves around an object’s boundary, in this case suitable for identifying the edge boundary of the two legs in the image foreground. The in-phase images provided high contrast between the legs and background, with less contrast between internal structures that might confound the active contouring, and this contrast performed better than the fat- and water-weighted images in leg boundary detection. The leg mask was applied to both the fat-weighted and water-weighted images to exclude other anatomy appearing in the FOV (i.e., arms or hands) before the following processing steps. 2.3.2.Adaptive thresholding for fat/water classificationFat-weighted and water-weighted anatomical contrasts enable classification of fat- and water-dominant voxels with intensity-based segmentation. Global intensity-based thresholding methods (such as Otsu’s method18) determine a single threshold value to segment an image histogram into background and foreground regions by minimizing interclass variance. However, signal intensity inhomogeneity (resulting from poor shimming and/or signal drop-off in regions of the field of view farther from the scanner isocenter) can confound global intensity-based methods in extremities (Fig 3). Thus, we applied a locally adaptive threshold method that determines a unique threshold value for each pixel in an image. Each pixel’s threshold value is determined based on the local mean intensity in a surrounding pixel neighborhood, or kernel. The kernel is moved around the image for pixel-wise calculations, and then the “map” of unique threshold values can be used to binarize the image, creating a foreground mask. Kernel matrix size must be chosen to avoid incorrect background classification with too small of a kernel and loss of fine details with too large of a kernel.19 To avoid these potential pitfalls, the square kernel size () was adjusted based on the approximate anterior-to-posterior size of the legs in each slice using where is the height of the 2D bounding box defined by the smallest rectangle that encloses the leg masks from the previous step (Fig. 2, step 2ab) and the brackets indicate the floor function. The kernel size equation was modified from a default equation in MATLAB that constrains the kernel size to a positive odd integer. The default equation is: . However, this provided a kernel edge that was too small and resulted in incorrect classification of background pixels as foreground, and also did not adapt to the size of the legs (foreground) since it only considers total image size. Instead, by varying the scalar in the numerator of Eq. (1), the kernel size adapted based on the anterior–posterior distance of the legs in each slice ().is an approximate measure of anterior-to-posterior distance (see Fig. 2, step 1). Adaptive thresholding with the custom-fit kernel size was applied to each slice of water-weighted (Fig. 2, step 2a) and fat-weighted (Fig. 2, step 2b) images to produce a binary mask of all water components (water mask) and a binary mask of all fat components (fat mask), respectively. 2.3.3.Muscle border segmentationTo segment skeletal muscle from the water mask, a series of Boolean operations, morphological operations, and flood-filling were applied (Fig. 2, step 3). The leg mask was eroded by a square kernel of and multiplied by the water mask to remove pixels in the thin outer skin layer. The fat mask was subtracted to remove fat-weighted components from the water mask, and spurious objects with areas were removed. Holes with area were filled to remove small holes in the mask while preserving the larger holes from the bones. As anatomy and morphology of the leg muscles change throughout the length of the lower extremities, morphological closing was carried out with two different pixel neighborhood sizes depending on location within the leg. A circular kernel with radius of 2 pixels was used for closing from the ankle to knee (approximate lower two stacks in lower extremity volume), and a larger radius of 4 pixels was used in the thigh (approximate upper two stacks). This resulted in a filled skeletal muscle mask with bones removed. 2.3.4.SAT segmentationSAT was defined as adipose tissue between the skin and muscle borders. To segment SAT from the total fat mask, the muscle mask (with holes filled from the muscle segmentation step 3 in Fig. 2) was subtracted from the fat mask to exclude most fat-weighted structures inside the muscle border (Fig. 2, step 4). In regions where the muscle does not surround the bone (and therefore does not get filled in during flood-filling of the muscle mask), this step is not sufficient for removing bone marrow from the fat mask. To account for this, morphological opening (erosion, followed by dilation) of the fat mask with a 2-pixel radius circular kernel was applied to remove connections between SAT and marrow, followed by exclusion of objects with circularity property , as the fatty bone marrow structures tended to be more circular in morphology than SAT. Finally, remaining objects of area were excluded, as these spurious pixels are not likely to be part of the SAT structure. 2.3.5.IMAT and final segmentationsFinally, the intermuscular fat-weighted components (not previously defined as SAT), such as IMAT and cartilage, were subtracted from the muscle mask. This produced a final skeletal muscle mask for volume quantification (Fig. 2, step 5). The knee joint was segmented manually due to the morphological differences from the rest of the leg and large, irregular confounding areas of fat-weighted cartilage. All segmentations were visually checked and corrected as necessary. Together, the functions in this algorithm that are directly modifiable are erosion and dilation kernel sizes, size-based exclusion regional areas (to remove spurious pixels), hole filling sizes, morphological closing neighborhood size, and object circularity. These parameters were determined by adjusting different values in a set of four training cases with slices representing the range of anatomy in the data set (i.e., the ankle and the thigh, two patients and two controls). The parameter value that identified the correct ROI in these training slices was used in the final algorithm for segmentation of the remaining independent test cases. 2.3.6.Manual segmentations for algorithm validationManual ground-truth segmentations of a single slice in the calf and thigh of each participant were drawn by a single nonclinical imaging scientist with guidance from a board-certified radiologist ( years of experience in musculoskeletal radiology) using the MATLAB manual volume segmentation tool [volumeSegmenter()]. Manual segmentations were performed blinded to disease status. 2.4.Image and Statistical AnalysesThe analysis objectives of this paper are to (1) quantify bilateral SAT and muscle volumes in multislice lower extremity CSE-MRI acquisitions, (2) evaluate performance of a semiautomatic segmentation routine compared with manual segmentations, and (3) assess differences in composition throughout the legs between participants with lipedema and BMI-matched controls. All statistical analyses were performed in Statistical Software (version 4.1.0; R Foundation for Statistical Computing, Vienna, Austria). Descriptive statistics for continuous clinical parameters (age, BMI) were calculated and found to be normally distributed (Shapiro–Wilk test, ). To ensure the lipedema and control groups were matched for age and BMI, a two-sided unpaired Student’s -test was used. 2.4.1.Lower extremity composition quantificationFor each slice, the following discrete metrics were calculated: SAT volume (mL), muscle volume (mL), and SAT-to-muscle volume ratio. Lower extremity adiposity in lipedema is approximately symmetric, therefore quantification of SAT and muscle composition was performed bilaterally, and the reported metrics represent the sum of both legs.3,5 Next, the stitched image volumes from thigh-to-ankles were split into decades: groups of slices each containing 10% of the total slices per subject, to normalize anatomical regions among participants of varying heights. The mean volume or ratio across the slices in each decade was reported to represent the mean per-slice metric in that corresponding anatomical region. The limb circumference of two regions (thigh and calf) was quantified on the left leg as the perimeter of the leg mask. 2.4.2.Evaluation of segmentation routineTo evaluate the performance of the semiautomated segmentation algorithm throughout the leg, representative slices from uniform regions in the midthigh (decade 7) and superior calf (decade 3) were chosen for manual segmentation of the SAT and muscle ROIs. These were the same slices used for circumference quantification. On representative slices, Dice similarity coefficients (DSCs) were calculated for each ROI using where is the algorithm’s segmentation result and is the ground truth manual segmentation. The mean DSCs for lipedema and control subjects were normally distributed (Shapiro–Wilk test; ) and, thus, compared using a two-sided Student’s -test ( required for significance) to assess whether the segmentation algorithm performed differently on images from participants with lipedema versus controls.The final 3D whole-leg segmentations for each participant were reviewed blinded by a board-certified radiologist and given a pass or fail score and the number of slices in error recorded for each case. 2.4.3.Comparisons between participants with lipedema and matched controlsThe mean SAT volumes (mL), muscle volumes (mL), and SAT-to-muscle volume ratios of each decade were not normally distributed, and thus, compared using the nonparametric Mann–Whitney test. Significance was defined as two-sided . Nonparametric effect size for nonnormally distributed data was calculated using the Wilcoxon test effect size () between 0 and 1.0. 3.Results3.1.Participant CharacteristicsParticipants with lipedema () had a mean years, median age = 42.0 years, mean , and median . Control participants without lipedema () had a mean years, median age = 41.0 years, mean , and median . Participant groups were statistically matched for age () and BMI (). All participants were female and self-reported White race. 3.2.Evaluation of Semiautomated Lower Extremity Segmentation MethodThe semiautomated image segmentation pipeline for MRI from acquisition to analysis is summarized in Fig. 4. The total number of slices analyzed in each participant was slices (mean ± standard deviation). Semiautomated image processing for each subject required , including selection of the standard upper and lower slices, slice stitching, and automated segmentation. The automated segmentation step had a mean runtime of (mean ± standard deviation). DSC results comparing the semiautomated segmentation algorithm to manual segmentations are summarized in Table 1. For all 28 cases, in both the calf region (decade 3) and thigh region (decade 7), the mean DSCs for muscle and SAT segmentations were . In addition, the mean DSCs for participants with lipedema () and control participants () were not found to be significantly different () in either region. Whole-leg segmentations of all cases passed expert radiology review, and accurately identified SAT and muscle. When present, of slices in each case had errors (errors affecting 1 to 2 slices per 3D volume), and on average of slices analyzed had errors. When present, errors typically occurred at the ankle, where the SAT can be a thin layer, or in the upper thigh, where images were more prone to artifact. Further, one case had subcutaneous edema in the distal extremities, which caused misclassification of fat and water, due to the water-weighted edema, in two slices out of 208. Table 1Segmentation algorithm performance across leg. The DSC metrics are reported for the SAT region and skeletal muscle in both the thigh and the calf. The DSCs from control and lipedema groups were compared to test for statistical differences in the segmentation task performance. No significant differences in DSC for any region were found between healthy and diseased states.
3.3.Lower Extremity Adipose Composition in Patients with LipedemaDecade-level imaging metrics throughout the legs are visualized in Fig. 5. Mean SAT volume and SAT-to-muscle volume ratio in participants with lipedema were significantly higher than matched controls in all decades throughout the leg (, Fig. 5). Muscle volume was not significantly different between the two groups for any decade. The greatest effect size of differential SAT volume was observed in the superior thigh region contained in decade 9 (). The greatest effect size of SAT-to-muscle volume ratio was observed in the midthigh region contained in decade 7 (). A complete summary of limb circumferences and imaging metrics for the calf and midthigh regions are summarized in Table 2. Between circumference and imaging measurements, the difference in SAT-to-muscle volume ratio between patients with lipedema and controls demonstrated the largest effect size. Table 2Group results summary. Limb circumference and MRI-determined volume metrics for healthy controls and participants with lipedema are reported. Group comparisons for each measurement were made with nonparametric statistical tests and an effect size calculation to show the magnitude of differences. The metric of ratio of SAT-to-muscle volume had the highest effect size in both the thigh and the calf.
Note: Values represent mean ± standard deviation (minimum, maximum). A representative example of lower extremity CSE-MRI images is presented in Fig. 6 from a participant with lipedema alongside a healthy female without lipedema but with similar age, BMI, calf circumference, and thigh circumference. Elevated SAT quantity is observable along the length of the legs in the patient with lipedema in the coronal view and a transverse view in the thighs. 4.DiscussionIn this study, whole-body CSE-MRI acquisitions were acquired, and semiautomated image analysis procedures were developed to test the hypothesis that SAT volume is elevated throughout the lower extremities of patients with lipedema compared to females without lipedema but with similar age and BMI. We designed a semiautomated workflow for image volume selection and segmentation of SAT and skeletal muscle from lower extremity CSE-MRI acquisitions, and analysis consisting of SAT volume and SAT-to-muscle volume ratio quantification. The semiautomated workflow provided segmentations of lower extremity SAT and muscle that had a high degree of spatial overlap with manual segmentation (mean ) in the calf and thigh. Elevated SAT volume () and SAT-to-muscle volume ratio () were observed in all sections of the lower extremities. The greatest effect size for differentiating SAT deposition in lipedema compared to female controls was demonstrated in the thighs using the SAT-to-muscle volume ratio (effect size = 0.762). Herein, we demonstrate an extension to our previously accepted work of SPIE Medical Imaging.20 4.1.Evaluation of Semiautomated Segmentation MethodLower extremity MRI acquisitions may be useful in revealing differential internal metrics in the lower extremities of individuals with lipedema. Given the challenges of working with multislice data and the varying anatomical morphology throughout the leg, development of automated techniques greatly improved efficiency for quantifying the musculoskeletal composition. The methods described require to perform manual volume selection and automated segmentation, including a mean runtime of for the automated algorithm. The segmentation algorithm is built in a MATLAB environment and is comprised entirely of classical image processing techniques (thresholding, active contouring, flood-filling, morphological operations, and Boolean operations) available in the MATLAB image processing toolbox. The algorithm was found to be comparable to manual segmentation in two key regions in the leg used for body composition analysis (calf and thigh) with mean DSCs for both SAT and muscle . The algorithm performed similarly in both participants with lipedema and controls in the calf and thigh, yielding DSCs not significantly different between the two groups for either region of interest. The DSC calculation was performed between a filled muscle mask with only bones removed, compared to the final segmented mask that excluded fat-weighted intermuscular components (adipose tissue, fascia, and cartilage). This was because manual segmentations of muscle did not remove these intermuscular components due to the unreliability of nonexpert manual segmentations to classify these small structures. Though this is a limit of the validation, it highlights a strength of the segmentation algorithm, which is capable of segmenting muscle while excluding these nonmuscular components, enhancing the accuracy of the automated algorithm. There is a need for a more automated methodology to segment the varying anatomy of lower extremity MRI data for the purposes of internal composition metrics to study the unique lower extremity pathology of lipedema. Existing semiautomated methods for segmenting musculoskeletal tissues of whole-body data include atlas-based, thresholding, clustering, active contours, and morphological segmentation techniques, deep learning, as well as combinations of these methods. Fully automated techniques to segment the lower extremities exist; however, current applications are suitable for a single slice in the thigh or calf, sometimes with only one leg in the field of view.21–23 Thus, our method addresses the need for automated multislice segmentations of images contained in rapid lower extremity acquisitions from Dixon MRI. Advantages of this method include ability to synthesize the large amount of data contained in whole-leg imaging, reduce the time-consuming task of manual segmentation, and avoid interrater variability.16,21 Fully-automated deep learning and atlas-based segmentation techniques may be impractical for applications in lipedema as a result of the uncommon diagnosis of lipedema that limits sample size, and the high anatomical variability in lower extremity soft tissue and vascular characteristics of this disease. It is possible that our classical approach could provide initial segmentations for a deep learning approach, similar to work by Yang et al.24 for single slice thigh computed tomography images. 4.2.Lipedema has Distinct SAT Accumulation throughout the Lower ExtremitiesSignificant clinical questions regarding lipedema-related SAT accumulation compared to obesity have limited the diagnostic and treatment options for this debilitating disease. The clinically relevant result arising from this work is that SAT volume and SAT-to-muscle volume ratio are elevated throughout the lower extremities in women with lipedema compared to healthy women matched for BMI, whereas skeletal muscle volumes are not significantly different. In comparison to calf or thigh circumferences, the nonparametric effect sizes are larger for the MRI-derived internal metrics (SAT volume, SAT-to-muscle ratio), indicating these metrics are more powerful at differentiating the unique lower extremity composition in lipedema. Lower extremity CSE-MRI was acquired using conventional sequences at clinical field strength within a 10-min acquisition and should be available to perform at most imaging medical centers. Our semiautomated image processing pipeline provided objective quantification of SAT distribution relevant to distinguishing lipedema from obesity. Findings in this study corroborate previous observations from more localized -MRI of SAT quantity in the calf that also revealed elevated tissue sodium content in this region of patients with lipedema.14,15 The midsuperior calf region, contained in decades 3 and 4 of this study’s imaging procedures, is a consistent region of differential MRI-based body composition in lipedema. In this study, we additionally learned that the thigh region demonstrates the greatest effect sizes of differential SAT volume and SAT-to-muscle volume ratio between lipedema and controls. This represents a promising ROI to inform the structure and distribution of lipedema SAT pathology and may inform future studies investigating lipedema-related and nonlipedema related adipose tissue. Additional structural and molecular imaging techniques (e.g., high spatial-resolution - and -weighted MRI, sodium -MRI, relaxometry) and statistical image analysis approaches (e.g., texture quantification) are being investigated to develop discriminative, noninvasive MRI biomarkers of lipedema. Recently, vascular imaging revealed unique spatial patterns of fluid retention in lipedema SAT and could be incorporated into a multimodal imaging approach to disambiguate potential vascular etiology of SAT deposition.25 The relationship of such radiological biomarkers to clinical symptomatology and functional impairments is also of interest to better understand the complex disease mechanisms of lipedema. 4.3.LimitationsThe adaptive kernel size chosen to perform local thresholding enables robustness to changing limb size and intensity inhomogeneity; however, the selection of this parameter in Eq. (1) can affect method generalizability to image resolutions different than utilized in this standard acquisition protocol. Thus, for different acquisition protocols, this equation may require modification to the scalar that is multiplied by the bounding box height term. The CSE-MRI method utilized is a two-point technique with two echo times and was chosen for acquisition speed and inherent separation of signal from fat- and water-weighted species. CSE-MRI sequences with longer echo trains could provide maps, enabling main field inhomogeneity correction to improve image quality for segmentation. Improved quantitation of fat-fraction maps would also be feasible with multiecho acquisitions and enable segmentation by soft clustering with a higher sensitivity to boundary voxels containing both fat and water signal. However, the methods described herein are sufficient to elucidate significant differences with high statistical power () between the SAT-to-muscle volume ratio of participants with lipedema versus the matched controls throughout the leg. Metrics of SAT volume and SAT-to-muscle volume ratio merit further validation in a larger cohort. For analysis along the lower extremities, slices for each participant were partitioned into decades, each containing 10% of the slices. Although this allows for an efficient means of obtaining approximate anatomical comparisons of metrics between participants of different heights, it assumes the proportions of the legs are the same for all participants. Though this report of lower extremity CSE-MRI and multislice image analysis was performed in 28 participants, it represents a well-characterized study in this uncommonly diagnosed disease. Even though there are 28 subjects represented, there are on average 229 slices analyzed in each person. As the legs are primarily affected by fat deposition in lipedema, it was important to analyze a larger set of anatomy. In each of these slices and across the extremity, we devised a strategy to analyze the whole-leg adipose deposition in an automated, objective manner. This image analysis strategy enables us to begin to address a clinically meaningful question: where in the legs does adipose deposition vary the most in participants with lipedema compared with control subjects? This novel method advances our understanding for prior studies could not address this question in a single slice analysis. This method is being used to compare a specific disease to a well-matched control cohort and would require validation in a broader range of anatomies and patient populations to apply it to other applications. 5.ConclusionsLipedema is an underdiagnosed patient population characterized by disproportionate SAT deposition in the legs. This work applied lower extremity CSE-MRI in a whole-leg manner for body composition analysis relevant to lipedema. We implemented a multislice semiautomated image segmentation and quantitative analysis pipeline. This algorithm was applied in a pilot study to evaluate cases with lipedema and age- and BMI-matched controls. Findings reveal uniquely elevated SAT volume and SAT-to-muscle volume ratio throughout the lower extremities of patients with lipedema compared with controls. Results highlight lower extremity SAT and muscle composition analysis as a promising tool for the differential diagnosis and study of lipedema. Future work will seek to enlarge the sample size for confirmation and relate internal composition findings by MRI to symptomatology and functional impairments in lipedema. This study contributes to our long-term goal of identifying and implementing objective tools for the diagnosis of lipedema. DisclosuresJ.A.B receives research-related support from Bristol Myers Squibb and is a paid consultant for JanOne, Janssen, and Novartis. A.W.A is a paid consultant for OptumCare and CRC Oncology. M.J.D. receives research related support from Pfizer Inc, Philips Healthcare, the National Institutes of Health, and is the CEO of Biosight, LLC which operates as a clinical research organization. M.J.D. is a paid consultant for Pfizer Inc, Graphite Bio, Alterity Pharmaceuticals, LymphaTouch, Global Blood Therapeutics, and is a paid advisory board member for Pfizer Inc., bluebird bio, and Novartis. Code, Data, and Materials AvailabilityCode can be made available upon request by contacting the corresponding author (shannon.l.taylor@vanderbilt.edu). AcknowledgmentsFunding was provided by the Lipedema Foundation (LF) Postdoctoral Research Fellowship (Grant No. 12), the National Institutes of Health (NIH)/National Institute of Nursing Research (Grant No. 1R01NR015079), NIH/National Heart Lung and Blood Institute (Grant Nos. 1R01HL157378, 1R01HL155523, 5K23HL151871), and the Institutional National Research Service Award (NRSA) (Grant No. T32EB001628). Imaging experiments were performed in the Vanderbilt Human Imaging Core, using research resources supported by the NIH (Grant No. 1S10OD021771-01). We are grateful for Philips support from Charles Nockowski and Ryan Robison, and to Vanderbilt University Institute of Imaging Science Human Imaging Core MRI technologists. Recruitment through www.ResearchMatch.org and services at the Clinical Research Center are supported by the National Center for Advancing Translational Sciences (NCATS) Clinical Translational Science Award (CTSA) Program (Grant No. 5UL1TR002243-03). The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH. ReferencesL. E. Wold, Jr. E. A. Hines and E. V. Allen,
“Lipedema of the legs; a syndrome characterized by fat legs and edema,”
Ann. Intern. Med., 34
(5), 1243
–1250 https://doi.org/10.7326/0003-4819-34-5-1243 AIMEAS 0003-4819
(1951).
Google Scholar
K. L. Herbst et al.,
“Standard of care for lipedema in the United States,”
Phlebology, 36
(10), 779
–796 https://doi.org/10.1177/02683555211015887 PHLEEF
(2021).
Google Scholar
K. L. Herbst et al.,
“Lipedema fat and signs and symptoms of illness, increase with advancing stage,”
Arch. Med., 7 1
–8
(2015).
Google Scholar
2nd D. W. Buck and K. L. Herbst,
“Lipedema: a relatively common disease with extremely common misconceptions,”
Plast. Reconstr. Surg. Glob. Open, 4
(9), e1043 https://doi.org/10.1097/GOX.0000000000001043
(2016).
Google Scholar
K. L. Herbst,
“Rare adipose disorders (RADs) masquerading as obesity,”
Acta Pharmacol. Sin., 33
(2), 155
–172 https://doi.org/10.1038/aps.2011.153
(2012).
Google Scholar
M. E. Cornely et al.,
“Persistent lipedema pain in patients after bariatric surgery: a case series of 13 patients,”
Surg. Obes. Relat. Dis., 18
(5), 628
–633 https://doi.org/10.1016/j.soard.2021.12.027
(2022).
Google Scholar
G. Buso et al.,
“Lipedema: a call to action!,”
Obesity, 27
(10), 1567
–1576 https://doi.org/10.1002/oby.22597
(2019).
Google Scholar
W. T. Dixon,
“Simple proton spectroscopic imaging,”
Radiology, 153
(1), 189
–194 https://doi.org/10.1148/radiology.153.1.6089263 RADLAX 0033-8419
(1984).
Google Scholar
M. Borga et al.,
“Reproducibility and repeatability of MRI-based body composition analysis,”
Magn. Reson. Med., 84
(6), 3146
–3156 https://doi.org/10.1002/mrm.28360 MRMEEN 0740-3194
(2020).
Google Scholar
J. Kullberg et al.,
“Whole-body adipose tissue analysis: comparison of MRI, CT and dual energy X-ray absorptiometry,”
Br. J. Radiol., 82
(974), 123
–130 https://doi.org/10.1259/bjr/80083156 BJRAAP 0007-1285
(2009).
Google Scholar
D. Newman et al.,
“Test-retest reliability of rapid whole body and compartmental fat volume quantification on a widebore 3T MR system in normal-weight, overweight, and obese subjects,”
J. Magn. Reson. Imaging, 44
(6), 1464
–1473 https://doi.org/10.1002/jmri.25326
(2016).
Google Scholar
R. Ross et al.,
“Quantification of adipose tissue by MRI: relationship with anthropometric variables,”
J. Appl. Physiol., 72
(2), 787
–795 https://doi.org/10.1152/jappl.1992.72.2.787
(1992).
Google Scholar
H. J. Silver et al.,
“Comparison of gross body fat-water magnetic resonance imaging at 3 Tesla to dual-energy X-ray absorptiometry in obese women,”
Obesity, 21
(4), 765
–774 https://doi.org/10.1002/oby.20287
(2013).
Google Scholar
R. Crescenzi et al.,
“Upper and lower extremity measurement of tissue sodium and fat content in patients with lipedema,”
Obesity, 28
(5), 907
–915 https://doi.org/10.1002/oby.22778
(2020).
Google Scholar
R. Crescenzi et al.,
“Tissue sodium content is elevated in the skin and subcutaneous adipose tissue in women with lipedema,”
Obesity, 26
(2), 310
–317 https://doi.org/10.1002/oby.22090
(2018).
Google Scholar
J. West et al.,
“Feasibility of MR-based body composition analysis in large scale population studies,”
PLoS One, 11
(9), e0163332 https://doi.org/10.1371/journal.pone.0163332 POLNCL 1932-6203
(2016).
Google Scholar
T. F. Chan and L. A. Vese,
“Active contours without edges,”
IEEE Trans. Image Process., 10
(2), 266
–277 https://doi.org/10.1109/83.902291 IIPRE4 1057-7149
(2001).
Google Scholar
N. Otsu,
“A threshold selection method from gray-level histograms,”
IEEE Trans. Syst. Man Cybern., 9
(1), 62
–66 https://doi.org/10.1109/TSMC.1979.4310076
(1979).
Google Scholar
D. Bradley and G. Roth,
“Adaptive thresholding using the integral image,”
J. Graphics Tools, 12
(2), 13
–21 https://doi.org/10.1080/2151237X.2007.10129236
(2007).
Google Scholar
S. Taylor et al.,
“Whole-leg chemical-shift encoded MRI analysis reveals differential subcutaneous adipose tissue accumulation in lipedema,”
Proc. SPIE, 12036 120361S https://doi.org/10.1117/12.2611240
(2022).
Google Scholar
M. Borga,
“MRI adipose tissue and muscle composition analysis-a review of automation techniques,”
Br. J. Radiol., 91
(1089), 20180252 https://doi.org/10.1259/bjr.20180252 BJRAAP 0007-1285
(2018).
Google Scholar
A. Valentinitsch et al.,
“Automated unsupervised multi-parametric classification of adipose tissue depots in skeletal muscle,”
J. Magn. Reson. Imaging, 37
(4), 917
–927 https://doi.org/10.1002/jmri.23884
(2013).
Google Scholar
Y. X. Yang et al.,
“Automated assessment of thigh composition using machine learning for Dixon magnetic resonance images,”
MAGMA, 29
(5), 723
–731 https://doi.org/10.1007/s10334-016-0547-2 MAGMEY
(2016).
Google Scholar
Q. Yang et al.,
“Label efficient segmentation of single slice thigh CT with two-stage pseudo labels,”
J. Med. Imaging, 9
(5), 052405 https://doi.org/10.1117/1.JMI.9.5.052405
(2022).
Google Scholar
R. Crescenzi et al.,
“Subcutaneous adipose tissue edema in lipedema revealed by noninvasive 3T MR lymphangiography,”
J. Magn. Reson. Imaging, 57
(2), 598
–608 https://doi.org/10.1002/jmri.28281
(2023).
Google Scholar
Biography |
CITATIONS
Cited by 1 scholarly publication.
Image segmentation
Muscles
Magnetic resonance imaging
Control systems
Adipose tissue
Body composition
Anatomy