Skip to main content

Image fusion for dynamic contrast enhanced magnetic resonance imaging

Abstract

Background

Multivariate imaging techniques such as dynamic contrast-enhanced magnetic resonance imaging (DCE-MRI) have been shown to provide valuable information for medical diagnosis. Even though these techniques provide new information, integrating and evaluating the much wider range of information is a challenging task for the human observer. This task may be assisted with the use of image fusion algorithms.

Methods

In this paper, image fusion based on Kernel Principal Component Analysis (KPCA) is proposed for the first time. It is demonstrated that a priori knowledge about the data domain can be easily incorporated into the parametrisation of the KPCA, leading to task-oriented visualisations of the multivariate data. The results of the fusion process are compared with those of the well-known and established standard linear Principal Component Analysis (PCA) by means of temporal sequences of 3D MRI volumes from six patients who took part in a breast cancer screening study.

Results

The PCA and KPCA algorithms are able to integrate information from a sequence of MRI volumes into informative gray value or colour images. By incorporating a priori knowledge, the fusion process can be automated and optimised in order to visualise suspicious lesions with high contrast to normal tissue.

Conclusion

Our machine learning based image fusion approach maps the full signal space of a temporal DCE-MRI sequence to a single meaningful visualisation with good tissue/lesion contrast and thus supports the radiologist during manual image evaluation.

Background

In recent years, multivariate imaging techniques have become an important source of information to aid diagnosis in many medical fields. One example is the dynamic contrast-enhanced magnetic resonance imaging (DCE-MRI) technique [1, 2]. After the administration of a gadolinium-based contrast agent, a sequence of d 3D MRI volumes is recorded from a certain part of the body (see Fig. 1). Thus, each spatial coordinate p = (x, y, z) in the volume can be associated with a temporal kinetic pattern vector which is regarded as a point in a signal space (see Fig. 2). The examination of these temporal kinetic patterns at different spatial coordinates in the volume allows the observer to infer information about local tissue types and states (see Fig. 3) [3].

Figure 1
figure 1

Visualisation of contrast agent concentration as gray value images of the same volume slice at different points of time (Left to right: first precontrast, first postcontrast and fifth postcontrast image). The lesion is located near the centre of the right breast.

Figure 2
figure 2

Alternative view on a temporal sequence of d 3D MRI volumes: Each spatial coordinate p in a 3D volume can be associated with a d-dimensional temporal kinetic vector x p consisting of measurements of the local intensity at d points of time.

Figure 3
figure 3

Illustration of temporal kinetic patterns of contrast uptake for normal, benign and malignant tissue (left to right) measured during DCE-MRI with two precontrast and five postcontrast recordings. Especially the strong signal uptake between the two precontrast measurements and the first postcontrast measurement indicates suspicious tissue.

Today, much effort is spent on enhancing the capabilities of the imaging techniques e.g. increasing the spatial and temporal resolution. In contrast to these improvements in image acquisition, much less effort has been spent on effective visualisation methods. Even though several approaches for detection and classification of suspicious lesions in DCE-MRI data of the breast have been proposed (e.g. [4–8]), it is still common practice for the huge amount of data to be analysed manually using simple operations such as subtraction images of two volumes.

Obviously, these images can only comprise a small fraction of the information which is commonly spread over all volumes of the sequences. As a consequence, analysing multivariate images in radiology remains a time consuming and challenging task which potentially can be alleviated by the application of image fusion techniques.

Image fusion

Image fusion methods have been an area of research for several decades. According to Genderen & Pohl [9, 10], image fusion 'is the combination of two or more different images to form a new image by using a certain algorithm' e.g. integration of a large number of multivariate images from a remote sensing process into one image. Because Genderen & Pohl already stated PCA as a standard technique for image fusion in remote sensing, we adopt the more general definition of the term image fusion from the remote sensing community. Whereas in the medical imaging community the meaning of the term image fusion is commonly restricted to fusion of multimodal images, the definition of this term used in this article also includes multivariate images such as multispectral or multitemporal images.

Pattern recognition methods such as artificial neural networks (ANN) have gained much attention from the remote sensing community [11–15]. From the point of view of pattern recognition, the problem of image fusion is strongly related to the task of dimension reduction: Ignoring the spatial order of the patterns x, the image data is an unordered set of patterns that forms a data distribution in the data space and image fusion or dimension reduction corresponds to a mapping

to a new low dimensional space

which retains certain properties of the original data distribution. Subsequently, the mapped patterns can be spatially ordered according to the locations p of the corresponding sources, leading to the final fused images.

Well-known algorithms such as Principal Component Analysis (PCA) [16] or Self Organising Maps [17] have been successfully applied for various tasks of multispectral or multitemporal image fusion [11–15]. It is important to note that these methods are not bounded with limitations on the dimensionality of . Hence, they are especially suited if is high dimensional.

In this work, we investigate the application of machine learning algorithms to medical image fusion. We compare the results of the standard linear PCA with it's nonlinear extension, the so called Kernel PCA (KPCA) which was proposed by Schölkopf et al. in 1998 [18]. Our empirical observations are presented and discussed by means of DCE-MRI data sets from a breast cancer screening study [19]. Image material presented in this paper is also provided online in original size (PNG format) [20].

Methods

In the following, we briefly describe the theoretical background of the linear PCA and nonlinear KPCA algorithms and their application to the task of image fusion. Both methods determine a set of projection directions, referred to as principal directions (PDs), by optimising a certain criterion. The mapping M is defined by a subset of all possible PDs. Projecting each pattern x p on to one of these PDs associates each spatial position p with a new scalar value (the principal component) of which integrates information from the different components of x p , respectively. The resulting 3D image can be visualised as a gray value image or using perceptually optimised colour scales [21, 22]. Alternatively, the low dimensional representation of the patterns can be displayed as RGB composite images, if M is defined by a set of three PDs.

Principal component analysis

Principal Component Analysis is one of the most frequently used dimension reduction method. Suppose the data are given by the set Γ = {x i }, x i ∈ , 0 ≤ i ≤ N, PCA is a transformation in a new coordinate system of uncorrelated and orthogonal principal axes ξ∈ , |ξ| = 1 which can be derived from the eigenvectors of the covariance matrix

by solving the eigenvalue equation

λ ξ= C ξ    (2)

for λ ≥ 0 and ξ∈ \ {0}. The first eigenvector ξ 1 (the one with the largest eigenvalue λ 1) maximises the variance . Therefore, the set of the first n ≤ d eigenvectors or PDs carry more variance than any other n orthogonal projections.

Kernel principal component analysis

In recent years, kernel based methods have been the object of much research effort within the machine learning community. The concept of a subset of kernel methods is based on the combination of well-known linear algorithms such as Principal Component Analysis or Fisher Discriminant Analysis with nonlinear kernel functions [23, 24]. While the application of these functions allows more powerful nonlinear solutions, the kernelised algorithms retain most properties of their linear versions.

Consider a nonlinear function

which maps the examples x ∈ Γ to some feature space [25]. Furthermore, assume that the mapped data are centred in . In order to perform the PCA in , one has to find the eigenvectors ξ of the covariance matrix

i.e. those vectors that satisfy

with ξ∈ \ {0} and λ ≥ 0. Substituting (3), it is easy to see that the eigenvectors ξ lie in the span of Φ(x 1),...,Φ(x N ). Therefore, Schölkopf et al. [26] define the equivalent eigenvalue problem

Nλ α= K α    (4)

where α denotes the column vector of coefficients α(1),...,α(N)describing the dual form of the eigenvector by

and K is the symmetric Gram matrix with elements

K ij = K(x i , x j ) = Φ(x i ), Φ(x j ).    (6)

Normalising α k corresponding to the k-th eigenvalue λ k of K ensures λ k α k , α k = 1. Now, principal components can be extracted in by projecting an example x on ξ k using

It is crucial to note that for extracting principal components using (4) and (7) the inner product

Φ(x i ), Φ(x j ) is needed rather than the explicit images Φ(x i ), Φ(x j ) alone. Instead, one can use kernel functions fulfilling Mercer's Theorem such as the Gaussian Kernel

with bandwidth parameter σ or the Polynomial Kernel of degree d

K(x i , x j ) = x i , x j d    (9)

which allow the PCA in the corresponding

to be performed implicitly with reasonable computational costs. For the Polynomial Kernel we have a clear interpretation of KPCA. In this case, is the space of all monomials of degree d of the pattern components. Thus, KPCA is a linear PCA of the corresponding high order statistical features. The KPCA algorithm can be summarised as follows:

  1. 1.

    Calculate the Gram matrix K of Γ using a suitable parameterised kernel function.

  2. 2.

    Transform K according

with

. This transformation implicitly moves the centre of mass of the mapped data {Φ(x i )}, x i ∈ Γ to the origin of , i.e. centres the data in .

  1. 3.

    Calculate the eigenvector expansion coefficients α k , i.e. the eigenvectors of and normalise them.

  2. 4.

    Extract principal components using (7).

Compression vs. discrimination

Application of both image fusion techniques leads to a set of up to d PDs in case of PCA and up to N PDs in case of KPCA. In general, a compact visualisation of the complete data as a single image is desired. In this case, inspection of the fused image based on the PD corresponding to the first (largest) eigenvalue is optimal in terms of a general compression scheme: The projection on this PD retains most of the total data variance and leads to a reconstruction with least mean square error. Nevertheless, image fusion is commonly employed with a well defined intention e.g. in order to detect a specific phenomenon such as bushfires in multitemporal satellite images [11] or (as in this work) tumour lesions in DCE-MRI data. In addition to the general compression characteristics, the fused image has to show task-specific discriminative properties which do not necessarily reflect the total data variance. In this case, using a PD corresponding to one of the following eigenvalues may lead to more discriminative visualisations. If the image data are fused by KPCA, an additional degree of freedom can be exploited. In addition to the index of the selected PD, the type and parameterisation of the kernel K can be varied leading to alternative mappings to the feature space, changing the characteristic of the fusion image.

Experiments

In the following, the fusion results of both methods are discussed and illustrated with DCE-MRI sequences from six cases (referred to as S 1,...,S 6) which were taken during the the MARIBS breast screening study [19]. Each sequence consists of seven 3D MRI volumes of the female breast, recorded with a separation of 90 sec using a standardised protocol (A fast spoiled gradient echo sequence (FLASH) with TR = 12 ms, TE = 5 ms, ip angle = 35°, FOV = 340 mm and coronal slice orientation). Before recording the third volume, a gadolinium-based contrast agent was administered with a bolus injection. Therefore, each spatial position p in the 256 × 128 × 64 (1.33 mm × 1.33 mm × 2.5 mm) sized volume is associated with a pattern , d = 7 describing the temporal signal kinetic of the local tissue.

The images were manually evaluated by an expert who marked voxels of tumour with a cursor on an evaluation device. Below, the kinetic signals of the marked tumour voxels are labelled '+'. Signals corresponding to voxels of the complement of the marked region are labelled '-'.

For this kind of data, experiments of Lucht et al. [5] suggest recording a much longer temporal sequence of 28 images which makes the need for efficient fusion techniques evident.

Evaluation criteria

In order to provide an objective discussion of the value and drawbacks of both algorithms, we focus on the following requirements:

  1. 1.

    The marked region should be visualised with high contrast compared to unmarked regions in order to facilitate detection of kinetic signals which are similar to the marked signals.

  2. 2.

    The fusion image should follow the first criteria without time consuming manual manipulation by the observer (e.g. tuning of transfer functions such as windowing).

Following the first criteria, the purpose of the visualisation is specified implicitly by the voxel labels. In the present work, the expert marked regions of tumour tissues. Thus, optimal fusion images of an image sequence display locations of cancerous kinetic signals with high contrast to normal signals.

Next to the visualisation of the fusion images as gray value and RGB images, both methods are evaluated by means of a receiver-operating-characteristic (ROC) analysis [27, 28]. To this end, pixel intensities of the fusion images are interpreted as confidence values for the existence of suspicious signals and are compared with the expert label as ground truth. The ROC analysis objectively measures the applicability of the fusion images for the task of lesion detection.

However, no conclusion can be drawn about how well other tissue types are distinguishable in the fusion images, i.e. how well the information of the entire signal space is represented.

Preprocessing

For numerical reasons, the voxel value range of each volume sequence is individually normalised to [0; 1]. In order to preserve the signal kinetics, the individual minimal and maximal intensity value is determined simultaneously on all d image volumes of each sequence. To ensure this normalisation is robust with respect to single outlier values, the values are calculated based on an application of a 3 × 3 × 3 median filter.

Since about 66% of each volume is covered by background, all images sequences are preprocessed with a full automatic tissue/background separation method. The histogram of the sum of local intensity differences (sod) feature

individually calculated for each sequence, has a bimodal shape and shows a clear separable maximum for the background voxels. The optimal threshold separating background from tissue can be computed automatically [29]. The resulting binary masks are postprocessed with a morphological closing operator [30] to ensure closed masks for the regions of tissue.

Adaptation

In order to automate and optimise the fusion process, a priori knowledge about the phenomenon to be visualised, given by the expert label, is used to find a suitable parameterisation of the algorithms as described in detail in the following section. In practice, these labels are not available for new image sequences. Thus, the algorithms have to be adapted on a small number of image sequences, e.g. from a subgroup of cases of a screening study, which were manually evaluated by a human expert and can be subsequently applied to the data of an arbitrary number of unseen cases.

To assure the experimental setup reflects the circumstances of a practical application, the data sets Γ used for adaptation consist of marked tissue signals from only five of the six image sequences and the sixth unseen image sequence is used for the evaluation of the algorithm's capabilities. This setup is repeated six times, each time using a different image sequence for evaluation. In case of KPCA, using all kinetic signals from the five image sequences is prohibitive due to the computational and memory complexity. Therefore, the KPCA is adapted with a reduced data set Γ consisting of all signals of the marked tumour regions and an equal number of signals randomly selected from non-tumour regions.

Parameter selection

An essential part of kernel methods is the mapping from the data space

to the feature space by the kernel function. In this paper, we focus on the frequently used Gaussian Kernel (8) which is parameterised by the bandwidth parameter σ. Selection of this parameter is crucial for the fusion process. For the experiments, s is chosen by scanning the range [0.05,...,2.0] using a step size of 0.05. Because manual evaluation by visual examination of the fusion images of each parameterisation is time consuming, we apply an automatic selection heuristic for the bandwidth based on the component specific Fisher score

with class specific mean μ± and variance v±. The Fisher score is commonly used for ranking components x(k)of a set {(x, y)} of binary labelled (y = ±) examples according to their discriminative power. In a similar manner, the score can be evaluated for different PDs on a random subset of the training set Γ utilising the corresponding principal component values with their associated expert label and thus can be interpreted as a measure for the first evaluation criteria. Furthermore, the sign of the PCA/KPCA based PDs can be adjusted in order to obtain a high value for the average intensity of tumour voxels causing tumour lesions to appear as bright regions.

Thereby, the a priori knowledge of which region of the five image sequences used for adaptation should be visualised with high contrast can be utilised for selecting proper parameterisations which lead to discriminative visualisations tailored to the given task.

Fusion

For each method and image sequence, the first three PDs are used for calculating fused images, referred to as I 1, I 2 and I 3. For the purpose of visualisation, the range of the voxel values is normalised to [0; 255]. Additionally, I 1, I 2 and I 3 are composed in to an RGB image I RGB . For fusion images based on KPCA, the bandwidth for each I k is chosen according to the individual maximum of the Fisher criterion as illustrated in Fig. 10.

Figure 4
figure 4

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 1 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located near the centre of the left breast.

Figure 5
figure 5

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 2 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located in the lower left part of the left breast.

Figure 6
figure 6

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 3 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located near the centre of the left breast.

Figure 7
figure 7

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 4 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located near the centre of the right breast.

Figure 8
figure 8

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 5 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located near the implant in the right breast.

Figure 9
figure 9

Fusion images I 1, I 2, I 3 and corresponding colour composite image I RGB for sequence S 6 based on KPCA (upper 2 × 2 block) and PCA (lower 2 × 2 block). The lesion is located near the centre of the left breast and is surrounded by glandular tissue.

Figure 10
figure 10

Plot of Fisher score values for PD1 of the KPCA algorithm with varying bandwidth. The score indicates a varying magnitude of separation between the class of suspicious tissue signals and the class of normal tissue signals. Below, the fusion image I 1 for S 1 based KPCA with four different bandwidth values A, B, C and D is shown. Variation of the bandwidth leads to fusion images with varying imaging properties. The bandwidth B leads to a fusion image that displays the tumour with the highest contrast to the surrounding tissue and the Fisher score shows a peak at the corresponding position. For bandwidth values A, C and D, the Fisher score and the contrast in the fusion images decreases.

Results

Fusion results for the sequences S 1,...,S 6 based on the PCA algorithm are shown in the lower 2 × 2 block of Fig. 4, Fig. 5, Fig. 6, Fig. 7, Fig. 8 and Fig. 9. For all six sequences, the fusion image I 1 based on the PD with the leading eigenvalue does not lead to discriminative visualisations. The tumour lesions appear with the same intensity as fatty tissue, while glandula tissue is displayed as dark areas (S 3, S 4). In contrast to I 1, the discriminative power of I 2 is obviously much greater for all six image sequences. The display of the tumour lesions (high intensity values) differs significantly from areas of glandular tissues, blood vessels (medium intensity values) and fatty tissue (low intensity values). The contrast between tumour lesion and the surrounding tissue decreases in I 3 of S 2, S 3 and S 5. Additionally, the surrounding tissue is displayed less detailed (S 1, S 2, S 4, S 5). According to the weak discriminative characteristic of I 1 and I 3, the tumour lesions are coloured with shadings of green or cyan in the corresponding I RGB .

Fusion images based on KPCA are shown in the upper 2 × 2 block of Fig. 4, Fig. 5, Fig. 6, Fig. 7, Fig. 8 and Fig. 9. For S 1, S 2, S 3 and S 4, image I 1 displays the tumour lesion with high contrast to the surrounding tissues. Adipose tissue appears in I 1 and I 2 with mediumin tensity. In I 2 of S 4 and S 3, glandular tissue can be observed in addition to the tumour. These areas appear dark in I 1. The fraction of glandular tissue regions in I 2 of S 1 and S 2 is much smaller, since the tumour is located near the chest muscle where the breast mostly consists of fatty tissue and blood vessels.

An interesting detail can be observed in I 3 of S 4. The image clearly shows a ring structure as part of or around the tumour lesion. At positions inside the ring which are displayed with high intensity values in I 1 and I 2, the temporal kinetic patterns show a fast uptake with a following constant or slightly decreasing concentration of the contrast agent. In contrast to the signals inside the ring, all signals corresponding to the ring structure in I 3 show as teadily increasing concentration. In all composite images I RGB except for S 5, the tumour lesions are coloured white and can be easily discriminated from fatty tissue (shadings of blue to purple) and glandular tissue (shadings of blue to green). For image S 5, only I 1 shows a discriminative characteristic. The tumour is displayed as a small cluster of high intensity values in the lower right area of the right breast, next to the implant.

According to common practice, the curves obtained from the ROC analysis of the fusion images I 1, I 2 and I 3 are compared by measuring the area-under-the-curve(AUC) values. The corresponding AUC values are listed in Tab. 1. The fusion image yielding the highest AUC value is printed bold for each sequence. For five of six sequences, a fusion image based on PCA yields the highest AUC value (column PCA in Tab. 1). The fusion image I 2 based on the second PD of the PCA algorithm significantly outperforms the corresponding PCA based fusion images I 1 and I 3. A similar predominance of I 2 can be observed for the KPCA based AUC values (column KPCA in Tab. 1). Here, I 2 outperforms I 1 and I 3 in four of six cases (S 1, S 2, S 3 and S 5). Only for S 4 and S 6 the fusion image I 1 yields the largest AUC value. Nevertheless for KPCA, the difference to the corresponding fusion images I 1 and I 3 is much less distinct. In particular I 1 yields AUC values which are close to those of the corresponding fusion image I 2. The predominance of the second component also decreases, if the PCA algorithm is trained with the reduced data set used for adaptation of the KPCA (column PCA (reduced) in Tab. 1). In comparison with the results of the PCA adapted with the entire data set, the AUC values of I 2 decrease and increase for the fusion images I 1 and I 3.

Table 1 Area under ROC curve values for fusion images I 1, I 2 and I 3 for series S 1,...,S 6 based on KPCA, PCA and PCA trained with the same reduced training set as KPCA. For each AUC value, the pixel intensities of the fusion images are interpreted as confidence values indicating the existence of suspicious signals at the corresponding positions. The largest AUC value for each case is printed bold.

The influence of the bandwidth σ on the fusion characteristic is illustrated in Fig. 10. For small values of the bandwidth σ only a small fraction of the tumour lesion appears with high intensities. If the bandwidth is chosen according to the maximum of the Fisher score, the lesion is visualised with high contrast to the surrounding tissue. In the shown example, the Fisher criterion decreases along with the contrast of the visualisation for further increasing bandwidth values.

Discussion

The results shown in the preceding section indicate that fusion of DCE-MRI data by PCA or KPCA leads to compact and meaningful visualisations. Lesions are correctly displayed as bright regions or with specific colouring and can be easily discriminated from surrounding tissue. Once a small subgroup of cases is evaluated, the obtained secondary information in the form of labelled tumour areas is utilised for automation of the data processing and presentation: (i) The sign of the PD is selected in a way that tumour lesions always appear with high intensities. (ii) The parametrisation of the kernel function of the KPCA is optimised in such a way that the fusion images show the desired discriminative characteristics. Thus, both evaluation criteria stated in the section Evaluation criteria are accomplished.

Although both methods are applicable for the task of image fusion, several properties should be discussed in more detail. According to the ROC analysis and visual appraisal, the fusion image I 2 based on PCA shows for nearly all cases a discriminative characteristic which is superior to all other fusion images based on PCA or KPCA. While I 1 based on PCA captures the slightly increasing elucidation of the major part of the breast, caused by minor accumulation of contrast agent in tissues such as fat, the fusion image I 2 corresponding to the second PD of PCA shows the lesions with high contrast to the surrounding tissue. This can also be observed by means of the PDs itself. Figure 13 shows a plot of the components of the three PCA based PDs. The plot of PD1 shows anearly constant or slightly increasing curve, whereas the plot of the components of PD2 is similar to a typical temporal course of contrast agent concentration insuspicious tissue (see Fig. 3). The plot of PD3 shows increasing values for the components corresponding to the postcontrast measurements. From this follows that the major part of the signal variance is caused by voxels which exhibit signals at different intensity levels with only minor changes of intensity in the course of time. This fraction of data variance is captured by PD1 of PCA. The next major source of variance is the signal uptake between the precontrast and the first postcontrast measurement insuspicious tissue which is captured by PD2 and leads to the superior discriminative characteristics of the fusion image I 2. PD3 is sensitive to signals which show a continuously increasing intensity for the postcontrast measurements. Hence, I 3 is more discriminative than I 1, but less discriminative than I 2.

Figure 11
figure 11

Fusion images I 4, I 5 and I 6 for S 3 based on the PDs with the fourth, fifth and sixth largest eigenvalue. The left column shows the fusion images based on KPCA. Each fusion image was calculated with a bandwidth that was individually optimised according to the Fisher score. The right column shows the same images fused with PCA. In contrast to the KPCA based fusion images, these images show a significant fraction of high frequent noise and less details.

Figure 12
figure 12

Image I 1, I 2, I 3 and I RGB of S 3(top block) and S 4(bottom block) fused by the PCA algorithm which was adapted on the same reduced data set as KPCA.

Figure 13
figure 13

Plot of the components of the vectors PD1 (solid), PD2 (dashed) and PD 3 (solid with crosses) based on the PCA algorithm. The plot of PD 2 shows a typical signal of suspicious tissue (see Fig. 3) and therefore leads to discriminative fusion images with high intensity values at positions of tissue that exhibits a significant signal uptake after injection of the contrast agent.

The ROC analysis of the KPCA based fusion images indicates that the fusion images I 2 show superior discriminative characteristics for four of six cases (S 1, S 2, S 3 and S 5). However, selection of a suitable kernel parametrisation leads to comparable AUC values for I 1. For fusion images corresponding to PDs with smaller eigenvalues, KPCA based images still show more details than those based on PCA, if the bandwidth value is chosen according to the maximum of the Fisher score. Figure 11 shows the KPCA based (left column) and the PCA based (right column) fusion images I 4, I 5 and I 6 for sequence S 4. While KPCA distributes the total data variance on N PDs, the PCA method uses only d PDs. Therefore, the PCA based fusion images I 4, I 5 and I 6 typically contain a large fraction of high frequent noise. It is important to note that the fusion images based on KPCA are not necessarily uncorrelated, if each image is calculated using PDs with different bandwidth values, and therefore may display redundant information. In five of six cases, RGB visualisations based on KPCA show the tumour lesion as white regions which are easy to discriminate from other tissue types. In contrast to subtraction images which also allow detection of lesions with high sensitivity (see e.g. [4]), the fusion images I RGB provide a more comprehensive display of the data. A single subtraction image displays only the information of a two dimensional subspace of the signal space , i.e. the information of two manually selected components of the signal vector. Without further manipulation of the transfer function and after selection of two suitable components, a subtraction image commonly shows the lesion as a cluster of high intensity values and other types of tissue are not displayed or indistinguishable. The fusion images are low dimensional representations of the entire signal space. Thus, the RGB composite images I RGB based on PCA or KPCA clearly display the lesion in combination with glandular or fatty tissue and major blood vessels.

One drawback of KPCA is the increased computational and memory complexity in contrast to PCA. In case of KPCA, the complexity scales with the size N of the training set Γ. During the adaptation of KPCA, an N × N sized kernel matrix has to be stored and manipulated, whereas the covariance matrix for PCA is only of size d × d. Thus for KPCA, the computation time (LINUX system / 1.8 GHz Pentium IV / 2 GB RAM) for the adaptation, i.e. calculation of the kernel matrix and extraction of 3 PDs, increases significantly with the size of the training set Γ and takes 73 seconds for Γ consisting of 2700 training items which is comparable to the computation time of the PCA for the given setup (see Fig. 14). While even for large matrices, a subset of eigenvectors can be extracted in a reasonable time using efficient numerical software packages like LAPACK [31], the memory complexity obviously limits the size of Γ. One way to address this problem is to subsample the data. Instead of using a random sample of the whole data set, the chosen scheme assures the presence of tumour voxels in the training set. In the former case, the presence of a larger number tumour voxels is unlikely because of the unbalanced ratio between number of tumour voxels and the number of non-tumour voxels. Nevertheless, the reduction of the training data causes a degradation of the detection performance and changing fusion characteristics (see Fig. 12).

Figure 14
figure 14

Computation time for adaptation of KPCA (solid line). The measured time includes calculation of the kernel matrix and the extraction of the first three PDs. Additionally, the time for adaptation of the PCA using the complete training data is shown (dashed line).

More important for practical applications of both methods is the computational expense for calculation of the fusion images. Using PCA, the value of a fusion image voxel is equivalent to the inner product of two d-dimensional vectors and the calculation of the three fusion images I 1, I 2 and I 3 of one volume slice takes approximately 1 second. In case of KPCA, the inner product has to be calculated in the feature space and the PD in is only implicitly given as an expansion of N kernel functions. Thus, computation of I 1, I 2 and I 3 of one volume slice takes approximately 23 seconds for training sets Γ consisting of 1000 examples and increases linearly with the size of Γ (Fig. 15).

Figure 15
figure 15

Computation time for the three fusion images I 1, I 2 and I 3 of one slice using PCA (dashed line) and KPCA (solid line). The computation time of principal component values with KPCA increases linearly with the size of the training set. For PCA, the computation time depends only on the dimension of the signal pattern and is constant for the given setup.

In consideration of the fact that both methods are able to fuse the multitemporal DCE-MRI to single meaningful images which do not only show the lesion with high intensities, but also other types of tissue such as fatty or glandular tissue, the standard linear PCA seems to be most suitable for the given signal domain because of it's low computation time and superior detection performance. Only for PCA, the three fusion images can be calculated for a complete volume in a reasonable time and without delaying the diagnostic process. According to the ROC analysis, the introduction of nonlinearity by the kernel function did not improve the discriminative properties of the fusion images, but visual appraisal of the RGB composite images based on KPCA suggest a more comprehensive display of the different types of tissue. It is an open question whether fusion images of other data domains with more complex or higher dimensional signals might benefit more obviously from the nonlinearity of KPCA.

Conclusion

In this paper, we have demonstrated the integration of distributed information from DCE-MRI image sequences to meaningful visualisations by means of PCA and KPCA. Both methods were able to accentuate the regions marked by the expert as important in image sequences blinded to automatic analyses. By the employment of task-specific information, the parametrisation of the KPCA algorithm was optimised in order to accentuate the relevant characteristics of the visualisation.

Abbreviations

PCA :

Principal Component Analysis

KPCA :

Kernel Principal Component Analysis

PD :

Principal Direction

DCE-MRI :

Dynamic Contrast Enhanced Magnetic Resonance Imaging

References

  1. Orel S, Schnall M: MR Imaging of the Breast for the Detection, Diagnosis, and Staging of Breast Cancer. Radiology 2001, 220: 13–30.

    Article  Google Scholar 

  2. Kinkel K, Hylton N: Challenges to Interpretation of Breast MRI. Journal of Magnetic Resonance Imaging 2001, 13: 821–829. 10.1002/jmri.1117

    Article  Google Scholar 

  3. Kuhl C K, Mielcareck P, Klaschik S, Leutner C, Wardelmann E, Gieseke J, Schild H H: Dynamic breast MR imaging: Are signal intensity time course data useful for differential diagnosis of enhancing lesions? Radiology 1999, 211: 101–10.

    Article  Google Scholar 

  4. Twellmann T, Saalbach A, Müller C, Nattkemper T, Wismüller A: Detection of Suspicious Lesions in Dynamic Contrast-Enhanced MRI Data. In Proc of EMBC 2004, 26th Annual Int Conf of the IEEE Engineering in Medicine and Biology Society 2004.

    Google Scholar 

  5. Lucht R, Knopp M, Brix G: Classification of signal-time curves from dynamic MR mammography by neural networks. Magnetic Resonance Imaging 2001, 19: 51–57. 10.1016/S0730-725X(01)00222-3

    Article  Google Scholar 

  6. Jacobs M, Barker P, Bluemke D, Maranto C, Arnold C, Herskovites E, Bhujwalla Z: Benign and Malignant Breast Lesions: Diagnosis with Multiparametric MR Imaging. Radiology 2003, 229: 225–232.

    Article  Google Scholar 

  7. Kelcz F, Furman-Haran E, Grobgeld D, Degani H: Clinical Testing of High-Spatial-Resolution Parametric Contrast-Enhanced MR Imaging of the Breast. A J R oentgenol 2002, 179: 1485–92.

    Article  Google Scholar 

  8. Tofts P: Modeling Tracer Kinetics in Dynamic Gd-DTPA MR Imaging. Journal of Magnetic Resonance Imaging 1997, 7: 91–101.

    Article  Google Scholar 

  9. Pohl C, van Genderen J: Image fusion: Issues, techniques and applications. In In Proceedings EARSeL Workshop Edited by: van Gendern J, Cappellini V. 1994.

    Google Scholar 

  10. Pohl C, van Genderen J: Multisensor image fusion in remote sensing: concepts, methods and applications. Int Journal of Remote Sensing 1998,19(5):823–854. 10.1080/014311698215748

    Article  Google Scholar 

  11. Richards J, Milne A: Mapping Fire Burns and Veetation Regeneration Using Principal Component Analysis. In Proceedings Int Geoscience and Remote Sensing Symposium 1983.

    Google Scholar 

  12. Manduca A: Multi-spectral medical image visualization with self-organizing maps. In In Proceedings ICIP-94 (Cat. No. 94CH35708). Volume 1. Los Alamitos, CA, USA: IEEE Comput Soc Press; 1994:633–7.

    Google Scholar 

  13. Villmann T, Merenyi E, Hammer B: Neural Maps in remote sensing image anlysis. Neural Networks 2003,16(3–4):389–403. 10.1016/S0893-6080(03)00021-2

    Article  Google Scholar 

  14. Merenyi E: The challenges in spectral image analysis: An introduction and review of ANN approaches. In Proceedings of the European Symposium on Artificial Neural Networks (ESANN) 1999 1999.

    Google Scholar 

  15. Richards J: Remote Sensing Digital Image Analysis – An introduction. Springer; 1993.

    Book  Google Scholar 

  16. Jolliffe I: Principal Component Analysis. Springer; 1986.

    Book  Google Scholar 

  17. Ritter H, Martinetz T, Schulten K: Neural Computation and Self-Organizing Maps. Addison-Wesley; 1992.

    Google Scholar 

  18. Schölkopf B, Smola A, Müller K: Nonlinear Component Analysis as a Kernel Eigenvalue Problem. Neural Computation 1998,10(5):1299–1319. 10.1162/089976698300017467

    Article  Google Scholar 

  19. Brown J, Buckley D, Coulthard A, Dixon A, Dixon J, Easton D, Eeles R, Evans D, Gilbert F, Graves M, Hayes C, Jenkins J, Jones A, Keevil S, Leach M, Liney G, Moss S, Padhani A, Parker G, LJ P, Ponder B, Redpath T, Sloane J, Turnbull L, Walker L, Warren R: Magnetic resonance imaging screening in women at genetic risk of breast cancer: imaging and analysis protocol for the UK multicentre study. UK MRI Breast Screening Study Advisory Group. Magn Reson Imaging 2000,18(7):765–76. 10.1016/S0730-725X(00)00167-3

    Article  Google Scholar 

  20. Image Fusion for Dynamic Contrast Enhanced Magnet Resoncance Imaging – Auxiliary Material [http://www.techfak.uni-bielefeld.de/ags/ani/projects/ImageFusionForDCEMRI]

  21. Ware C: Color Sequences for Univariate Maps: Theory, Experiments and Principles. IEEE Computer Graphics & Applications 1988,8(5):41–49. 10.1109/38.7760

    Article  Google Scholar 

  22. Ware C: Information Visualization: Perception for Design. Morgan Kaufmann; 2000.

    Google Scholar 

  23. Mika S, Schölkopf B, Smola A, Müller K, Scholz M, Rätsch G: Kernel PCA and De-Noising in Feature Spaces. In In Advances in Neural Information Processing Systems 11. Edited by: Kearns M, Solla SA, Cohn D. MIT Press; 1999.

    Google Scholar 

  24. Mika S, Rätsch G, Weston J, Schölkopf B, Müller K: Fisher Discriminant Analysis with Kernels. In In Neural Networks for Signal Processing IX. Edited by: Hu Y, Larsen J, Wilson E, Douglas S. IEEE; 1999:41–48.

    Google Scholar 

  25. Schölkopf B, Mika S, Burges C, Knirsch , Müller K, Rätsch G, Smola AJ: Input space vs. feature space in kernel-based methods. IEEE Trans on Neural Networks 1999,10(5):1000–1017. 10.1109/72.788641

    Article  Google Scholar 

  26. Schölkopf B, Smola A, Müller K: Advances in Kernel Methods – Support Vector Learning. MIT Press; 1999.

    Google Scholar 

  27. Fawcett T: ROC Graphs: Notes and Practical Considerations for Researchers. Tech rep HP Labs 2003.

    Google Scholar 

  28. Hanley JA: Receiver operating characteristic methodology: the state of the art. CRC critical reviews in diagnostic imaging 1989, 29: 307–335.

    Google Scholar 

  29. Otsu N: A threshold selection method from gray level histograms. IEEE Trans Systems Man and Cybernetics 1979, 9: 62–66.

    Article  Google Scholar 

  30. Sonka M, Hlavac V, Boyle R: Image Processing, Analysis, and Machine Vision. Brooks/Cole; 1998.

    Google Scholar 

  31. LAPACK – Linear Algebra PACKage [http://www.netlib.org/lapack/]

Download references

Acknowledgements

The authors would like to thank the advisory staff, radiologists, geneticists and surgeons of the MARIBS Breast Screening Study:

Principal Investigator: M.O. Leach. Manchester: C. Boggis, S. Reaney, M. Wilson, J. Hawnaur*, J. Adams, D.G.R. Evans, A. Shenton. Sutton &St George's: P. Kessar*, G. Brown, J. Murfitt, R. Eeles*, R.S. Houlston, A. Arden-Jones, K. Bishop, S. Gray, F. Lennard, S. Shanley, N. Rahman, R. Houlston. Newcastle: J. Potterton, A. Coulthard, L. McLean, M. McElroy, W. Wotherspoon, F. Douglas. Cambridge: R. Warren, A.K. Dixon, P. Britton, R. Sinnatamby, A. Freeman, J. Mackay, J. Rankin. Edinburgh: J. Walsh, B.B. Muir, A. Murray, C.M. Steel, E. Anderson, J.M. Dixon. Leeds/Sheffield/Hull: L.W. Turnbull, G. Hall, P. Kneeshaw, A. Hubbard, G. Liney, C. Chu, O. Quarrell, J. Kumar. Guy's &St Thomas, London: S. Rankin, S. McWilliams, J. Pemberton, A. Jones, E. Sanderson, S.V. Hodgson. Aberdeen: F.J. Gilbert, G. Needham, H. Deans, K. Duncan, L. Gomersall, G. Iyengar, N. Haites, H. Gregory. Southampton: C. Rubin, M. Briley, S. Hegarty, G. Michaels, M. Reddy, D.M. Eccles. Dundee: D.G. Sheppard, J. Rehman, A. Cook, C. Walker, D. Goudie. Bristol: N. Slack, I. Lyburn, A. Jones, E. Kutt, J. Basten, M. Shere, S. Cawthorn, Z. Rayter. Birmingham: C.P. Walker, S. Bradley, M. Wallis, T. Cole, C. McKeown, J. Morton Glasgow: L. Wilkinson, J. Litherland, C. Cordiner, R. Davidson Liverpool: G. Whitehouse, D. Ritchie, F. White, I. Ellis Belfast: G. Crothers, McAllister, P. Morrison Northwick Park: W. Teh, B Shah, J. Paterson Portsmouth: P. Gordon, P. Buxton, J. Domsan UCH London: M. Hall-Craggs Barnet: G. Kaplan. Mount Vernon: A.R. Padhani, K. Raza. Study staff: L. Pointon, R. Hoff, D. Thompson, K. Chan, M. Khazen, C. Hayes, R. Fowler, M. Sydenham, E. Moore, J. Anderson, C. Levesley. Advisory Group members (not mentioned elsewhere): J. Brown (Bristol, MRC HSRC), D. Easton (Cambridge), L. Walker (Hull), S. Moss (Sutton).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Thorsten Twellmann.

Additional information

Authors' contributions

T. Twellmann, A. Saalbach and T. W. Nattkemper conceived the experimental setup. Implementation and realisation was done by O. Gerstung. Image acquisition was done under supervision of M. O. Leach.

Authors’ original submitted files for images

Rights and permissions

Reprints and permissions

About this article

Cite this article

Twellmann, T., Saalbach, A., Gerstung, O. et al. Image fusion for dynamic contrast enhanced magnetic resonance imaging. BioMed Eng OnLine 3, 35 (2004). https://doi.org/10.1186/1475-925X-3-35

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1475-925X-3-35

Keywords