SlideShare une entreprise Scribd logo
1  sur  10
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
DOI : 10.5121/ijaia.2013.4305 51
USING A BAG OF WORDS FOR AUTOMATIC MEDICAL
IMAGE ANNOTATION WITH A LATENT SEMANTIC
Riadh Bouslimi1
, Abir Messaoudi2
and Jalel Akaichi3
Department of Computer Sciences
High Institute of Management, BESTMOD Laboratory
Tunis, Tunisia
1
bouslimi.riadh@gmail.com,2
abir.messaoudi@gmail.com and
3
jalel.akaichi@isg.rnu.tn
ABSTRACT
We present in this paper a new approach for the automatic annotation of medical images, using the
approach of "bag-of-words" to represent the visual content of the medical image combined with text
descriptors based approach tf.idf and reduced by latent semantic to extract the co-occurrence between
terms and visual terms. A medical report is composed of a text describing a medical image. First, we are
interested to index the text and extract all relevant terms using a thesaurus containing MeSH medical
concepts. In a second phase, the medical image is indexed while recovering areas of interest which are
invariant to change in scale, light and tilt. To annotate a new medical image, we use the approach of "bag-
of-words" to recover the feature vector. Indeed, we use the vector space model to retrieve similar medical
image from the database training. The calculation of the relevance value of an image to the query image is
based on the cosine function. We conclude with an experiment carried out on five types of radiological
imaging to evaluate the performance of our system of medical annotation. The results showed that our
approach works better with more images from the radiology of the skull.
KEYWORDS
Automatic medical image annotation, Information retrieval, Latent semantic, Bag-of-words & Feature
detection.
1. INTRODUCTION
In the last decade, a large number of medical reports containing textual information and digital
medical images have been produced in hospitals. We distinguish several types of medical images
include X-ray associated with medical reports such as: magnetic resonance imaging (MRI),
computed tomography (CT), magnetic source imaging (MSI), magnetic resonance spectroscopy
(MRS), etc. These medical images are stored in large databases. Further, images will be
accessible to doctors, professionals, researchers and students to diagnose current patients and to
provide valuable information for their studies.
Owing to the daily use of digital medical images, it is very important to develop techniques for
information retrieval, which may improve the search efficiency in large databases of medical
images. Among various advanced information retrieval, image annotation is considered an
essential task for the management of image database [1]. If the images are annotated manually by
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
52
keywords which present an expensive and subjective task since it did not describe the content of
the image and it provides many errors. Thus, manual annotation suffers from the following
limitations, especially in image databases mass [2]. To remedy these limitations, the automatic
annotation of images is necessary to make efficient image retrieval. Consequently, Automatic
annotation of images is a hot topic in the field of multimedia information retrieval and machine
learning. The automatic annotation is essentially based on the combination of textual and visual
information.
The largest number of systems which deals with multimedia medical reports exploits only the
textual part of these reports to extract the keywords and attribute them to the medical image. The
standard approach is to represent the text as a "bag-of-words" [3] and to associate a weight for
each word to characterize its frequency by the method tf.idf. The challenge today is to extend the
system to other conditions, including the images because they are very active in multimedia
collections. A natural approach is to use the same representation based on "bag-of-words" model
to the image. This approach has already shown its effectiveness including applications for image
annotation or search for objects in large collections [4].
The main goal of this article is to combine textual and visual information and to build a feature
vector that is reduced by the latent semantic. If one has in entering a new un-annotated medical
image, our system charge to find the suitable keywords that will be associated. In Section 2, we
present the state of the art containing different existing works related on the combination of both
textual and visual information, and automatic annotation of medical images. Then in Section 3,
we present a first contribution is the system of automatic indexation of medical reports which
combines both textual and visual information using the approach of "bag-of-words", we added in
this system the MeSH thesaurus to control the indexed vocabulary. The combination of the two
information will be reduced using the latent semantic to build co-occurrences between words and
regions of interest in medical image. A second contribution presents an automatic annotation of a
new medical image which consists in comparing the two histograms using measure of
intersection. Finally, we conclude and present some perspectives.
2. REPRESENTATION OF IMAGES WITH A BAG OF VISUAL WORDS
Finding objects in images and matching images are generally carried directly using local features
computed on the images [5]. In broader contexts such as the categorization of images or
information retrieval, these local features are grouped using an algorithm for unsupervised
classification to form a vocabulary of visual words as illustrated in Figure 1 [6, 7, 8]. The most
common approach is dynamic cloud or K-means algorithm [9, 10]. The classification step
patterns can be seen as a step of adaptive sampling of the feature space. This makes it possible to
reduce the size of this space and then to calculate histograms of occurrence of visual words. A
visual word is interpreted as a class of patterns present frequently in the images.
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
53
Figure1.creation of a vocabulary of visual words
The vocabulary of visual words is then used to represent the image as illustrated in Figure 2. The
regions of the image are associated with visual words according to their descriptions. The image
can then be represented through using a weighted vector of visual words. This representation that
uses the model of visual bag of words depends on many parameters such as the choice of the
detection and description of interest points [11], the choice of the classification algorithm [7], the
size of the visual vocabulary, the number of visual words by calculating image and normalization
[12]. In the following, these parameters will be a more precise study.
Figure2.Representation of the image using a bag of visual words model
Recent studies in images categorization showed that the detection of regular points of interest
gives the best results [7], especially when the vocabulary size is important [12]. As for the
representation of textual documents, visual words are weighted for each image. The occurrence of
visual words is used, but the discriminating power of these is also taken into account [8].Some
approaches use a binary weighting of visual words by considering the occurrence or non-
occurrence of words in images [12]. A selection of visual words to consider representation is
sometimes done by retaining only those that maximize the mutual information between a word
and a class [12]. One of the current challenges concerning the description of visual information is
taken into account the spatial information. Several approaches have been proposed in this area,
Detection of
Interest points
Description of
Interest points Association of
descriptions
and visual words
5 6 4
Representation of
the image by a
weighted vector of
visual words
vocabulary of
visual words
collection of
images
Detection of
Interest points
Description of
Interest points
unsupervised
clustering
to define the
visual words
vocabulary of
visual words
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
54
based for example on a regular cutting of the image from a pyramidal decomposition or by
constructing a visual phrase [13, 14, 15].
The choice of the representation of images is difficult, mainly because of the existence of the
semantic gap between the description and the interpretation of these images. The approach is
more and more used, described the images as bags of words are textual documents. This textual
and visual information were presented separately, but to describe multimedia documents
efficiently, it is essential to combine them.
3. INDEXING MEDICAL REPORTS
The medical report is proposed to describe the text and images with textual and visual terms. The
two modalities are initially processed separately using each approach “bag-of-words”. They are
then represented as a vector of tf.idfweight characterizing the frequency of each word visual or
textual. Use the same type of representation for the two modalities can be combined by a late
fusion methodology and then perform queries to retrieve multimedia information. This general
methodology is presented in Figure 3.
Figure3.Indexing medical report
Stopwords Thesaurus Mesh
cleaning filtring
dictionary of
medical
vocabulary
Visual codebookMedical image
Text
ROI
Bag of features
vector of
visual words
Textual words tf.idf weight
vector
words matrix
combined vector
with LSA
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
55
3.1. Textual indexation of medical reports
To represent a text document as a vector of weights, first it is necessary to define a text index
terms or vocabulary. To do this, we first apply a lemmatization Porter and remove stopwordsfor
all documents. Then, the Indexation task is performed using the Lemur1
software.Each document
is represented, following the model of Salton [16], as a weight vector
d୧
୘
= (w୧,ଵ, … , w୧,୨, … w୧,|୘|) where w୧,୨ represents the weight of the term t୨ in a documentd୧. This
weight is calculated as the product of two factors tf୧,୨andidf୨.tf୧,୨factor corresponds to the
frequency of appearance of the term t୨ in the document d୧ and idf୨ factor measuring the inverse of
the frequency of the word in the corpus. Thus, the weightw୧,୨is even higher than the term t୨ is
frequent in document d୧and scarce throughout the corpus.
Factors for the calculation of tf and idf, we use the formulations defined by Robertson [17]:
‫݂ݐ‬௜,௝ =	
݇ଵ݊௜,௝
݊௜,௝ +	݇ଶ(1 − ܾ + ܾ
|ௗ೔|
ௗೌೡ೒
wheren୧,୨ is the number of occurrences of termt୨ in documentd୧, |d୧|is the document size d୧and
dୟ୴୥ is the average size of all documents in the corpus.kଵ, kଶand b are three constants that are the
respective values 1, 1 and 0.5.
݂݅݀௝ = ݈‫݃݋‬
|‫|ܦ‬ −	ห൛݀௜|‫ݐ‬௝ 	∈	݀௜ൟห + 0.5
ห൛݀௜|‫ݐ‬௝ 	∈	݀௜ൟห + 0.5
where|D| is the size of the corpus and ห൛d୧|t୨ 	∈	d୧ൟห is the number of documents in the corpus
where the term tj appears at least once.
3.2.Visual indexing of medical reports
The representation of the visualmodality in medical reports is performed in two phases: the
creation of a visual vocabulary and medical image representation using this vocabulary.
The vocabulary V of the visual modality is obtained using the approach “bag-of-words” [18]. The
process involves three steps: the selection of regions or points of interest, the descriptionthrough
the calculation of the points or regions descriptor and the combination of descriptors classes
constituting the visual words.
We use two different approaches for the first two steps.
The first step uses the characterization of images with regions of interest detected by the
Maximally Stable Extremal Regions (MSER) [19] and represented by their bounding ellipses
(using the method proposed by [20]). These regions are then described by the descriptor Scale
Invariant Feature Transform (SIFT)[26].
For the second step, classclusteris performed by applying the k-means algorithm on the set of
descriptors to obtain k clusters descriptors. Each cluster center presents then a visual word.
1
http://www.lemurproject.com
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
56
The representation of an image using the previously vocabulary defined to calculate a weight
vector d୧
୚
exactly as the textual modality. For visual words of the image, we first calculate the
descriptors of points or regions of the image, and then associate with each descriptor the word
vocabulary nearest to the sense of the Euclidean distance.
Combination of modalities with latent semantic
In this section, we show how the two vocabularies are combined using the technique of latent
semantic. A Latent Semantic Indexing (LSI) was first introduced in the field of information
retrieval by [21, 22]. This technique is to reduce the matrix indexing in new space sensible
dimensions expressed more "semantic". This reduction is intended to show the hidden semantic
relationships in the co-occurrence. This is called the latent semantic. This latent semantic allows
for example to reduce the effects of Synonymy and Polysemy. It is also used to index without
translation or dictionary, parallel corpora, ie composed of documents in different languages, but
supposed to be translate of each other.
Technically, the LSA method is a manufacturing process of the matrix ‫ܯ‬ co-occurrence between
terms and documents. Indeed, it is in fact the singular value decomposition (SVD) of the
matrix	‫:ܯ‬ ‫ܯ‬௜,௝ describes the occurrences of term ݅ in document ݆. The goal is to compute the
matricesܷ, ࢳand ܸ such that:
‫ܯ‬ = ܷߑܸ௧
Where
- U	is the matrix of eigenvectors of‫ܯܯ‬௧
- V୲
is matrix of eigenvectors of ‫ܯ‬௧
‫ܯ‬
- Σis the diagonal matrix of singular values 	‫ݎ	ݔ	ݎ‬
-
This transformation allows us to represent the matrix ‫ܯ‬ as a product of two different sources of
information: matrix ܷ to documentsandthe second matrix M relative to the terms. Using the k
largest eigenvalues ofࢳ and truncating the matrices ܷ and ܸ accordingly, we obtain an
approximation of rank ݇of ‫:ܯ‬
‫ܯ‬௞ = ܷ௞ߑ௞ܸ௞
௧
wherek	 <	 ris the dimension of the space latent.This reduction in size allows you to capture
important information and eliminate noise information produced by the redundant information,
such as synonymy and Polysemy. It should be noted that the choice of the parameter k is difficult
because it must be large enough tonotlose information, and small enough to play its role of
redundancy reduction.
4. AUTOMATIC MEDICAL IMAGE ANNOTATION
The automatic medical image annotation is quite similar to the indexing described in the previous
section. As input, we have an un-annotated medical image. However, the automatic medical
image annotation is to find a correlation between textual and visual information to be able to
automatically assign a textual annotation of new images. To do this, we need to calculate the joint
probability between words and visual terms. We have a similar approach with the method
described in [23]. Figure 4 illustrates the process of medical image annotation.
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
57
For medical image un-annotated vector q is constructed as we have done in Section 3.2. We find,
then, the similar images to the query image using the vector model with a similarity measure
more two representations contain the same elements, the more likely they represent the same
information are high. The calculation of the relevance value of an image to the query RSV
(Retrieval Status Value) is calculated, based on the similarity of query vector, using the cosine
function and we sort the results in descending order and we retain the image that has the highest
score. We attribute this new image non-annotated terms that are associated with the image that
has the best score.
ܴܸܵ൫ܳ,ሬሬሬԦ ‫ܦ‬ሬሬԦ൯ =	
ܳሬԦ	. ‫ܦ‬ሬሬԦ
หܳሬԦห	ܺ	ห‫ܦ‬ሬሬԦห
=	
∑ ‫ݓ‬௜ொܺ	‫ݓ‬௜஽
ට∑ ‫ݓ‬௜ொ
ଶ
	ܺ	ට∑ ‫ݓ‬௜஽
ଶ
Figure4.Automatic medical image annotation
Detection of
interest points
unannotated
Medical Image
Description of
interest points
Interestregion of
visual words
Association of
descriptions
anda visual
words
Codebook of
visual words
Histogram Q
Matching
Score Histogram
…
Image database and
textual description
Histogram Pi
Set of words
annotation
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
58
5. EXPERIMENTAL EVALUATION
5.1.Data test and evaluation criteria
The relevance of our approach is evaluated on the annotation collection provided by the military
Tunisian hospital. This collection consists than 1000 medical reports on radiology images
classified in five categories (thorax, abdomen, lumbar spine, pelvis and skull). Each report
consists of a radiological image and text. We treated five types of reports for each type of
radiological images; Figure 5 is an example of radiological images processed in this experiment.
We started with a pre-indexing phase reports using the proposed approach which combines text
indexing using the technique of tf.idfwith indexing using the technique of visual bag of visual
word. To determine the co-occurrence between the textual and visual descriptors and also to
avoidethe semantic gap between these two, we implement the matrix obtained latent semantics.
At this level, we have a co-occurrence between textual and visual words,, which makes labeling
regions of radiological images with textual words.
To evaluate our system for automatic annotation of a radiological image. We use the criterion of
average precision (Mean Average Precision - MAP), which is a standard criterion in information
retrieval, is then used to evaluate the relevance of the results.
Figure5.Examples of radiological images training.
5.2. Results
A preliminary step of our experiment is to index the medical reports using the model we have
proposed that combines between the textual description and visual description and reduced by
latent semantic.
In fact, to demonstrate the contribution of our approach using automatic annotation of medical
images, we present Table 1, which summarizes the obtained valuesfor each MAP testing. We
note that our approach works well on images of radiology of the skull compared to other types of
images. These global observations are confirmed by the curves of precision / recall shown in
Figure 2.
Type of radiographic
image
MAP
Thorax 0.1057
Abdomen 0.1326
Lumbar spine 0.2554
Basin 0.2826
Skull 0.3359
Table 1.Average precision results obtained for different types of radiographic images.
Radiology of
the thorax
Radiology of
the abdomen
Radiology of
the lumbar
spine
Radiology of
the basin
Radiology of
the skull
International Journal of Artificial Intelligence & Applications (IJA
Figure 6.Courbe precision / recall for
6. CONCLUSION
We present in this paper an approach to medical image annotation based primarily on a method of
indexing medical reports, including both information extracted will be represented using an
approach "bag-of-words" and by latent semantic factorize. The main contribution of our
that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field.
For the task of automatic annotation of medical images, the LSA technique significantly improves
the quality of the annotation by combining different vi
feature). In addition, the LSA is used
across maintaining good performance.
of radiological imaging to evaluate the performance of our system of medical annotation. The
results showed that our approach works better with more images from the radiology of the skull.
REFERENCES
[1] X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data
Mining and Medical Knowledge Management: Cases and Applications, (pp. 122
Information Science Reference.
[2] J. Kim, A. Kumar, T. W.Cai, and D. D.Feng, (2011) “Multi
Healthcare: Current Applications and Future Challenges”, (pp. 44
Information Science Reference.
[3] G Salton, A Wong C. S Yang, (1975) “A Vector Space mod
Communication of ACM, vol 18n 11, pp 613
[4] J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in
videos”, In Proceedings of the International Conference on Computer Vision, volume
1477.
[5] D. Lowe, (2004) “Distinctive image features from scale
Computer Vision, 60(2) :91–110.
[6] J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in
videos”, ICCV’03 : 8th International Conference on Computer Vision, pages 1470
0.00
0.10
0.20
0.30
0.40
0.50
0.60
0.70
0.80
0.90
1.00
0.00 0.10
Recall
Thorax
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
Courbe precision / recall for different types of radiological images processed
paper an approach to medical image annotation based primarily on a method of
indexing medical reports, including both information extracted will be represented using an
" and by latent semantic factorize. The main contribution of our
that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field.
For the task of automatic annotation of medical images, the LSA technique significantly improves
the quality of the annotation by combining different visual feature (i.e. local descriptor and global
is used to reduce the complexity computations on large matrices
maintaining good performance. Finally, we conducted an experiment made
of radiological imaging to evaluate the performance of our system of medical annotation. The
results showed that our approach works better with more images from the radiology of the skull.
X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data
Mining and Medical Knowledge Management: Cases and Applications, (pp. 122-136). Hershey, PA:
Information Science Reference.
, and D. D.Feng, (2011) “Multi-modal Content Based Image Retrieval in
Healthcare: Current Applications and Future Challenges”, (pp. 44-59). Pennsylvania, USA: Medical
Information Science Reference.
G Salton, A Wong C. S Yang, (1975) “A Vector Space model for automatic indexing”,
Communication of ACM, vol 18n 11, pp 613-620.
J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in
videos”, In Proceedings of the International Conference on Computer Vision, volume 2, pages 1470
D. Lowe, (2004) “Distinctive image features from scale-invariant keypoints” International Journal of
110.
J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in
videos”, ICCV’03 : 8th International Conference on Computer Vision, pages 1470-1477.
0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00
precision
Abdomen Lumbar spine Basin Skull
3, May 2013
59
types of radiological images processed.
paper an approach to medical image annotation based primarily on a method of
indexing medical reports, including both information extracted will be represented using an
" and by latent semantic factorize. The main contribution of our system is
that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field.
For the task of automatic annotation of medical images, the LSA technique significantly improves
local descriptor and global
computations on large matrices
Finally, we conducted an experiment made on five types
of radiological imaging to evaluate the performance of our system of medical annotation. The
results showed that our approach works better with more images from the radiology of the skull.
X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data
136). Hershey, PA:
modal Content Based Image Retrieval in
59). Pennsylvania, USA: Medical
el for automatic indexing”,
J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in
2, pages 1470–
invariant keypoints” International Journal of
J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in
1477.
1.00
Skull
International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013
60
[7] F. Jurieand B.Triggs, (2005) “Creating efficient codebooks for visual recognition”, ICCV’05 : 10th
IEEE International Conference on Computer Visio, pages 604-610.
[8] J. Yang, Y.-G. Jiang, A. Hauptmann and C.-W. Ngo, (2007 )“Evaluating bag-of-visual-words
representations in scene classification”, MIR’07 : international workshop on Multimedia Information
Retrieval, pages 197-206.
[9] J.MacQueen, (1967) “Some methods for classification and analysis of multivariate observations”, 5th
Berkeley symposium on mathematical statistics and probability, pages 281-297.
[10] E.Diday, (1971) “Une nouvelle méthode en classification automatique et reconnaissance de formes :
la méthode des nuées dynamiques”, Revue de Statistique Appliquée, 19(2) : pages19-33.
[11] K.Mikolajczykand C.Schmid, (2004) “Scale & affine invariant interest point dectors”, International
Journal of Computer Vision, 60(1):pages 63-86.
[12] E. Nowak, F.Jurie and B.Triggs, (2006) “Sampling strategies for bag-of-features image
classification”, ECCV’06 : 9th European Conference on Computer Vision: workshop on statistical
Learning in Computer Vision, pages 490-503.
[13] S.Lazebnik, C.Schmid and J. Ponce, (2006) “Beyond bags of features: Spatial pyramid matching for
recognizing natural scene categories”, CVPR’06 : IEEE computer society conference on Computer
Vision and Pattern Recognition, pages 2169-2178.
[14] Y. Cao, C. Wang, Z. Li and L. Zhang, (2010) “Spatial-bag-of-features”, CVPR’10 : 23rd IEEE
conference on Computer Vision and Pattern Recognition.
[15] R.Albatal, P.Mulhem and Y.Chiaramella, (2010) “Phrases Visuelles pour l’annotation automatiques
d’images”, CORIA’10 : 7e COnférence en Recherche d’Information et Applications, pages 3-18.
[16] G. Salton, A. Wong, and C. Yang, (1975) “A vector space model for automatic indexing”,
Communication ACM, 18(11) :613–620.
[17] S. Robertson, S. Walker, M. Hancock-Beaulieu, A. Gull, and M. Lau, (1994)“Okapi at trec-3”, In
Text REtrieval Conference, pages 21–30.
[18] G. Csurka, C. Dance, L. Fan, J. Willamowski, and C. Bray, (2004) “Visual categorization with bags
of keypoints”, In ECCV’04 workshop on Statistical Learning in ComputerVision, pages 59–74.
[19] J. Matas, O. Chum, U Martin, and T. Pajdla. (2002)“Robust wide baseline stereo from maximally
stable extremal regions”, In Proceedings of the British Machine Vision Conference, pages 384–393.
[20] K. Mikolajczyk, T. Tuytelaars, C. Schmid, A. Zisserman, J. Matas, F. Schaffalitzky, T. Kadir, and L.
Van Gool, (2005) “A comparison of affine region detectors”, International Journal of Computer
Vision, 65 :43–72.
[21] S.Deerwester, S.Dumais, G. Furnas, T.Landauer, R.Harshman, (1990)“Indexing by Latent Semantic
Analysis”, Journal of the American Society for Information Science, Vol. 41, Number 6, 391-407.
[22] T.Landauer, P. Foltz, D.Laham, (1998) “Introduction to Latent Semantic Indexing”, Discourse
Processes”, vol. 25, no 5, p. 259–284.
[23] J.C.Caicedo, J. Ben-Abdallah, F. A. González, O.Nasraoui, (2012) “Multimodal representation,
indexing, automated annotation and retrieval of image collections via non-negative matrix
factorization”, Neurocomputing, 50-60.

Contenu connexe

Tendances

META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVAL
META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVALMETA-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVAL
META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVALIJCSEIT Journal
 
A review deep learning for medical image segmentation using multi modality fu...
A review deep learning for medical image segmentation using multi modality fu...A review deep learning for medical image segmentation using multi modality fu...
A review deep learning for medical image segmentation using multi modality fu...Aykut DİKER
 
Paper id 25201494
Paper id 25201494Paper id 25201494
Paper id 25201494IJRAT
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Utilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image SegmentationUtilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image Segmentationijtsrd
 
View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...eSAT Journals
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionIOSR Journals
 
Mutual Information for Registration of Monomodal Brain Images using Modified ...
Mutual Information for Registration of Monomodal Brain Images using Modified ...Mutual Information for Registration of Monomodal Brain Images using Modified ...
Mutual Information for Registration of Monomodal Brain Images using Modified ...IDES Editor
 
A new model for iris data set classification based on linear support vector m...
A new model for iris data set classification based on linear support vector m...A new model for iris data set classification based on linear support vector m...
A new model for iris data set classification based on linear support vector m...IJECEIAES
 
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...CSCJournals
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...inventy
 
Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...ijfcstjournal
 
Ontology oriented concept based clustering
Ontology oriented concept based clusteringOntology oriented concept based clustering
Ontology oriented concept based clusteringeSAT Journals
 
Ontology oriented concept based clustering
Ontology oriented concept based clusteringOntology oriented concept based clustering
Ontology oriented concept based clusteringeSAT Publishing House
 
Ijatcse71852019
Ijatcse71852019Ijatcse71852019
Ijatcse71852019loki536577
 
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...cscpconf
 

Tendances (20)

META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVAL
META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVALMETA-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVAL
META-HEURISTICS BASED ARF OPTIMIZATION FOR IMAGE RETRIEVAL
 
A review deep learning for medical image segmentation using multi modality fu...
A review deep learning for medical image segmentation using multi modality fu...A review deep learning for medical image segmentation using multi modality fu...
A review deep learning for medical image segmentation using multi modality fu...
 
Paper id 25201494
Paper id 25201494Paper id 25201494
Paper id 25201494
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Utilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image SegmentationUtilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image Segmentation
 
View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 
Mutual Information for Registration of Monomodal Brain Images using Modified ...
Mutual Information for Registration of Monomodal Brain Images using Modified ...Mutual Information for Registration of Monomodal Brain Images using Modified ...
Mutual Information for Registration of Monomodal Brain Images using Modified ...
 
Exploratory Analysis of Feature Selection Techniques in Medical Image Processing
Exploratory Analysis of Feature Selection Techniques in Medical Image ProcessingExploratory Analysis of Feature Selection Techniques in Medical Image Processing
Exploratory Analysis of Feature Selection Techniques in Medical Image Processing
 
P045058186
P045058186P045058186
P045058186
 
A new model for iris data set classification based on linear support vector m...
A new model for iris data set classification based on linear support vector m...A new model for iris data set classification based on linear support vector m...
A new model for iris data set classification based on linear support vector m...
 
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...
International Journal of Biometrics and Bioinformatics(IJBB) Volume (2) Issue...
 
B0343011014
B0343011014B0343011014
B0343011014
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
 
50120130405018
5012013040501850120130405018
50120130405018
 
Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...
 
Ontology oriented concept based clustering
Ontology oriented concept based clusteringOntology oriented concept based clustering
Ontology oriented concept based clustering
 
Ontology oriented concept based clustering
Ontology oriented concept based clusteringOntology oriented concept based clustering
Ontology oriented concept based clustering
 
Ijatcse71852019
Ijatcse71852019Ijatcse71852019
Ijatcse71852019
 
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...
PREDICTION OF MALIGNANCY IN SUSPECTED THYROID TUMOUR PATIENTS BY THREE DIFFER...
 

En vedette

A feature selection method for automatic image annotation
A feature selection method for automatic image annotationA feature selection method for automatic image annotation
A feature selection method for automatic image annotationinventionjournals
 
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...CSCJournals
 
Web image annotation by diffusion maps manifold learning algorithm
Web image annotation by diffusion maps manifold learning algorithmWeb image annotation by diffusion maps manifold learning algorithm
Web image annotation by diffusion maps manifold learning algorithmijfcstjournal
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationeSAT Journals
 
Automatic Image Annotation (AIA)
Automatic Image Annotation (AIA)Automatic Image Annotation (AIA)
Automatic Image Annotation (AIA)Farzaneh Rezaei
 

En vedette (7)

A feature selection method for automatic image annotation
A feature selection method for automatic image annotationA feature selection method for automatic image annotation
A feature selection method for automatic image annotation
 
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
 
Web image annotation by diffusion maps manifold learning algorithm
Web image annotation by diffusion maps manifold learning algorithmWeb image annotation by diffusion maps manifold learning algorithm
Web image annotation by diffusion maps manifold learning algorithm
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotation
 
Automatic Image Annotation (AIA)
Automatic Image Annotation (AIA)Automatic Image Annotation (AIA)
Automatic Image Annotation (AIA)
 
Image Annotation
Image AnnotationImage Annotation
Image Annotation
 
Automatic Image Annotation
Automatic Image AnnotationAutomatic Image Annotation
Automatic Image Annotation
 

Similaire à Using a Bag of Words for Automatic Medical Image Annotation with a Latent Semantic

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...IJNSA Journal
 
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : ...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL  FOR HEALTHCARE INFORMATION SYSTEM :   ...ONTOLOGY-DRIVEN INFORMATION RETRIEVAL  FOR HEALTHCARE INFORMATION SYSTEM :   ...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : ...IJNSA Journal
 
Biomedical indexing and retrieval system based on language modeling approach
Biomedical indexing and retrieval system based on language modeling approachBiomedical indexing and retrieval system based on language modeling approach
Biomedical indexing and retrieval system based on language modeling approachijseajournal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
An investigation on combination methods
An investigation on combination methodsAn investigation on combination methods
An investigation on combination methodsAli HOSSEINZADEH VAHID
 
An Exploratory Study Exploiting Image Features For Term Assignment In Medicine
An Exploratory Study Exploiting Image Features For Term Assignment In MedicineAn Exploratory Study Exploiting Image Features For Term Assignment In Medicine
An Exploratory Study Exploiting Image Features For Term Assignment In MedicineStephen Faucher
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Collaborative semantic annotation of images ontology based model
Collaborative semantic annotation of images ontology based modelCollaborative semantic annotation of images ontology based model
Collaborative semantic annotation of images ontology based modelsipij
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifiersrilaxmi524
 
Design and Development of an Algorithm for Image Clustering In Textile Image ...
Design and Development of an Algorithm for Image Clustering In Textile Image ...Design and Development of an Algorithm for Image Clustering In Textile Image ...
Design and Development of an Algorithm for Image Clustering In Textile Image ...IJCSEA Journal
 
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLS
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLSTWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLS
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLSIJDKP
 
Channel and spatial attention mechanism for fashion image captioning
Channel and spatial attention mechanism for fashion image captioning Channel and spatial attention mechanism for fashion image captioning
Channel and spatial attention mechanism for fashion image captioning IJECEIAES
 
Texture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational LogicTexture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational Logiciosrjce
 

Similaire à Using a Bag of Words for Automatic Medical Image Annotation with a Latent Semantic (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : A C...
 
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : ...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL  FOR HEALTHCARE INFORMATION SYSTEM :   ...ONTOLOGY-DRIVEN INFORMATION RETRIEVAL  FOR HEALTHCARE INFORMATION SYSTEM :   ...
ONTOLOGY-DRIVEN INFORMATION RETRIEVAL FOR HEALTHCARE INFORMATION SYSTEM : ...
 
Ijetr021117
Ijetr021117Ijetr021117
Ijetr021117
 
Ijetr021117
Ijetr021117Ijetr021117
Ijetr021117
 
Biomedical indexing and retrieval system based on language modeling approach
Biomedical indexing and retrieval system based on language modeling approachBiomedical indexing and retrieval system based on language modeling approach
Biomedical indexing and retrieval system based on language modeling approach
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
An investigation on combination methods
An investigation on combination methodsAn investigation on combination methods
An investigation on combination methods
 
Af044212215
Af044212215Af044212215
Af044212215
 
An Exploratory Study Exploiting Image Features For Term Assignment In Medicine
An Exploratory Study Exploiting Image Features For Term Assignment In MedicineAn Exploratory Study Exploiting Image Features For Term Assignment In Medicine
An Exploratory Study Exploiting Image Features For Term Assignment In Medicine
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Collaborative semantic annotation of images ontology based model
Collaborative semantic annotation of images ontology based modelCollaborative semantic annotation of images ontology based model
Collaborative semantic annotation of images ontology based model
 
F010433136
F010433136F010433136
F010433136
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifier
 
Design and Development of an Algorithm for Image Clustering In Textile Image ...
Design and Development of an Algorithm for Image Clustering In Textile Image ...Design and Development of an Algorithm for Image Clustering In Textile Image ...
Design and Development of an Algorithm for Image Clustering In Textile Image ...
 
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLS
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLSTWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLS
TWO LEVEL SELF-SUPERVISED RELATION EXTRACTION FROM MEDLINE USING UMLS
 
Channel and spatial attention mechanism for fashion image captioning
Channel and spatial attention mechanism for fashion image captioning Channel and spatial attention mechanism for fashion image captioning
Channel and spatial attention mechanism for fashion image captioning
 
A017350106
A017350106A017350106
A017350106
 
Texture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational LogicTexture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational Logic
 

Dernier

Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Dernier (20)

Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

Using a Bag of Words for Automatic Medical Image Annotation with a Latent Semantic

  • 1. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 DOI : 10.5121/ijaia.2013.4305 51 USING A BAG OF WORDS FOR AUTOMATIC MEDICAL IMAGE ANNOTATION WITH A LATENT SEMANTIC Riadh Bouslimi1 , Abir Messaoudi2 and Jalel Akaichi3 Department of Computer Sciences High Institute of Management, BESTMOD Laboratory Tunis, Tunisia 1 bouslimi.riadh@gmail.com,2 abir.messaoudi@gmail.com and 3 jalel.akaichi@isg.rnu.tn ABSTRACT We present in this paper a new approach for the automatic annotation of medical images, using the approach of "bag-of-words" to represent the visual content of the medical image combined with text descriptors based approach tf.idf and reduced by latent semantic to extract the co-occurrence between terms and visual terms. A medical report is composed of a text describing a medical image. First, we are interested to index the text and extract all relevant terms using a thesaurus containing MeSH medical concepts. In a second phase, the medical image is indexed while recovering areas of interest which are invariant to change in scale, light and tilt. To annotate a new medical image, we use the approach of "bag- of-words" to recover the feature vector. Indeed, we use the vector space model to retrieve similar medical image from the database training. The calculation of the relevance value of an image to the query image is based on the cosine function. We conclude with an experiment carried out on five types of radiological imaging to evaluate the performance of our system of medical annotation. The results showed that our approach works better with more images from the radiology of the skull. KEYWORDS Automatic medical image annotation, Information retrieval, Latent semantic, Bag-of-words & Feature detection. 1. INTRODUCTION In the last decade, a large number of medical reports containing textual information and digital medical images have been produced in hospitals. We distinguish several types of medical images include X-ray associated with medical reports such as: magnetic resonance imaging (MRI), computed tomography (CT), magnetic source imaging (MSI), magnetic resonance spectroscopy (MRS), etc. These medical images are stored in large databases. Further, images will be accessible to doctors, professionals, researchers and students to diagnose current patients and to provide valuable information for their studies. Owing to the daily use of digital medical images, it is very important to develop techniques for information retrieval, which may improve the search efficiency in large databases of medical images. Among various advanced information retrieval, image annotation is considered an essential task for the management of image database [1]. If the images are annotated manually by
  • 2. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 52 keywords which present an expensive and subjective task since it did not describe the content of the image and it provides many errors. Thus, manual annotation suffers from the following limitations, especially in image databases mass [2]. To remedy these limitations, the automatic annotation of images is necessary to make efficient image retrieval. Consequently, Automatic annotation of images is a hot topic in the field of multimedia information retrieval and machine learning. The automatic annotation is essentially based on the combination of textual and visual information. The largest number of systems which deals with multimedia medical reports exploits only the textual part of these reports to extract the keywords and attribute them to the medical image. The standard approach is to represent the text as a "bag-of-words" [3] and to associate a weight for each word to characterize its frequency by the method tf.idf. The challenge today is to extend the system to other conditions, including the images because they are very active in multimedia collections. A natural approach is to use the same representation based on "bag-of-words" model to the image. This approach has already shown its effectiveness including applications for image annotation or search for objects in large collections [4]. The main goal of this article is to combine textual and visual information and to build a feature vector that is reduced by the latent semantic. If one has in entering a new un-annotated medical image, our system charge to find the suitable keywords that will be associated. In Section 2, we present the state of the art containing different existing works related on the combination of both textual and visual information, and automatic annotation of medical images. Then in Section 3, we present a first contribution is the system of automatic indexation of medical reports which combines both textual and visual information using the approach of "bag-of-words", we added in this system the MeSH thesaurus to control the indexed vocabulary. The combination of the two information will be reduced using the latent semantic to build co-occurrences between words and regions of interest in medical image. A second contribution presents an automatic annotation of a new medical image which consists in comparing the two histograms using measure of intersection. Finally, we conclude and present some perspectives. 2. REPRESENTATION OF IMAGES WITH A BAG OF VISUAL WORDS Finding objects in images and matching images are generally carried directly using local features computed on the images [5]. In broader contexts such as the categorization of images or information retrieval, these local features are grouped using an algorithm for unsupervised classification to form a vocabulary of visual words as illustrated in Figure 1 [6, 7, 8]. The most common approach is dynamic cloud or K-means algorithm [9, 10]. The classification step patterns can be seen as a step of adaptive sampling of the feature space. This makes it possible to reduce the size of this space and then to calculate histograms of occurrence of visual words. A visual word is interpreted as a class of patterns present frequently in the images.
  • 3. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 53 Figure1.creation of a vocabulary of visual words The vocabulary of visual words is then used to represent the image as illustrated in Figure 2. The regions of the image are associated with visual words according to their descriptions. The image can then be represented through using a weighted vector of visual words. This representation that uses the model of visual bag of words depends on many parameters such as the choice of the detection and description of interest points [11], the choice of the classification algorithm [7], the size of the visual vocabulary, the number of visual words by calculating image and normalization [12]. In the following, these parameters will be a more precise study. Figure2.Representation of the image using a bag of visual words model Recent studies in images categorization showed that the detection of regular points of interest gives the best results [7], especially when the vocabulary size is important [12]. As for the representation of textual documents, visual words are weighted for each image. The occurrence of visual words is used, but the discriminating power of these is also taken into account [8].Some approaches use a binary weighting of visual words by considering the occurrence or non- occurrence of words in images [12]. A selection of visual words to consider representation is sometimes done by retaining only those that maximize the mutual information between a word and a class [12]. One of the current challenges concerning the description of visual information is taken into account the spatial information. Several approaches have been proposed in this area, Detection of Interest points Description of Interest points Association of descriptions and visual words 5 6 4 Representation of the image by a weighted vector of visual words vocabulary of visual words collection of images Detection of Interest points Description of Interest points unsupervised clustering to define the visual words vocabulary of visual words
  • 4. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 54 based for example on a regular cutting of the image from a pyramidal decomposition or by constructing a visual phrase [13, 14, 15]. The choice of the representation of images is difficult, mainly because of the existence of the semantic gap between the description and the interpretation of these images. The approach is more and more used, described the images as bags of words are textual documents. This textual and visual information were presented separately, but to describe multimedia documents efficiently, it is essential to combine them. 3. INDEXING MEDICAL REPORTS The medical report is proposed to describe the text and images with textual and visual terms. The two modalities are initially processed separately using each approach “bag-of-words”. They are then represented as a vector of tf.idfweight characterizing the frequency of each word visual or textual. Use the same type of representation for the two modalities can be combined by a late fusion methodology and then perform queries to retrieve multimedia information. This general methodology is presented in Figure 3. Figure3.Indexing medical report Stopwords Thesaurus Mesh cleaning filtring dictionary of medical vocabulary Visual codebookMedical image Text ROI Bag of features vector of visual words Textual words tf.idf weight vector words matrix combined vector with LSA
  • 5. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 55 3.1. Textual indexation of medical reports To represent a text document as a vector of weights, first it is necessary to define a text index terms or vocabulary. To do this, we first apply a lemmatization Porter and remove stopwordsfor all documents. Then, the Indexation task is performed using the Lemur1 software.Each document is represented, following the model of Salton [16], as a weight vector d୧ ୘ = (w୧,ଵ, … , w୧,୨, … w୧,|୘|) where w୧,୨ represents the weight of the term t୨ in a documentd୧. This weight is calculated as the product of two factors tf୧,୨andidf୨.tf୧,୨factor corresponds to the frequency of appearance of the term t୨ in the document d୧ and idf୨ factor measuring the inverse of the frequency of the word in the corpus. Thus, the weightw୧,୨is even higher than the term t୨ is frequent in document d୧and scarce throughout the corpus. Factors for the calculation of tf and idf, we use the formulations defined by Robertson [17]: ‫݂ݐ‬௜,௝ = ݇ଵ݊௜,௝ ݊௜,௝ + ݇ଶ(1 − ܾ + ܾ |ௗ೔| ௗೌೡ೒ wheren୧,୨ is the number of occurrences of termt୨ in documentd୧, |d୧|is the document size d୧and dୟ୴୥ is the average size of all documents in the corpus.kଵ, kଶand b are three constants that are the respective values 1, 1 and 0.5. ݂݅݀௝ = ݈‫݃݋‬ |‫|ܦ‬ − ห൛݀௜|‫ݐ‬௝ ∈ ݀௜ൟห + 0.5 ห൛݀௜|‫ݐ‬௝ ∈ ݀௜ൟห + 0.5 where|D| is the size of the corpus and ห൛d୧|t୨ ∈ d୧ൟห is the number of documents in the corpus where the term tj appears at least once. 3.2.Visual indexing of medical reports The representation of the visualmodality in medical reports is performed in two phases: the creation of a visual vocabulary and medical image representation using this vocabulary. The vocabulary V of the visual modality is obtained using the approach “bag-of-words” [18]. The process involves three steps: the selection of regions or points of interest, the descriptionthrough the calculation of the points or regions descriptor and the combination of descriptors classes constituting the visual words. We use two different approaches for the first two steps. The first step uses the characterization of images with regions of interest detected by the Maximally Stable Extremal Regions (MSER) [19] and represented by their bounding ellipses (using the method proposed by [20]). These regions are then described by the descriptor Scale Invariant Feature Transform (SIFT)[26]. For the second step, classclusteris performed by applying the k-means algorithm on the set of descriptors to obtain k clusters descriptors. Each cluster center presents then a visual word. 1 http://www.lemurproject.com
  • 6. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 56 The representation of an image using the previously vocabulary defined to calculate a weight vector d୧ ୚ exactly as the textual modality. For visual words of the image, we first calculate the descriptors of points or regions of the image, and then associate with each descriptor the word vocabulary nearest to the sense of the Euclidean distance. Combination of modalities with latent semantic In this section, we show how the two vocabularies are combined using the technique of latent semantic. A Latent Semantic Indexing (LSI) was first introduced in the field of information retrieval by [21, 22]. This technique is to reduce the matrix indexing in new space sensible dimensions expressed more "semantic". This reduction is intended to show the hidden semantic relationships in the co-occurrence. This is called the latent semantic. This latent semantic allows for example to reduce the effects of Synonymy and Polysemy. It is also used to index without translation or dictionary, parallel corpora, ie composed of documents in different languages, but supposed to be translate of each other. Technically, the LSA method is a manufacturing process of the matrix ‫ܯ‬ co-occurrence between terms and documents. Indeed, it is in fact the singular value decomposition (SVD) of the matrix ‫:ܯ‬ ‫ܯ‬௜,௝ describes the occurrences of term ݅ in document ݆. The goal is to compute the matricesܷ, ࢳand ܸ such that: ‫ܯ‬ = ܷߑܸ௧ Where - U is the matrix of eigenvectors of‫ܯܯ‬௧ - V୲ is matrix of eigenvectors of ‫ܯ‬௧ ‫ܯ‬ - Σis the diagonal matrix of singular values ‫ݎ ݔ ݎ‬ - This transformation allows us to represent the matrix ‫ܯ‬ as a product of two different sources of information: matrix ܷ to documentsandthe second matrix M relative to the terms. Using the k largest eigenvalues ofࢳ and truncating the matrices ܷ and ܸ accordingly, we obtain an approximation of rank ݇of ‫:ܯ‬ ‫ܯ‬௞ = ܷ௞ߑ௞ܸ௞ ௧ wherek < ris the dimension of the space latent.This reduction in size allows you to capture important information and eliminate noise information produced by the redundant information, such as synonymy and Polysemy. It should be noted that the choice of the parameter k is difficult because it must be large enough tonotlose information, and small enough to play its role of redundancy reduction. 4. AUTOMATIC MEDICAL IMAGE ANNOTATION The automatic medical image annotation is quite similar to the indexing described in the previous section. As input, we have an un-annotated medical image. However, the automatic medical image annotation is to find a correlation between textual and visual information to be able to automatically assign a textual annotation of new images. To do this, we need to calculate the joint probability between words and visual terms. We have a similar approach with the method described in [23]. Figure 4 illustrates the process of medical image annotation.
  • 7. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 57 For medical image un-annotated vector q is constructed as we have done in Section 3.2. We find, then, the similar images to the query image using the vector model with a similarity measure more two representations contain the same elements, the more likely they represent the same information are high. The calculation of the relevance value of an image to the query RSV (Retrieval Status Value) is calculated, based on the similarity of query vector, using the cosine function and we sort the results in descending order and we retain the image that has the highest score. We attribute this new image non-annotated terms that are associated with the image that has the best score. ܴܸܵ൫ܳ,ሬሬሬԦ ‫ܦ‬ሬሬԦ൯ = ܳሬԦ . ‫ܦ‬ሬሬԦ หܳሬԦห ܺ ห‫ܦ‬ሬሬԦห = ∑ ‫ݓ‬௜ொܺ ‫ݓ‬௜஽ ට∑ ‫ݓ‬௜ொ ଶ ܺ ට∑ ‫ݓ‬௜஽ ଶ Figure4.Automatic medical image annotation Detection of interest points unannotated Medical Image Description of interest points Interestregion of visual words Association of descriptions anda visual words Codebook of visual words Histogram Q Matching Score Histogram … Image database and textual description Histogram Pi Set of words annotation
  • 8. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 58 5. EXPERIMENTAL EVALUATION 5.1.Data test and evaluation criteria The relevance of our approach is evaluated on the annotation collection provided by the military Tunisian hospital. This collection consists than 1000 medical reports on radiology images classified in five categories (thorax, abdomen, lumbar spine, pelvis and skull). Each report consists of a radiological image and text. We treated five types of reports for each type of radiological images; Figure 5 is an example of radiological images processed in this experiment. We started with a pre-indexing phase reports using the proposed approach which combines text indexing using the technique of tf.idfwith indexing using the technique of visual bag of visual word. To determine the co-occurrence between the textual and visual descriptors and also to avoidethe semantic gap between these two, we implement the matrix obtained latent semantics. At this level, we have a co-occurrence between textual and visual words,, which makes labeling regions of radiological images with textual words. To evaluate our system for automatic annotation of a radiological image. We use the criterion of average precision (Mean Average Precision - MAP), which is a standard criterion in information retrieval, is then used to evaluate the relevance of the results. Figure5.Examples of radiological images training. 5.2. Results A preliminary step of our experiment is to index the medical reports using the model we have proposed that combines between the textual description and visual description and reduced by latent semantic. In fact, to demonstrate the contribution of our approach using automatic annotation of medical images, we present Table 1, which summarizes the obtained valuesfor each MAP testing. We note that our approach works well on images of radiology of the skull compared to other types of images. These global observations are confirmed by the curves of precision / recall shown in Figure 2. Type of radiographic image MAP Thorax 0.1057 Abdomen 0.1326 Lumbar spine 0.2554 Basin 0.2826 Skull 0.3359 Table 1.Average precision results obtained for different types of radiographic images. Radiology of the thorax Radiology of the abdomen Radiology of the lumbar spine Radiology of the basin Radiology of the skull
  • 9. International Journal of Artificial Intelligence & Applications (IJA Figure 6.Courbe precision / recall for 6. CONCLUSION We present in this paper an approach to medical image annotation based primarily on a method of indexing medical reports, including both information extracted will be represented using an approach "bag-of-words" and by latent semantic factorize. The main contribution of our that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field. For the task of automatic annotation of medical images, the LSA technique significantly improves the quality of the annotation by combining different vi feature). In addition, the LSA is used across maintaining good performance. of radiological imaging to evaluate the performance of our system of medical annotation. The results showed that our approach works better with more images from the radiology of the skull. REFERENCES [1] X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data Mining and Medical Knowledge Management: Cases and Applications, (pp. 122 Information Science Reference. [2] J. Kim, A. Kumar, T. W.Cai, and D. D.Feng, (2011) “Multi Healthcare: Current Applications and Future Challenges”, (pp. 44 Information Science Reference. [3] G Salton, A Wong C. S Yang, (1975) “A Vector Space mod Communication of ACM, vol 18n 11, pp 613 [4] J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in videos”, In Proceedings of the International Conference on Computer Vision, volume 1477. [5] D. Lowe, (2004) “Distinctive image features from scale Computer Vision, 60(2) :91–110. [6] J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in videos”, ICCV’03 : 8th International Conference on Computer Vision, pages 1470 0.00 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00 0.00 0.10 Recall Thorax International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 Courbe precision / recall for different types of radiological images processed paper an approach to medical image annotation based primarily on a method of indexing medical reports, including both information extracted will be represented using an " and by latent semantic factorize. The main contribution of our that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field. For the task of automatic annotation of medical images, the LSA technique significantly improves the quality of the annotation by combining different visual feature (i.e. local descriptor and global is used to reduce the complexity computations on large matrices maintaining good performance. Finally, we conducted an experiment made of radiological imaging to evaluate the performance of our system of medical annotation. The results showed that our approach works better with more images from the radiology of the skull. X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data Mining and Medical Knowledge Management: Cases and Applications, (pp. 122-136). Hershey, PA: Information Science Reference. , and D. D.Feng, (2011) “Multi-modal Content Based Image Retrieval in Healthcare: Current Applications and Future Challenges”, (pp. 44-59). Pennsylvania, USA: Medical Information Science Reference. G Salton, A Wong C. S Yang, (1975) “A Vector Space model for automatic indexing”, Communication of ACM, vol 18n 11, pp 613-620. J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in videos”, In Proceedings of the International Conference on Computer Vision, volume 2, pages 1470 D. Lowe, (2004) “Distinctive image features from scale-invariant keypoints” International Journal of 110. J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in videos”, ICCV’03 : 8th International Conference on Computer Vision, pages 1470-1477. 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00 precision Abdomen Lumbar spine Basin Skull 3, May 2013 59 types of radiological images processed. paper an approach to medical image annotation based primarily on a method of indexing medical reports, including both information extracted will be represented using an " and by latent semantic factorize. The main contribution of our system is that it uses a thesaurus medical to extract concepts and minimize the maximum indexing field. For the task of automatic annotation of medical images, the LSA technique significantly improves local descriptor and global computations on large matrices Finally, we conducted an experiment made on five types of radiological imaging to evaluate the performance of our system of medical annotation. The results showed that our approach works better with more images from the radiology of the skull. X. Y. Wang, & D.Feng,(2009 )“Image Registration for Biomedical Information Integration”, Data 136). Hershey, PA: modal Content Based Image Retrieval in 59). Pennsylvania, USA: Medical el for automatic indexing”, J. Sivicand A. Zisserman. Video Google, (2003)“A text retrieval approach to object matching in 2, pages 1470– invariant keypoints” International Journal of J. Sivicand A.Zisserman, (2003 )“Video Google : A text retrieval approach to object matching in 1477. 1.00 Skull
  • 10. International Journal of Artificial Intelligence & Applications (IJAIA), Vol 4, No.3, May 2013 60 [7] F. Jurieand B.Triggs, (2005) “Creating efficient codebooks for visual recognition”, ICCV’05 : 10th IEEE International Conference on Computer Visio, pages 604-610. [8] J. Yang, Y.-G. Jiang, A. Hauptmann and C.-W. Ngo, (2007 )“Evaluating bag-of-visual-words representations in scene classification”, MIR’07 : international workshop on Multimedia Information Retrieval, pages 197-206. [9] J.MacQueen, (1967) “Some methods for classification and analysis of multivariate observations”, 5th Berkeley symposium on mathematical statistics and probability, pages 281-297. [10] E.Diday, (1971) “Une nouvelle méthode en classification automatique et reconnaissance de formes : la méthode des nuées dynamiques”, Revue de Statistique Appliquée, 19(2) : pages19-33. [11] K.Mikolajczykand C.Schmid, (2004) “Scale & affine invariant interest point dectors”, International Journal of Computer Vision, 60(1):pages 63-86. [12] E. Nowak, F.Jurie and B.Triggs, (2006) “Sampling strategies for bag-of-features image classification”, ECCV’06 : 9th European Conference on Computer Vision: workshop on statistical Learning in Computer Vision, pages 490-503. [13] S.Lazebnik, C.Schmid and J. Ponce, (2006) “Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories”, CVPR’06 : IEEE computer society conference on Computer Vision and Pattern Recognition, pages 2169-2178. [14] Y. Cao, C. Wang, Z. Li and L. Zhang, (2010) “Spatial-bag-of-features”, CVPR’10 : 23rd IEEE conference on Computer Vision and Pattern Recognition. [15] R.Albatal, P.Mulhem and Y.Chiaramella, (2010) “Phrases Visuelles pour l’annotation automatiques d’images”, CORIA’10 : 7e COnférence en Recherche d’Information et Applications, pages 3-18. [16] G. Salton, A. Wong, and C. Yang, (1975) “A vector space model for automatic indexing”, Communication ACM, 18(11) :613–620. [17] S. Robertson, S. Walker, M. Hancock-Beaulieu, A. Gull, and M. Lau, (1994)“Okapi at trec-3”, In Text REtrieval Conference, pages 21–30. [18] G. Csurka, C. Dance, L. Fan, J. Willamowski, and C. Bray, (2004) “Visual categorization with bags of keypoints”, In ECCV’04 workshop on Statistical Learning in ComputerVision, pages 59–74. [19] J. Matas, O. Chum, U Martin, and T. Pajdla. (2002)“Robust wide baseline stereo from maximally stable extremal regions”, In Proceedings of the British Machine Vision Conference, pages 384–393. [20] K. Mikolajczyk, T. Tuytelaars, C. Schmid, A. Zisserman, J. Matas, F. Schaffalitzky, T. Kadir, and L. Van Gool, (2005) “A comparison of affine region detectors”, International Journal of Computer Vision, 65 :43–72. [21] S.Deerwester, S.Dumais, G. Furnas, T.Landauer, R.Harshman, (1990)“Indexing by Latent Semantic Analysis”, Journal of the American Society for Information Science, Vol. 41, Number 6, 391-407. [22] T.Landauer, P. Foltz, D.Laham, (1998) “Introduction to Latent Semantic Indexing”, Discourse Processes”, vol. 25, no 5, p. 259–284. [23] J.C.Caicedo, J. Ben-Abdallah, F. A. González, O.Nasraoui, (2012) “Multimodal representation, indexing, automated annotation and retrieval of image collections via non-negative matrix factorization”, Neurocomputing, 50-60.