Next Article in Journal
Mathematical Modeling of the Gastrointestinal System for Preliminary Drug Absorption Assessment
Previous Article in Journal
Effects of Exercise on the Inter-Session Accuracy of sEMG-Based Hand Gesture Recognition
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Automated Lumen Segmentation in Carotid Artery Ultrasound Images Based on Adaptive Generated Shape Prior

1
School of Mathematics and Statistics, Nanjing University of Science and Technology, Nanjing 210094, China
2
Department of Mathematics, Nanjing University, Nanjing 210093, China
3
Affiliated Nanjing Brain Hospital, Nanjing Medical University, Nanjing 210029, China
*
Author to whom correspondence should be addressed.
Bioengineering 2024, 11(8), 812; https://doi.org/10.3390/bioengineering11080812 (registering DOI)
Submission received: 12 June 2024 / Revised: 1 August 2024 / Accepted: 6 August 2024 / Published: 9 August 2024

Abstract

:
Ultrasound imaging is vital for diagnosing carotid artery vascular lesions, highlighting the importance of accurately segmenting lumens in ultrasound images to prevent, diagnose and treat vascular diseases. However, noise artifacts, blood residue and discontinuous lumens significantly affect segmentation accuracy. To achieve accurate lumen segmentation in low-quality images, we propose a novel segmentation algorithm which is guided by an adaptively generated shape prior. To tackle the above challenges, we introduce a shape-prior-based segmentation method for carotid artery lumen walls. The shape prior in this study is adaptively generated based on the evolutionary trend of vessel growth. Shape priors guide and constrain the active contour, resulting in precise segmentation. The efficacy of the proposed model was confirmed using 247 carotid artery ultrasound images, with experimental results showing an average Dice coefficient of 92.38%, demonstrating superior segmentation performance compared to existing mathematical models. Our method can quickly and effectively perform accurate lumen segmentation on low-quality carotid artery ultrasound images, which is of great significance for the diagnosis of cardiovascular and cerebrovascular diseases.

1. Introduction

Cerebrovascular disease frequently occurs as a result of conditions such as atherosclerosis, hypertension or thrombosis, making it the third leading cause of death worldwide [1,2]. The occurrence of ischemic stroke is strongly associated with the rupture of atherosclerotic plaques in the carotid arteries and their dissection. Rupture can result in significant vascular blockage due to the distal spread of thrombosis [3,4].
Ultrasonic imaging offers numerous advantages, such as simplicity of operation, cost-effectiveness, non-invasiveness, safety, real-time display and easy detection repeatability, making it the preferred method for examining cervical artery disease [5]. It provides detailed views of blood vessels’ anatomical structure and plaque characteristics, as well as metrics like blood flow rate and vascular stenosis. However, generating high-quality images for segmentation through ultrasonic imaging remains a significant challenge due to speckle noise, plaque formation, variations in blood flow dynamics and ultrasound artifacts. The similar echogenicity between the lumen and surrounding tissues, as well as complex anatomy, further complicate accurate segmentation. Additionally, manual segmentation of the lumen is demanding and time-consuming, requiring a high level of recognition and specialized knowledge of carotid artery anatomy.
It is crucial to accurately segment the vessel lumen in carotid artery ultrasound images to detect and monitor cardiovascular diseases, particularly atherosclerosis, a leading cause of strokes. Precise delineation of the arterial boundaries enables the assessment of atherosclerosis severity by measuring lumen size and identifying plaque buildup [6,7,8]. This information allows clinicians to predict stroke risk better, personalize patient treatment plans and track disease progression [9,10]. As a result, there is a high demand for fast, reproducible and comprehensive diagnostic techniques [11,12]. Despite the progress in segmentation methods for carotid artery analysis, several challenges persist, affecting the accuracy of these measurements [13,14,15,16]. These challenges include a need for more consideration for the shape of the carotid artery in many current methods, which often focus solely on the visual appearance of images and overlook prior information about the artery’s shape. This oversight can lead to inaccurate estimates, ultimately diminishing the accuracy and stability of the segmentation process. Another issue area for improvement is the susceptibility of commonly used techniques to various image quality problems, such as speckle noise, low contrast, grayscale non-uniformity and boundary discontinuities.
In our study, we propose a new approach to address the challenges that current methods face for analyzing carotid artery images. We introduce a model-driven method that uses anatomically generated shape priors to accurately segment the lumen walls in longitudinal carotid artery ultrasound images. In the first stage, each two-dimensional image is cropped to remove text and annotations and extract the region of interest. This reduces the image area and helps minimize the detection of unexpected tissue structures that could affect the detection of the lumen wall. Cropping the images also improves the computational efficiency in segmentation tasks. In the second stage, we apply a variational model with anatomically generated shape priors to achieve accurate segmentation results. The shape prior information helps overcome disturbances such as edge loss and blurred target edges, ensuring that contours maintain an appropriate shape. The active contour leverages edge information and shape prior to effectively approximating the actual boundary of the lumen wall, thus achieving more precise segmentation of the lumen wall in low-quality images.

2. Method

2.1. Preliminary

2.1.1. The Chan–Vese Model

The principle of the variational segmentation model can be summarized as follows: a curve is defined within the image, affected by both internal and external energy, which are related to the intrinsic characteristics of the target contour and target features, respectively. The properties of this curve (also referred to as the active contour) and its movement are described with an energy function derived from physical motion systems. The goal is to optimize this energy function so that the energy of the curve gradually diminishes as it moves, ultimately coming to rest near the desired target contour. Chan and Vese introduced a region-based variational model called the CV model [17]. It is built on the Mumford–Shah (M-S) model [18] and Level Set Function (LSF) assuming that image intensity is uniform. Its fundamental concept involves utilizing the global intensity difference between inner and outer average strengths c 1 and c 2 , separated by a closed curve C, to propel the evolving curve towards the target boundary. The energy function is defined as follows:
E C V ( c 1 , c 2 , ϕ ) = μ Ω δ ( ϕ ( x , y ) ) ϕ ( x , y ) d x d y + ν Ω H ( ϕ ( x , y ) ) d x d y + λ 1 Ω I c 1 2 H ( ϕ ( x , y ) ) d x d y + λ 2 Ω I c 2 2 ( 1 H ( ϕ ( x , y ) ) ) d x d y
where λ 1 > 0 ,   λ 2 > 0 , μ 0 and ν 0 are fixed parameters, I is a given image in the domain Ω , H is the Heaviside function and δ ( ϕ ( x , y ) ) is the derivative of H. Usually, the first two and the last two terms in Equation (1) are called the regularization term and the data term, respectively.
To address the minimization problem, the Euler–Lagrange equations were applied to describe the energy function in Equation (1). However, the traditional CV model associated with this approach exhibits two significant drawbacks: (i) Inability to handle intensity inhomogeneities: The model struggles with images characterized by intensity variations, such as noise, blurred boundaries and low contrast. These factors can severely impair the model’s ability to segment images accurately. (ii) Re-initialization issues with the LSF: Regular re-initialization of the LSF is necessary to preserve the sign distance information. This not only adds substantial computational overhead but also unpredictably impacts numerical accuracy. The continuous requirements to recalibrate the LSF can lead to inefficiencies and potential inaccuracies in the segmentation process.

2.1.2. The Distance Regularization Level Set Evolution Model

To address the above issues, Li et al. [19] proposed the DRLSE model. DRLSE has the inherent ability to maintain the regularity of the LSF, which leads to unique forward and backward diffusion effects to maintain the desired sign distance property, thereby ensuring the stability of level set evolution and the accuracy of LSF and its derivative calculation. Let I be an image on the domain Ω , and its energy be defined as
E D R L S E ( c 1 , c 2 , ϕ ) = μ p ( ϕ ( x , y ) ) + λ L g ( ϕ ( x , y ) ) + α A g ( ϕ ( x , y ) )
where μ > 0 ,   λ > 0 and α R are the coefficients of the energy terms p ( ϕ ( x , y ) ) , L g ( ϕ ( x , y ) ) and A g ( ϕ ( x , y ) ) , which are defined by
p ( ϕ ( x , y ) ) Ω p ( ϕ ( x , y ) ) d x
where p is a potential (or energy density) function p : [ 0 , ) ,
L g ( ϕ ( x , y ) ) Ω g δ ( ϕ ( x , y ) ) ϕ ( x , y ) d x ,
and
A g ( ϕ ( x , y ) ) Ω g H ( ϕ ( x , y ) ) d x .
The g in Equations (4) and (5) is the edge-detection function [20], defined as
g 1 1 + G σ I 2
where G σ is a Gaussian kernel with a standard deviation σ . The convolution in (6) is used to smooth the image to reduce the noise. This function g usually takes smaller values at object boundaries than that at other locations. δ and H are the Dirac delta function and the Heaviside function, respectively. In practice, these two functions in the functionals L g and A g are approximated by the following smooth functions δ ε and H ε as in many level set methods, defined by
δ ε ( x ) = 1 2 ε [ 1 + cos ( π x ε ) ] , x ε 0 , x > ε
and
H ε ( x ) = 1 2 ε ( 1 + x ε + 1 π sin ( π x ε ) ) , x ε 1 , x > ε 0 , x < ε
where δ ε is the derivative of H ε , i.e., H ε = δ ε .
The energy p ( ϕ ) is the distance regularization term, which is used to avoid the re-initialization and its induced numerical errors. With the Dirac delta function δ , the energy L g ( ϕ ) computes the line integral of the function g along the zero level contour of ϕ . The energy functional A g ( ϕ ( x , y ) ) computes a weighted area of the region Ω ϕ { x : ϕ ( x ) < 0 } . For the special case g = 1 , this energy is exactly the area of the region Ω ϕ .
A preferable potential function p for the distance regularization term p is a double-well potential. Here, we provide a specific construction of the double-well potential p 2 ( s ) as
p 2 ( s ) = 1 ( 2 π ) 2 ( 1 cos ( 2 π s ) ) , i f s 1 1 2 ( s 1 ) 2 , i f s 1 .
This potential p 2 ( s ) has two minimum points at s = 0 and s = 1 .
This energy functional (2) can be minimized by solving the following gradient flow:
ϕ t = μ d i v ( d p ( ϕ ) ϕ ) + λ δ ε ( ϕ ) d i v ( g ϕ ϕ ) + α g δ ε ( ϕ )
where d i v ( · ) is the divergence operator and d p is a function defined by
d p ( s ) p ( s ) s .

2.2. The Proposed Model

Ultrasound imaging often struggles with strong echoes and sound attenuation, leading to noisy images with blurred boundaries. This makes it challenging to segment the contours of specific tissues or organs based only on the grayscale image data. Additionally, the issue of scan conversion directly impacts the quality of ultrasound images and could exacerbate the challenges in segmenting contours based on grayscale image data [21,22]. To improve segmentation accuracy, it is crucial to integrate both imaging and prior information about the tissues and organs. Incorporating prior knowledge such as shape, appearance and location into the segmentation model can enhance its robustness and accuracy, resulting in anatomically correct segmentations. In the medical field, such prior knowledge is readily accessible due to standard patient positioning and the uniformity of human body structure.

2.2.1. Shape Prior

As shown in Figure 1, the longitudinal section of the carotid artery ultrasound image shows different trends in the direction of blood vessels. Based on these trends, we propose a level set segmentation algorithm based on various shape priors.
Let Ω be the image domain, and consider the image I as a function on Ω . Given a level set function ϕ : Ω R , we use the signed distance function to describe the shape and integrate it into the segmentation model. When the prior shape is a known shape, the shape constraint E s h a p e ( ϕ ) can be represented as E s h a p e ( ϕ ) = d 2 ( ϕ , ϕ 0 ) , where ϕ and ϕ 0 are the signed distance function of the target shape and the prior shape, respectively [23,24,25,26]. E s h a p e ( ϕ ) is the measure of similarity between the prior shape and the target shape, it can be written
E s h a p e ( ϕ ) = d 2 ( ϕ , ϕ 0 ) = β Ω ( H ( ϕ ) H ( ϕ 0 ) ) 2 d x ,
We will use the shape prior term as the regularization term to guide the curve evolution and ensure the segmentation accuracy of the final contour.

2.2.2. The Proposed Segmentation Model with Shape Constraint

Based on the general LSF Equation (2), we propose the following model
E ( ϕ ) = E D R L S E ( ϕ ) + E s h a p e ( ϕ ) , = μ p ( ϕ ( x , y ) ) + λ L g ( ϕ ( x , y ) ) + α A g ( ϕ ( x , y ) ) + β Ω ( H ( ϕ ) H ( ϕ 0 ) ) 2
where E D R L S E ( ϕ ) is the energy of the DRLSE. If the initial contour is placed outside the object, then α > 0 , so that the zero horizontal contour will shrink during the evolution of the level set; If the initial contour is placed inside the object, then α < 0 to unfold the contour. Given that, the corresponding evaluation model can be expressed as follows
ϕ t = μ d i v ( d p ( ϕ ) ϕ ) + λ δ ε ( ϕ ) d i v ( g ϕ ϕ ) + α g δ ε ( ϕ ) + 2 β ( H ( ϕ ) H ( ϕ 0 ) )
The model in (14) can be implemented with following iteration scheme
ϕ t + 1 ϕ t Δ t = L ( ϕ t )
where L ( ϕ t ) is the approximation of the functional derivative E ϕ at ϕ = ϕ t using finite difference scheme, Δ t is the time step which limited by the Courant–Friedrichs–Lewy Condition [27] to avoid oscillations occurred.

2.2.3. Shape Prior Generation

Three critical aspects must be considered when implementing shape-prior-based curve evolution models for medical imaging, particularly in vascular imaging. Firstly, this step involves accurately representing the vascular structure, which can be challenging due to the vessels’ unique and irregular nature. Anatomical knowledge is crucial here to ensure the model precisely captures the irregularities in the lumen shape. Secondly, selecting a shape prior formula that can handle the irregular and complex nature of blood vessel lumens is essential. This formula should enable the model to generalize effectively across various shapes and sizes of lumens, enhancing its applicability. Thirdly, consideration involves selecting a suitable contour method to integrate with the shape prior. Our method must effectively work with the shape priors to delineate the inner membrane of the lumen accurately.
Addressing these points involves initially obtaining a clear understanding of the vascular shape prior, which is challenging. Given the unique and irregular shapes of blood vessel lumens, utilizing irregular bands as shape priors could effectively capture the intricate details of the lumen’s inner membrane.
The shape prior in this article is generated fully automatically. This region is obtained by extending the lumen’s narrowest radius upward and downward from its approximate centerline (It will be described in detail in Section 2.2.4). Our method operates independently without manual input, automatically adjusting based on the characteristics of the lumen.

2.2.4. Automatic Initialization

It is essential to select a suitable initial contour conveniently and efficiently because of its significance to segmentation accuracy. The region that extends out of the approximate centerline of the lumen serves as an initialization of the active contour, as the internal position of the centerline ensures that the contour starts from this region. The lumen’s shape allows the initial contour to be derived using simple methods. Since the position of the lumen wall varies across each two-dimensional image, it is time-consuming and tedious to adjust the initial contour of each image manually. To streamline this process, we propose a fully automated method to generate the initial contour. This approach significantly reduces labor costs, saves time and produces an initial contour that accurately matches the lumen’s shape.
To generate the initial contour in an image, we apply the Otsu thresholding method to perform a global threshold rough segmentation. Then, we identify the lumen region by detecting the largest connected region. Subsequently, we use morphological operators to process the boundaries extracted from the lumen region, obtaining a rough detection of the lumen wall. On the one hand, based on the rough segmentation of the lumen wall, we erode the mask of the lumen wall to 20 structural elements through morphological manipulation to obtain the mask of the initial contour, and then we obtain the initial profile. On the other hand, we determine the position of the lumen’s centerline by rough segmentation. The approximate centerline is then adjusted upwards and downwards by a certain distance, considering the narrowest distance between the near and far walls of the lumen. Finally, by combining these adjustments, we obtain the initial contour. The automatic initialization generation process is shown in Figure 2.

3. Experiments Results

3.1. Datasets

In this paper, we evaluate our algorithm using two private datasets. The detailed introduction is as follows:
(1)
This dataset originates from Nanjing Brain Hospital and comprises a randomly selected collection of 149 unique longitudinal carotid artery ultrasound images. These images were collected over a period spanning from September 2019 to March 2024. To ensure the accuracy and quality of the data, all images were captured by two experienced experts in the field.
(2)
This dataset, sourced from Nanjing Drum Tower Hospital, consists of 98 distinct longitudinal ultrasound images of the carotid artery, randomly selected from studies of 24 patients. These images were gathered between October 2023 and December 2023. To ensure high-quality data, all imaging was also performed by two experienced experts.
The method for manually delineating the lumen boundary involves a two-step expert evaluation. Initially, an expert with over ten years of experience interpreting ultrasound images places points along each image’s far and near walls to indicate the lumen’s boundary. Subsequently, another expert, boasting over 5 years of experience, manually connects these points with a curve to outline the lumen’s contour on the image, thereby accurately establishing the boundary of the lumen. This meticulous process ensures precise and reliable boundary delineation.

3.2. Evaluation Metrics

For quantitative evaluation of the segmentation performance of lumen segmentation, we applied five commonly used evaluation metrics, namely the Dice similarity coefficient (Dice), Hausdorff distance (HD), sensitivity value, specificity value and Intersection Over Union (IOU) value which can be calculated as follows.
(1)
Dice coefficient
D i c e ( X , G ) = 2 | X G | | X | + | G |
(2)
Hausdorff distance
H D ( X , G ) = max ( h ( X , G ) , h ( G , X ) )
where
h ( X , G ) = max x X min y G d ( x , y )
(3)
Sensitivity value
s e n ( X , G ) = | X G | | G |
(4)
Specificity value
s p e c ( X , G ) = 1 | X G | 1 | G |
(5)
IOU
I O U ( X , G ) = | X G | | X G | = T P T P + F P + F N
where X and G denote the segmentation result and ground truth mask, respectively, TP represents the number of true positives, FP represents the number of false positives and FN represents the number of false negatives.
Thus, higher scores indicate better segmentation performance for Dice, sensitivity, specificity and IOU. For HD, lower scores indicate better segmentation performance.

3.3. Experimental Details

In this section, the experimental results of the proposed model and their comparison with existing models are presented in detail. All methods are processed using a laptop assembled by Lenovo in Beijing of China, with a 64-bit Windows 10 Enterprise, core i7-10710U processor and 16 GB RAM, using the Matlab2020a. According to the characteristics of the ultrasound image of the carotid artery in the experiment and our experiences, the parameters in the proposed model are fixed as follows: Δ t = 5 , λ = 6 , α = 3.5 , β = 0.5 .

3.4. Experimental Results

In this section, the experimental results of the proposed model are presented in detail. The proposed method has been compared with other methods regarding how precisely they segment lumens on ultrasound images of the carotid artery to evaluate the performance. An existing method named the CV model was chosen as a comparison. In addition, to highlight the validity of the shape prior, we have performed a series of ablation experiments in which we have removed the shape prior from the energy functional (13) and used distance regularization term information and data item information of images. The comparison experiments are performed on 247 annotated images, and the average Dice value, sensitivity value, Hausdorff distance, specificity value, IOU value of CV, DRLSE and proposed model are shown in Table 1.
Without incorporating shape prior information, the performance drops on 247 annotated images, leading to a decrease of 3.08 % in Dice, 5.59 % in sensitivity, 1.22 % in specificity and 5.14 % in IOU and an increase of 3.36 % in HD. It can be observed that the model without the shape prior information leads to the worst performance, indicating that shape prior information is essential to obtain performance improvements. Figure 3 shows the distribution of the segmentation performance of different methods.
In Figure 4, we show the qualitative segmentation results of three different methods. By incorporating anatomical knowledge of the lumen, we added shape prior constraints to the traditional segmentation methods. These constraints guide and restrict the evolution of the active contours, aiming to achieve more accurate segmentation results. The first two columns are the original images and the corresponding ground truth labeled by experienced physicians. The third, fourth and fifth columns are the segmentation results of CV, DRLSE and our model, respectively. It is clearly visible that the CV model yields the poorest segmentation results, with all outcomes heavily impacted by noise. Particularly in the third image, the CV model segments almost every boundary within the image. Although the DRLSE model performs better than the CV model, its evolution curves oscillate significantly in the presence of substantial noise around the lumens, preventing accurate evolution towards the precise vessel boundaries. In contrast, our model consistently achieves better segmentation results for these types of noisy images.

3.5. Sensitivity Analysis

In this section, we further discuss the setting of optimal parameters of the proposed model. Four sets of parameters were randomly generated within the selected parameter neighborhood in the experiment using the pseudorandom generator. Specifically, the parameters Δ t , λ , α and β were randomly sampled from [3, 7], [3, 9], [−6.5, −0.5] and [−0.5, 1.5], respectively. The experimental comparison is illustrated in Table 2. Therefore, we validated the local optimality of the parameters used in our experiments.

4. Discussion

4.1. Superiority of the Proposed Method

This paper proposes a variational model based on shape priors for segmenting the lumens in carotid artery ultrasound images. The shape priors effectively address common image issues such as speckle noise, blurred boundaries and artifacts, guiding the active contours to evolve to the actual boundaries of the vessels. The method for generating shape priors based on the centerline described in the paper is fully automatic and capable of adaptively generating priors for vessels of different shapes. Therefore, Our method represents a fully automated approach to segmenting the lumens in carotid artery ultrasound images. Although numerous methods exist for segmenting the lumens, only some can accurately segment walls in low-quality images. In our method, the designed adaptive shapes accurately represent different vessel shapes, guiding the active contours to the actual boundaries without being affected by noise artifacts, blurred boundaries or partial boundary loss. Experiments conducted using the proposed model achieved an average Dice coefficient of 92.38% for the segmentation results, demonstrating its effectiveness and precision in accurately delineating the lumens in carotid artery ultrasound images.
Compared to traditional model-based variational methods, supervised learning approaches are driven by data and can deliver precise segmentation results [28,29]. Xie et al. [28] used a U-Net convolutional neural network to segment the lumen in 2156 2D ultrasound images, achieving a 94.3% 10-fold cross-validation accuracy. Huang et al. [29] proposed a Boundary Division Network (BDNet) to address segmentation errors at discontinuous lumen boundaries and dark boundaries. They designed a feature extraction module to capture and fuse multi-scale features and features from different receptive fields to tackle the issues of inaccurate segmentation at dark and discontinuous boundaries. Additionally, they employed a new loss function to optimize the model, mitigating the impact of class imbalance on model performance and resulting in smoother, more precise boundaries. Validation on 1548 images achieved a segmentation accuracy of 65.6%, with the model showing advantages over popular deep learning methods in terms of both model efficiency and segmentation accuracy.
However, the effectiveness of the above methods is heavily reliant on the volume and quality of the data. Data-driven segmentation methods generally demand a large number of training samples, each accurately annotated in areas of interest, to ensure result accuracy. This requirement makes the process labor-intensive and cumbersome, with strict data collection and database setup demands. Furthermore, the quality of images can vary widely depending on the imaging equipment used and the experience of operators, complicating the application of data-driven methods. In contrast, model-driven approaches do not require costly annotated training sets. The accuracy of their results is mainly affected by the quality of the images, and issues such as noise artifacts and blurred boundaries can influence the segmentation outcomes. Consequently, this article utilizes a vascular adaptive shape prior model to guide the segmentation contours. This model effectively overcomes challenges like noise and blurred edges, thereby achieving precise segmentation results.

4.2. Limitations

Although our method demonstrates the capability to segment lumens effectively, specific challenges still need to be addressed due to the imaging principles and the techniques physicians use during examinations. Some images may exhibit significant noise artifacts and severe unevenness in grayscale, which can complicate achieving better segmentation results. As illustrated in Figure 5, when there is substantial noise within the lumen, it negatively impacts the segmentation accuracy. Additionally, if the plaque within the lumen has a low grayscale value close to the noise level, it can lead to over-segmentation. Similarly, when the grayscale value of the lumen is low, the contour curve may easily cross boundaries and evolve beyond them, resulting in over-segmentation.
To address the issues of noise artifacts and uneven grayscale in carotid artery ultrasound images, improving the precision of lumen wall segmentation can be achieved through various strategies. Preprocessing techniques such as noise filtering and histogram equalization can be applied to remove noise and enhance image quality. Combining deep learning methods with traditional variational models, such as U-Net with attention mechanisms, can improve focus and segmentation accuracy in key areas. Data augmentation increases training data diversity, helping the model better cope with noise and artifacts in images. Post-processing techniques, such as morphological operations and region growing, further optimize the segmentation results.
To counter the problem of over-segmentation caused by low grayscale values of plaques and lumens in ultrasound images, several strategies can be implemented. Initially, adaptive local thresholding and local contrast enhancement techniques can be used for preprocessing to improve image quality and highlight key structures. Additionally, region-based segmentation methods and advanced deep learning technologies, such as graph convolutional networks, can be employed for more precise handling of subtle changes in the images. Morphological operations and boundary refinement techniques for post-processing help to smooth and refine the edges. Multi-scale analysis and prior knowledge of vascular structures can also be utilized to optimize the segmentation process. These comprehensive strategies help reduce over-segmentation and enhance the accuracy and reliability of segmentation.

4.3. Clinical Application

Our research has made significant progress in improving the segmentation accuracy of carotid artery wall in ultrasound images, and has important clinical application prospects. By integrating variational segmentation models and shape prior, we have achieved more precise segmentation even in low-quality images. This technology not only aids in early diagnosis of atherosclerosis and assessment of cardiovascular risks by analyzing wall thickness and morphology, but also plays a crucial role in stroke prevention. Accurate segmentation is vital for early diagnosis and monitoring of diseases like atherosclerosis, enabling precise evaluation of lesion size and morphology, enhancing diagnostic accuracy and facilitating personalized treatment planning, thereby providing reliable support for clinical decision-making. Our study introduces innovative methods to the field of medical image analysis, promising practical health benefits for future clinical practice.

5. Conclusions

In summary, this paper introduces a segmentation algorithm for the lumens in carotid artery ultrasound images based on shape priors. This algorithm adaptively generates shape prior information, which constrains and guides the contour evolution until precise segmentation of the lumens is achieved. The efficacy of the proposed model was confirmed using 247 carotid artery ultrasound images, with experimental results showing an average Dice coefficient of 92.38%, demonstrating that this algorithm can accurately segment lumens in low-quality images, which is critically important for preventing, diagnosing and interventional treating vascular diseases.

Author Contributions

Conceptualization, Y.L. and L.Z.; methodology, L.Z.; software, Y.L.; validation, Y.L., L.Z., J.S. and K.G.; resources, L.Z., J.S. and K.G.; data curation, Y.L.; writing—original draft preparation, Y.L. and L.Z.; writing—review and editing, Y.L. and L.Z.; visualization, Y.L.; supervision, L.Z. and Y.L.; project administration, L.Z. and K.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CVChan–Vese
DRLSEDistance Regularized Level Set Evolution
M-SMumford–Shah
LSFLevel Set Function
HDHausdorff Distance
IOUIntersection Over Union
TPTrue Positives
FPFalse Positives
FNFalse Negatives

References

  1. Mensah, G.A.; Roth, G.A.; Fuster, V. The global burden of cardiovascular diseases and risk factors: 2020 and beyond. J. Am. Coll. Cardiol. 2019, 74, 2529–2532. [Google Scholar] [CrossRef] [PubMed]
  2. Roth, G.A.; Mensah, G.A.; Johnson, C.O.; Addolorato, G.; Ammirati, E.; Baddour, L.M.; Barengo, N.C.; Beaton, A.Z.; Benjamin, E.J.; Benziger, C.P.; et al. Global Burden of Cardiovascular Diseases and Risk Factors, 1990-2019: Update From the GBD 2019 Study. J. Am. Coll. Cardiol. 2019, 74, 2529–2532. [Google Scholar]
  3. Roth, G.A.; Abate, D.; Abate, K.H.; Abay, S.M.; Abbafati, C.; Abbasi, N.; Abbastabar, H.; Abd-Allah, F.; Abdela, J.; Abdelalim, A.; et al. Global, regional, and national age-sex-specific mortality for 282 causes of death in 195 countries and territories, 1980–2017: A systematic analysis for the Global Burden of Disease Study 2017. Lancet 2018, 392, 1736–1788. [Google Scholar]
  4. Frostegård, J. Immunity, atherosclerosis and cardiovascular disease. BMC Med. 2013, 11, 117. [Google Scholar] [CrossRef] [PubMed]
  5. Sakakura, K.; Nakano, M.; Otsuka, F.; Ladich, E.; Kolodgie, F.D.; Virmani, R. Pathophysiology of atherosclerosis plaque progression. Hear. Lung Circ. 2013, 22, 399–411. [Google Scholar] [CrossRef]
  6. Touboul, P.J.; Hennerici, M.G.; Meairs, S.; Adams, H.; Amarenco, P.; Bornstein, N.; Csiba, L.; Desvarieux, M.; Ebrahim, S.; Hernandez Hernandez, R.; et al. Mannheim Carotid Intima-Media Thickness and Plaque Consensus (2004–2006–2011) An Update on Behalf of the Advisory Board of the 3rd, 4th and 5th Watching the Risk Symposia, at the 13th, 15th and 20th European Stroke Conferences, Mannheim, Germany, 2004, Brussels, Belgium, 2006, and Hamburg, Germany, 2011. Cerebrovasc. Dis. 2012, 34, 290–296. [Google Scholar] [PubMed]
  7. Naqvi, T.Z.; Lee, M.S. Carotid intima-media thickness and plaque in cardiovascular risk assessment. JACC Cardiovasc. Imaging 2014, 7, 1025–1038. [Google Scholar] [CrossRef] [PubMed]
  8. Rashid, S.A.; Mahmud, S.A. Correlation between carotid artery intima-media thickness and luminal diameter with body mass index and other cardiovascular risk factors in adults. Sultan Qaboos Univ. Med. J. 2015, 15, e344–e350. [Google Scholar] [CrossRef]
  9. Sarkar, S.; Ghosh, S.; Ghosh, S.K.; Collier, A. Role of transcranial Doppler ultrasonography in stroke. Postgrad. Med. J. 2007, 83, 683–689. [Google Scholar] [CrossRef]
  10. Branas, C.C.; Weingarten, M.S.; Czeredarczuk, M.; Schafer, P.F. Examination of carotid arteries with quantitative color Doppler flow imaging. J. Ultrasound Med. 1994, 13, 121–127. [Google Scholar] [CrossRef]
  11. Zou, L.; Cai, Z.; Qiu, Y.; Gui, L.; Mao, L.; Yang, X. CTG-Net: An efficient cascaded framework driven by terminal guidance mechanism for dilated pancreatic duct segmentation. Phys. Med. Biol. 2023, 68, 215006. [Google Scholar] [CrossRef] [PubMed]
  12. Zou, L.; Cai, Z.; Qiu, Y.; Gui, L.; Mao, L.; Yang, X. Automated peripancreatic vessel segmentation and labeling based on iterative trunk growth and weakly supervised mechanism. Artif. Intell. Med. 2024, 68, 102825. [Google Scholar] [CrossRef] [PubMed]
  13. Yang, X.; Jin, J.; Xu, M.; Wu, H.; He, W.; Yuchi, M.; Ding, M. Ultrasound common carotid artery segmentation based on active shape model. Comput. Math. Methods Med. 2013, 2013, 345968. [Google Scholar] [CrossRef] [PubMed]
  14. Kumar, J.R.H.; Teotia, K.; Raj, P.K.; Andrade, J.; Rajagopal, K.V.; Seelamantula, C.S. Automatic segmentation of common carotid artery in longitudinal mode ultrasound images using active oblongs. In Proceedings of the ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Brighton, UK, 12–17 May 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 1353–1357. [Google Scholar]
  15. Qian, C.; Su, E.; Yang, X. Segmentation of the common carotid intima-media complex in ultrasound images using 2-D continuous max-flow and stacked sparse auto-encoder. Ultrasound Med. Biol. 2020, 46, 3104–3124. [Google Scholar] [PubMed]
  16. Lian, S.; Luo, Z.; Feng, C.; Li, S.; Li, S. APRIL: Anatomical prior-guided reinforcement learning for accurate carotid lumen diameter and intima-media thickness measurement. Med. Image Anal. 2021, 71, 102040. [Google Scholar] [CrossRef] [PubMed]
  17. Chan, T.F.; Vese, L.A. Active contours without edges. IEEE Trans. Image Process. 2001, 10, 266–277. [Google Scholar] [CrossRef] [PubMed]
  18. Mumford, D.B.; Shah, J. Optimal approximations by piecewise smooth functions and associated variational problems. Commun. Pure Appl. Math. 1989, 42, 577–685. [Google Scholar]
  19. Li, C.; Xu, C.; Gui, C.; Fox, M.D. Distance regularized level set evolution and its application to image segmentation. IEEE Trans. Image Process. 2010, 19, 3243–3254. [Google Scholar]
  20. Caselles, V.; Kimmel, R.; Sapiro, G. Geodesic active contours. Int. J. Comput. Vis. 1997, 22, 61–79. [Google Scholar] [CrossRef]
  21. Rukundo, O.; Schmidt, S.E.; Von Ramm, O.T. Software implementation of optimized bicubic interpolated scan conversion in echocardiography. arXiv 2020, arXiv:2005.11269. [Google Scholar]
  22. Rukundo, O.; Schmidt, S.E. Stochastic Rounding for Image Interpolation and Scan Conversion. arXiv 2021, arXiv:2110.12983. [Google Scholar] [CrossRef]
  23. Cremers, D.; Sochen, N.; Schnörr, C. Towards recognition-based variational segmentation using shape priors and dynamic labeling. In Proceedings of the Scale Space Methods in Computer Vision: 4th International Conference, Scale Space 2003, Isle of Skye, UK, 10–12 June 2003; Springer: Berlin/Heidelberg, Germany; 2003; pp. 388–400. [Google Scholar]
  24. Tsai, A.; Yezzi, A.; Wells, W.; Tempany, C.; Tucker, D.; Fan, A.; Grimson, W.E.; Willsky, A. A shape-based approach to the segmentation of medical imagery using level sets. IEEE Trans. Med. Imaging 2003, 22, 137–154. [Google Scholar] [CrossRef] [PubMed]
  25. Huang, J.; Yang, X.; Chen, Y.; Tang, L. Ultrasound kidney segmentation with a global prior shape. J. Vis. Commun. Image Represent. 2013, 24, 937–943. [Google Scholar] [CrossRef]
  26. Gui, L.; Ma, J.; Yang, X. Shape prior generation and geodesic active contour interactive iterating algorithm (SPACIAL): Fully automatic segmentation for 3D lumen in intravascular optical coherence tomography images. Med. Phys. 2021, 48, 7099–7111. [Google Scholar] [CrossRef] [PubMed]
  27. Courant, R.; Friedrichs, K.; Lewy, H. On the partial difference equations of mathematical physics. IBM J. Res. Dev. 1967, 11, 215–234. [Google Scholar] [CrossRef]
  28. Xie, M.; Li, Y.; Xue, Y.; Huntress, L.; Beckerman, W.; Rahimi, S.; Ady, J.; Roshan, U. Vessel lumen segmentation in carotid artery ultrasounds with the U-Net convolutional neural network. In Proceedings of the 2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Seoul, Republic of Korea, 16–19 December 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 2680–2684. [Google Scholar]
  29. Huang, Q.; Jia, L.; Ren, G.; Wang, X.; Liu, C. Extraction of vascular wall in carotid ultrasound via a novel boundary-delineation network. Eng. Appl. Artif. Intell. 2023, 121, 106069. [Google Scholar] [CrossRef]
Figure 1. Ultrasound images of carotid artery. The red lines represent the lumen walls.
Figure 1. Ultrasound images of carotid artery. The red lines represent the lumen walls.
Bioengineering 11 00812 g001
Figure 2. Generation process of the shape prior. (a) The original image. (b) Center line. (c) Shape prior.
Figure 2. Generation process of the shape prior. (a) The original image. (b) Center line. (c) Shape prior.
Bioengineering 11 00812 g002
Figure 3. Comparison of the three methods on Dice metric.
Figure 3. Comparison of the three methods on Dice metric.
Bioengineering 11 00812 g003
Figure 4. Comparison results in ultrasound images. (a) The original images. (b) Ground truth labeled by experienced physicians. (ce) are the segmentation results of CV, DRLSE and the proposed model, respectively.
Figure 4. Comparison results in ultrasound images. (a) The original images. (b) Ground truth labeled by experienced physicians. (ce) are the segmentation results of CV, DRLSE and the proposed model, respectively.
Bioengineering 11 00812 g004
Figure 5. Poor segmentation results of the proposed method. (a) The original images. (b) Ground truth. (c) Results of the proposed method.
Figure 5. Poor segmentation results of the proposed method. (a) The original images. (b) Ground truth. (c) Results of the proposed method.
Bioengineering 11 00812 g005
Table 1. Average Dice value, sensitivity value, Hausdorff distance, specificity value, IOU value of three methods. The arrows indicate the directions towards better performance. The bold numbers denote the best performance.
Table 1. Average Dice value, sensitivity value, Hausdorff distance, specificity value, IOU value of three methods. The arrows indicate the directions towards better performance. The bold numbers denote the best performance.
MethodDice ↑Sensitivity ↑Specificity ↑IOU ↑HD ↓
CV72.36 ± 10.6985.16 ± 0.0093.94 ± 0.0057.75 ± 1.0060.30 ± 64.83
DRLSE89.30 ± 3.8191.64 ± 2.6798.20 ± 4.1280.88 ± 5.2313.88 ± 7.61
Proposed92.38 ± 3.3497.23 ± 3.3499.42 ± 3.2386.02 ± 1.0010.52 ± 10.13
Table 2. Average Dice value, sensitivity value, Hausdorff distance, specificity value, IOU value of the proposed models’ performance with different parameters. The arrows indicate the directions towards better performance. The bold numbers denote the best performance.
Table 2. Average Dice value, sensitivity value, Hausdorff distance, specificity value, IOU value of the proposed models’ performance with different parameters. The arrows indicate the directions towards better performance. The bold numbers denote the best performance.
ParametersDice ↑Sensitivity ↑Specificity ↑IOU ↑HD ↓
Δ t = 5.00 , λ = 6.00 , α = 3.50 , β = 0.50 92.38 ± 3.3497.23 ± 3.3499.42 ± 3.2386.02 ± 1.0010.52 ± 10.13
Δ t = 6.20 , λ = 7.75 , α = 1.41 , β = 1.96 86.57 ± 8.2174.03 ± 11.8699.70 ± 0.6473.03 ± 11.5815.13 ± 14.58
Δ t = 5.80 , λ = 4.66 , α = 4.21 , β = 1.15 90.50 ± 4.3180.33 ± 7.7799.57 ± 0.8078.82 ± 7.5011.20 ± 8.53
Δ t = 4.02 , λ = 3.98 , α = 1.73 , β = 0.38 91.70 ± 3.7182.28 ± 7.0499.62 ± 0.5080.82 ± 6.8310.19 ± 7.52
Δ t = 4.40 , λ = 6.51 , α = 5.38 , β = 0.40 91.52 ± 7.2190.40 ± 3.9997.49 ± 4.5483.18 ± 9.9621.88 ± 29.54
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, Y.; Zou, L.; Song, J.; Gong, K. Automated Lumen Segmentation in Carotid Artery Ultrasound Images Based on Adaptive Generated Shape Prior. Bioengineering 2024, 11, 812. https://doi.org/10.3390/bioengineering11080812

AMA Style

Li Y, Zou L, Song J, Gong K. Automated Lumen Segmentation in Carotid Artery Ultrasound Images Based on Adaptive Generated Shape Prior. Bioengineering. 2024; 11(8):812. https://doi.org/10.3390/bioengineering11080812

Chicago/Turabian Style

Li, Yu, Liwen Zou, Jiajia Song, and Kailin Gong. 2024. "Automated Lumen Segmentation in Carotid Artery Ultrasound Images Based on Adaptive Generated Shape Prior" Bioengineering 11, no. 8: 812. https://doi.org/10.3390/bioengineering11080812

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

Article Metrics

Back to TopTop