Skip to main content

Computer-aided diagnosis for diagnostically challenging breast lesions in DCE-MRI based on image registration and integration of morphologic and dynamic characteristics

Abstract

Diagnostically challenging lesions comprise both foci (small lesions) and non-mass-like enhancing lesions and pose a challenge to current computer-aided diagnosis systems. Motion-based artifacts lead in dynamic contrast-enhanced breast magnetic resonance to diagnostic misinterpretation; therefore, motion compensation represents an important prerequisite to automatic lesion detection and diagnosis. In addition, the extraction of pertinent kinetic and morphologic features as lesion descriptors is an equally important task. In the present paper, we evaluate the performance of a computer-aided diagnosis system consisting of motion correction, lesion segmentation, and feature extraction and classification. We develop a new feature extractor, the radial Krawtchouk moment, which guarantees rotation invariance. Many novel feature extraction techniques are proposed and tested in conjunction with lesion detection. Our simulation results have shown that motion compensation combined with Minkowski functionals and Bayesian classifier can improve lesion detection and classification.

1 Introduction

Contrast-enhanced magnetic resonance imaging of the breast was reported to be a highly sensitive method for the detection of invasive breast cancer[1]. Different investigators described that certain dynamic signal intensity (SI) characteristics (rapid and intense contrast enhancement followed by a wash-out phase) obtained in dynamic studies are a strong indicator for malignancy[2]. Morphologic criteria have also been identified as valuable diagnostic tools[3]. Recently, combinations of different dynamic and morphologic characteristics have been reported[4] which can reach diagnostic sensitivities up to 97% and specificities up to 76.5%.

Recent clinical research has shown that ductal carcinoma in situ (DCIS) with small invasive carcinoma can be adequately visualized in magnetic resonance imaging (MRI)[5] and that MRI provides an accurate estimation of invasive breast cancer tumor size, especially in tumors 2 cm or smaller[6].

However, more than 40% of the false-negative MR diagnosis are associated with diagnostically challenging lesions such as non-mass enhancing lesions (pure DCIs) and with small lesion (foci) size, thus indicating a lower sensitivity of MRI for these cases. It has been shown that double reading achieves a higher sensitivity but is time-consuming; as an alternative, a computer-assisted system was suggested[7]. The success of computer-aided diagnosis (CAD) in conventional X-ray mammography[812] motivates furthermore the research of similar automated diagnosis techniques in breast MRI[13, 14].

The goal of this paper is to develop a computer-assisted system and thus improve the quality of breast MRI postprocessing, reducing the number of missed or misinterpreted cases leading to false-negative diagnosis.

Figure1 visualizes the flow diagram of the proposed computer-assisted system, including image registration, lesion segmentation, feature extraction, and evaluation.

Figure 1
figure 1

Diagram of a computer-assisted system for the evaluation of diagnostically challenging contrast-enhancing lesions.

Automatic motion correction represents an important prerequisite to a correct automated small lesion evaluation[15]. Motion artifacts are caused either by the relaxation of the pectoral muscle or involuntary patient motion and invalidate the assumption of the same spatial location within the breast of the corresponding voxels in the acquired volumes for assessing lesion enhancement. Especially for small lesions, the assumption of correct spatial alignment often leads to misinterpretation of the diagnostic significance of enhancing lesions[16].

Visual assessment of morphologic properties is a highly inter-observer variable[17], while automated computation of features leads to more reproducible indices and thus to a more standardized and objective diagnosis. In this sense, we research novel mathematical descriptors for both morphology and dynamics and will compare their performance regarding small lesion classification based on novel feature selection algorithms. In addition, we develop and test a novel descriptor, the radial invariant Krawtchouk moments, to capture the morphology of diagnostically challenging lesions.

Therefore, the goal of our paper is to evaluate quantitatively based on automated classification the utility of novel feature extraction approaches to breast lesion detection such as foci and non-mass enhancing lesions.

2 Materials and methods

2.1 Patients

A total of 63 patients, all females with an age range of 42 to 73 years, with 66 solid breast tumors were examined. All patients had histopathologically confirmed diagnosis from needle aspiration/excision biopsy and surgical removal.

Histologic findings were malignant in 30 and benign in 36 lesions. Tumors were classified as diagnostically challenging lesions for both foci and non-mass enhancing lesions. Lesion size was derived from mammography images. Mean size of malignant lesions was 1.3 cm (median = 1.2 cm, range = 0.4 to 3.8 cm), and mean size of benign lesions was 1.2 cm (median = 1.0 cm, range = 0.3 to 3.0 cm).

2.2 Magnetic resonance imaging

MRI was performed with a 1.5-T system (Magnetom Vision, Siemens, Erlangen, Germany) with two different protocols equipped with a dedicated surface coil to enable simultaneous imaging of both breasts. The patients were placed in prone position. First, transversal images were acquired with short TI inversion recovery sequence (TR = 5,600 ms, TE = 60 ms, FA = 90°, IT = 150 ms, matrix size 256 × 256 pixels, slice thickness 4 mm). A dynamic T1-weighted gradient echo sequence (3D fast low-angle shot sequence) was performed (TR = 11 ms and TR = 9 ms, TE = 5 ms, FA = 25°) in transversal slice orientation with a matrix size of 256 × 256 pixels and an effective slice thickness of 4 or 2 mm.

The dynamic study consisted of six measurements with an interval of 83 s. The first frame was acquired before injection of a paramagnetic contrast agent (gadopentetate dimeglumine, 0.1 mmol/kg body weight, Magnevist™, Schering, Berlin, Germany), which was immediately followed by five other measurements. The initial localization of suspicious breast lesions was performed by computing difference images, i.e., subtracting the image data of the first from the fourth acquisition. As a pre-processing step to clustering, each raw gray level time series S(τ),τ  {1,…,6} was transformed into a signal time series of relative signal enhancement x(τ) for each voxel, the pre-contrast scan at τ = 1 serving as reference; in other words,x(τ)= x ( τ ) - x ( 1 ) x ( 1 ) . Thus, we ensure that the proposed method is less sensitive to changing between different MR scanners and/or protocols.

3 Motion compensation and lesion segmentation

The employed motion compensation algorithm[18] is based on the Horn and Schunck method and represents a variational method for computing the displacement field, the so-called optical flow u, in an image sequence f 1,f 2 with movement in between the image acquisitions:

u : Ω R 3 R 3 , f 2 compensated ( x , y , z ) = f 2 ( x + u x , y + u y , z + u z ) .
(1)

u i ,i {x,y,z} describes the movement in the corresponding direction.

The method is based on two typical assumptions for variational optical flow methods: the brightness and smoothness assumption. Additionally, we enforce a divergence-free flow field.

The initial image sequence f 0 is pre-processed and convolved with a Gaussian K σ of a standard deviation σ:

f= K σ f 0 .
(2)

The variational method is based on the minimization of the continuous energy functional which penalizes all deviations from model assumptions:

E ( u ) = Ω ( M ( D k f , u ) Dataterm + μ S ( f , u ) ) + ( λ + μ ) D ( div u ) Regularizer dx ,
(3)

where the spatial domain Ω represents a spatiotemporal domain. The data term (M(D k f,u)) describes a brightness constancy assumption, the first part of the regularizer (S(f,u)) penalizes deviations from piecewise smoothness, and the second part of the regularizer D(divu) penalizes non-divergent-free flow fields. The weight terms μ > 0 and λ represent the regularization parameters, the so called Lamé constants, where larger values correspond to more simplified flow fields. This technique is a global method where the filling-in-effect yields dense flow fields, and no subsequent interpolation is necessary as with the technique proposed in[19]. This method works within a single variational framework. This technique overcomes the aperture problem, provides sub-pixel accuracy, and can be easily enhanced and adapted.

The optimal motion correction results were achieved for motion compensation in two directions for mostly small standard deviations of the Gaussian kernel and smoothing parameter. Consistent with the only study known for evaluating the effect of motion correction algorithms[16], the proposed motion compensation technique improved the tumor diagnosis by having a strong impact on the enhancement curves.

Motion compensation is followed by image segmentation where each MR image has to be segmented into two regions, the region of interest, i.e., the voxels belonging to the tumor, and the background. We are using an interactive region growing algorithm that creates a binary mask for the tumor and its surroundings. The image used for the region growing algorithm was the difference image of the second post-contrast image and the native pre-contrast image.

4 Kinetic and morphologic features

4.1 Features describing the enhancement kinetics

The computer-assisted interpretation of time-signal series as measured during a dynamic contrast-enhanced magnetic resonance (DCE-MR) examination for each image voxel represents one of the major steps in designing CAD systems for breast MRI. In[2], it was shown that the shape of the time-signal intensity curve represents an important criterion in differentiating benign and malignant enhancing lesions in DCE-MR imaging. The results indicate that the enhancement kinetics, as represented by the time-signal intensity curves visualized in Figure2, differ significantly for benign and malignant enhancing lesions and thus represent a basis for differential diagnosis. In cancerous breast tissue, plateau or washout time courses (type II or III) prevail. Steadily progressive signal intensity time courses (type I) are exhibited by benign enhancing lesions, albeit these enhancement kinetics are shared not only by benign tumors but also by fibrocystic changes.

Figure 2
figure 2

Schematic drawing of the time-signal intensity curve types [2]. Type I corresponds to a straight (Ia) or curved (Ib) line; enhancement continues over the entire dynamic study. Type II is a plateau curve with a sharp bend after the initial upstroke. Type III is a washout time course SI c - SI SI where SI is the pre-contrast signal intensity and SI c is the post-contrast signal intensity. In breast cancers, plateau or washout time courses (type II or III) prevail. Steadily progressive signal intensity time courses (type I) are exhibited by benign enhancing lesions.

As a dynamical feature, we use the slope of relative signal intensity enhancement (RSIE). To capture the correct form of the RSIE curve, we are fitting a straight line l = a t + b to the data of the last three time scans of every pixel. The distance that l is supposed to minimize with respect to the data is the sum of the squared errors which leads to the well-known problem of least squares. Since we only need the slope a, it is sufficient to compute for the last three post-contrast scans:

a = i = 3 , j = 1 i = 5 , j = n il ij - 3 n t ̄ l ̄ n ( 3 2 + 4 2 + 5 2 ) - 3 n t ̄ 2 ,
(4)

where l ij is the relative enhancement l ij := f ij - f 0 j f 0 j , n corresponds to the number of voxels we consider, and · ̄ denotes the mean.

Since this feature has already proven its descriptive power, we are using it in the evaluation of motion correction.

4.2 Features describing the lesion morphology

Morphological characteristics contain valuable information about a lesion’s type. Combined with kinetic properties, one could expect a higher accuracy. Furthermore, non-mass enhancing lesions such as DCIS or ICS can be better differentiated based on morphologic properties[20]. In the previous work[21], we have considered features that describe the geometric characteristics of the shape and local moments such as that of Krawtchouk to identify the non-smooth surface.

4.2.1 Minkowski functionals

Another family of characteristics that capture morphologic attributes is generated by Minkowski functionals (MFs)[22]. MF can characterize geometrical and topological space concepts such as shape, convexity, and connectivity and represent a simple yet precise tool for the analysis of geometrical structures in tumors. The most important MF for three-dimensional (3D) tumors is the Euler characteristic.

Since we consider 3D objects, Hadwiger’s theorem[23] states that in this case we have four MFs, namely volume V, surface area S, mean breadth B, and Euler characteristic χ. The meaning of V and S are immediately clear, and the Euler characteristic is the number of regions of connected white voxels plus the number of completely enclosed regions of black voxels minus the number of black tunnels through white regions, remembering that in our data, the tumor is shown as a white object in a black area. The mean breadth is proportional to the integral mean curvature H of the tumor A which is defined as

H ( A ) = 1 2 A ( κ 1 + κ 2 ) df

with κ 1 ,κ 2 as the principal curvatures and d f as the area element of A.

Since our object is represented as an MR image, we are only computing an approximation of the MFs of the existing tumor, but due to the nature of MRI, we cannot improve that. To calculate the MFs, one can use an iterative technique that checks every voxel and updates the values if the voxel belongs to the tumor. The efficient algorithm that we have used is presented in[22]. For the classification, it can also make sense to look at normed Minkowski functionals, which are

V ~ = 1 , S ~ = S N 1 / 3 , B ~ = 2 B N 2 / 3 χ ~ = χ / N .
(5)

The N denotes the number of voxels in the tumor when we assume a voxel size of one.

4.2.2 Krawtchouk moments

The (discrete) Krawtchouk polynomials represent a set of functions that are related to the binomial distribution. Their descriptive power was shown in[24]. Since they are defined over a discrete set, their application is well suited in image processing.

The Krawtchouk polynomial of n th order is the hypergeometric function

K n ( x ; p , N ) = 2 F 1 - n , - x ; - N ; 1 p = k = 0 N a k , n , p x k ,
(6)

and p (0,1), x,n = 0,1,…,N, N > 0.2 F 1 is defined as

2 F 1 ( a , b ; c , z ) = k = 0 ( a ) k ( b ) k ( c ) k z k k !

using the Pochhammer symbol (a) k which is

( a ) k = Γ ( a + k ) Γ ( a ) .

Their norm ρ(n;p,N) and their weight function w(x;p,N) are associated:

w ( x ; p , N ) = N x p x ( 1 - p ) N - x ρ ( n ; p , N ) = ( - 1 ) n n ! ( - N ) n ( 1 - p p ) n .

To avoid numeric fluctuations, it is necessary to weight the Krawtchouk polynomials:

K ̄ n ( x ; p , N ) = K n ( x ; p , N ) w ( x ; p , N ) ρ ( n ; p , N ) .
(7)

Now, the polynomials K ̄ n (x;p,N) form a set of orthonormal functions[25]:

x = 0 N K ̄ n ( x ; p , N ) K ̄ m ( x ; p , N ) = δ mn .

Since the computation of the weighted Krawtchouk moments via Equations 7 and 6 requires a lot of resources, one normally uses a recursive algorithm[24]:

K ̄ 0 ( x ; p , N ) = w ( x ; p , N ) ρ ( 0 ; p , N ) K ̄ 1 ( x ; p , N ) = 1 - x pN w ( x ; p , N ) ρ ( 1 ; p , N ) p ( n - N ) K ̄ n + 1 ( x ; p , N ) = p ( N - n ) 1 - p ) ( n + 1 ) × ( Np - 2 np + n - x ) K ̄ n ( x ; p , N ) - p 2 ( N - n ) ( N - n + 1 ) ( 1 - p ) 2 ( n + 1 ) n × n ( 1 - p ) K ̄ n - 1 ( x ; p , N ) .

Being able to compute the Krawtchouk polynomials, we can define the Krawtchouk moment of the (n + m + l)th order for an image of size N × M × L as

Q nml = x = 0 N - 1 y = 0 M - 1 z = 0 L - 1 K ̄ n ( x ; p x , N - 1 ) K ̄ m ( y ; p y , M - 1 ) × K ̄ l ( z ; p z , L - 1 ) f ( x , y , z ) .
(8)

Since the weighted Krawtchouk polynomials form an orthonormal system, we can even reconstruct the image as

f ( x , y , z ) = n = 0 N - 1 m = 0 M - 1 l = 0 L - 1 K ̄ n ( x ; p x , N - 1 ) K ̄ m ( y ; p y , M - 1 ) × K ̄ l ( z ; p z , L - 1 ) Q nml .

For example, the Krawtchouk moments have successfully been used for content-based search by Mademlis et al.[26].

4.2.3 Radial invariant Krawtchouk moments

In this section, we are describing radial Krawtchouk moments in 3D based on the radial Krawtchouk moments in 2D presented in[25]. The idea behind this is to represent the image in a radial polar system f(r,θ). In an image of a size N × N, the radius r varies from 0 to N/2 and the angle θ varies from 0 to 2π in steps of ν. Therefore, θ c = 2 π c ν ,c=0,,ν-1. Given this representation, the radial Krawtchouk moments are defined as

R nm = 1 ν r = 0 u - 1 c = 0 ν - 1 K ̄ n ( r ; p , N - 1 ) exp - i 2 π cm ν f ( r , θ c ) .

u= N 2 is the number of pixels along the radius r. If the image is rotated by an angle α, we get

| R mn | = | 1 ν r = 0 u - 1 c = 0 ν - 1 K ̄ n ( r ; p , N - 1 ) × exp - i 2 π ( c + α ) m ν f ( r , θ c ) | = | exp - i 2 π α m ν R mn | = | R mn | = : ϕ mn .
(9)

Hence, the ϕ mn are rotationally invariant.

To extend this method straightforward to 3D, we need to find a representation of all rotations/orientations in special orthogonal group in 3D (SO(3)) that uses only angles, and then we map them on a linear space having equidistant points and no singularities[27]. Since this cannot be accomplished, we are using the Euler angles as a representation of SO(3). They allow us to represent any three-dimensional rotation RS O(3) by three consecutive rotations of angle Ψ  [0,2π], Θ  [0,π] and Φ   [0,2π] around three predefined axes. For convenience, let us choose the three axes as the coordinate axes Z,X,Z:

R Φ , Θ , Ψ = cos Ψ sin Ψ 0 - sin Ψ cos Ψ 0 0 0 1 1 0 0 0 cos Θ sin Θ 0 - sin Θ cos Θ × cos Φ sin Φ 0 - sin Φ cos Φ 0 0 0 1

The rotation is uniquely defined for every choice of angles with Θ ≠ 0. If Θ = 0, we get a rotation of angle Ψ + Φ around the Z-axis which can be achieved by an infinite combination of values for Ψ and Φ. We avoid this in our discretization by shifting the values of Θ by half of the step size of the discretization.

Let f(r,Φ,Θ,Ψ) denote the image in the Euler coordinates, which means the vector (r,0,0)T is rotated by R Φ,Θ,Ψ and its three components describe the pixel at the corresponding x,y and z coordinates (of course, the origin of the coordinate system x,y,z refers to the center of the image), then the radial Krawtchouk moments in 3D are defined as

R klmn = 1 ν + σ + ξ r = 0 u - 1 s = 0 ν - 1 t = 0 σ - 1 u = 0 ξ - 1 K k ( r ; p , N - 1 ) exp - i 2 π sl ν exp - i 2 π tm σ exp - i 2 π un ξ f ( r , Φ s , Θ t , Ψ u )
(10)

with

Φ s = 2 π s ν , s = 0 , ν - 1 , Θ t = π t + 0.5 σ , t = 0 , σ - 1 , Ψ u = 2 π u ξ , u = 0 , ξ - 1 .

Analogous to Equation 9, we establish the rotational invariant Krawtchouk moments in 3D as

Φ klmn :=| R klmn |,
(11)

because if we have an image rotated arbitrarily in steps of the given discretization, there are numbers α,β,γ such that the moment R klmn (10) becomes

R klmn = 1 ν + σ + ξ r = 0 u - 1 s = 0 ν - 1 t = 0 σ - 1 u = 0 ξ - 1 K k ( r ; p , N - 1 ) × exp - i 2 π sl ν · · exp - i 2 π tm σ exp - i 2 π un ξ × f ( r , Φ s + α , Θ t + β , Ψ u + γ ) = 1 ν + σ + ξ r = 0 u - 1 s = 0 ν - 1 t = 0 σ - 1 u = 0 ξ - 1 K k ( r ; p , N - 1 ) × exp - i 2 π ( s - α ) l ν · · exp - i 2 π ( t - β ) m σ exp - i 2 π ( u - γ ) n ξ × f ( r , Φ s , Θ t , Ψ u ) = exp + i 2 π α l ν exp + i 2 π β m σ × exp + i 2 π γ n ξ R klmn | R klmn | = | R klmn |

5 Classification techniques

The following section gives a description of classification methods applied to evaluate the effect of motion compensation to breast MRI images.

Discriminant analysis represents an important area of multivariate statistics and finds a wide application in medical imaging problems. The most known approaches are linear discriminant analysis (LDA), quadratic discriminant analysis (QDA), and Fisher’s canonical discriminant analysis.

Let us assume that x describes a K-dimensional feature vector, that there are J classes, and there are N j samples available in group j. The mean in group j is given by μ j , and the covariance matrix is given by Σ j .

5.1 Bayes classification based on LDA and QDA

The Bayes classification[28] is based on estimating the prior probabilities π i for each class which describe the prior estimates about how probable a class is.

This classification method assigns each new sample to the group with the highest posterior probability. Thus, the classification rule becomes

C j = ( x i - μ j ) T ( Σ j ) - 1 ( x i - μ j )+log| Σ j |-2log π j
(12)

where μ j represents the means of the classes and Σ j is the corresponding covariance matrix. The assignment to a certain class j for a certain pattern is made based on the smallest determined value of C j .

There are two cases to be distinguished regarding the covariance matrices: if the covariance matrices are different for each class, then we have a QDA classifier, while if they are identical for the different groups, it becomes a LDA classifier.

5.2 Fisher’s linear discriminant analysis

The underlying idea of Fisher’s linear discriminant analysis (FLDA) is to determine the directions in the multivariate space that allow the best discrimination between the sample classes[29]. FLDA is based on a common covariance estimate and finds the most dominant direction and afterwards searches for 'orthogonal’ directions with the same property. The technique can extract at most J - 1 components, and for visualization purposes, scores of the first component are plotted against that of the second one, thus yielding the optimal separation among the classes.

This technique identifies the first discriminating component based on finding the vector a that maximizes the discrimination index given as

a T B a a T W a
(13)

with B denoting the inter-class sum-of-squares matrix and W the intra-class sum-of-squares matrix.

5.3 Support vector machines

Support vector machines (SVMs)[30] represent an important technique for lesion classification in medical imaging. The key point of this technique is to determine a hyperplane H = a v + b that separates the feature vectors v i ,i=1,,n in their d dimensional domain in two classes v i {M,B}. First, let us assume that our data set is linearly separable and that we can find a pair( w ,b) that fulfills

w T v i + b + 1 v i M w T v i + b - 1 v i B
(14)

Furthermore, we want both inequalities to be sharp. The best hyperplane is the one that maximizes the distance (margin) of the two parallel hyperplanes defined in Equation 14. Since the distance of a hyperplane to the origin is b w , we want to maximize 2 w . This leads to the following constrained optimization problem: find( w ,b) so thatL( w )= w 2 is minimally subject to the condition

f ( v i ) = 1 v i M - 1 v i B .

Of course, this only works if all the variables are linearly separable, which cannot be assumed. This problem is solved by introducing positive slack variables θ i ,i = 1,…,n which leads us to a minimization ofL( w )= w 2 +α i = 1 n θ i subject to

f ( v i ) = 1 if w T v i + b > 1 - θ i - 1 if w T v i + b < - 1 + θ i .

An additional challenge appears if there is a non-linear function that separates the variable since the common approach would fail under these circumstances. Aizerman et al. refined this method using non-linear kernel functions instead of the scalar product which maps the variables onto another space. The optimal hyperplane computed corresponds to a non-linear function in the original feature space.

6 Results

In the following, we will explore the applicability of the previously described motion compensation algorithm under different motion compensation parameters and features’ sets as well as different classification techniques. The results will elucidate the applicability of motion compensation as an artifact correction method and also the descriptive power of several tumor features with and without motion correction.

6.1 Experimental results

We analyze the effect of the computer-aided system based on feature extraction and classification with and without motion compensation with different parameter settings and for several extracted features describing kinetics, morphology, or both (Tables1 and2).

Table 1 Numerical code of features
Table 2 Classifiers employed for lesion classification

Table3 shows the results for different classifiers and single features when applied to tumor classification. Normed Minkowski functionals (independent of tumor size) such as the Euler characteristic achieve the highest AUC value among all other features. Thus, the descriptive power of this simple morphologic parameter is almost independent of the classifier’s type. The regular Krawtchouk moment scores higher than the radial invariant one, and we assume that this occurs due to the re-discretization error and the usage of only one Krawtchouk polynomial. The area under the curve - representing the kinetic features - scored lower than some of the morphologic features, confirming that non-mass enhancing lesions cannot be correctly captured by kinetics only.

Table 3 AUC for the classifiers applied to single features from Table1

7 Discussion

Breast MRI reading is often impeded by motion artifacts of different grades. Motion correction algorithms become a necessary correction tool in order to improve the diagnostic value of these breast MR images. We applied a new motion compensation algorithm based on the Horn and Schunck method for motion correction and determined the optimal parameters for lesion classification. At the same time, we described the lesions based on morphologic and kinetic features and determined the descriptive power of single features. In addition, we developed and tested a novel descriptor, the radial invariant Krawtchouk moment. The highest AUC value was achieved for the normed Euler characteristic showing that this topological measure captures well the shape of the tumor. Different classification techniques were applied to the classification of the lesions.

8 Conclusions

A novel CAD system was proposed for the detection of diagnostically challenging lesions. This system comprised a novel motion compensation algorithm based on the optical flow method, segmentation, morphological and kinetic feature extraction, and classification as an evaluation method for the extracted features from the lesions. Three new morphologic features (Minkowski functional, Krawtchouk moments, and invariant Krawtchouk moments) for the discrimination of diagnostically challenging lesions have been proposed in this article and compared with the standard enhancement kinetic features. The simulation results have shown that morphologic feature descriptors such as the Minkowski functional appear to be more adequate than kinetic descriptors for descriptors for diagnostically challenging lesions.

References

  1. Orel S, Schnall MD, Powell CM, Hochman MG, Solin LJ, Fowble BL, Torosian MH, Rosato EF: Staging of suspected breast-cancer-effect of MR imaging and MR-guided imaging and biopsy. Radiology 1995, 196: 115-122.

    Article  Google Scholar 

  2. Kuhl CK, Mielcareck P, Klaschik S, Leutner C, Wardelmann E, Gieseke J, Schild H: Dynamic breast MR imaging: are signal intensity time course data useful for differential diagnosis of enhancing lesions. Radiology 1999, 211: 101-110. 10.1148/radiology.211.1.r99ap38101

    Article  Google Scholar 

  3. Schnall MD, Rosten S, Englander S, Orel S, Nunes L: A combined architectural and kinetic interpretation model for breast MR images. Acad. Radiol 2001, 8: 591-597. 10.1016/S1076-6332(03)80683-9

    Article  Google Scholar 

  4. Szabo B, Aspelin P, Wiberg M: B Bone, Dynamic MR imaging of the breast - analysis of kinetic and morphologic diagnostic criteria. Acta. Radiol 2003, 44: 379-386.

    Google Scholar 

  5. van der Velden APS, Boetes C, Bult P, Wobbes T: Variability in the description of morphologic and contrast enhancement characteristics of breast lesions on magnetic resonance imaging. Am. J. Surg 2006, 192: 172-178. 10.1016/j.amjsurg.2006.02.026

    Article  Google Scholar 

  6. Grimsby G, Gray R, Dueck A, Carpenter S, Stucky C, Aspey H, Giurescu M, Pockaj B: Is there concordance of invasive breast cancer pathologic tumor size with magnetic resonance imaging? Am. J. Surg 2009, 198: 500-504. 10.1016/j.amjsurg.2009.07.012

    Article  Google Scholar 

  7. Obdeijn I, Loo C, Rijnsburger A, Wasser M, Bergers E, Kok T, Klijn J, Boetes C: Assessment of false-negative cases of breast MR imaging in women with a familial or genetic predisposition. Breast Cancer Res. Treat 2010, 119: 399-407. 10.1007/s10549-009-0607-7

    Article  Google Scholar 

  8. Tourassi G, Vargas-Voracek R, Catarious D: Computer-assisted detection of mammographic masses: a template matching scheme based on mutual information. Med. Phys 2003, 30: 2123-2130. 10.1118/1.1589494

    Article  Google Scholar 

  9. Tourassi G, Harrawood B, Singh S, Lo J: Information-theoretic CAD system in mammography: entropy-based indexing for computational efficiency and robust performance. Med. Phys 2007, 34: 3193-3204. 10.1118/1.2751075

    Article  Google Scholar 

  10. Tourassi G, Ike R, Singh S, Harrawood B: Evaluating the effect of image preprocessing on an information-theoretic CAD system in mammography. Acad. Radiol 2008, 15: 626-634. 10.1016/j.acra.2007.12.013

    Article  Google Scholar 

  11. Hadjiiski L, Sahiner B, Chan H: Evaluating the effect of image preprocessing on an information-theoretic CAD system in mammography. Curr. Opin. Obstet. Gynecol 2006, 18: 64-70. 10.1097/01.gco.0000192965.29449.da

    Article  Google Scholar 

  12. Kupinski M, Giger M: Automated seeded lesion segmentation on digital mammograms. IEEE Trans. Med. Imaging 1998, 17: 510-517. 10.1109/42.730396

    Article  Google Scholar 

  13. Twellmann T, Meyer-Baese A, Lange O, Foo S, Nattkemper T: Model-free visualization of suspicious lesions in breast MRI based on supervised and unsupervised learning. Eng. Appl. Artif. Intell 2008, 21: 129-140. 10.1016/j.engappai.2007.04.005

    Article  Google Scholar 

  14. Schlossbauer T, Leinsinger G, Wismueller A, Lange O, Scherr M, Meyer-Baese A: Classification of small contrast enhancing breast lesions in dynamic magnetic resonance imaging using a combination of morphological criteria and dynamic analysis based on unsupervised vector-quantization. Inves. Radiol 2008, 43: 54-64.

    Google Scholar 

  15. Behrens S, Laue H, Boehler T, Kuemmerlen B, Hahn H, Peitgen HO: Computer assistance for MR based diagnosis of breast cancer: present and future challenges. Comput. Med. Imaging Graph 2007, 31: 236-247. 10.1016/j.compmedimag.2007.02.007

    Article  Google Scholar 

  16. Hill A, Mehnert A, Crozier S, McMahon K: Evaluating the accuracy and impact of registration in dynamic contrast-enhanced breast MRI. Concepts in Magn. Reson. Part B 2009, 35B: 106-120. 10.1002/cmr.b.20133

    Article  Google Scholar 

  17. Stoutjesdijk M, Fuetterer J, Boetes C, van Dienand L, Jaeger G, Barentsz J: Variability in the description of morphologic and contrast enhancement characteristics of breast lesions on magnetic resonance imaging. Invest. Radiol 2005, 40: 355-362. 10.1097/01.rli.0000163741.16718.3e

    Article  Google Scholar 

  18. Papenberg N, Bruhn A, Brox T, Didas S, Weickert J: Highly accurate optic flow computation with theoretically justified warping. Int. J. Comput. Vis 2006, 67: 141-158. 10.1007/s11263-005-3960-y

    Article  Google Scholar 

  19. Herrmann K, Wurdinger S, Fischer D, Krumbein I, Schmitt M, Hermosillo G, Chaudhuri K, Krishnan A, Salganicoff M, Kaiser W, Reichenbach J: Application and assessment of a robust elastic motion correction algorithm to dynamic MRI. Eur. Radiol 2007, 17: 259-264. 10.1007/s00330-006-0224-3

    Article  Google Scholar 

  20. Newell D, Nie K, Chen J, Hsu C, Yu H, Nalcioglu O, Su M: Selection of diagnostic features on breast MRI to differentiate between malignant and benign lesions using computer-aided diagnostics: differences in lesions presenting as mass and non-mass-like enhancement. Eur. Radiol 2010, 20: 771-781. 10.1007/s00330-009-1616-y

    Article  Google Scholar 

  21. Lespinats S, Meyer-Baese A Steinbrücker F, Schlossbauer T: Evaluation of visual exploratory analysis of DCE-MRI data of breast lesions based on morphological features and novel dimension reduction methods. Int. Conf. Neural Netw 2009, 3: 1764-1770.

    Google Scholar 

  22. Michielsen K, Raedt HD: Morphological image analysis. Comput. Phys. Commun 2000, 132: 94-103. 10.1016/S0010-4655(00)00139-9

    Article  Google Scholar 

  23. Michielsen K, de Raedt H: Integral Geometry Morphological Image Analysis. Amsterdam: Elsevier; 2001.

    Google Scholar 

  24. Yap P, Paramesran R, Ong S: Image analysis by Krawtchouk moments. IEEE Trans. Image Proc 2003, 12: 1367-1377. 10.1109/TIP.2003.818019

    Article  MathSciNet  Google Scholar 

  25. Raj PA, Venkataramana A: Radial Krawtchouk moments for rotational invariant pattern recognition. Int. Conf. Inf., Commun. Signal Process 2007, 1: 1-5.

    Article  Google Scholar 

  26. Mademlis A, Axenopoulos A, Daras P, Tzovaras D, Strintzis M: 3D content-based search based on 3D Krawtchouk moments. In Proceedings of the Third International Symposium on 3D Data Processing, Visualization and Transmission. Piscataway: IEEE; 2006:743-749.

    Chapter  Google Scholar 

  27. van der Bergen G: Collision Detection in Interactive 3D Environments. San Mateo: Morgan Kaufmann; 2003.

    Google Scholar 

  28. Theodoridis S, Koutroumbas K: Pattern Recognition. San Diego: Academic Press; 1998.

    Google Scholar 

  29. Meyer-Bäse A: Pattern Recognition for Medical Imaging. Amsterdam: Elsevier Science; 2003.

    Google Scholar 

  30. Theis F, Meyer-Bäse A: Biomedical Signal Analysis: Contemporary Methods and Applications. Cambridge: MIT Press; 2010.

    Google Scholar 

Download references

Acknowledgements

This research was supported in part by the NIH grant 5K25CA106799-04.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Anke Meyer-Bäse.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Retter, F., Plant, C., Burgeth, B. et al. Computer-aided diagnosis for diagnostically challenging breast lesions in DCE-MRI based on image registration and integration of morphologic and dynamic characteristics. EURASIP J. Adv. Signal Process. 2013, 157 (2013). https://doi.org/10.1186/1687-6180-2013-157

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2013-157

Keywords