Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Kluwer - Handbook of Biomedical Image Analysis Vol

.2.pdf
Скачиваний:
102
Добавлен:
10.08.2013
Размер:
25.84 Mб
Скачать

492

Suri et al.

Figure 9.34: Results on synthetic image with noise variance, σ 2 = 500 using GSM method. Row 5, left: After assign ID (K = 1). Row 5, right: After assign ID (K > 1). Row 6, left: After region to boundary (K = 1). Row 6, right: After region to boundary (K > 1). Row 7, left: Overaly generation with and without crescent moon. Row 8, right: Overaly generation with and wihout crescent moon.

9.5Performance Evaluation System: Rulers and Error Curves

The polyline distance Ds(B1 : B2) between two polygons representing boundary

B1 and B2 is symmetrically defined as the average distance between a vertex of one polygon and the boundary of the other polygon. To define this measure precisely, we first need to define a distance d(v, s) between a point v and a line segment s. The distance d(v, s) between a point v having coordinates (x0, y0), and a line segment having end points (x1, y1) and (x2, y2) is

d(v, s)

=

min{d1, d2}

if λ < 0, λ > 1

(9.18)

 

|d |

if ≤ 0, λ ≤ 1,

 

 

 

 

where

d1 = (x0 x1)2 + (y0 y1)2

d2 = (x0 x2)2 + (y0 y2)2

Lumen Identification, Detection, and Quantification in MR Plaque Volumes

493

λ

=

 

(y2 y1)(y0 y1) + (x2

x1)(x0 x1)

 

(9.19)

(x2 x1)2 + (y2 y1)2

 

 

 

d

=

(y2 y1)(x1 x0) + (x2 x1)(y0 y1)

 

 

 

 

 

 

 

 

 

(x2 x1)2 + (y2 y1)2

The distance db(v, B2) measuring the polyline distance from vertex v to the boundary B2 is defined by

db(v, B2) = s

min

d(v, s)

(9.20)

 

sidesB2

 

 

 

 

 

The distance dvb(B1, B2) between the vertices of polygon B1 and the sides of polygon B2 is defined as the sum of the distances from the vertices of the polygon

B1 to the closest side of B2.

v v

1

dvb(B1, B2) =

d(v, B2)

ertices B

Reversing the computation from B2 to B1, we can similarly compute dvb(B2, B1). Using Eq. (9.20), the polyline distance between polygons, Ds(B1 : B2) is defined by

dvb(B1, B2) + dvb(B2, B1)

Ds(B1 : B2) = (9.21) (# vertices B1 + # vertices B2)

9.5.1 Mean Error (eNFPpoly)

Using the definition of the polyline distance between two polygons, we can now compute the mean error of the overall system. It is denoted by eNFPpoly and defined

by

=

 

 

F

×

 

 

eNFPpoly

2 ×

 

t=1

n=1

Ds(Gnt , Cnt )

(9.22)

 

 

N

 

 

 

 

F

 

where Ds(Gnt , Cnt ) is the polyline distance between the ground truth Gnt and computer-estimated polygons Cnt for patient study n and slice number t. Using the definition of the polyline distance between two polygons, the standard deviation can be computed as

σNFPpoly =

 

F

 

N

 

 

× ×

 

1

+

2

 

!

 

t=1

 

n=1

{

 

v vertices Gnt (db (v, Cnt ) eNFP)2

+ v vertices Cnt (db (v, Gnt ) eNFP)2

}

 

 

 

 

 

 

N F

(# vertices

B

# vertices

B )

 

(9.23)

494

Suri et al.

9.5.2Error per Vertex and Error per Arc Length for Bias Computation

Using the polyline distance formulaes, we can compute the error per vertex from one polygon (ground truth) to another polygon (computer estimated). This is defined as the mean error for a vertex v over all the patients and all the slices. The error per vertex for a fixed vertex v when computed between ground truth and computer-estimated boundary is defined by

ev

=

 

=

F=

N

(9.24)

 

 

F

N

 

 

GC

 

t 1

n 1 db(v, Gnt )

 

×

Similary we can compute the error per vertex between computer estimated and ground truth using Eq.(9. 20) Error per arc length is computed in the following

way: For the values evGC where v = 1, 2, 3, . . . , P1, we construct a curve f GC defined on the interval [0,1] which takes the value evGC at point x which is the normalized arc length to vertex v and whose in between values are defined by linear interpolation. We compute the curve f C G between computer estimated boundary and ground truth boundary in a similar way. We then add algebraically

these two curves to yield the final

error per arc length

, given as

f

=

f GC + f C G .

 

 

2

 

9.5.3 Performance of Synthetic System: Error Curves

9.5.3.1 Small Noise Protocols

Figure 9.35 (left and right) shows the performance of the synthetic system for the small noise protocol using polyline (see section 9.5) and shortest distance methods. Figure 9.35 (left) compares the mean error curves of the MRF vs. FCM (with smoother) using the PDM, while Fig. 9.35 (right) compares the mean error curves of the MRF vs. FCM (with smoother) using the shortest distance method. Using PDM, as the variance of the noise (σ 2) increases from 0 to 100, the mean error in both methods increases gradually. The mean error for the FCM (with smoother) remains under 1.6 pixels, while the mean error for MRF ranges between 1.6 and 1.8 pixels. The same pattern is observed using SDM method (see Fig. 9.35, right). It is also seen in the two graphs that FCM using PDM has a lower error compared to FCM using SDM.

In another procotol, we run the same PDM and SDM for FCM methods but with and without the Perona–Malik smoothing process. This can be seen in Fig. 9.36 (left and right). The method of PDE-based smoothing system improves

Lumen Identification, Detection, and Quantification in MR Plaque Volumes

495

Figure 9.35: Results of MRF vs. FCM using PDM and SDM methods for small noise protocol. Left: MRF vs. FCM using PDM method. Right: MRF vs. FCM using SDM method.

the error over non-PDE based system at large noise and thus is more robust in identification and detection process. It is also seen in the two graphs that FCM (with and without smoother) using PDM has a lower error compared to FCM (with and without smoother) using SDM.

In another procotol, we compare the MRF vs. FCM (without PDE smoother) and this can be seen in Fig. 9.37 (left and right). Using PDM, as the variance of the noise (σ 2) increases from 0 to 100, the mean error in both methods increases gradually. The mean error for the FCM (without smoother) remains under 1.6 pixels, while the mean error for MRF ranges between 1.6 and 1.8 pixels. The same pattern is observed using SDM method (see Fig. 9.37, right). It is also seen

Figure 9.36: Effect of PDE-smoother process on the overall system. Left: FCM using PDM method (for small noise protocol). Right: FCM using SDM method (for small noise protocol).

496

Suri et al.

Figure 9.37: MRF vs. FCM. Left: MRF using PDM method (for small noise protocol). Right: FCM using PDM method (for small noise protocol).

in the two graphs that FCM (without smoother) and MRF using PDM have a lower error compared to FCM (without smoother) and MRF using SDM.

9.5.4 Large Noise Protocols

In one of the protocols, we compare MRF vs. FCM (with smoother) using PDM (see Fig. 9.38, left) and SDM (see Fig. 9.38, right). Using PDM, as the variance of the noise (σ 2) increases from 100 to 1000, the mean error in FCM increases very gradually. This clearly demonstrates its robustness at large noise variances. The

Figure 9.38: MRF vs. FCM for large noise protocol. Left: MRF using PDM method. Right: FCM using PDM method. Note that the range of the mean errors is less than 0.36 pixels using MRF and less than 0.05 pixels using FCM with smoother.

Lumen Identification, Detection, and Quantification in MR Plaque Volumes

497

mean error for MRF increases more rapidly compared to that of FCM. The mean error for the FCM (with smoother) remains close to 1.6 pixels, while the mean error for MRF ranges between 1.7 (σ 2 = 100) and 2.1 pixels (σ 2 = 1000). The same pattern is observed for the MRF vs. FCM using SDM (see Fig. 9.38, right).

9.5.5 Bias Estimation Protocol

From section 9.5.2, we compute the error per vertex (point) around the boundary consisting of 150 points for MRF and FCM (with smoother) methods. We used the PDM ruler for bias error analysis. It can be seen from Fig. 9.39 that there is no bias error for the FCM method, and all the boundary points have an error with a mean of 1.5 pixels. For the MRF method, the bias error curve first becomes negative, and then rises to positive values after the boundary point 45. This shows that there has been a right shift of the computer-estimated contour compared to the ideal contour after the point 45. This also means that the one third of the contour is inside the ideal boundary, and the remaining two thirds of the contour is outside the ideal boundary. Such a behavior can be explained using two concepts: (a) intraand interobserver variability and (b) shift in the estimated contour. This is out of the scope of this chapter and will be discussed elsewhere.

Figure 9.39: The bias error is compared between the MRF and the FCM with smoother. The mean errors are plotted against consecutive points around the contour. Large noise protocol.

498

Suri et al.

Figure 9.40: PDM vs. SDM methods. Left: MRF: PDM vs. SDM. Right: FCM: PDM vs. SDM. The length of the range of the mean errors is less than 0.36 pixels, and the difference between the two curves is about 0.03 pixels.

9.5.6 PDM versus SDM Performances

Figure 9.40 (left) shows the comparison between PDM and SDM, using MRF classification system for large noise protocol (σ 2 = 100 to σ 2 = 1000). As seen in the figure, the mean error increases gradually from 1.7 to 2.1 pixels. As seen in the figure, PDM has a lower error compared to SDM by a small amount of 0.05 pixels. However, they both go hand-in-hand as the variance increases from 100 to 1000.

Figure 9.40 (right) shows the comparison between PDM and SDM, using FCM classification system for large noise protocol (σ 2) from 100 to 1000. As seen in the figure, the mean error increases gradually from less than 1.6 pixels to little more than 1.6 pixels. As seen in the v figure, PDM has a lower error compared to SDM by a small amount of 0.05 pixels. However, they both also go hand-in-hand as the variance increases from 100 to 1000. We also see that FCM method (see Fig. 9.40, right) has a lower mean error slope compared to MRF (see Fig. 9.40, left). The explanation of this can be attributed to the discussion of the previous section.

9.5.7 Shape Optimization Protocol

In this protocol, we study and analyze the shape characteristics of the lumen with respect to the number of points on the boundary. We know that as the number of

Lumen Identification, Detection, and Quantification in MR Plaque Volumes

499

Figure 9.41: Sampling protocol test: Left: Shape optimization test. Right: Concentric shape decagon test. Two circle contours each of radius 60 pixels have their centers separated by 60 pixels. The mean errors given by the PDM and the SDM are plotted against the number of points on the circular contours. As the number of points on each of the contours increases, the difference in the mean errors decreases, and both errors approach an actual value.

points increases on the boundary, the boundary becomes more smooth, but we do not know as to how many points are necessary on the boundary to represent the best lumen shape. Figure 9.41 (left and right) demonstrates the mean error around the boundary versus the number of points on the lumen boundary. As the number of points increases from 10 to 120, the mean error drops rapidly using PDM and SDM methods. Using PDM, the mean error drops rapidly when the number of boundary points increases from 10 to 30 and reaches a stage of convergence when the number of points is 50. The same pattern is observed using the SDM method and the mean error falls rapidly from points 10 to 50 and reaches a stage of convergence when the number of points on the boundary is 80. The stage of convergence here means that there is no more change in the mean error, if the number of points increases beyond a certain limit. Lastly, the fall of the errors as the number of points increases is more rapid for SDM compared to that of PDM, and the starting error (when total points are 10) in SDM is much larger compared to that of PDM. A similar experiment was done synthetically when the boundaries are concentric shapes. We took a simple shape of a concentric decagon (with radius 20 and 50 pixels) and increasing the number of points from 10 to 120. Since the boundaries were concentric, the

500

Suri et al.

point of convergence was same (70 points) for both PDM and SDM (see Fig. 9.41, right).

9.5.8 Protocol for Spline Fitting Over Boundaries

The last protocol consists of fitting a Bezier curve (spline) to the boundaries. There are two-fold purposes in our protocol: (a) To make the boundary curves smoother and (b) to make the points on the boundary curves equidistant. We use the methodology discussed in Graphics Gems for spline-fitting, and we used curve interpolation for making the curve equidistant. Both these effects show a reduction in the mean error. Figure 9.42 shows the effect of

Figure 9.42: Effect of fitting splines over the estimated boundaries. Top left: MRF, PDM, with and without splines. Top right: MRF, SDM, with and without splines. Bottom left: FCM, PDM, with and without splines. Bottom right: FCM, SDM, with and without splines.

Lumen Identification, Detection, and Quantification in MR Plaque Volumes

501

Figure 9.43: Optimization curves. Left: σ 2 = 500. Right: σ 2 = 1000.

fitting splines over the estimated boundaries. There are four parts in this figure showing the effect of splines over two classification systems, using two distance methods: (a) MRF using PDM, (b) MRF using SDM, (c) FCM using PDM, and (d) FCM using SDM. In all four subprotocols, we find the same behavior that the spline-fitted mean errors are lower than nonspline-fitted mean errors. We also observed that there is a very consistent standard deviation error for all four subprotocols. We also did lumen shape optimization on fitted spline shapes, and this can be seen in Fig. 9.43 (left and right). As the number of points on the boundary increases, the mean error drops and reaches a stage of convergence.

9.6 Real Data Analysis: Circular Vs. Elliptical

9.6.1 Circular Binarization

Select class is used for binarization of the classified image. The frequency of each pixel value in the ROI is determined. The core class C0 is the class with the greatest number of pixels. The number of pixels is equivalent to the area of the core. The average area of the entire lumen core is determined from the ground truth boundaries, and this area is compared to the area of the C0 area. A threshold function is used to determine whether to binarize the C0 region, or to merge C0 with C1 and then binarize. We now discuss the methods to compute the average lumen area, lumen core area, and the difference of these, and their comparison.