Literature DB >> 24391891

Dual-force ISOMAP: a new relevance feedback method for medical image retrieval.

Hualei Shen1, Dacheng Tao2, Dianfu Ma3.   

Abstract

With great potential for assisting radiological image interpretation and decision making, content-based image retrieval in the medical domain has become a hot topic in recent years. Many methods to enhance the performance of content-based medical image retrieval have been proposed, among which the relevance feedback (RF) scheme is one of the most promising. Given user feedback information, RF algorithms interactively learn a user's preferences to bridge the "semantic gap" between low-level computerized visual features and high-level human semantic perception and thus improve retrieval performance. However, most existing RF algorithms perform in the original high-dimensional feature space and ignore the manifold structure of the low-level visual features of images. In this paper, we propose a new method, termed dual-force ISOMAP (DFISOMAP), for content-based medical image retrieval. Under the assumption that medical images lie on a low-dimensional manifold embedded in a high-dimensional ambient space, DFISOMAP operates in the following three stages. First, the geometric structure of positive examples in the learned low-dimensional embedding is preserved according to the isometric feature mapping (ISOMAP) criterion. To precisely model the geometric structure, a reconstruction error constraint is also added. Second, the average distance between positive and negative examples is maximized to separate them; this margin maximization acts as a force that pushes negative examples far away from positive examples. Finally, the similarity propagation technique is utilized to provide negative examples with another force that will pull them back into the negative sample set. We evaluate the proposed method on a subset of the IRMA medical image dataset with a RF-based medical image retrieval framework. Experimental results show that DFISOMAP outperforms popular approaches for content-based medical image retrieval in terms of accuracy and stability.

Entities:  

Mesh:

Year:  2013        PMID: 24391891      PMCID: PMC3877227          DOI: 10.1371/journal.pone.0084096

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

Medical image interpretation is a process which incorporates subjective perception and objective reasoning. Typically, radiologists obtain superficial visual features from medical images and render diagnostic conclusions based on personal knowledge and experience. Due to differences of perception, training and fatigue, different conclusions about the same medical image will be drawn by different professionals or by the same professional under different circumstances [1], [2]. The goal of content-based medical image retrieval (CBMIR) is to enable radiologists to make better diagnosis about a given case by retrieving similar cases from a variety of semantically annotated medical image archives. It is well-known that “semantic gap” is one of the issues faced by content-based image retrieval (CBIR). The fact that medical images contain varied, rich and subtle visual features [3] is an additional challenge to the use of CBIR in radiology. Unlike from regular image understanding, medical image diagnosis is dependent on case-specific interpretation. It is common for visually similar medical images to convey different semantic meanings, while semantically-alike images have different visual features. Let us take medical images obtained from IRMA medical image dataset [4] as an example. The IRMA medical image dataset is a widely used test bed for performance evaluation of CBMIR [5]–[8]. The new version of IRMA dataset [4] contains 12,677 fully annotated gray value radiographs in a training set. These images are categorized into 193 classes according to a mono-hierarchical multi-axial classification standard called the IRMA coding system [9]. The system classifies a medical image from four orthogonal axes: imaging modality, body orientation, body region examined and biological system examined. and illustrate the scenario of semantic gap. As shown in , two chest radiographs have a similar visual appearance, but their semantic meanings are different. The IRMA code [9] of the left image is “1123-127-500-000”, while the IRMA code of the right image is “1123-110-500-003”. By contrast, though their visual appearance is different, the two mammograms shown in have the same IRMA code “1124-310-610-625”.
Figure 1

Visually similar medical images contain different semantic meanings.

The chest radiographs shown in this figure have a similar visual appearance but belong to different semantic categories. Images are taken from IRMA medical image dataset.

Figure 2

Semantically-alike medical images have a different visual appearance.

The mammograms shown in this figure belong to the same semantic category, though they have a different visual appearance. Images are taken from IRMA medical image dataset.

Visually similar medical images contain different semantic meanings.

The chest radiographs shown in this figure have a similar visual appearance but belong to different semantic categories. Images are taken from IRMA medical image dataset.

Semantically-alike medical images have a different visual appearance.

The mammograms shown in this figure belong to the same semantic category, though they have a different visual appearance. Images are taken from IRMA medical image dataset. Relevance feedback (RF) is a promising solution to fill the semantic gap in CBIR [10]. Under the assumption that every user’s need is different and time varying [11], [12], RF provides a user-in-the-loop mechanism to allow a user to interact with the retrieval system to refine the retrieval results. The basic process of RF in CBIR is as follows: 1) the retrieval system returns the initial retrieval results to the user; 2) the user labels query-relevant images and query-irrelevant images as positive feedback and negative feedback, respectively; 3) based on the labeled feedback, the retrieval system learns to improve the retrieval performance and returns new results; 4) if the user is satisfied with the new results, the RF process ends; otherwise, go to 2). Over the past decades, many representative RF approaches have been proposed in the context of CBIR [13]–[23]. A comprehensive survey of these methods can be found in [11], [24]. In [25], RF methods are categorized into four groups: subspace selection-based schemes, support vector machine (SVM)-based schemes, random sampling-based schemes and feature reweighting-based schemes. Performance evaluations of several RF approaches are reported in [26], [27]. Many RF methods have also appeared in CBMIR in recent years. Rahman et al. [28] utilized positive feedback to update the optimal query point for medical image retrieval. They proposed a RF-based dynamic similarity fusion approach for biomedical image retrieval [29] in which RF information is utilized to reweight features at each iteration. Xu et al. [30], [31] utilized RF to update feature weights for X-ray image retrieval. To solve the small sample size problem, Hoi et al. [32] proposed a method called semi-supervised SVM batch mode active learning for both medical and regular image retrieval. In addition, Ko et al. [33] integrated the RF scheme into CBMIR to boost retrieval performance. Though the approaches mentioned above achieve promising results, there is room for performance enhancement because most of these methods do not consider the manifold structure of low-level image features. In this paper, we formulate a new RF method termed dual-force ISOMAP (DFISOMAP) for CBMIR. DFISOMAP is proposed in the context of precisely exploring the manifold structure of low-level image visual features [34]–[36]. DFISOMAP operates in the following three stages: 1) the local geometry preservation stage, 2) the margin maximization stage, and 3) the similarity propagation stage. First, the local geometry of the positive examples in the high-dimensional feature space is preserved according to the isometric feature mapping (ISOMAP) criterion [37]. To precisely model the geometric structure of positive examples in the low-dimensional embedding, a reconstruction error constraint according to locally linear embedding (LLE) [38] is also added. Second, negative examples are pushed away from positive examples by a force driven by the maximization of average pairwise distances between the positive and negative examples. Finally, negative examples are pulled into the negative sample set by another force generated by similarity propagation. We conduct experiments to demonstrate the effectiveness of DFISOMAP. Compared to conventional RF methods, e.g., linear discriminant analysis (LDA) [39], locality preserving projections (LPP) [40], biased discriminant analysis (BDA) [21], constrained similarity measure using support vector machine (CSVM) [18], ISOMAP and exponential locality preserving projections (ELPP) [41], DFISOMAP differ in the following ways: 1) DFISOMAP precisely preserves the geometric structure of positive feedback examples, and 2) DFISOMAP does not suffer from the undersampling problem.

Dual-Force ISOMAP

In this section, we detail the proposed DFISOMAP. To better present the method, lists important notations used in this paper.
Table 1

Important notations used in this paper.

NotationDescriptionNotationDescription
medical image dataset similarity matrix
high-dimensional ambient space the medical image contained in
low-dimensional embedding the medical image contained in
relevance feedback set in geodesic distance between
positive relevance feedback set Euclidean distance between
negative relevance feedback set size of
relevance feedback set in size of
projection matrix, identity vector
identity matrix trade-off parameter
reconstruction coefficient matrix in LLE trade-off parameter
linear product matrix of margin factor
Consider a set of medical images in low-level feature space, and a query image Following the query-by-example paradigm of the CBIR system, there are top returned images for each query, from which we obtain images which are from the same semantic class as We term them positive examples: Putting these examples together, we get a positive feedback set Meanwhile, we obtain images, which are from different semantic classes with respect to We term them negative examples: Putting these examples together, we get a negative feedback set The relevance feedback set is constructed by putting and together as where the first are positive examples and the remaining are negative examples, For convenience, we use to represent all examples, and denote and DFISOMAP assumes that medical images lie on a low-dimensional manifold and are artificially embedded in a high-dimensional ambient space, i.e., the low-level feature space The objective of DFISOMAP is to learn a mapping function from to based on the relevance feedback set The learned mapping should effectively separate positive examples from negative examples. For simplicity, we assume that is linear. The problem of DFISOMAP is then converted to find a projection matrix that maps to i.e., where Here, each column of DFISOMAP operates in three stages which containing two forces to separate negative examples from positive examples. In the first stage, the local geometric structure of the positive examples is preserved according to the ISOMAP criterion [37]. To make the local geometry preservation more precise, an error reconstruction constraint is added. This stage is termed “local geometry preservation”. In the second stage, a margin maximization function is defined to maximize the gap between positive examples and negative examples. The margin maximization function acts as a force to push negative examples away from positive examples, and this stage is termed “margin maximization”. In the final stage, termed “similarity propagation”, the similarity propagation technique [42] is employed to build a similarity matrix which quantifies similarities between the intraclass examples contained in the relevance feedback set. Based on the similarity matrix, the distance between the intraclass examples is minimized to shrink the distance between image pairs from the same semantic class. The procedure acts as another force to pull negative examples away from positive examples.

2.1. Local Geometry Preservation

ISOMAP preserves the local geometry of positive examples by the following objective function [37] where is the geodesic distance between image in high-dimensional space And is the corresponding Euclidean distance between image and in low-dimensional embedding Let us denote Where and are matrices. According to [37], and can be converted to inner product matrix and respectively. Operator is defined as where is an identity matrix, Thus, equation (1) can be transformed to where stands for the trace operator, Assuming that is a constant matrix, equation (5) can be converted to where To minimize reconstruction error of the local geometry preservation presented above, we further assume each can be reconstructed by its neighbors. Thus, we have where is an identity matrix. is obtained via locally linear embedding (LLE) [38]: Putting equation (6) and (7) together, we obtain the objective function for local geometry preservation where is the trade-off parameter.

2.2. Margin Maximization

In the low-dimensional embedding, we expect that the average pairwise distances between negative and positive feedback examples will be as large as possible, and the average pairwise distances among positive feedback examples will be as small as possible, i.e., Where is the gap factor. Considering equation (10) reduces to:

2.3. Similarity Propagation

Equation (11) only takes into account the distances between the positive examples and coarsely treats negative examples. To remedy this, we need the average pairwise distance among the intraclass examples to be rendered as small as possible. The straightforward way to shrink the pairwise distance between interclass examples is to minimize the average weighted square distance between all sample pairs in the low-dimensional embedding: where is termed similarity matrix. In this paper, we defineas quantifies the similarity relationship among positive and negative examples, respectively. In our implementation, we setas 0.5. Putting equation (11) and (12) together, we have where is the trade-off parameter. Let us denote Then equation (14) can be rewritten as where is a diagonal matrix,

2.4. Objective Function

Combining equation (9) with (16), we obtain the objective function of DFISOMAP where is the margin factor, Because the real matrix is symmetric (the proof is given in Appendix S1), can be solved by standard eigenvalue decomposition on By imposing on (17), is formed by the eigenvectors associated with the first largest eigenvalues.

CBMIR Framework

We utilize the framework depicted in for CBMIR. Any RF feedback algorithm can be integrated into this framework. As shown in this figure, when a query image is provided, its low-level visual features are extracted. All images contained in the medical image database are then sorted in ascending order according to their distance from the query image measured by Euclidean metric. If the user is not satisfied with the result, s/he labels some semantically relevant images as positive feedback examples and some semantically irrelevant images as negative feedback examples. Based on these feedback examples, a RF model can be trained. All images, including the positive feedback, the negative feedback and the remaining images contained in the medical image database, are re-sorted based on the updated similarity metric and the top-ranked images are returned. If the user is not satisfied with the result, the RF process is repeated.
Figure 3

Relevance feedback-based medical image retrieval framework.

For DFISOMAP, we learn a projection matrix according to equation(17). Then we use to project all the images to the low-dimensional embedding. In the projected embedding, each image is re-sorted in ascending order with respect to its Euclidean distance from the query image and the top-ranked images are returned to the user. The RF procedure stops when the user is satisfied with the results. We use LBP [43], SIFT [44] and pixel intensity descriptors respectively to extract features from the medical image. For the LBP descriptor, we divide each medical image into 3×3 equal regions. On each region, a 59-bin LBP histogram is built. Then we concatenate these 59-bin LBP histograms into a 531-D vector. For the SIFT and intensity descriptors, we follow bag of features [45] scheme to represent the image. In detail, we first densely sample each image with SIFT and the intensity descriptor, respectively. We set the sampling space as 8, and the patch size as 16×16. Then we use K-means clustering to learn two 500-word dictionaries, i.e., SIFT and intensity visual word dictionary. Finally, for each image, we obtain a 500-bin SIFT and intensity histogram, respectively. We represent each image by concatenating the 531-bin LBP histogram, 500-bin SIFT histogram and 500-bin pixel intensity histogram into a 1531-D long vector. To get rid of redundant information contained in the concatenated vector and reduce the computational complexity in the next section, we normalize the concatenated 1531-D vector into a normal distribution with zero mean and one standard deviation. Then we use principal component analysis (PCA) to reduce the normalized vector to a 500-D feature vector.

Performance Evaluation

In this section, we report performance of the proposed DFISOMAP for CBMIR comparing with that of other methods, i.e., LDA, LPP, BDA, CSVM, ISOMAP, LLE and ELPP. This section is organized as follows. In section 4.1, we introduce the dataset used for evaluation. Section 4.2 presents experimental setup. In section 4.3, we compare DFISOMAP with other RF approaches using mean average precision (MAP) and standard deviation (SD). Section 4.4 reports performance evaluation results of RF methods in terms of precision and recall. Finally, we explore effects of parameters on the performance of DFISOMAP in section 4.5.

4.1. IRMA Medical Image Dataset

The IRMA medical image dataset is widely used for CBMIR evaluation. In our experiment, we select the first 57 categories from the new version of IRMA dataset as test bed. The selected images contain a total of 10,902 images. shows example images from the dataset. illustrates three query images.
Figure 4

Examples of images in IRMA medical image testbed.

Figure 5

Examples of query image.

4.2. Experimental Setting

We conduct 338 independent experiments to evaluate performance of DFISOMAP and other RF methods. In detail, we randomly select 338 images from the IRMA data set as query examples. These images belong to different IRMA categories. In general, five or six images are selected from each IRMA category. In initial retrieval, for each query sample, there are five to eight relevant images in top30 ranked results. For each selected image, a “leave one out” query is conducted: Rest images contained in the data set are ranked according to their Euclidean distance to the query sample. Different RF algorithms are embedded into the framework depicted in . The RF process is automatically performed by the computer. A computer-simulated query for each query image is performed on all the other 10,901 images contained in the dataset. The computer marks all query relevant images as positive feedback in the top 30 images and the rest as negative feedback. In general, we have between two and eight images as positive feedback. The procedure is close to a real-world application scenario, because typically the user does not want to label many feedback examples in the iteration process. We set the number of RF iterations as 10. For the first iteration, the returned images are ranked according to their Euclidean distance from the query image. Starting from the second iteration, different RF algorithms learn different projection matrices based on positive and negative feedback, respectively. In the projected low-dimensional embedding, other images in the dataset are re-ranked according to their Euclidean distance from the query image. We parameterize the settings of all baseline methods according to the descriptions in corresponding papers. In the experiments, the parameters of different methods are tuned to obtain the best results. For CSVM, we choose the Gaussian kernel with LibSVM [9] is utilized to achieve an optimal hyperplane to separate negative and positive examples. For ELPP, we set parameters as what is described in [41].

4.3. Performance Evaluation Using MAP and SD

In this section, we use MAP and SD to measure the performance of DFISOMAP and other RF algorithms. MAP is the mean of average precision values of the 338 independent queries. MAP value measures the retrieval precision of RF algorithms. SD value is computed from AP values of the 338 independent queries. SD value assesses the stability of RF algorithms. and illustrate performance of the proposed DFISOMAP compared to LDA, LPP, BDA, CSVM, ISOMAP, LLE and ELPP-based RF algorithms. In , subfigures (A), (B), (C), (D) and (E) show MAP values for the top 10, 20, 30, 40 and 50 results, respectively. The eight curves in each of these subfigures illustrate performance of the RF algorithms. The x-coordinate represents number of iterations, which varies from 0 to 9. Iteration 0 represents the initial retrieval measured by Euclidean distance in the high-dimensional feature space without RF, while iteration 1 refers to the first round RF based on feedback examples labeled in the 0th iteration, and similarly other iterations (from iteration 2 to 9). The y-coordinate indicates MAP values of different RF algorithms after each iteration. In , subfigures (A), (B), (C), (D) and (E) detail SD values in the top 10, 20, 30, 40 and 50 results, respectively. SD indicates stability of the RF algorithm: the smaller the SD value, the more stable the algorithm.
Figure 6

MAP values of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail MAP values in the top 10, top 20, top 30, top 40 and top 50 results, respectively.

Figure 7

SD values of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail SD values in the top 10, top 20, top 30, top 40 and top 50 results, respectively.

MAP values of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail MAP values in the top 10, top 20, top 30, top 40 and top 50 results, respectively.

SD values of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail SD values in the top 10, top 20, top 30, top 40 and top 50 results, respectively. From the figure we can see that, in all experiments, and after any number of iterations, the proposed DFISOMAP consistently outperforms other conventional RF algorithms in terms of MAP. The DFISOMAP also shows good stability, as demonstrated by the SD value and tendency of the SD curve. At each level (top 10 to 50), it can be seen that SD values of DFISOMAP for further iterations decrease after one iteration, and are much lower than those of other RF algorithms.

4.4. Performance Evaluation Using Precision and Recall

In this section, we utilize average precision (AP) and average recall (AR) to evaluate performance of DFISOMAP and other methods. In the context of CBMIR, precision refers to percentage of relevant medical images in top retrieved results. AP is calculated as the averaged precision values obtained via all queries. And recall refers to percentage of relevant medical images in all relevant examples contained in the test bed. AR is averaged recall values of all queries. , and show AP of different methods. In detail, (A), (B), (C), (D) and (E) present AP of different methods in the top 10, 20, 30, 40, and 50 results, respectively. As we can see from the figure, it is evident that DFISOMAP subsequently outperforms other algorithms. Details of the AP values of top ranked results for different approaches after the fifth and ninth feedback are presented in and , respectively. From these two tables, we can draw the conclusion that DFISOMAP achieves more promising results compared with other methods.
Figure 8

AP of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail AP in the top 10, 20, 30, 40, and 50 results, respectively.

Table 2

Average precision of top ranked results for different methods after fifth feedback.

Methodstop10top20top30top40top50
DFISOMAP 0.9571 0.8676 0.7931 0.7180 0.6530
LPP 0.92700.68180.51380.41070.3435
BDA 0.94590.66520.47850.37260.3067
ELPP 0.91120.61200.43320.36290.3054
LLE 0.87660.57570.42110.33410.2782
LDA 0.85860.52530.37420.29370.2420
ISOMAP 0.84910.50640.35480.27630.2285
CSVM 0.73960.42690.29510.22900.1926
Table 3

Average precision of top ranked results for different methods after ninth feedback.

Methodstop10top20top30top40top50
DFISOMAP 0.9660 0.8901 0.8246 0.7587 0.6965
LPP 0.95430.76800.59840.48550.4073
BDA 0.95980.75340.56940.44790.3705
ELPP 0.92510.70210.52390.41180.3444
LLE 0.91990.67170.50780.40590.3393
LDA 0.92690.64540.46780.36890.3047
ISOMAP 0.90090.60930.44060.34490.2856
CSVM 0.74380.46490.33530.26430.2214

AP of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail AP in the top 10, 20, 30, 40, and 50 results, respectively. , and present AR of different algorithms. Specifically, (A), (B), (C), (D) and (E) demonstrate AR of different approaches obtained in the top 10, 20, 30, 40, and 50 results, respectively. We can conclude from the figure that DFISOMAP is more effective than the other compared methods. Moreover, AR values of top ranked results for different methods after the fifth and ninth feedback are given in and , respectively. According to these two tables, we can see that DFISOMAP is more effective than other approaches.
Figure 9

AR of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail AR in the top 10, 20, 30, 40, and 50 results, respectively.

Table 4

Average recall of top ranked results for different methods after fifth feedback.

Methodstop10top20top30top40top50
DFISOMAP 0.0985 0.1758 0.2351 0.2746 0.3025
LPP 0.09490.13490.14700.15300.1575
BDA 0.09750.13320.14110.14580.1497
ELPP 0.09330.12110.12520.13070.1376
LLE 0.08900.10990.11590.11930.1220
LDA 0.08690.10010.10310.10590.1083
ISOMAP 0.08620.09750.10010.10290.1052
CSVM 0.07450.08180.08280.08490.0880
Table 5

Average recall of top ranked results for different methods after ninth feedback.

Methodstop10top20top30top40top50
DFISOMAP 0.0993 0.1810 0.2464 0.2931 0.3253
LPP 0.09770.15190.17060.17780.1818
BDA 0.09900.15280.16820.17320.1777
ELPP 0.09490.14020.15220.15630.1621
LLE 0.09380.12900.13950.14370.1464
LDA 0.09470.12400.12900.13240.1348
ISOMAP 0.09220.11840.12420.12650.1289
CSVM 0.07480.08850.09200.09360.0963

AR of DFISOMAP, LPP, BDA, ELPP, LLE, LDA, ISOMAP and CSVM.

Subfigures (A), (B), (C), (D) and (E) detail AR in the top 10, 20, 30, 40, and 50 results, respectively.

4.5. Effects of Parameters

(1) Effects of α. As shown in equation (17), parametercontrols the contribution of to Wherestands for utilizing LLE to preserve local geometry of positive feedback examples. With the same experimental setup detailed above, we conduct experiments to evaluate effects of In our experiments, we increasefrom 0 to 100 with step 10, and setas 1400. and show AP and AR of DFISOMAP in top50 results, respectively. From which we can draw the following conclusions. 1) DFISOMAP achieves best performance whenis set as 10. 2) With the increasing of performance of DFISOMAP degrades. 3) Whenis set as 0, i.e.,has no contribution to performance of DFISOMAP is worst. The conclusion verifies the effectiveness of applying LLE to minimize reconstruction error within positive feedback examples.
Table 6

Average precision of DFISOMAP with differentin top50 results, andincreases from 0 to 100, with step 10.

iteration123456789
0.28660.42610.50040.54860.57960.60430.62070.62970.6369
0.3124 0.4770 0.5563 0.6164 0.6530 0.6720 0.6839 0.6923 0.6965
0.31050.47590.56070.61820.64880.66600.68000.68700.6952
0.30860.47340.56170.61810.64770.66600.67690.68420.6886
0.30720.46910.56280.62040.65270.66960.67960.68770.6931
0.30630.46700.55880.61230.64420.66200.67340.68210.6869
0.30560.46620.55570.60640.63740.65430.66490.67170.6766
0.30470.46610.55680.60910.63860.65540.66890.67790.6835
0.30420.46390.55490.60560.63580.65400.66780.67750.6827
0.30330.46340.55490.60570.63520.65210.66490.67300.6782
0.30260.46360.55350.60730.63590.65350.66580.67340.6789
Table 7

Average recall of DFISOMAP with differentin top50 results, andincreases from 0 to 100, with step 10.

iteration123456789
0.13360.19110.22440.24650.26080.27270.28020.28440.2879
0.1467 0.2167 0.2558 0.2850 0.3025 0.3123 0.3186 0.3229 0.3253
0.14590.21610.25840.28650.30180.31050.31740.32120.3258
0.14520.21460.25850.28570.30050.31040.31630.32000.3222
0.14470.21270.25840.28700.30250.31120.31670.32120.3242
0.14430.21210.25690.28380.29920.30780.31410.31920.3217
0.14400.21160.25520.28030.29520.30330.30900.31290.3155
0.14370.21150.25550.28190.29650.30440.31120.31580.3188
0.14340.21080.25500.28110.29620.30460.31110.31620.3191
0.14310.21040.25510.28060.29540.30320.30910.31350.3163
0.14280.21040.25460.28100.29540.30350.30950.31340.3162
(2) Effects of γ. Equation (17) demonstrates thatcontrols the contribution of toWherestands for similarity propagation in positive and negative examples. With the same experimental setup mentioned above, we conduct experiments to explore effects of In our experiments, we increasefrom 0 to 2000 with step 200, and set as 10. and detail AP and AR of DFISOMAP in top50 results, respectively. From the table we can draw the following conclusions. 1) DFISOMAP achieves best performance whenis set as 1400. 2) Whenis set as 0, i.e., there is no similarity propagation, performance of DFISOMAP is worst. The conclusion confirms effectiveness of similarity propagation.
Table 8

Average precision of DFISOMAP with differentin top50 results, andincreases from 0 to 2000, with step 200.

iteration123456789
0.21660.28670.31370.34140.35620.37040.38000.38620.3895
0.30530.46710.55200.60410.63540.65560.66810.67550.6800
0.30800.46940.55610.61170.64440.66310.67330.68040.6853
0.30960.47200.55690.61200.64700.66330.67540.68340.6879
0.31110.47410.55780.61180.64660.66450.67780.68550.6920
0.31140.47810.55630.61560.65080.66830.68180.68970.6953
0.31180.47790.55660.61280.64700.66520.67850.68650.6923
0.3124 0.4770 0.5563 0.6164 0.6530 0.6720 0.6839 0.6923 0.6965
0.31300.47790.55480.61230.64820.66650.67780.68590.6914
0.31320.47750.55380.61200.64760.66720.67900.68760.6932
0.31370.47760.55460.60830.64280.66180.67490.68100.6859
Table 9

Average recall of DFISOMAP with differentin top50 results, andincreases from 0 to 2000, with step 200.

iteration123456789
0.10600.13370.14480.15570.16180.16730.17050.17280.1741
0.14390.21220.25300.27870.29410.30360.30980.31390.3166
0.14490.21360.25490.28220.29790.30750.31300.31710.3199
0.14560.21440.25630.28360.30080.30910.31530.31960.3220
0.14610.21530.25650.28310.29940.30850.31570.32010.3237
0.14630.21680.25550.28480.30150.31020.31730.32170.3248
0.14640.21690.25600.28350.30050.30980.31690.32090.3242
0.1467 0.2167 0.2558 0.2850 0.3025 0.3123 0.3186 0.3229 0.3253
0.14690.21720.25560.28370.30110.31000.31560.31960.3227
0.14700.21700.25510.28340.30080.31060.31670.32140.3247
0.14720.21710.25540.28180.29880.30840.31520.31860.3213

Conclusion

Starting from the assumption that medical images are artificially embedded in a high-dimensional visual feature space, we propose the dual-force ISOMAP (DFISOMAP) to map medical images from high-dimensional feature space to low-dimensional embedding. In the framework of CBMIR, DFISOMAP precisely preserves the geometric structure of positive feedback examples according to the ISOMAP criterion, and effectively separates negative examples from positive examples by utilizing two forces. The evaluation results on a subset of the IRMA medical image dataset show that DFISOMAP outperforms popular dimensionality reduction-based RF algorithms, e.g., LDA, BDA, LPP, ISOMAP, LLE, ELPP and support vector machine-based RF algorithms, e.g., CSVM. Proof of is symmetric. (DOC) Click here for additional data file.
  19 in total

1.  Nonlinear dimensionality reduction by locally linear embedding.

Authors:  S T Roweis; L K Saul
Journal:  Science       Date:  2000-12-22       Impact factor: 47.728

2.  A global geometric framework for nonlinear dimensionality reduction.

Authors:  J B Tenenbaum; V de Silva; J C Langford
Journal:  Science       Date:  2000-12-22       Impact factor: 47.728

Review 3.  Automatic medical image annotation and keyword-based image retrieval using relevance feedback.

Authors:  Byoung Chul Ko; JiHyeon Lee; Jae-Yeal Nam
Journal:  J Digit Imaging       Date:  2012-08       Impact factor: 4.056

Review 4.  Content-based image retrieval in radiology: current status and future directions.

Authors:  Ceyhun Burak Akgül; Daniel L Rubin; Sandy Napel; Christopher F Beaulieu; Hayit Greenspan; Burak Acar
Journal:  J Digit Imaging       Date:  2011-04       Impact factor: 4.056

5.  Accuracy of screening mammography interpretation by characteristics of radiologists.

Authors:  William E Barlow; Chen Chi; Patricia A Carney; Stephen H Taplin; Carl D'Orsi; Gary Cutter; R Edward Hendrick; Joann G Elmore
Journal:  J Natl Cancer Inst       Date:  2004-12-15       Impact factor: 13.506

6.  Asymmetric bagging and random subspace for support vector machines-based relevance feedback in image retrieval.

Authors:  Dacheng Tao; Xiaoou Tang; Xuelong Li; Xindong Wu
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2006-07       Impact factor: 6.226

7.  Image classification using correlation tensor analysis.

Authors:  Yun Fu; Thomas S Huang
Journal:  IEEE Trans Image Process       Date:  2008-02       Impact factor: 10.856

8.  A boosting framework for visuality-preserving distance metric learning and its application to medical image retrieval.

Authors:  Liu Yang; Rong Jin; Lily Mummert; Rahul Sukthankar; Adam Goode; Bin Zheng; Steven C H Hoi; Mahadev Satyanarayanan
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2010-01       Impact factor: 6.226

9.  Biased discriminant euclidean embedding for content-based image retrieval.

Authors:  Wei Bian; Dacheng Tao
Journal:  IEEE Trans Image Process       Date:  2009-10-30       Impact factor: 10.856

10.  Bag-of-features based medical image retrieval via multiple assignment and visual words weighting.

Authors:  Jingyan Wang; Yongping Li; Ying Zhang; Chao Wang; Honglan Xie; Guoling Chen; Xin Gao
Journal:  IEEE Trans Med Imaging       Date:  2011-08-18       Impact factor: 10.048

View more
  2 in total

1.  Multiple Manifold Clustering Using Curvature Constrained Path.

Authors:  Amir Babaeian; Alireza Bayestehtashk; Mojtaba Bandarabadi
Journal:  PLoS One       Date:  2015-09-16       Impact factor: 3.240

2.  Novel Online Dimensionality Reduction Method with Improved Topology Representing and Radial Basis Function Networks.

Authors:  Shengqiao Ni; Jiancheng Lv; Zhehao Cheng; Mao Li
Journal:  PLoS One       Date:  2015-07-10       Impact factor: 3.240

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.