SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
International Journal of ElectronicsJOURNAL OF ELECTRONICS AND
INTERNATIONAL and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 1, January (2014), pp. 113-118
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

AUTOMATIC DE-NOISING FOR IMAGE ANNOTATION USING LATENT
SEMANTIC ANALYSIS
Abbass.A.Khorsheed1,
1

Hussein Chible1,

Giorgio Giacinto2,

Ammar J. Fattah3

Doctoral School of science and Technology, Lebanese University, Hadtah, Beirut, Lebanon
2
Department of Electrical and Electronic Engineering, University of Cagliari, Italy
3
CEO Science Gate Online Research Center.

ABSTRACT
Images are important material accessed through the internet by a huge number of applications
such as medical, social, mining applications. The biggest challenge facing the usage of those billion
of images is the retrieving challenge. Two approaches are available to retrieve images over the
internet: first one is by using textual matching between user query and image annotation, and second
one is by using image contents.
This paper introduces a novel approach to remove redundant words used to annotate images;
this is done by using Latent Semantic Analysis (LSA) to build the semantic space that combines
queries and annotations, and then use Singular Value Decomposition (SVD) to determine variance
produced by annotation words. As a last step, words with less variance are omitted.
Keywords: Image Annotation, LSA, SVD, Automatic De-Noising, Semantic Space, Singular Values
1- INTRODUCTION
From the inspection of popular image search engines such as Google, Bing and Baidu, the
retrieval paradigm employed by these search engines is still based on the keywords composing the
query; this query is formulated by users to initiate image search process. Users use natural language
words to describe requested image, or other multimedia contents, and the responsibility of a search
engine is to scan databases for a proper match. The most crucial element is the search scenario is the
indexing of images, or other multimedia contents, where natural language is demanded to achieve the
labeling of available images with textual description; this process is called image annotation [1,2].
Content-based image retrieval, the problem of searching large image repositories according to
their content, has been the subject of a significant amount of computer vision research in the recent
past. While early retrieval architectures were based on the query-by-example paradigm, which
113
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME

formulates image retrieval as the search for the best database match to a user-provided query image,
it was quickly realized that the design of fully functional retrieval systems would require support for
semantic queries. These are systems where the database of images are annotated with semantic
keywords, enabling the user to specify the query through a natural language description of the visual
concepts of interest. This realization, combined with the cost of manual image labeling, generated
significant interest in the problem of automatically extracting semantic descriptors from images
[1,2,3].
Images are annotated using different methodologies, some are manually; this when clients
comment on certain images and automatically such as mining the textual text in internet pages that
hold that image. Crucial challenge in image annotation is the redundant words that increase false
results such as the irrelevant images returned by Google search engine [3].
The earliest efforts in the area were directed to the reliable extraction of specific semantics,
e.g. differentiating indoor from outdoor scenes, cities from landscapes, and detecting trees, horses, or
buildings, among others. These efforts posed the problem of semantics extraction as one
of supervised learning: a set of training images with and without the concept of interest was collected
and a binary classifier trained to detect the concept of interest. The classifier was then applied to all
database of images which were, in this way, annotated with respect to the presence or absence of the
concept [2,3].
More recently, there has been an effort to solve the problem in its full generality, by resorting
to unsupervised learning. The basic idea is to introduce a set of latent variables that encode hidden
states of the world, where each state defines a joint distribution on the space of semantic keywords
and image appearance descriptors (in the form of local features computed over image
neighborhoods). After the annotation model is learned, an image is annotated by finding the most
likely keywords given the features of the image [1, 2, 3].
2- LATENT SEMANTIC ANALYSIS (LSA)
Latent Semantic Analysis (LSA) is a theory and method for extracting and representing the
meaning of words. Meaning is estimated using statistical computations applied to a large corpus of
text [4].
The corpus embodies a set of mutual constraints that largely determine the semantic
similarity of words and sets of words. These constraints can be solved using linear algebra methods,
in particular, singular value decomposition [4].
LSA has been shown to reflect human knowledge in a variety of ways. For example, LSA
measures correlate highly with humans’ scores on standard vocabulary and subject matter tests; it
mimics human word sorting and category judgments; it simulates word-word and passage-word
lexical priming data; and it accurately estimates passage coherence [4, 5].
The core processing in LSA is to decompose A using SVD (Singular Value Decomposition);
SVD has designed to reduce a dataset containing a large number of values to a dataset containing
significantly fewer values, but which still contains a large fraction of the variability present in the
original data [3, 4, 5].
‫ ܣ‬ൌ ܷߑܸ ்
Where
1- ‫ݎ݋ݐܸܿ݁݊݁݃݅ܧ‬ሺ‫ ்ܣܣ‬ሻ ՜ ‫ݏ݊݉ݑ݈݋ܥ‬ሺܷሻ
2- ‫ݎ݋ݐܸܿ݁݊݁݃݅ܧ‬ሺ‫ܣ ்ܣ‬ሻ ՜ ‫ݏ݊݉ݑ݈݋ܥ‬ሺܸ ሻ
3- ‫݁ݑ݈ܸܽ݊݁݃݅ܧ‬ሺ‫ܣ ்ܣ‬ሻ ܱܴ ‫݁ݑ݈ܸܽ݊݁݃݅ܧ‬ሺ‫ ்ܣܣ‬ሻ ՜ ߑ
114

---eq.1
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME

the first structure is the single pattern that represent the most variance in the data, after all, SVD is an
orthogonal analysis for dataset, U is composed of eigenvectors of the variance-covariance matrix of
the data, where the first eigenvector points to the direction which holds the most variability produced
by all other vectors jointly. U is an orthogonal matrix where all its structures are mutually
uncorrelated. Eigen values are representing scalar variance of corresponding eigenvectors; this way
total variation exhibited by the data is the sum of all eigenvalues and singular values are the square
root of the eigenvalues [4, 6].
3- TEXTUAL IMAGE INDEXING AND RETRIEVAL
In 1970s, the conventional image retrieval system used keyword as descriptors to index an
image however the content of an image is much richer than what any set of keywords can express
[2].
Text-based image retrieval techniques employ text to describe the content of the image which
often causes ambiguity and inadequacy in performing an image database search and query
processing. This problem is due to the difficulty in specifying exact terms and phrases in describing
the content of images as the content of an image is much richer than what any set of keywords can
express. Since the textual annotations are based on language, variations in annotation will pose
challenges to image retrieval [2, 5].
4- HYPOTHESIS
Hypothesis 1: Latent Semantic Analysis (LSA) reduces the redundant annotation of an image by
truncating less variant key words of the annotation.
Hypothesis 2: variation in variance-covariance natural language semantic space is analogues to
visual semantic space.
5- THE PROPOSED IMAGE INDEXING AND RETRIEVAL
In this proposal images are represented by concepts it hold. Image concept is the projection of
human interpretation to the visual structures within an image, hence:
‫ ܫ‬ൌ ∑ே ‫ܥ‬௜ . ‫ݒ‬௜
Ԧ
௜ୀଵ

--- eq.2

Where I is any image and ‫ܥ‬௜ is the ݅ ௧௛ concept recognized with that image
‫ ݍ‬ൌ ∑௄ ‫ݓ‬௜ . ‫ݑ‬௜
ሬԦ
௜ୀଵ

---eq.3

Where q is the query entered by the user, ‫ݓ‬௜ is the ݅ ௧௛ word within the query and ‫ݑ‬௜ is the
ሬԦ
semantic unit vector. Semantic meaning for image’s concept should correlate human’s interpretation
for that concept; hence, eq.3 is a prerequisite
‫ݒ‬௜ . ‫ݓ‬௜ ൌ 1
Ԧ ሬሬԦ

---- eq.4

The semantic space is represented by a ‫ܣ‬௠ ௫ ௡ matrix and this matrix is decomposed into its
principal components as the following equation:
‫ ܣ‬ൌ ܷߑܸ ் ൌ ∑ே ߪ௜ ‫ݑ‬௜ ‫ݒ‬௜்
௜ୀଵ
115

---eq.5
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME
்
Where ߪ௜ is the ݅ ௧௛ singular value of the matrix, ߪଵ and ‫ݒ‬ଵ are the most effective direction

Block similarity is measured by the following formula:
௩ ௩

ೕ
ߠ ൌ cos ିଵ |௩ ೔| ห௩
೔

--- (5)

ೕห

Where
‫݊݅ܯ‬ሺߠ ሻ ൏ ݄ܶ‫ ݈݀݋݄ݏ݁ݎ‬՜ ‫ݒ‬௜ ‫ݒ ؠ‬௝ --- (6)
The priorities of using specific word to index and retrieve certain image is corresponding to
the singular values calculated by the SVD algorithm, this way words with less singular values can be
omitted from the annotation.
Σ matrix can be used as a noise filter where queries are treated as vectors within the semantic
space and those who are on the same direction toward the most singular value; those queries would
composed of the most effected words.
Example:
To demonstrate the effect of the proposal hypothesis, real queries have been posted through
Google search engine and textual annotations for some of the return images have been extracted. The
extracted annotations and posted queries have been used to build the semantic space required by
LSA, after that SVD algorithm has been applied to find out what direction holds the maximum
variation, as the following presents:
S1: instead-of-mowing-grass-the-plains-man-wins-car
S2: Oregon_state_police_investigating_fatal_car_crash_west_of_valley
S3:pb_man_lying_on_grass
S4: free_ems_mini_plant_cut_hair_man_grass_doll
S5: vin_diesel_actor_man_car_wheel_serious_bald
S6: two_people_car_race_arrested_grass
Q1: car_man_grass
Q2: car_crash_race
LSA is applied to the annotations and the query to construct the semantic space matrix as it is
presented in figure (3):
I
1
2
3
4
5

Query
Man
Car
Grass
Crash
Race

S1
1
1
1
0
0

S2
0
1
0
1
0

S3
1
0
1
0
0

S4
1
0
1
0
0

S5
1
1
0
0
0

S6
0
1
0
0
1

Q1
1
1
1
0
0

Q2
0
1
0
1
1

Figure 3: Semantic Space of LSA based on word repetition in Annotation

116
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME

The analysis steps are shown below:

U=

-0.5891

0.4065 -0.0000

-0.6135 -0.5192
-0.4837

0.0000

0.1621

0.6793 0.0000 0.0000 0.0000

0.4895 -0.3382 0.0000 0.0000 0.0000

0.4274 -0.0000 -0.5317 -0.5483 0.0000 0.0000 0.0000

-0.1459 -0.4373

0.7071 -0.4751

0.2485 0.0000 0.0000 0.0000

-0.1459 -0.4373 -0.7071 -0.4751

0.2485 0.0000 0.0000 0.0000

0.0000

0.0000

0.0000

0.0000 1.0000 0.0000 0.0000

0.0000

0.0000

0.0000

0.0000

0.0000 0.0000 1.0000 0.0000

0.0000

Σ=

0.0000

0.0000

0.0000

0.0000

0.0000 0.0000 0.0000 1.0000

3.3777 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 2.3183 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 1.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.9691 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.5271 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000

V=

-0.4993

0.1357

0.0000

0.1237 -0.3931 -0.7500

0.0000

0.0000

-0.2248 -0.4126

0.7071

0.0149 -0.1702

0.1667

0.3830

0.2748

0.6038 -0.4371

-0.3176

0.3597 -0.0000 -0.3814

0.2486

0.0833

-0.3176

0.3597 -0.0000 -0.3814

0.2486

0.0833 -0.2208

0.6471

0.0000

0.0000 -0.0000

-0.2248 -0.4126 -0.7071

0.0149 -0.1702

0.1667

0.3830

-0.4993

0.1237 -0.3931

0.5833 -0.3830 -0.2748

-0.3561 -0.0486

0.1357

0.0000

0.0000

0.6724

-0.2681 -0.6013 -0.0000 -0.4753

0.7119

0.2748

0.3012 -0.1667 -0.3830 -0.2748

117
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME

Images indexing and retrieval, due to the above analysis, are described by the following weighted
vector:
ܹ݄݁݅݃‫ ݎ݋ݐܸܿ݁݊݋݅ݐܽݐ݋݊݊ܣ݀݁ݐ‬ൌ 3.3777 ࡹࢇ࢔ ൅ 2.3183 ࡯ࢇ࢘ ൅ 1.0 ࡳ࢘ࢇ࢙࢙ ൅ 0.9691 ࡯࢘ࢇ࢙ࢎ ൅
0.5271 ࡾࢇࢉࢋ
From the above vector, ‘Race’ can be omitted from the annotation of the processed group of images
6- CONCLUSION
LSA can be used efficiently to filter annotation concepts (i.e., natural language words) where
semantic similarities among annotations attached to certain images and the set of queries posted to
search engines, is an effective approach to determine and omit redundant words.
The accuracy of the results is corresponding to the distribution pattern of the natural language
words over the query and the annotation at the same time, where semantic similarities among
annotations and queries vectors should span the semantic space of a group of images that are to be
de-noised.
The most obstacle facing this approach is the intensive calculations required by the LSA
when new image added to the group of images which have been de-noised against redundant words.
7- REFERENCES
123-

4-

567-

8-

9-

NursuriatiJamil and SitiAisyahSa’adan, Proceeding, “Visual Informatics: Bridging Research
and Practice”, visual informatics conference, IVIC 2009, Kuala Lumpur, Malaysia, 2009.
Masashi Inoue, “On the Need for Annotation-Based Image Retrieval”, National Institute of
Informatics, Tokyo, Japan, 2006.
Reinhard Koch and Fay Huang (Eds), “Computer Vision-ACCV 2010 Workshops: ‘TwoProbabilistic Latent Semantic Model for Image Annotation and Retrieval’ ”, Springer, USA,
2011.
Thomas K. Landauer, Danielle S. McNamara, Simon Dennis and Walter Kintsch, “Handbook
of Latent Semantic Analysis”, Lawernce Erlbaum Associates, Inc, USA, 2011, ISBN:9781.4106-1534-3.
NursuriatiJamil and SitiAisyahSa’adan, Proceeding, “Visual Informatics: Bridging Research
and Practice”, visual informatics conference, IVIC 2009, Kuala Lumpur, Malaysia, 2009.
Panagiotis Symeonidis, Ivaylo Kehayov, and Yannis Manolopoulos, “Text Classification be
Aggregation of SVD Eigenvectors”, Springer, USA, 2012.
Abhishek Choubey, Omprakash Firke and Bahgwan Swaroop Sharma, “Rotation and
Illumination Invariant Image Retrieval using Texture Features”, International Journal of
Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2,
2012, pp. 48 - 55, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
Madhubala Myneni and Dr.M.Seetha, “Feature Integration for Image Information Retrieval
using Image Mining Techniques”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 3, 2012, pp. 273 - 281, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
K.Ganapathi Babu, A.Komali, V.Satish Kumar and A.S.K.Ratnam, “An Overview of Content
Based Image Retrieval Software Systems”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 2, 2012, pp. 424 - 432, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.

118

Más contenido relacionado

La actualidad más candente

A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image AnnotationA Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotationijcax
 
Ijarcet vol-2-issue-4-1374-1382
Ijarcet vol-2-issue-4-1374-1382Ijarcet vol-2-issue-4-1374-1382
Ijarcet vol-2-issue-4-1374-1382Editor IJARCET
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONijistjournal
 
Image re ranking system
Image re ranking systemImage re ranking system
Image re ranking systemveningstonk
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsIJECEIAES
 
Text documents clustering using modified multi-verse optimizer
Text documents clustering using modified multi-verse optimizerText documents clustering using modified multi-verse optimizer
Text documents clustering using modified multi-verse optimizerIJECEIAES
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsEditor IJMTER
 
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTION
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTIONA NAIVE METHOD FOR ONTOLOGY CONSTRUCTION
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTIONijscai
 
Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Zac Darcy
 
Volume 2-issue-6-1930-1932
Volume 2-issue-6-1930-1932Volume 2-issue-6-1930-1932
Volume 2-issue-6-1930-1932Editor IJARCET
 
IRJET - Text Detection in Natural Scene Images: A Survey
IRJET - Text Detection in Natural Scene Images: A SurveyIRJET - Text Detection in Natural Scene Images: A Survey
IRJET - Text Detection in Natural Scene Images: A SurveyIRJET Journal
 
Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks IJECEIAES
 

La actualidad más candente (14)

A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image AnnotationA Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
 
Ijarcet vol-2-issue-4-1374-1382
Ijarcet vol-2-issue-4-1374-1382Ijarcet vol-2-issue-4-1374-1382
Ijarcet vol-2-issue-4-1374-1382
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
 
Image re ranking system
Image re ranking systemImage re ranking system
Image re ranking system
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documents
 
Text documents clustering using modified multi-verse optimizer
Text documents clustering using modified multi-verse optimizerText documents clustering using modified multi-verse optimizer
Text documents clustering using modified multi-verse optimizer
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie Reviews
 
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTION
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTIONA NAIVE METHOD FOR ONTOLOGY CONSTRUCTION
A NAIVE METHOD FOR ONTOLOGY CONSTRUCTION
 
Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[
 
Volume 2-issue-6-1930-1932
Volume 2-issue-6-1930-1932Volume 2-issue-6-1930-1932
Volume 2-issue-6-1930-1932
 
IRJET - Text Detection in Natural Scene Images: A Survey
IRJET - Text Detection in Natural Scene Images: A SurveyIRJET - Text Detection in Natural Scene Images: A Survey
IRJET - Text Detection in Natural Scene Images: A Survey
 
Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks
 
Artificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A ReviewArtificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A Review
 
50120130406007
5012013040600750120130406007
50120130406007
 

Destacado (9)

20620130101006
2062013010100620620130101006
20620130101006
 
40120130406013
4012013040601340120130406013
40120130406013
 
30320130403003
3032013040300330320130403003
30320130403003
 
50220130402003
5022013040200350220130402003
50220130402003
 
20320140504001
2032014050400120320140504001
20320140504001
 
50120130406032
5012013040603250120130406032
50120130406032
 
30120130406029
3012013040602930120130406029
30120130406029
 
30120140503012
3012014050301230120140503012
30120140503012
 
50320130403001 2-3
50320130403001 2-350320130403001 2-3
50320130403001 2-3
 

Similar a 40120140501013

Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transformIAEME Publication
 
A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...CSCJournals
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueIOSR Journals
 
Design of an Effective Method for Image Retrieval
Design of an Effective Method for Image RetrievalDesign of an Effective Method for Image Retrieval
Design of an Effective Method for Image RetrievalAM Publications
 
Advanced relevance feedback strategy for precise image retrieval
Advanced relevance feedback strategy for precise image retrievalAdvanced relevance feedback strategy for precise image retrieval
Advanced relevance feedback strategy for precise image retrievalIAEME Publication
 
A Graph-based Web Image Annotation for Large Scale Image Retrieval
A Graph-based Web Image Annotation for Large Scale Image RetrievalA Graph-based Web Image Annotation for Large Scale Image Retrieval
A Graph-based Web Image Annotation for Large Scale Image RetrievalIRJET Journal
 
Multilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal AnalysisMultilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal Analysisijtsrd
 
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
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSkevig
 

Similar a 40120140501013 (20)

Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transform
 
Sub1547
Sub1547Sub1547
Sub1547
 
A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch Technique
 
Design of an Effective Method for Image Retrieval
Design of an Effective Method for Image RetrievalDesign of an Effective Method for Image Retrieval
Design of an Effective Method for Image Retrieval
 
Advanced relevance feedback strategy for precise image retrieval
Advanced relevance feedback strategy for precise image retrievalAdvanced relevance feedback strategy for precise image retrieval
Advanced relevance feedback strategy for precise image retrieval
 
A Graph-based Web Image Annotation for Large Scale Image Retrieval
A Graph-based Web Image Annotation for Large Scale Image RetrievalA Graph-based Web Image Annotation for Large Scale Image Retrieval
A Graph-based Web Image Annotation for Large Scale Image Retrieval
 
Ic3414861499
Ic3414861499Ic3414861499
Ic3414861499
 
Multilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal AnalysisMultilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal Analysis
 
F010433136
F010433136F010433136
F010433136
 
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
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 

Último (20)

AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 

40120140501013

  • 1. International Journal of ElectronicsJOURNAL OF ELECTRONICS AND INTERNATIONAL and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 1, January (2014), pp. 113-118 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME AUTOMATIC DE-NOISING FOR IMAGE ANNOTATION USING LATENT SEMANTIC ANALYSIS Abbass.A.Khorsheed1, 1 Hussein Chible1, Giorgio Giacinto2, Ammar J. Fattah3 Doctoral School of science and Technology, Lebanese University, Hadtah, Beirut, Lebanon 2 Department of Electrical and Electronic Engineering, University of Cagliari, Italy 3 CEO Science Gate Online Research Center. ABSTRACT Images are important material accessed through the internet by a huge number of applications such as medical, social, mining applications. The biggest challenge facing the usage of those billion of images is the retrieving challenge. Two approaches are available to retrieve images over the internet: first one is by using textual matching between user query and image annotation, and second one is by using image contents. This paper introduces a novel approach to remove redundant words used to annotate images; this is done by using Latent Semantic Analysis (LSA) to build the semantic space that combines queries and annotations, and then use Singular Value Decomposition (SVD) to determine variance produced by annotation words. As a last step, words with less variance are omitted. Keywords: Image Annotation, LSA, SVD, Automatic De-Noising, Semantic Space, Singular Values 1- INTRODUCTION From the inspection of popular image search engines such as Google, Bing and Baidu, the retrieval paradigm employed by these search engines is still based on the keywords composing the query; this query is formulated by users to initiate image search process. Users use natural language words to describe requested image, or other multimedia contents, and the responsibility of a search engine is to scan databases for a proper match. The most crucial element is the search scenario is the indexing of images, or other multimedia contents, where natural language is demanded to achieve the labeling of available images with textual description; this process is called image annotation [1,2]. Content-based image retrieval, the problem of searching large image repositories according to their content, has been the subject of a significant amount of computer vision research in the recent past. While early retrieval architectures were based on the query-by-example paradigm, which 113
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME formulates image retrieval as the search for the best database match to a user-provided query image, it was quickly realized that the design of fully functional retrieval systems would require support for semantic queries. These are systems where the database of images are annotated with semantic keywords, enabling the user to specify the query through a natural language description of the visual concepts of interest. This realization, combined with the cost of manual image labeling, generated significant interest in the problem of automatically extracting semantic descriptors from images [1,2,3]. Images are annotated using different methodologies, some are manually; this when clients comment on certain images and automatically such as mining the textual text in internet pages that hold that image. Crucial challenge in image annotation is the redundant words that increase false results such as the irrelevant images returned by Google search engine [3]. The earliest efforts in the area were directed to the reliable extraction of specific semantics, e.g. differentiating indoor from outdoor scenes, cities from landscapes, and detecting trees, horses, or buildings, among others. These efforts posed the problem of semantics extraction as one of supervised learning: a set of training images with and without the concept of interest was collected and a binary classifier trained to detect the concept of interest. The classifier was then applied to all database of images which were, in this way, annotated with respect to the presence or absence of the concept [2,3]. More recently, there has been an effort to solve the problem in its full generality, by resorting to unsupervised learning. The basic idea is to introduce a set of latent variables that encode hidden states of the world, where each state defines a joint distribution on the space of semantic keywords and image appearance descriptors (in the form of local features computed over image neighborhoods). After the annotation model is learned, an image is annotated by finding the most likely keywords given the features of the image [1, 2, 3]. 2- LATENT SEMANTIC ANALYSIS (LSA) Latent Semantic Analysis (LSA) is a theory and method for extracting and representing the meaning of words. Meaning is estimated using statistical computations applied to a large corpus of text [4]. The corpus embodies a set of mutual constraints that largely determine the semantic similarity of words and sets of words. These constraints can be solved using linear algebra methods, in particular, singular value decomposition [4]. LSA has been shown to reflect human knowledge in a variety of ways. For example, LSA measures correlate highly with humans’ scores on standard vocabulary and subject matter tests; it mimics human word sorting and category judgments; it simulates word-word and passage-word lexical priming data; and it accurately estimates passage coherence [4, 5]. The core processing in LSA is to decompose A using SVD (Singular Value Decomposition); SVD has designed to reduce a dataset containing a large number of values to a dataset containing significantly fewer values, but which still contains a large fraction of the variability present in the original data [3, 4, 5]. ‫ ܣ‬ൌ ܷߑܸ ் Where 1- ‫ݎ݋ݐܸܿ݁݊݁݃݅ܧ‬ሺ‫ ்ܣܣ‬ሻ ՜ ‫ݏ݊݉ݑ݈݋ܥ‬ሺܷሻ 2- ‫ݎ݋ݐܸܿ݁݊݁݃݅ܧ‬ሺ‫ܣ ்ܣ‬ሻ ՜ ‫ݏ݊݉ݑ݈݋ܥ‬ሺܸ ሻ 3- ‫݁ݑ݈ܸܽ݊݁݃݅ܧ‬ሺ‫ܣ ்ܣ‬ሻ ܱܴ ‫݁ݑ݈ܸܽ݊݁݃݅ܧ‬ሺ‫ ்ܣܣ‬ሻ ՜ ߑ 114 ---eq.1
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME the first structure is the single pattern that represent the most variance in the data, after all, SVD is an orthogonal analysis for dataset, U is composed of eigenvectors of the variance-covariance matrix of the data, where the first eigenvector points to the direction which holds the most variability produced by all other vectors jointly. U is an orthogonal matrix where all its structures are mutually uncorrelated. Eigen values are representing scalar variance of corresponding eigenvectors; this way total variation exhibited by the data is the sum of all eigenvalues and singular values are the square root of the eigenvalues [4, 6]. 3- TEXTUAL IMAGE INDEXING AND RETRIEVAL In 1970s, the conventional image retrieval system used keyword as descriptors to index an image however the content of an image is much richer than what any set of keywords can express [2]. Text-based image retrieval techniques employ text to describe the content of the image which often causes ambiguity and inadequacy in performing an image database search and query processing. This problem is due to the difficulty in specifying exact terms and phrases in describing the content of images as the content of an image is much richer than what any set of keywords can express. Since the textual annotations are based on language, variations in annotation will pose challenges to image retrieval [2, 5]. 4- HYPOTHESIS Hypothesis 1: Latent Semantic Analysis (LSA) reduces the redundant annotation of an image by truncating less variant key words of the annotation. Hypothesis 2: variation in variance-covariance natural language semantic space is analogues to visual semantic space. 5- THE PROPOSED IMAGE INDEXING AND RETRIEVAL In this proposal images are represented by concepts it hold. Image concept is the projection of human interpretation to the visual structures within an image, hence: ‫ ܫ‬ൌ ∑ே ‫ܥ‬௜ . ‫ݒ‬௜ Ԧ ௜ୀଵ --- eq.2 Where I is any image and ‫ܥ‬௜ is the ݅ ௧௛ concept recognized with that image ‫ ݍ‬ൌ ∑௄ ‫ݓ‬௜ . ‫ݑ‬௜ ሬԦ ௜ୀଵ ---eq.3 Where q is the query entered by the user, ‫ݓ‬௜ is the ݅ ௧௛ word within the query and ‫ݑ‬௜ is the ሬԦ semantic unit vector. Semantic meaning for image’s concept should correlate human’s interpretation for that concept; hence, eq.3 is a prerequisite ‫ݒ‬௜ . ‫ݓ‬௜ ൌ 1 Ԧ ሬሬԦ ---- eq.4 The semantic space is represented by a ‫ܣ‬௠ ௫ ௡ matrix and this matrix is decomposed into its principal components as the following equation: ‫ ܣ‬ൌ ܷߑܸ ் ൌ ∑ே ߪ௜ ‫ݑ‬௜ ‫ݒ‬௜் ௜ୀଵ 115 ---eq.5
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME ் Where ߪ௜ is the ݅ ௧௛ singular value of the matrix, ߪଵ and ‫ݒ‬ଵ are the most effective direction Block similarity is measured by the following formula: ௩ ௩ ೕ ߠ ൌ cos ିଵ |௩ ೔| ห௩ ೔ --- (5) ೕห Where ‫݊݅ܯ‬ሺߠ ሻ ൏ ݄ܶ‫ ݈݀݋݄ݏ݁ݎ‬՜ ‫ݒ‬௜ ‫ݒ ؠ‬௝ --- (6) The priorities of using specific word to index and retrieve certain image is corresponding to the singular values calculated by the SVD algorithm, this way words with less singular values can be omitted from the annotation. Σ matrix can be used as a noise filter where queries are treated as vectors within the semantic space and those who are on the same direction toward the most singular value; those queries would composed of the most effected words. Example: To demonstrate the effect of the proposal hypothesis, real queries have been posted through Google search engine and textual annotations for some of the return images have been extracted. The extracted annotations and posted queries have been used to build the semantic space required by LSA, after that SVD algorithm has been applied to find out what direction holds the maximum variation, as the following presents: S1: instead-of-mowing-grass-the-plains-man-wins-car S2: Oregon_state_police_investigating_fatal_car_crash_west_of_valley S3:pb_man_lying_on_grass S4: free_ems_mini_plant_cut_hair_man_grass_doll S5: vin_diesel_actor_man_car_wheel_serious_bald S6: two_people_car_race_arrested_grass Q1: car_man_grass Q2: car_crash_race LSA is applied to the annotations and the query to construct the semantic space matrix as it is presented in figure (3): I 1 2 3 4 5 Query Man Car Grass Crash Race S1 1 1 1 0 0 S2 0 1 0 1 0 S3 1 0 1 0 0 S4 1 0 1 0 0 S5 1 1 0 0 0 S6 0 1 0 0 1 Q1 1 1 1 0 0 Q2 0 1 0 1 1 Figure 3: Semantic Space of LSA based on word repetition in Annotation 116
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME The analysis steps are shown below: U= -0.5891 0.4065 -0.0000 -0.6135 -0.5192 -0.4837 0.0000 0.1621 0.6793 0.0000 0.0000 0.0000 0.4895 -0.3382 0.0000 0.0000 0.0000 0.4274 -0.0000 -0.5317 -0.5483 0.0000 0.0000 0.0000 -0.1459 -0.4373 0.7071 -0.4751 0.2485 0.0000 0.0000 0.0000 -0.1459 -0.4373 -0.7071 -0.4751 0.2485 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 1.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 1.0000 0.0000 0.0000 Σ= 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 1.0000 3.3777 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 2.3183 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 1.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.9691 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.5271 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 V= -0.4993 0.1357 0.0000 0.1237 -0.3931 -0.7500 0.0000 0.0000 -0.2248 -0.4126 0.7071 0.0149 -0.1702 0.1667 0.3830 0.2748 0.6038 -0.4371 -0.3176 0.3597 -0.0000 -0.3814 0.2486 0.0833 -0.3176 0.3597 -0.0000 -0.3814 0.2486 0.0833 -0.2208 0.6471 0.0000 0.0000 -0.0000 -0.2248 -0.4126 -0.7071 0.0149 -0.1702 0.1667 0.3830 -0.4993 0.1237 -0.3931 0.5833 -0.3830 -0.2748 -0.3561 -0.0486 0.1357 0.0000 0.0000 0.6724 -0.2681 -0.6013 -0.0000 -0.4753 0.7119 0.2748 0.3012 -0.1667 -0.3830 -0.2748 117
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 1, January (2014), © IAEME Images indexing and retrieval, due to the above analysis, are described by the following weighted vector: ܹ݄݁݅݃‫ ݎ݋ݐܸܿ݁݊݋݅ݐܽݐ݋݊݊ܣ݀݁ݐ‬ൌ 3.3777 ࡹࢇ࢔ ൅ 2.3183 ࡯ࢇ࢘ ൅ 1.0 ࡳ࢘ࢇ࢙࢙ ൅ 0.9691 ࡯࢘ࢇ࢙ࢎ ൅ 0.5271 ࡾࢇࢉࢋ From the above vector, ‘Race’ can be omitted from the annotation of the processed group of images 6- CONCLUSION LSA can be used efficiently to filter annotation concepts (i.e., natural language words) where semantic similarities among annotations attached to certain images and the set of queries posted to search engines, is an effective approach to determine and omit redundant words. The accuracy of the results is corresponding to the distribution pattern of the natural language words over the query and the annotation at the same time, where semantic similarities among annotations and queries vectors should span the semantic space of a group of images that are to be de-noised. The most obstacle facing this approach is the intensive calculations required by the LSA when new image added to the group of images which have been de-noised against redundant words. 7- REFERENCES 123- 4- 567- 8- 9- NursuriatiJamil and SitiAisyahSa’adan, Proceeding, “Visual Informatics: Bridging Research and Practice”, visual informatics conference, IVIC 2009, Kuala Lumpur, Malaysia, 2009. Masashi Inoue, “On the Need for Annotation-Based Image Retrieval”, National Institute of Informatics, Tokyo, Japan, 2006. Reinhard Koch and Fay Huang (Eds), “Computer Vision-ACCV 2010 Workshops: ‘TwoProbabilistic Latent Semantic Model for Image Annotation and Retrieval’ ”, Springer, USA, 2011. Thomas K. Landauer, Danielle S. McNamara, Simon Dennis and Walter Kintsch, “Handbook of Latent Semantic Analysis”, Lawernce Erlbaum Associates, Inc, USA, 2011, ISBN:9781.4106-1534-3. NursuriatiJamil and SitiAisyahSa’adan, Proceeding, “Visual Informatics: Bridging Research and Practice”, visual informatics conference, IVIC 2009, Kuala Lumpur, Malaysia, 2009. Panagiotis Symeonidis, Ivaylo Kehayov, and Yannis Manolopoulos, “Text Classification be Aggregation of SVD Eigenvectors”, Springer, USA, 2012. Abhishek Choubey, Omprakash Firke and Bahgwan Swaroop Sharma, “Rotation and Illumination Invariant Image Retrieval using Texture Features”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp. 48 - 55, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. Madhubala Myneni and Dr.M.Seetha, “Feature Integration for Image Information Retrieval using Image Mining Techniques”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 273 - 281, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. K.Ganapathi Babu, A.Komali, V.Satish Kumar and A.S.K.Ratnam, “An Overview of Content Based Image Retrieval Software Systems”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 424 - 432, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 118