Open Access
20 June 2013 Tumor segmentation from breast magnetic resonance images using independent component texture analysis
Sheng-Chih Yang, Chieh-Ling Huang, Tsai-Rong Chang, Chi-Yuan Lin
Author Affiliations +
Abstract
A new spectral signature analysis method for tumor segmentation in breast magnetic resonance images is presented. The proposed method is called an independent component texture analysis (ICTA), which consists of three techniques including independent component analysis (ICA), entropy-based thresholding, and texture feature registration (TFR). ICTA was mainly developed to resolve the inconsistency in the results of independent components (ICs) due to the random initial projection vector of ICA and then accordingly determine the most likely IC. A series of experiments were conducted to compare and evaluate ICTA with principal component texture analysis, traditional ICA, traditional principal component analysis (PCA), fuzzy c-means, constrained energy minimization, and orthogonal subspace projection methods. The experimental results showed that ICTA had higher efficiency than existing methods.

1.

Introduction

Breast magnetic resonance imaging (MRI) has gradually gained much popularity in clinical use because results have shown that the screening accuracy of MRI is significantly higher than that of mammography and ultrasound.1 Currently, doctors generally rely on breast MRI for obtaining the region of tumor since it is usually an important sign of breast cancer for diagnosis. Based on these considerations, this study proposes a new scheme that adopts mathematical algorithms from multispectral image processing techniques for specific object contrast enhancement. The tumor region can be segmented from contrast-enhanced images and shown as a binary image. We anticipate that the generated binary tumor region images will aid doctors in clinical diagnosis.

Over the years, many computer-assisted methods have been developed for analyzing single-spectral MRI, such as principal component analysis (PCA),2 eigenimage analysis,3 neural networks,4 and fuzzy c-means (FCMs).5 Eigenimage analysis has been shown to be effective in segmentation and feature extraction, and neural networks have been found to perform well in segmenting brain tissues and have been compared with classical maximum likelihood methods. However, because multispectral images provide more information for processing or analysis, multispectral analysis techniques can be used to improve the performance. Hence, several methods have been developed for processing multispectral MRIs, such as orthogonal subspace projection (OSP)6 and Kalman filter,7 but both of them require prior knowledge. With these considerations, we have developed a new method called the independent component texture analysis (ICTA) to segment the tumor region in multispectral breast MRIs. ICTA comprises three techniques: independent component analysis (ICA), entropy-based thresholding (ET), and texture feature registration (TFR). Among them, ICA, originally, is a blind source separation (BSS) method in the signal processing field, and it is a powerful tool for feature extraction and data representation such as speech recognition, image recognition, and statistical analysis.8

The proposed method initially assumes multispectral breast MRIs to be gray-level values in a three-dimensional space composed of several independent components (ICs) that can be regarded as different tissues of the breast such as fat, glands, tumor mass, and muscle. First, the ICA technique is used to separate the ICs. Second, the binary images that indicate the suspicious tumor region are generated using the ET technique. Finally, texture feature extraction is employed to find the consistency of the tumor texture feature in suspicious tumor regions, which is called TFR. The texture features adopted for feature description are called the texture spectrum (TS), which is based on the varying relationship between the gray levels of both image pixels and surrounding pixels. We divided the TS according to three feature descriptors named black-white symmetry (BWS), geometric symmetry (GS), and degree of direction (DD).9 According to the experimental results, the three feature values may effectively reflect differences between tumors and normal tissues. The binary image of the tumor region selected by TFR is the output of proposed ICTA method that could assist doctors in their diagnosis. A flowchart of the proposed ICTA is shown in Fig. 1. The performance of ICTA is compared with that of principal component texture analysis (PCTA), FCM, constrained energy minimization (CEM), and OSP methods using a set of breast MRIs to evaluate the feasibility of this new method in medical and clinical applications.

Fig. 1

Flow chart of independent component texture analysis (ICTA).

JEI_22_2_023027_f001.png

The remainder of this paper is organized as follows: Sec. 2 presents the existing multispectral image blind separation technique, ICA. Section 3 describes in detail the proposed method, ICTA. Section 4 explains the experiments and their results. Finally, the conclusions are presented in Sec. 5.

2.

Independent Component Analysis

ICA has been developed to solve BSS problems such as the cocktail party problem, and it is an extension of the covariance-based PCA method. The observed signals are considered to be a linear combination of the original signals and a mixing matrix. The goal is to find the mixing matrix. In this paper, we applied the ICA technique to separate multispectral breast MR images of different tissues. First, let us define an n-dimensional original signal denoted as a vector S=(s1,s2,,sn)T. Through linear transformation, we obtain an m-dimensional observed signal denoted as a vector X=(x1,x2,,xm)T. We assume that the linear transformation X is composed of a mixing matrix A of size m×n and the original signal S

Eq. (1)

[x1x2xm]=[a11s1a12s2a1nsna21s1a22s2a2nsnam1s1am2s1amnsn]=[a11a12a1na21a22a2nam1am2amn][s1s2sn].

For simplicity, we rewrite the above equation as follows:

Eq. (2)

X=AS.
To obtain the mixing matrix A, we compute its inverse W=A1 and obtain the IC as

Eq. (3)

S^=WX,

Eq. (4)

S^=S.

Currently, many algorithms have been developed for the implementation of ICA, but most of them either require complex computation or have slow convergence. In this paper, we applied the fast fixed-point algorithm (FastICA)10 proposed by Hyvarinen and Oja for the effective implementation of ICA. The principal advantages of this algorithm are fast convergence and simple computation.

3.

Independent Component Texture Analysis

Because ICs generated by ICA are inconsistent and cannot identify tissue automatically, this paper proposes ICTA, which combines ICA, ET, and TFR, to cope with the aforementioned problems of ICA and accordingly determine the target tumor region from ICs. The following sections describe ET and TFR in more detail.

3.1.

Entropy-Based Thresholding

In ICTA, ET (Refs. 11 and 12) is first used to segment suspicious regions from an IC. For a start, we let tij be the (i, j)’th element of a co-occurrence matrix W that considers the gray-level transitions between two adjacent pixels. We define it as

Eq. (5)

tij=l=1Mk=1Nδ(l,k),
where

Eq. (6)

δd,θ(l,k)={1,ifI(l,k)=i,I(l,k+1)=jand/orI(l,k)=i,I(l+1,k)=j0,otherwise.

The probability of a transition from gray level i to j is obtained as

Eq. (7)

pij=tiji=0L1j=0L1tij.
Assume that t is the threshold used to threshold an image. Then, t partitions the co-occurrence matrix defined by Eq. (6) into four quadrants, A, B, C, and D, as shown in Fig. 2.

Fig. 2

Co-occurrence matrix with four quadrants divided by threshold t.

JEI_22_2_023027_f002.png

These four quadrants can be further grouped into two classes. We assume that pixels with gray levels above the threshold are assigned to the foreground (objects) and those equal to or below the threshold are assigned to the background. Quadrants A and C correspond to local transitions within the background and foreground, respectively, whereas quadrants B and D represent transitions across boundaries between the background and foreground. The probabilities associated with each quadrant are then given by

Eq. (8)

PAt=i=0tj=0tpij,PBt=i=0tj=t+1L1pij,PCt=i=t+1L1j=0tpij,PDt=i=t+1L1j=t+1L1pij.
The probabilities in each quadrant can be further obtained by so-called cell probabilities:

Eq. (9)

pij|At=pijPAt,pij|Bt=pijPBt,pij|Ct=pijPCt,pij|Dt=pijPDt,
which are conditional probabilities for a specific quadrant.

Three definitions—local entropy, joint entropy, and global entropy—can be derived on the basis of the cell probabilities, each of which yields a different method. According to experimental results, the threshold obtained from the local entropy is better than that obtained from the joint and global entropies. Therefore, we focused on the local entropy in this study.

3.1.1.

Local entropy

Because quadrants A and C contain local transitions from background to background (BB) and objects to objects (FF), respectively, the local entropy of BB, denoted by HBB(t), and the local entropy of FF, denoted by HFF(t), can be defined as

Eq. (10)

HBB(t)=i=0tj=0tpij|Atlogpij|At,

Eq. (11)

HFF(t)=i=t+1L1j=t+1L1pij|Ctlogpij|Ct.
By summing up the local within-class transition entropies of the foreground and the background, a second-order local entropy, denoted by HLE(t), has been derived by Pal and Pal11 as

Eq. (12)

HLE(t)=HBB(t)+HFF(t).

The LE method proposed by Pal and Pal11 selects a threshold tLE by maximizing HLE(t) as defined in Eq. (12) over t so that

Eq. (13)

tLE=arg{maxtHLE(t)}.

3.2.

Texture Feature Registration

After ICs are segmented by ET, the TS (Ref. 9) is then applied to extract texture features from the segmented region (suspicious region) for identifying the optimum IC. TS is intended for feature description based on the varying relationship between the gray levels of the image pixels and the surrounding pixels. It has shown high efficiency in tissue discrimination. The feature value (TS) calculated from the suspicious region is then compared with the value calculated from a proven tumor region to define its probability and determine the most probable IC, and so is referred to as “TFR.” In TFR, TS is subdivided into three feature descriptors named BWS, GS, and DD,9 which are described as follows.

3.2.1.

Texture spectrum

A group of vectors V={V0,V1,,V8} is defined for the pixel of which V0 represents the gray level of the mask central pixel and V1,V2,,V8 represent the gray levels of the surrounding eight points. The relationship E between the central pixel V0 and the surrounding eight pixels is

Eq. (14)

Ei={0ifVi1ifVi=V0fori=1,2,,82ifVi>V0.
The relationship between the central pixel and its eight adjacent pixels is defined as a texture unit (TU), TU={E1,E2,,E8}, with each element having three possibilities. Thus, the possible available number of TU is 38=6561, which is associated with a TU code NTU, defined as

Eq. (15)

NTU=i=18Ei×3i1.

The surrounding eight pixels are assigned letters a to h clockwise, as illustrated in Fig. 3. Using the TS, it is possible to define the following texture features that represent the textures of images:

Fig. 3

Assigned letters of texture units for texture spectrum (TS).

JEI_22_2_023027_f003.png

BWS:

Eq. (16)

BWS=[1i=03279|S(i)S(3281+i)|i=06560S(i)],

GS:

Eq. (17)

GS=[114j=14i=06560|Sj(i)Sj+4(i)|2×i=06560Sj(i)],

DD:

Eq. (18)

DD=[116m=13n=m+14i=06560|Sm(i)Sn(i)|2×i=06560Sm(i)],
where S(i) represents the occurrence frequency of the i’th TU code, i=0,,6560 and Sj(i) represents the occurrence frequency of the i’th TU code with j as the starting position, j=1,2,,8 (corresponding to a,b,,h in Fig. 3).

For the implementation of TFR, the tumor regions of T1, T2, and PD were first identified by experienced radiologists and then the TS was used to extract the texture features from these known tumor regions. Different sections in cases were utilized to obtain the reference tumor texture features. Table 1 shows the texture feature mean values extracted from the proven tumor regions.

Table 1

Mean value of tumor texture features.

BandsTexture descriptor
Black-white symmetryGeometric symmetryDegree of direction
PD0.01750.64490.5649
T10.02960.64840.5203
T20.01680.71980.6026

4.

Experimental Results

In this section, the performances of CEM, OSP, FCM, PCTA, and the proposed ICTA are evaluated with breast MRI datasets.

4.1.

Experimental Data

In total, 16 cases of breast MRIs were acquired from Tri-Service General Hospital in Taiwan for performance evaluation, of which 11 cases contain tumor and five cases without tumor. The MRIs were performed on a 1.5T MAGNETOM Vision Plus system (Siemens, Erlangen, Germany). One demonstrated case which contains a medium size tumor is selected as an example and shown in Fig. 4 with four different sequences (bands): PD-weighted spectral image acquired with TR/TE(repetition time/echo time)=3000/15ms, T1-weighted spin-echo image acquired with TR/TE=832/20ms, T2-weighted spin-echo image acquired with TR/TE=3000/105ms, and T1_FS (T1-weighted fat-saturated image). The resolution and size of each band are 8-bit gray level and 427×427, respectively. The slice thickness of all MRIs is 2 mm.

Fig. 4

A demonstrated case of breast magnetic resonance images (MRIs) which contain a medium-size tumor with four different sequences (bands): PD-weighted (a), T1-weighted (b), T2-weighted (c), and T1_FS (d).

JEI_22_2_023027_f004.png

In each case, the standard tumor region required for performance evaluation was conformably verified by three experienced radiologists as shown in Fig. 5(d). In Fig. 5, Fig. 5(a)5(c) shows the contours of the tumor mass delineated by three experienced radiologists, and Fig. 5(d) is the result of the intersection of Fig. 5(a)5(c).

Fig. 5

(a)–(c) Contours of tumor mass delineated by three different experienced radiologists. (d) Result of intersection of (a)–(c).

JEI_22_2_023027_f005.png

4.2.

Evaluation Methods

4.2.1.

Abundance percentage thresholding method

In order to quantitatively study and compare the results with different methods, we converted the abundance fractional images generated by the different methods to binary images. Hence, we adopted the method proposed in Ref. 13, which used the abundance fraction percentage as the cutoff threshold value for such a conversion. First, using the normalized abundance fraction of the image with the range of [0, 1], let r be the pixel vector of the image and a^1(r),a^2(r),,a^p(r) be the estimated abundance fractions of a1,a2,,ap in r; then the normalized abundance fraction a˜j(r) of each estimated abundance fraction α^j(r) can be obtained by

Eq. (19)

a˜j(r)=α^j(r)minrα^j(r)maxrα^j(r)minrα^j(r).
Assume that α% is the cutoff abundance fraction threshold value. If the normalized abundance fraction of the pixel vector is greater than or equal to α%, then the pixel will be detected as a desired object pixel and set to “1”; otherwise, it will be set to “0” and not be detected as a desired object pixel. The use of this cutoff threshold value to threshold a fractional abundance image will be referred to as the “α% thresholding method.”

4.2.2.

Receiver operating characteristic curve analysis

Using the α% thresholding method, we were able to calculate the number of detected pixels in the generated fractional abundance image. Then the performance indices were calculated using receiver operating characteristic (ROC) analysis.14 We define {d1,d2,,dp}={di}i=1p as p interesting objects to be classified. N(di) is the total number of pixels specified by the i’th object signature di, ND(di) is the number of pixels specified by the i’th object signature di and actually detected as di, and NF(di) is the number of false-alarm pixels that are not specified by the object signature di but are detected as di. Using the definitions of N(di), ND(di), and NF(di), we further define the detection rate RD(di), false alarm rate RF(di), mean detection rate RD, and mean false rate RF as follows:

Eq. (20)

RD(di)=ND(di)N(di),

Eq. (21)

RF(di)=NF(di)NN(di),

Eq. (22)

RD=i=1pRD(di)p(di),

Eq. (23)

RF=i=1pRF(di)p(di),
where N is the total number of pixels in the image and p(di)=N(di)/i=1pN(di). Note that the mean detection rate RD as defined by Eq. (22) is the average of the detection rates for all detected objects; similarly, the mean false-alarm rate RF as defined by Eq. (23) is the average of the false-alarm rates for all detected objects. According to Eqs. (20) and (21), each fixed α% can generate a pair of RD and RF. Furthermore, increasing α% from 0% to 100% gradually can generate a set of pairs (RD,RF). A two-dimensional ROC curve of (RD,RF) is then plotted, and the area size under the ROC curve (AUC) is measured as a performance index (classification rate).

4.3.

Experimental Results

The experimental results obtained by the traditional ICA method are shown in Table 2, where the highest classification rates are given in bold face. In Table 2, four IC and four IC’ (negative film of IC) values are generated in 10 run times. As seen in Table 2, the highest classification rates did not appear in the same IC in each run time. Therefore, the classification rates would not be high as shown in the last row if we chose a fixed IC as the classification result. Table 3 presents the mean values of the 10 highest classification rates manually selected from ICs in 100 run times for three cases with different tumor sizes (big, medium, and small). From the results of Table 3, we can see that the performance of the ICA method was better than the PCA method, but both of them were unable to identify the tumor region by employing a fixed IC.

Table 2

Tumor correct-classification rates of ICA for a case. IC 1’ represents the negative film of IC 1, and so forth.

Run timesIC 1 (%)IC 2 (%)IC 3 (%)IC 4 (%)IC 1’ (%)IC 2’ (%)IC 3’ (%)IC 4’ (%)
131.2519.2899.1425.2568.7580.720.8574.76
268.7699.2027.6475.2031.250.8072.3324.78
331.2699.2072.3475.1968.750.8027.6324.79
431.2580.720.8574.7668.7619.2899.1425.25
531.2599.2027.6475.1968.750.8072.3324.79
631.2680.7299.1474.7768.7519.280.8525.25
768.750.8027.6475.2031.2599.2072.3324.79
831.2699.2072.3324.7868.750.8027.6475.20
931.2699.2072.3424.7968.750.8027.6475.19
1068.7519.280.8525.2531.2680.7299.1474.76
Average42.5169.6849.9955.0457.5030.3249.9944.96

Table 3

Tumor classification rates of ICA and PCA for three demonstrated cases with different tumor sizes (big, medium, and small), by mean values of 10 highest classification rates in 100 run times.

MethodsCase 1 (big) (%)Case 2 (medium) (%)Case 3 (small) (%)
ICA99.1799.3891.30
PCA95.6399.0991.03

The texture features calculated from the suspicious tumor region for each IC were then compared with the reference tumor texture features to find out the most probable ICs according to their Euclidean distance calculated as

Eq. (24)

ICSBWS=(PDBWSPDSBWS)2+(T1BWST1SBWS)2+(T2BWST2SBWS)2,

Eq. (25)

ICSGS=(PDGSPDSGS)2+(T1GST1SGS)2+(T2GST2SGS)2,

Eq. (26)

ICSDD=(PDDDPDSDD)2+(T1DDT1SDD)2+(T2DDT2SDD)2,
where S is the number of ICs, and the texture features distance between ICs and the known tumor is calculated by

Eq. (27)

ICTAS=(ICSBWS+ICSGS+ICSDD)/3
with a most probable IC selected using minimum distance as

Eq. (28)

min{ICTA1,ICTA2,,ICTAS}.

Table 4 shows the tumor classification rates for all IC and IC’ values of the three cases using traditional ICA, and the minimum distances are given in bold face. From Table 4, we can see that ICs with minimum distance will have highest classification rate. Such a result also indicates that correct ICs could be found by using TFR. Table 5 shows the correct IC identification rates of TFR for 16 cases, of which 11 cases contain tumor and five cases without tumor. According to experimental experience, the result of a case will be identified as no tumor within if all the distances of ICs are >0.4.

Table 4

Comparison between classification rate and distance defined in Eq. (27) for three demonstrated cases by using ICA.

MethodCase 1(big)Case 2 (medium)Case 3 (small)
DistanceTumor classification rates (%)DistanceTumor classification rates (%)DistanceTumor classification rates (%)
IC 10.842368.750.952780.990.60948.63
IC 20.80500.800.346299.360.583315.99
IC 30.856327.640.415860.700.875873.10
IC 40.255375.200.454863.560.618139.32
IC 1’0.255231.251.099019.780.326991.30
IC 2’0.187899.201.09991.450.518583.99
IC 3’0.207772.331.142140.190.398326.89
IC 4’0.838824.791.133037.280.696260.57

Table 5

Correct IC identification rates by using texture feature registration (TFR) calculated in 100 run times for 16 cases (11 contain tumor and five without tumor).

IC identification rates (%)
Correct-classification rate 92.09
False-alarm rate 6.36

Figure 6 shows high-contrast images resulting from ICTA, PCTA, CEM, and OSP methods, where the PCTA method has the same procedure with ICTA, but using PCA instead of ICA. Figure 7 shows ROC curves for the classified sections shown in Fig. 6. Table 6 presents the area under the ROC curves for ICTA, PCTA, CEM, and OSP. Figure 8 shows the segmentation results of applying ICTA, PCTA, CEM, and OSP on the images shown in Fig. 4. In addition, we add an FCM into Fig. 8 for comparison because it is a common representative in classification. Table 7 shows the averaged tumor correct-classification and false-alarm rates obtained from applying ICTA, PCTA, FCM, CEM, and OSP in our experimental data set. From Tables 6 and 7, we can see that ICTA has good performance with lowest false-alarm rate, as does CEM. But unlike CEM, which requires prior knowledge, ICTA is a blind classification technique.

Fig. 6

High-contrast images resulting from the demonstrated case by using ICTA (a), principal component texture analysis (PCTA) (b), constrained energy minimization (CEM) (c), and orthogonal subspace projection (OSP) (d), respectively.

JEI_22_2_023027_f006.png

Fig. 7

Receiver operator characteristic (ROC) curves for tumor classification results for the demonstrated case in Fig. 6. (a), Correct-classification rate (RD) versus false-alarm rate (RF). (b), RD versus α%. (c), RF versus α%.

JEI_22_2_023027_f007.png

Table 6

Area under ROC curve (RD versus RF) for ICTA, PCTA, CEM, and OSP.

MethodsCase 1 (big)Case 2 (medium)Case 3 (small)
Blind source separation
ICTA0.99200.99360.9130
PCTA0.95630.99090.9103
Prior knowledge required
CEM0.99350.99520.9649
OSP0.98520.97140.8095

Fig. 8

Segmentation results of applying ICTA (a), PCTA (b), fuzzy c-means (FCM) (c), CEM (d), and OSP (e) methods on images in Fig. 4.

JEI_22_2_023027_f008.png

Table 7

Averaged tumor classification rates for ICTA, PCTA, FCM, CEM, and OSP.

MethodTumor classification rates
Correct-classification rate (%)False-alarm rate (%)
Blind source separation method
ICTA95.782.05
PCTA91.12.73
FCM82.1711.64
Prior knowledge required method
CEM98.253.02
OSP80.632.46

5.

Conclusion

Although ICA shows good performance in multispectral MRI analysis, it may produce inconsistent results for ICs because ICA uses random initial projection vectors. To solve this problem, we propose a new method called the ICTA for tumor contrast enhancement and segmentation using breast MRIs. ICTA consists of three processes: ICA, ET, and TFR.

After comparison with PCTA, FCM, CEM, OSP, and contrast-injected breast MRIs, our results indicate the possibility of using ICTA for accurate diagnosis. First, ICTA is a BSS method that, unlike CEM or OSP, does not require prior knowledge. Second, the correct IC identification rate by TFR is as high as 92.09%. Third, the tumor region correct-classification rate is as high as 95.78% with a 2.05% false-alarm rate. We anticipate that the high-contrast and binary images generated by ICTA will assist radiologists in breast MRI screening and increase the accuracy of breast tumor diagnosis.

Acknowledgments

The work was supported by the National Science Council, Taiwan, under the Grant Nos. NSC100-2221-E-167-027 and NSC101-2221-E-167-036. The authors would like to thank Dr. Hsian-He Hsu, Department of Radiology, Tri-Service General Hospital in Taiwan, for providing cases.

References

1. 

D. M. Ikedaet al., Breast Imaging Reporting and Data System—Magnetic Resonance Imaging, 1st ed.American College of Radiology, Reston, VA (2003). Google Scholar

2. 

H. Grahnet al., “Data analysis of multivariate magnetic resonance images I. A principal component analysis approach,” Chemom. Intell. Lab. Syst., 5 (4), 311 –322 (1989). http://dx.doi.org/10.1016/0169-7439(89)80030-9 CILSEN 0169-7439 Google Scholar

3. 

H. Soltantian-Zadehet al., “Optimization of MRI protocols and pulse sequence parameters for eigenimage filtering,” IEEE Trans. Med. Imag., 13 (1), 161 –175 (1994). http://dx.doi.org/10.1109/42.276155 ITMID4 0278-0062 Google Scholar

4. 

J. AlirezaieM. E. JerniganC. Nahmias, “Automatic segmentation of cerebral MR images using artificial neural networks,” IEEE Trans. Nucl. Sci., 45 (4), 2174 –2182 (1998). http://dx.doi.org/10.1109/23.708336 IETNAE 0018-9499 Google Scholar

5. 

M. C. Clarket al., “MRI segmentation using fuzzy clustering techniques,” IEEE Eng. Med. Biol. Mag., 13 (5), 730 –742 (1994). http://dx.doi.org/10.1109/51.334636 IEMBDE 0739-5175 Google Scholar

6. 

C. M. Wanget al., “Orthogonal subspace projection-base approaches to classification of MR images sequences,” Comput. Med. Imag. Graph., 25 (6), 465 –476 (2001). http://dx.doi.org/10.1016/S0895-6111(01)00015-5 CMIGEY 0895-6111 Google Scholar

7. 

S.-C. Yanget al., “Contrast enhancement and tissues classification of breast MRI using Kalman filter-based linear mixing method,” Comput. Med. Imag. Graph., 33 (3), 187 –196 (2009). http://dx.doi.org/10.1016/j.compmedimag.2008.12.001 CMIGEY 0895-6111 Google Scholar

8. 

T. Nakaiet al., “Application of independent component analysis to magnetic resonance imaging for enhancing the contrast of gray and white matter,” Neuroimage, 21 (1), 251 –260 (2004). http://dx.doi.org/10.1016/j.neuroimage.2003.08.036 NEIMEF 1053-8119 Google Scholar

9. 

S. C. Yanget al., “Mass screening and feature reserved compression in a computer-aided system for mammograms,” in IEEE International Joint Conf. on Neural Networks, 2008, IJCNN 2008, 3779 –3786 (2008). Google Scholar

10. 

A. HyvarinenE. Oja, “A family of fixed-point algorithms for independent component analysis,” Neural Comput., 9 (7), 1483 –1492 (1997). http://dx.doi.org/10.1162/neco.1997.9.7.1483 NEUCEB 0899-7667 Google Scholar

11. 

N. R. PalS. K. Pal, “Entropic thresholding,” Signal Process., 16 (2), 97 –108 (1989). http://dx.doi.org/10.1016/0165-1684(89)90090-X SPRODR 0165-1684 Google Scholar

12. 

S.-C. Yanget al., “A computer-aided system for mass detection and classification in digitized mammograms,” Biomed. Eng. Appl. Basis Commun., 17 (5), 215 –228 (2005). http://dx.doi.org/10.4015/S1016237205000330 YIGOEO 0302-9743 Google Scholar

13. 

C. I. ChangH. Ren, “An experiment-based quantitative and comparative analysis of target detection and image classification algorithms for hyperspectral imagery,” IEEE Trans. Geosci. Remote Sens., 38 (2), 1044 –1063 (2000). http://dx.doi.org/10.1109/36.841984 IGRSD2 0196-2892 Google Scholar

14. 

C. I. Changet al., “An ROC analysis for subpixel detection,” in IEEE 2001 International Geoscience and Remote Sensing Symposium, 2001, IGARSS ’01, 2355 –2357 (2001). Google Scholar

Biography

JEI_22_2_023027_d001.png

Sheng-Chih Yang received an MS degree in computer and information science from Knowledge System Institute (KSI), Illinois, USA, in 1996 and PhD degree in electrical engineering from National Cheng-Kung University (NCKU), Tainan, Taiwan, in 2006. From 1996 to 2005, he worked as a lecturer at the Department of Electronic Engineering, National Chin Yi University of Technology (NCUT), and has been an associate professor at the Department of Computer Science and Information Engineering since 2006. His research interests include image processing and biomedical image processing. He is currently the director of the Computer Center of National Chin Yi University of Technology.

JEI_22_2_023027_d002.png

Chieh-Ling Huang received a BS degree in electrical engineering from National Taiwan University of Science and Technology (NTUST), Taiwan, in 1998, and MS and PhD degrees in electrical engineering from National Cheng Kung University (NCKU), Taiwan, in 2000 and 2008, respectively. He is currently an assistant professor at the Department of Computer Science and Information Engineering, Chang Jung Christian University (CJCU). His current research interests are image processing, video image analysis, and radio frequency identification (RFID) technology. He is a member of Phi Tau Phi honor society.

JEI_22_2_023027_d003.png

Tsai-Rong Chang received a BS degree in electrical engineering from National Taipei University of Technology (NTUT), Taiwan, in 1997, and MS and PhD degrees in electrical engineering from National Cheng Kung University (NCKU), Taiwan, in 1999 and 2005, respectively. He is currently an assistant professor at the Department of Computer Science and Information Engineering, Southern Taiwan University of Science and Technology (STUST). His current research interests are artificial neural networks, bioinformatics, and image processing. He is a member of Phi Tau Phi honor society.

JEI_22_2_023027_d004.png

Chi-Yuan Lin received a BS degree in electronic engineering from National Taiwan university of Science and Technology (NTUST), Taiwan, in 1988, the MS degree in electronic and information engineering from National Yunlin University of Science and Technology (NYUST), Taiwan, in 1998, and the PhD degree in electrical engineering from National Cheng Kung University (NCKU), Taiwan, in 2004. Since 1983, he has been with the Department of Electronic Engineering at National Chi Yi University of Science and Technology in Taiwan, where he is now an associate professor. His research interests include neural networks, multimedia coding, data hiding, and image processing.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Sheng-Chih Yang, Chieh-Ling Huang, Tsai-Rong Chang, and Chi-Yuan Lin "Tumor segmentation from breast magnetic resonance images using independent component texture analysis," Journal of Electronic Imaging 22(2), 023027 (20 June 2013). https://doi.org/10.1117/1.JEI.22.2.023027
Published: 20 June 2013
Lens.org Logo
CITATIONS
Cited by 2 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Tumors

Image segmentation

Independent component analysis

Breast

Magnetic resonance imaging

Magnetism

Principal component analysis

Back to Top