SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 4 (Nov. - Dec. 2013), PP 72-75
www.iosrjournals.org
www.iosrjournals.org 72 | Page
Content Based Image Retrieval for Unlabelled Images
Rikin K Thakkar, Ms Ompriya Kale,
Dept of computer engineering Lok Jagruti Kendra Institute of Technology, India.
Ass Prof Dept of Information Technology, Lok Jagruti Kendra Institute of Technology, India.
Abstract: Recently, content-based image retrieval has become hot topic and the techniques of content-based
image retrieval have been achieved good development. Content-based image retrieval systems were introduced
to address the problems associated with text-based image retrieval. In this paper, basic components of content-
based image retrieval system are introduced here. Images are classified as lablled and unlablled images. Here
survey on content based image retrieval given with some Image retrieval methods based on unlabelled data like
D-EM, SVM, Relevance Feedback, Semi-Supervised/Active Learning, Transductive Learning, Bootstrapping
SVM, Active learning, SSMIL and Label propagation Methods are presented in this paper. Comparison of these
all methods is also presented in this paper.
Keywords: Image retrieval, CBIR, Unlabelled images, SVM
I. Introduction
IBM was the first, who take an initiative by pro-posing query-by image content (QBIC). QBIC
developed at the IBM Almaden Research Center is an open frame-work and development technology. Fig.2
shows general Framework of Content based Image Retrieval system. All images will undergo the low level
feature extrac-tion process before being added to the images database. In feature extraction stage, features such
as colour, shape or texture are extracted from the image. User provides a sample image and the similarity
measurement engine is responsible in estimating the similarity between the query image and database images
and then ranking them ac-cording to their similarity to the given query image.[34]
Fig 1. General Framework of Content Based Image Retrieval[34]
Images are classified as labeled and unlabelled images. But this classification is confronted by two main
challenges. The first one is that the labelled training samples are too limited. We cannot give label to each and
every image. Generally, the labels are provided by user’s queries and relevance feedbacks, which will be very
limited. Limited training data would only result in weak classification [33]
. Another challenge is the
dimensionality of learning, since high dimensional visual data would pose practical difficulties for feature
weighting, selecting and dimensionality reduction. Limited training data would also prevent effective
dimensionality reduction schemes. If there are a large number of unlabelled images in the given database, we
may use them to boost the weak classifier learned from the limited labelled data, since unlabelled data contain
information about the joint distribution over features [2, 3, 33]
. The whole image is not interesting to the user, only
a very small portion of the large image database is interesting to the user, in which almost images are unlabelled.
Much work regards the problem as a strict two class classification problem, with equal treatments on both
Content Based Image Retrieval for Unlabelled Images
www.iosrjournals.org 73 | Page
positive and negative examples. Positive examples cluster in certain way, but negative examples usually do not
cluster since they can belong to any class. It is almost impossible to estimate the real distribution of negative
images in the database based on the relevant feedback [4, 5, 33]
. A significant stage in the development of CBIR
system is low level feature extraction. Feature extraction may be done from region or an entire image [9, 10]
. The
Bayes point machines approach used to give the soft annotation to the unlabelled image [11]
. The section-II of
this paper presents related work of image classification with unlabelled image. Section-III of this paper gives
conclusion.
II. Related Work
Here some methods of content based image retrieval based on unlabelled data is explained in brief.
Also the comparison of each method is given at the end of this section.
A. D-EM (Discriminant-EM) Algorithm
The D-EM algorithm[14, 15]
is used as a way of exploiting an unlabelled data in Content Based Image
Retrieval system. This is three steps iterative method for an efficient way of retrieving an unlabelled image. The
three steps are E-step, D-step, and M-step respectively. In such circumstance, the hybrid training data set D
consists of a labelled data set L ={(xi, yi), i=1,.,N}, and an unlabelled data set U={xi, i=1,.,M}. In CBIR, the
query images act as the labelled data, and the whole database or a subset can be treated as the unlabelled set[16]
.
We make an assumption here that L and U are from the same distribution. Therefore, image retrieval is to
classify the images in the database based on both labelled and unlabelled training data. The applied to this
learning task, since the labels of unlabelled data can be treated as missing values[17]
. Finally D-EM algorithm[18]
is working an accuracy without than unlabelled data in image database. This algorithm is give guideline for the
system to utilize the unlabelled data with labelled data.[33]
B. Support Vector Machines
Support Vector Machines have shown their capacities in pattern recognition. The aim of SVM
classification method is to find the best hyper-plane separating relevant and irrelevant vectors maximizing the
size of the margin (between both classes). Initial method assumes that relevant and irrelevant vectors are linearly
separable[19]
. The SVM separate the whole image database into two classes. The two classes are also including
the unlabelled images with two types they are relevant and irrelevant unlabelled images. The relevant unlabelled
image is related to the relevant labelled images in the image database. In similar way the irrelevant unlabelled
image is related to the irrelevant labelled images in the database. This SVM is also classifying the unlabelled
images in accuracy manner.[33]
C. Relevance Feedback
As image databases usually contain unlabelled images, these can be exploited to help supervised
learning by asking the user to label them. The goal is naturally to minimize asking help from the user. The
relationships of all the data points in the feature space using a manifold ranking algorithm and constructs a
weighted graph that contains all images; the ranking scores of labelled examples are iteratively propagated to
nearby labelled and unlabelled images[20]
. The Relevance Feedback is using the likelihood functions used to
relate the certain data points in the image class. These function is define the relevancy of each data point to the
user given query. This is most useful to give rank to unlabelled images in the image database[21, 22]
. The learners
are trained with labelled and unlabelled images. Then the process is merged in form of positive image. That
image having the high confidence degree for presenting the required user in the result form.[33]
D. Semi-Supervised/Active Learning
This learning[23]
is working with two different learners for training the retrieval process of unlabelled
image by using labelled images from image database. The learning is dividing into two types, semi-supervised
and active. Both are different. Here most important result of learners opinion of unlabelled images. And also
using some sampling process, these samples are mainly used to select the unlabelled images during the image
retrieval. Semi-supervised learning[24]
deals with methods for exploiting unlabelled data in addition to labelled
data to improve learning performance. Two independent sets of attributes, and uses the prediction of each
learner on unlabelled examples to augment the training set of the other[25]
. Active learning deals[26]
with methods
that assume the learner has some control over the input space. In utilizing unlabelled data, it goes a different
way from semisupervised learning, with the goal of minimizing the number of queries required. There are two
major schemes, i.e. uncertainty sampling train a single learner and then query the unlabelled instances on which
the learner is the least confident. Committee-based sampling generate a committee of several learners and select
the unlabelled instances on which the committee members disagree the most [27,33]
.
Content Based Image Retrieval for Unlabelled Images
www.iosrjournals.org 74 | Page
E. Transductive Learning Method
In this learning method [29]
is processing the unlabelled image with the probability manner. The high
probability is used to identify the unlabelled images from the whole image database. The Ranking Process The
resultant ranking score of an unlabelled image is in proportion to the probability that it is relevant to the query,
with large ranking score indicating high probability. Thus the effect of unlabelled data is gradually incorporated
into the ranking score [30,33]
.
F. Bootstrapping SVM active learning
The normal SVM active learning is used. When active learning ends, the database images are ranked in
descending order of the distances to the final separating hyperplane, and the top images are shown as the
retrieval result. It aims to achieve good classification performance with the help of unlabelled data in the
presence of the small sample problem. The labelled images consist of at least one positive and one negative
image. Then the unlabelled images in the image database are incorporated to train the initial SVM classifier. The
initial classifier is improved by incorporating unlabelled images instead of heuristically labelling more images.
Hence, it reduces the labelling cost and thus the burden on the user to improve the retrieval. This method is
general such that any algorithm for learning from labelled and unlabelled data can be incorporated [2, 33,31]
.
G. Semi-Supervised Multiple Instance Learning (SSMIL)
The Formulation straightforward way is to map both the labelled and unlabelled bags into the feature
space determined by all the labelled bags. The Up-Speed after each labelled bag is mapped into the feature
space; all the unlabelled bags can also be mapped into this feature space. Hence, the dimension for each bag can
be greatly reduced, with the irrelevant features being discarded. To select the most important instances and
mapping each bag B in both the labelled and unlabelled set into the space determined by these instances as
follows [33,27]
.
TABLE-I SUMMARY OF PREVIOUS PROCESS [33]
SR
NO.
Process Name Description
1 D-EM(Discriminant-EM)Algorithm Unlabelled image as data set
2 Support Vector Machines Unlabelled image as two classes
relevant and irrelevant
3 Relevance Feedback Unlabelled image having rank
4 Semi-Supervised/Active Learning Unlabelled image as training set
5 TRANSDUCTIVE LEARNING METHOD Unlabelled image as ranking score
6 Bootstrapping SVM active learning Unlabelled image as initial SVM
classifier
7 Semi-Supervised Multiple Instance Learning (SSMIL) Unlabelled image as instance of
mapped bag
III. Conclusion
In this paper we surveyed the content-based image retrieval system, by providing an overview of the
most important aspects characterizing that kind of images. The image databases are classified into the labelled
image and unlabelled image. In this paper, we have presented a survey on content based image retrieval based
on unlabelled images. We compare the many image database classification processes based on unlabelled
images. The image classifying processes are more useful to the next generation of the content based image
retrieval system with unlabelled images.
References
[1]. Jain and A.Vailaya, “Image Retrieval Using Color and Shape,”Pattern Recognit., Vol. 29, No. 8, pp. 1233–1244, Aug.1996.
[2]. Lei Wang, KapLuk Chan, Zhihua Zhang, “Bootstrapping SVM Active Learning by Incorporating Unlabelled Images for Image
Retrieval.” Lining Zhang, Student Member, IEEE, Lipo Wang, Senior Member, IEEE, and Weisi Lin*, Senior Member, IEEE.
“Conjunctive Patches Subspace Learning with Side Information for Collaborative Image Retrieval.”
[3]. K. Tieu and P. Viola, “Boosting image retrieval,” Int. J. Comput. Vis.,vol. 56, no. 1/2, pp. 17–36, 2004.
[4]. R. Anderson, “A spreading activation theory of memory,” VerbalLearning and Verbal Behavior, 1983, 22: 261-295.
[5]. I.J. Cox, et al., “The Bayesian image retrieval system, PicHunter: theory, implementation, and psychophysical experiments.” IEEE
Trans. On Image Processing. 9. (1)2000 p. 20-37.
[6]. JormaLaaksonen, Markus Koskela, Sami Laakso, ErkkiOja. “PicSOM- Content Based Image Retrieval with Self Organizing Maps.”
Pattern Recognition Letters 21 (2000) 1199-1207.
[7]. Koikkalainen, P., Oja, E., 1990. “Self-organizing hierarchical feature maps.” In: Proceedings of 1990 International Joint Conference
on Neural Networks, Vol. II. IEEE, INNS, San Diego, CA.
[8]. MehwishRehman, Muhammad Iqbal, Muhammad Sharif and MudassarRaza. “Content Based Image Retrieval: Survey.”DOI:
10.5829/idosi.wasj.2012.19.03.1506, World Applied Sciences Journal 19 (3): 404-412, 2012, ISSN 1818-4952; IDOSI Publications,
2012.
[9]. Manjunath, B.S., and Ma, W.Y. “Texture features for browsing and retrieval of image data.”IEEE Trans. OnPattern Analysis and
Machine Intelligence, vol. 18, pp. 837- 842, 1996.
Content Based Image Retrieval for Unlabelled Images
www.iosrjournals.org 75 | Page
[10]. C. Nastar, M. Mitschke and C. Meilhac “Efficient Query Refinement for Image Retrieval”, IEEE Conf. Computer Vision and
Pattern Recognition CVPR'98, Santa Barbara, CA, June 1998.
[11]. Songhao Zhu, Baoyun Wang, Yuncai Liu. “Spreading Activation Theory based image annotation.” 978-1-4673-0046-9/12/ IEEE
2012.
[12]. Smith, J.R., Chang, S.-F., 1996. “VisualSEEk: a fully automated content-based image query system.” In: Proceedings of the ACM
Multimedia 1996. Boston, MA.
[13]. X.S. Zhou and T.S. Huang. "Unifying keywords and contents for image retrieval," in proc. International Workshop on Content-
Based Multimedia Indexing. Italy. Sept. 2001.
[14]. Y.Wu, T.S.Huang, “Using Unlabelled Data in Supervised Learning by Discriminant-EM Algorithm”,NIPS99 Workshop on Using
Unlabelled Data in Supervised Learning, Colorado, 1999.
[15]. K. Nigam, A McCallum, S. Thrun, and T. Mitchell, “Text classification from labelled and unlabelled documents using EM,”
Machine Learning, 39, pp.1-32, 2000.
[16]. Wu, Y., Tian, Q., Huang, T.S. “Discriminant-EM algorithm with application to image retrieval.” In: Proceedings of the IEEE
International Conference on Computer Vision and Pattern Recognition, Hilton Head, SC (2000) 222–227.
[17]. Wu, Y., Tian, Q., and Huang, T. “Discriminant-EM algorithm with application to image retrieval.” Proc. IEEE Conf. onComputer
Vision and Pattern Recognition, vol. 1, pp. 155- 162,
[18]. 2000.
[19]. Y. Wu, Q. Tian, T. S. Huang, "Discriminant EM Algorithm with Application to Image Retrieval", IEEE Conf.Computer Vision and
Pattern Recognition (CVPR)'2000, Hilton Head Island, South Carolina, June 13-15, 2000.
[20]. Bart Thomee, Michael S. Lew, “Relevance Feedback in Content- Based Image Retrieval: Promising Directions”.
[21]. Campbell. “Algorithmic approaches to training support vector machines: A survey.” In ESANN, pages 27–36. D-Facto Publications,
2000.
[22]. G. Das and S. Ray. ”A comparison of relevance feed-back strategies in CBIR,” IEEE, 2007.
[23]. X.S. Zhou and T.S. Huang. "Exploring the nature andvariants of relevance feedback," in proc. IEEE Workshop onContent-based
Access of Image and Video Libraries(CBAIVL), in conjunction with CVPR. Hawaii. Dec. 2001.
[24]. Cohen, N. Sebe, F. G. Cozman, M. C. Cirelo, and T. S. Huang, “Semi-supervised learning of classifiers: theory and algorithms for
Bayesian network classifiers and applications to human-computer interaction,” submitted to IEEE Trans. on PAMI, in revision,
2003.
[25]. Dan Zhang, Zhenwei Shi, Yangqiu Song, and Changshui Zhang. “Localized Content-Based Image Retrieval UsingSemi-Supervised
Multiple Instance Learning.”Y. Yagi et al. (Eds.): ACCV 2007, Part I, LNCS 4843, pp. 180–188,@ Springer-Verlag Berlin
Heidelberg (2007).
[26]. Goldman, S., Zhou, Y. “Enhancing supervised learning with unlabelled data.”In:Proceedings of the 17th International Conference
on Machine Learning, San Francisco, CA (2000) 327–334.
[27]. Tao Qin, Xu-Dong Zhang, Xu-Dong Zhang, De-Sheng Wang, Wei-Ying Ma, Hong-Jiang Zhang. “An active feedback framework
for image retrieval.”Elsevier 2007.
[28]. Ulges, M. Worring, and T. Breuel. “Learning Visual Contexts for Image Annotation from Flickr Groups.” IEEE Transactions on
Multimedia, 2011, 13(2): 330-341.
[29]. Jingrui He, Mingjing Li, Hong-Jiang Zhang, Hanghang Tong, Changshui Zhang. “Manifold-Ranking Based Image
Retrieval.”MM’04, NEW YORK, NEW YORK, USA. Copyright 2004 ACM 1-58113- 893-8/04/0010(OCTOBER 10–16, 2004).
[30]. Thomas S. Huang, Xiang Sean Zhou, MunehiroNakazato, Ying Wu, Ira Cohen. “Learning in Content-Based Image Retrieval.”
[31]. Yunqiang Chen, Xiang Zhou, and Thomas S. Huang. “ONECLASS SVM FOR LEARNING IN IMAGE RETRIEVAL.” In Proc.
IEEE Int'l Conf. on Image Processing, Thessaloniki, Greece (2001).
[32]. Tieu, K., and Viola, P. “Boosting image retrieval.” Proc. IEEE Conf. on Computer Vision and Pattern Recognition, vol. 1,pp. 228-
235, 2000.
[33]. X. S. Zhou and T. S. Huang. “Small sample learning duringmultimedia retrieval using biasmap."Proceedings of IEEEInternational
Conference on Computer Vision and PatternRecognition (CVPR), Hawaii, Dec, 2001.
[34]. Hui Hui Wang, Dzulkifli Mohamad, N.A. Ismail
[35]. T. Dharani And I. Laurence Aroquiaraj. “A Survey on Content Based Image Retrieval" Proceedings of the 2013 International
Conference on Pattern Recognition, Informatics and Mobile Engineering, February 21-22
[36]. Hui Hui Wang, Dzulkifli Mohamad, N.A. Ismail. “Approaches, Challenges and Future Direction of Image Retrieval" JOURNAL
OF COMPUTING, VOLUME 2, ISSUE 6, JUNE 2010, ISSN 2151-9617

More Related Content

What's hot

Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...INFOGAIN PUBLICATION
 
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
 
Comparison of Various Web Image Re - Ranking Techniques
Comparison of Various Web Image Re - Ranking TechniquesComparison of Various Web Image Re - Ranking Techniques
Comparison of Various Web Image Re - Ranking TechniquesIJSRD
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ijcem Journal
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...cscpconf
 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING sipij
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149moemi1
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)moemi1
 
Novel Hybrid Approach to Visual Concept Detection Using Image Annotation
Novel Hybrid Approach to Visual Concept Detection Using Image AnnotationNovel Hybrid Approach to Visual Concept Detection Using Image Annotation
Novel Hybrid Approach to Visual Concept Detection Using Image AnnotationCSCJournals
 
A new approachto image classification based on adeep multiclass AdaBoosting e...
A new approachto image classification based on adeep multiclass AdaBoosting e...A new approachto image classification based on adeep multiclass AdaBoosting e...
A new approachto image classification based on adeep multiclass AdaBoosting e...IJECEIAES
 
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...IJMIT JOURNAL
 
Iaetsd an enhanced feature selection for
Iaetsd an enhanced feature selection forIaetsd an enhanced feature selection for
Iaetsd an enhanced feature selection forIaetsd Iaetsd
 
Relevance feedback a novel method to associate user subjectivity to image
Relevance feedback a novel method to associate user subjectivity to imageRelevance feedback a novel method to associate user subjectivity to image
Relevance feedback a novel method to associate user subjectivity to imageIAEME Publication
 
IRJET- Facial Expression Recognition using GPA Analysis
IRJET-  	  Facial Expression Recognition using GPA AnalysisIRJET-  	  Facial Expression Recognition using GPA Analysis
IRJET- Facial Expression Recognition using GPA AnalysisIRJET Journal
 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...csandit
 

What's hot (20)

Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
 
D43031521
D43031521D43031521
D43031521
 
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
 
Comparison of Various Web Image Re - Ranking Techniques
Comparison of Various Web Image Re - Ranking TechniquesComparison of Various Web Image Re - Ranking Techniques
Comparison of Various Web Image Re - Ranking Techniques
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11
 
Sketch Based Image Retrieval Using BMMA and SEMI-BMMA
Sketch Based Image Retrieval Using BMMA and SEMI-BMMASketch Based Image Retrieval Using BMMA and SEMI-BMMA
Sketch Based Image Retrieval Using BMMA and SEMI-BMMA
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
 
F010433136
F010433136F010433136
F010433136
 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
Novel Hybrid Approach to Visual Concept Detection Using Image Annotation
Novel Hybrid Approach to Visual Concept Detection Using Image AnnotationNovel Hybrid Approach to Visual Concept Detection Using Image Annotation
Novel Hybrid Approach to Visual Concept Detection Using Image Annotation
 
A new approachto image classification based on adeep multiclass AdaBoosting e...
A new approachto image classification based on adeep multiclass AdaBoosting e...A new approachto image classification based on adeep multiclass AdaBoosting e...
A new approachto image classification based on adeep multiclass AdaBoosting e...
 
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
 
K1803015864
K1803015864K1803015864
K1803015864
 
Iaetsd an enhanced feature selection for
Iaetsd an enhanced feature selection forIaetsd an enhanced feature selection for
Iaetsd an enhanced feature selection for
 
Relevance feedback a novel method to associate user subjectivity to image
Relevance feedback a novel method to associate user subjectivity to imageRelevance feedback a novel method to associate user subjectivity to image
Relevance feedback a novel method to associate user subjectivity to image
 
D1803012022
D1803012022D1803012022
D1803012022
 
IRJET- Facial Expression Recognition using GPA Analysis
IRJET-  	  Facial Expression Recognition using GPA AnalysisIRJET-  	  Facial Expression Recognition using GPA Analysis
IRJET- Facial Expression Recognition using GPA Analysis
 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
 

Viewers also liked

Effect of yogic practices in State level football players
Effect of yogic practices in State level football playersEffect of yogic practices in State level football players
Effect of yogic practices in State level football playersIOSR Journals
 
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...IOSR Journals
 
Imparting the skills in the young minds- Employability skills and armor to wi...
Imparting the skills in the young minds- Employability skills and armor to wi...Imparting the skills in the young minds- Employability skills and armor to wi...
Imparting the skills in the young minds- Employability skills and armor to wi...IOSR Journals
 
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...IOSR Journals
 
Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...IOSR Journals
 
Protection of Direct and Indirect Discrimination using Prevention Methods
Protection of Direct and Indirect Discrimination using Prevention Methods Protection of Direct and Indirect Discrimination using Prevention Methods
Protection of Direct and Indirect Discrimination using Prevention Methods IOSR Journals
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...IOSR Journals
 
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...IOSR Journals
 
The founding principles of Sport for Development programmes in Zimbabwe and c...
The founding principles of Sport for Development programmes in Zimbabwe and c...The founding principles of Sport for Development programmes in Zimbabwe and c...
The founding principles of Sport for Development programmes in Zimbabwe and c...IOSR Journals
 
Optimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankOptimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankIOSR Journals
 
A Study on Cube and Cylinder Strength of Brick Aggregate Concrete
A Study on Cube and Cylinder Strength of Brick Aggregate ConcreteA Study on Cube and Cylinder Strength of Brick Aggregate Concrete
A Study on Cube and Cylinder Strength of Brick Aggregate ConcreteIOSR Journals
 
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...IOSR Journals
 
Design of Conformal Helical Antenna with Selective Bands
Design of Conformal Helical Antenna with Selective BandsDesign of Conformal Helical Antenna with Selective Bands
Design of Conformal Helical Antenna with Selective BandsIOSR Journals
 
Comparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsComparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsIOSR Journals
 
Kane’s Method for Robotic Arm Dynamics: a Novel Approach
Kane’s Method for Robotic Arm Dynamics: a Novel ApproachKane’s Method for Robotic Arm Dynamics: a Novel Approach
Kane’s Method for Robotic Arm Dynamics: a Novel ApproachIOSR Journals
 
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...IOSR Journals
 
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous media
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous mediaSpectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous media
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous mediaIOSR Journals
 
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...IOSR Journals
 

Viewers also liked (20)

Effect of yogic practices in State level football players
Effect of yogic practices in State level football playersEffect of yogic practices in State level football players
Effect of yogic practices in State level football players
 
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...
An Intermediate Service Composer Architecture for Dynamic Discovery and Invoc...
 
Imparting the skills in the young minds- Employability skills and armor to wi...
Imparting the skills in the young minds- Employability skills and armor to wi...Imparting the skills in the young minds- Employability skills and armor to wi...
Imparting the skills in the young minds- Employability skills and armor to wi...
 
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...
The Relationship Between Gender And Ethnicity Upon Hofstede’s Cultural Dimens...
 
D01212632
D01212632D01212632
D01212632
 
Alternate Sort
Alternate SortAlternate Sort
Alternate Sort
 
Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...
 
Protection of Direct and Indirect Discrimination using Prevention Methods
Protection of Direct and Indirect Discrimination using Prevention Methods Protection of Direct and Indirect Discrimination using Prevention Methods
Protection of Direct and Indirect Discrimination using Prevention Methods
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
 
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...
Influence of Polyacrylamide on Corrosion Resistance of Mild Steel Simulated C...
 
The founding principles of Sport for Development programmes in Zimbabwe and c...
The founding principles of Sport for Development programmes in Zimbabwe and c...The founding principles of Sport for Development programmes in Zimbabwe and c...
The founding principles of Sport for Development programmes in Zimbabwe and c...
 
Optimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankOptimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tank
 
A Study on Cube and Cylinder Strength of Brick Aggregate Concrete
A Study on Cube and Cylinder Strength of Brick Aggregate ConcreteA Study on Cube and Cylinder Strength of Brick Aggregate Concrete
A Study on Cube and Cylinder Strength of Brick Aggregate Concrete
 
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...
Performance of the Boiler and To Improving the Boiler Efficiency Using Cfd Mo...
 
Design of Conformal Helical Antenna with Selective Bands
Design of Conformal Helical Antenna with Selective BandsDesign of Conformal Helical Antenna with Selective Bands
Design of Conformal Helical Antenna with Selective Bands
 
Comparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsComparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM Systems
 
Kane’s Method for Robotic Arm Dynamics: a Novel Approach
Kane’s Method for Robotic Arm Dynamics: a Novel ApproachKane’s Method for Robotic Arm Dynamics: a Novel Approach
Kane’s Method for Robotic Arm Dynamics: a Novel Approach
 
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
 
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous media
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous mediaSpectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous media
Spectroscopic study on Thiourea and Thiosemicarbazide in Non-aqueous media
 
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...
Synthesis, Spectroscopic study & Biological Activity Of Some Organotin(Iv) De...
 

Similar to Content Based Image Retrieval for Unlabelled Images

Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Editor IJARCET
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfBijayNag1
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval IRJET Journal
 
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelInfluence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelIRJET Journal
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGIRJET Journal
 
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...Editor IJMTER
 
A Low Rank Mechanism to Detect and Achieve Partially Completed Image Tags
A Low Rank Mechanism to Detect and Achieve Partially Completed Image TagsA Low Rank Mechanism to Detect and Achieve Partially Completed Image Tags
A Low Rank Mechanism to Detect and Achieve Partially Completed Image TagsIRJET Journal
 
A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesCSCJournals
 
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
 
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 Publishing House
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemIOSR Journals
 
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...Journal For Research
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...IJSRD
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbiracijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRacijjournal
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYcscpconf
 

Similar to Content Based Image Retrieval for Unlabelled Images (20)

Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
 
CBIR with RF
CBIR with RFCBIR with RF
CBIR with RF
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval
 
Ko3419161921
Ko3419161921Ko3419161921
Ko3419161921
 
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelInfluence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
 
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...
FACE EXPRESSION IDENTIFICATION USING IMAGE FEATURE CLUSTRING AND QUERY SCHEME...
 
A Low Rank Mechanism to Detect and Achieve Partially Completed Image Tags
A Low Rank Mechanism to Detect and Achieve Partially Completed Image TagsA Low Rank Mechanism to Detect and Achieve Partially Completed Image Tags
A Low Rank Mechanism to Detect and Achieve Partially Completed Image Tags
 
A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and Approaches
 
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
 
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
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval System
 
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...
A NOVEL WEB IMAGE RE-RANKING APPROACH BASED ON QUERY SPECIFIC SEMANTIC SIGNAT...
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

Content Based Image Retrieval for Unlabelled Images

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 4 (Nov. - Dec. 2013), PP 72-75 www.iosrjournals.org www.iosrjournals.org 72 | Page Content Based Image Retrieval for Unlabelled Images Rikin K Thakkar, Ms Ompriya Kale, Dept of computer engineering Lok Jagruti Kendra Institute of Technology, India. Ass Prof Dept of Information Technology, Lok Jagruti Kendra Institute of Technology, India. Abstract: Recently, content-based image retrieval has become hot topic and the techniques of content-based image retrieval have been achieved good development. Content-based image retrieval systems were introduced to address the problems associated with text-based image retrieval. In this paper, basic components of content- based image retrieval system are introduced here. Images are classified as lablled and unlablled images. Here survey on content based image retrieval given with some Image retrieval methods based on unlabelled data like D-EM, SVM, Relevance Feedback, Semi-Supervised/Active Learning, Transductive Learning, Bootstrapping SVM, Active learning, SSMIL and Label propagation Methods are presented in this paper. Comparison of these all methods is also presented in this paper. Keywords: Image retrieval, CBIR, Unlabelled images, SVM I. Introduction IBM was the first, who take an initiative by pro-posing query-by image content (QBIC). QBIC developed at the IBM Almaden Research Center is an open frame-work and development technology. Fig.2 shows general Framework of Content based Image Retrieval system. All images will undergo the low level feature extrac-tion process before being added to the images database. In feature extraction stage, features such as colour, shape or texture are extracted from the image. User provides a sample image and the similarity measurement engine is responsible in estimating the similarity between the query image and database images and then ranking them ac-cording to their similarity to the given query image.[34] Fig 1. General Framework of Content Based Image Retrieval[34] Images are classified as labeled and unlabelled images. But this classification is confronted by two main challenges. The first one is that the labelled training samples are too limited. We cannot give label to each and every image. Generally, the labels are provided by user’s queries and relevance feedbacks, which will be very limited. Limited training data would only result in weak classification [33] . Another challenge is the dimensionality of learning, since high dimensional visual data would pose practical difficulties for feature weighting, selecting and dimensionality reduction. Limited training data would also prevent effective dimensionality reduction schemes. If there are a large number of unlabelled images in the given database, we may use them to boost the weak classifier learned from the limited labelled data, since unlabelled data contain information about the joint distribution over features [2, 3, 33] . The whole image is not interesting to the user, only a very small portion of the large image database is interesting to the user, in which almost images are unlabelled. Much work regards the problem as a strict two class classification problem, with equal treatments on both
  • 2. Content Based Image Retrieval for Unlabelled Images www.iosrjournals.org 73 | Page positive and negative examples. Positive examples cluster in certain way, but negative examples usually do not cluster since they can belong to any class. It is almost impossible to estimate the real distribution of negative images in the database based on the relevant feedback [4, 5, 33] . A significant stage in the development of CBIR system is low level feature extraction. Feature extraction may be done from region or an entire image [9, 10] . The Bayes point machines approach used to give the soft annotation to the unlabelled image [11] . The section-II of this paper presents related work of image classification with unlabelled image. Section-III of this paper gives conclusion. II. Related Work Here some methods of content based image retrieval based on unlabelled data is explained in brief. Also the comparison of each method is given at the end of this section. A. D-EM (Discriminant-EM) Algorithm The D-EM algorithm[14, 15] is used as a way of exploiting an unlabelled data in Content Based Image Retrieval system. This is three steps iterative method for an efficient way of retrieving an unlabelled image. The three steps are E-step, D-step, and M-step respectively. In such circumstance, the hybrid training data set D consists of a labelled data set L ={(xi, yi), i=1,.,N}, and an unlabelled data set U={xi, i=1,.,M}. In CBIR, the query images act as the labelled data, and the whole database or a subset can be treated as the unlabelled set[16] . We make an assumption here that L and U are from the same distribution. Therefore, image retrieval is to classify the images in the database based on both labelled and unlabelled training data. The applied to this learning task, since the labels of unlabelled data can be treated as missing values[17] . Finally D-EM algorithm[18] is working an accuracy without than unlabelled data in image database. This algorithm is give guideline for the system to utilize the unlabelled data with labelled data.[33] B. Support Vector Machines Support Vector Machines have shown their capacities in pattern recognition. The aim of SVM classification method is to find the best hyper-plane separating relevant and irrelevant vectors maximizing the size of the margin (between both classes). Initial method assumes that relevant and irrelevant vectors are linearly separable[19] . The SVM separate the whole image database into two classes. The two classes are also including the unlabelled images with two types they are relevant and irrelevant unlabelled images. The relevant unlabelled image is related to the relevant labelled images in the image database. In similar way the irrelevant unlabelled image is related to the irrelevant labelled images in the database. This SVM is also classifying the unlabelled images in accuracy manner.[33] C. Relevance Feedback As image databases usually contain unlabelled images, these can be exploited to help supervised learning by asking the user to label them. The goal is naturally to minimize asking help from the user. The relationships of all the data points in the feature space using a manifold ranking algorithm and constructs a weighted graph that contains all images; the ranking scores of labelled examples are iteratively propagated to nearby labelled and unlabelled images[20] . The Relevance Feedback is using the likelihood functions used to relate the certain data points in the image class. These function is define the relevancy of each data point to the user given query. This is most useful to give rank to unlabelled images in the image database[21, 22] . The learners are trained with labelled and unlabelled images. Then the process is merged in form of positive image. That image having the high confidence degree for presenting the required user in the result form.[33] D. Semi-Supervised/Active Learning This learning[23] is working with two different learners for training the retrieval process of unlabelled image by using labelled images from image database. The learning is dividing into two types, semi-supervised and active. Both are different. Here most important result of learners opinion of unlabelled images. And also using some sampling process, these samples are mainly used to select the unlabelled images during the image retrieval. Semi-supervised learning[24] deals with methods for exploiting unlabelled data in addition to labelled data to improve learning performance. Two independent sets of attributes, and uses the prediction of each learner on unlabelled examples to augment the training set of the other[25] . Active learning deals[26] with methods that assume the learner has some control over the input space. In utilizing unlabelled data, it goes a different way from semisupervised learning, with the goal of minimizing the number of queries required. There are two major schemes, i.e. uncertainty sampling train a single learner and then query the unlabelled instances on which the learner is the least confident. Committee-based sampling generate a committee of several learners and select the unlabelled instances on which the committee members disagree the most [27,33] .
  • 3. Content Based Image Retrieval for Unlabelled Images www.iosrjournals.org 74 | Page E. Transductive Learning Method In this learning method [29] is processing the unlabelled image with the probability manner. The high probability is used to identify the unlabelled images from the whole image database. The Ranking Process The resultant ranking score of an unlabelled image is in proportion to the probability that it is relevant to the query, with large ranking score indicating high probability. Thus the effect of unlabelled data is gradually incorporated into the ranking score [30,33] . F. Bootstrapping SVM active learning The normal SVM active learning is used. When active learning ends, the database images are ranked in descending order of the distances to the final separating hyperplane, and the top images are shown as the retrieval result. It aims to achieve good classification performance with the help of unlabelled data in the presence of the small sample problem. The labelled images consist of at least one positive and one negative image. Then the unlabelled images in the image database are incorporated to train the initial SVM classifier. The initial classifier is improved by incorporating unlabelled images instead of heuristically labelling more images. Hence, it reduces the labelling cost and thus the burden on the user to improve the retrieval. This method is general such that any algorithm for learning from labelled and unlabelled data can be incorporated [2, 33,31] . G. Semi-Supervised Multiple Instance Learning (SSMIL) The Formulation straightforward way is to map both the labelled and unlabelled bags into the feature space determined by all the labelled bags. The Up-Speed after each labelled bag is mapped into the feature space; all the unlabelled bags can also be mapped into this feature space. Hence, the dimension for each bag can be greatly reduced, with the irrelevant features being discarded. To select the most important instances and mapping each bag B in both the labelled and unlabelled set into the space determined by these instances as follows [33,27] . TABLE-I SUMMARY OF PREVIOUS PROCESS [33] SR NO. Process Name Description 1 D-EM(Discriminant-EM)Algorithm Unlabelled image as data set 2 Support Vector Machines Unlabelled image as two classes relevant and irrelevant 3 Relevance Feedback Unlabelled image having rank 4 Semi-Supervised/Active Learning Unlabelled image as training set 5 TRANSDUCTIVE LEARNING METHOD Unlabelled image as ranking score 6 Bootstrapping SVM active learning Unlabelled image as initial SVM classifier 7 Semi-Supervised Multiple Instance Learning (SSMIL) Unlabelled image as instance of mapped bag III. Conclusion In this paper we surveyed the content-based image retrieval system, by providing an overview of the most important aspects characterizing that kind of images. The image databases are classified into the labelled image and unlabelled image. In this paper, we have presented a survey on content based image retrieval based on unlabelled images. We compare the many image database classification processes based on unlabelled images. The image classifying processes are more useful to the next generation of the content based image retrieval system with unlabelled images. References [1]. Jain and A.Vailaya, “Image Retrieval Using Color and Shape,”Pattern Recognit., Vol. 29, No. 8, pp. 1233–1244, Aug.1996. [2]. Lei Wang, KapLuk Chan, Zhihua Zhang, “Bootstrapping SVM Active Learning by Incorporating Unlabelled Images for Image Retrieval.” Lining Zhang, Student Member, IEEE, Lipo Wang, Senior Member, IEEE, and Weisi Lin*, Senior Member, IEEE. “Conjunctive Patches Subspace Learning with Side Information for Collaborative Image Retrieval.” [3]. K. Tieu and P. Viola, “Boosting image retrieval,” Int. J. Comput. Vis.,vol. 56, no. 1/2, pp. 17–36, 2004. [4]. R. Anderson, “A spreading activation theory of memory,” VerbalLearning and Verbal Behavior, 1983, 22: 261-295. [5]. I.J. Cox, et al., “The Bayesian image retrieval system, PicHunter: theory, implementation, and psychophysical experiments.” IEEE Trans. On Image Processing. 9. (1)2000 p. 20-37. [6]. JormaLaaksonen, Markus Koskela, Sami Laakso, ErkkiOja. “PicSOM- Content Based Image Retrieval with Self Organizing Maps.” Pattern Recognition Letters 21 (2000) 1199-1207. [7]. Koikkalainen, P., Oja, E., 1990. “Self-organizing hierarchical feature maps.” In: Proceedings of 1990 International Joint Conference on Neural Networks, Vol. II. IEEE, INNS, San Diego, CA. [8]. MehwishRehman, Muhammad Iqbal, Muhammad Sharif and MudassarRaza. “Content Based Image Retrieval: Survey.”DOI: 10.5829/idosi.wasj.2012.19.03.1506, World Applied Sciences Journal 19 (3): 404-412, 2012, ISSN 1818-4952; IDOSI Publications, 2012. [9]. Manjunath, B.S., and Ma, W.Y. “Texture features for browsing and retrieval of image data.”IEEE Trans. OnPattern Analysis and Machine Intelligence, vol. 18, pp. 837- 842, 1996.
  • 4. Content Based Image Retrieval for Unlabelled Images www.iosrjournals.org 75 | Page [10]. C. Nastar, M. Mitschke and C. Meilhac “Efficient Query Refinement for Image Retrieval”, IEEE Conf. Computer Vision and Pattern Recognition CVPR'98, Santa Barbara, CA, June 1998. [11]. Songhao Zhu, Baoyun Wang, Yuncai Liu. “Spreading Activation Theory based image annotation.” 978-1-4673-0046-9/12/ IEEE 2012. [12]. Smith, J.R., Chang, S.-F., 1996. “VisualSEEk: a fully automated content-based image query system.” In: Proceedings of the ACM Multimedia 1996. Boston, MA. [13]. X.S. Zhou and T.S. Huang. "Unifying keywords and contents for image retrieval," in proc. International Workshop on Content- Based Multimedia Indexing. Italy. Sept. 2001. [14]. Y.Wu, T.S.Huang, “Using Unlabelled Data in Supervised Learning by Discriminant-EM Algorithm”,NIPS99 Workshop on Using Unlabelled Data in Supervised Learning, Colorado, 1999. [15]. K. Nigam, A McCallum, S. Thrun, and T. Mitchell, “Text classification from labelled and unlabelled documents using EM,” Machine Learning, 39, pp.1-32, 2000. [16]. Wu, Y., Tian, Q., Huang, T.S. “Discriminant-EM algorithm with application to image retrieval.” In: Proceedings of the IEEE International Conference on Computer Vision and Pattern Recognition, Hilton Head, SC (2000) 222–227. [17]. Wu, Y., Tian, Q., and Huang, T. “Discriminant-EM algorithm with application to image retrieval.” Proc. IEEE Conf. onComputer Vision and Pattern Recognition, vol. 1, pp. 155- 162, [18]. 2000. [19]. Y. Wu, Q. Tian, T. S. Huang, "Discriminant EM Algorithm with Application to Image Retrieval", IEEE Conf.Computer Vision and Pattern Recognition (CVPR)'2000, Hilton Head Island, South Carolina, June 13-15, 2000. [20]. Bart Thomee, Michael S. Lew, “Relevance Feedback in Content- Based Image Retrieval: Promising Directions”. [21]. Campbell. “Algorithmic approaches to training support vector machines: A survey.” In ESANN, pages 27–36. D-Facto Publications, 2000. [22]. G. Das and S. Ray. ”A comparison of relevance feed-back strategies in CBIR,” IEEE, 2007. [23]. X.S. Zhou and T.S. Huang. "Exploring the nature andvariants of relevance feedback," in proc. IEEE Workshop onContent-based Access of Image and Video Libraries(CBAIVL), in conjunction with CVPR. Hawaii. Dec. 2001. [24]. Cohen, N. Sebe, F. G. Cozman, M. C. Cirelo, and T. S. Huang, “Semi-supervised learning of classifiers: theory and algorithms for Bayesian network classifiers and applications to human-computer interaction,” submitted to IEEE Trans. on PAMI, in revision, 2003. [25]. Dan Zhang, Zhenwei Shi, Yangqiu Song, and Changshui Zhang. “Localized Content-Based Image Retrieval UsingSemi-Supervised Multiple Instance Learning.”Y. Yagi et al. (Eds.): ACCV 2007, Part I, LNCS 4843, pp. 180–188,@ Springer-Verlag Berlin Heidelberg (2007). [26]. Goldman, S., Zhou, Y. “Enhancing supervised learning with unlabelled data.”In:Proceedings of the 17th International Conference on Machine Learning, San Francisco, CA (2000) 327–334. [27]. Tao Qin, Xu-Dong Zhang, Xu-Dong Zhang, De-Sheng Wang, Wei-Ying Ma, Hong-Jiang Zhang. “An active feedback framework for image retrieval.”Elsevier 2007. [28]. Ulges, M. Worring, and T. Breuel. “Learning Visual Contexts for Image Annotation from Flickr Groups.” IEEE Transactions on Multimedia, 2011, 13(2): 330-341. [29]. Jingrui He, Mingjing Li, Hong-Jiang Zhang, Hanghang Tong, Changshui Zhang. “Manifold-Ranking Based Image Retrieval.”MM’04, NEW YORK, NEW YORK, USA. Copyright 2004 ACM 1-58113- 893-8/04/0010(OCTOBER 10–16, 2004). [30]. Thomas S. Huang, Xiang Sean Zhou, MunehiroNakazato, Ying Wu, Ira Cohen. “Learning in Content-Based Image Retrieval.” [31]. Yunqiang Chen, Xiang Zhou, and Thomas S. Huang. “ONECLASS SVM FOR LEARNING IN IMAGE RETRIEVAL.” In Proc. IEEE Int'l Conf. on Image Processing, Thessaloniki, Greece (2001). [32]. Tieu, K., and Viola, P. “Boosting image retrieval.” Proc. IEEE Conf. on Computer Vision and Pattern Recognition, vol. 1,pp. 228- 235, 2000. [33]. X. S. Zhou and T. S. Huang. “Small sample learning duringmultimedia retrieval using biasmap."Proceedings of IEEEInternational Conference on Computer Vision and PatternRecognition (CVPR), Hawaii, Dec, 2001. [34]. Hui Hui Wang, Dzulkifli Mohamad, N.A. Ismail [35]. T. Dharani And I. Laurence Aroquiaraj. “A Survey on Content Based Image Retrieval" Proceedings of the 2013 International Conference on Pattern Recognition, Informatics and Mobile Engineering, February 21-22 [36]. Hui Hui Wang, Dzulkifli Mohamad, N.A. Ismail. “Approaches, Challenges and Future Direction of Image Retrieval" JOURNAL OF COMPUTING, VOLUME 2, ISSUE 6, JUNE 2010, ISSN 2151-9617