A User-driven Model for Content-based Image Retrieval

Size: px
Start display at page:

Download "A User-driven Model for Content-based Image Retrieval"

Transcription

1 A User-driven Model for Content-based Image Retrieval Yi Zhang *, Zhipeng Mo *, Wenbo Li * and Tianhao Zhao * * Tianjin University, Tianjin, China yizhang@tju.edu.cn Abstract The intention of image retrieval systems is to provide retrieved results as close to users' expectations as possible. However, users requirements vary from each other in various application scenarios for the same concept and keywords. In this paper, we introduce a personalized image retrieval model driven by users operational history. In our simulated system, three types of data, which are browsing time, downloads and grades, are collected to generate a sort criterion for retrieved image sets. According to the criterion, the image collection is classified into a positive group, a negative group and a testing group. Then an SVM classifier is trained with image features extracted from three groups and used to refine retrieved results. We test the proposed method on several image sets. The experimental results show that our model is effective to represent users demands and help improving retrieval accuracy. I. INTRODUCTION Over the past decade, the expansion of the digital imagery in many directions has resulted in an explosion in the volume of image data required to be organized [1]. Although much progress has been made in attempts to make computers learn to understand, index, and annotate pictures [2], it still remains a challenge to find the ideal images for particular user s requirement in the database with such a large number of images. Current commercial web image search engines can t reach users' expectations because they retrieve images only by keyword instead of coupling with content. Even for the same keyword, the query demands might vary depending on individual user s favor, purpose and other factors. Thus, a personalization retrieval method is needed. Relevance feedback (RF) is a kind of method to provide image retrieval personalization by asking users to label images and it has been extensively studied in the content-based image retrieval (CBIR) community [3]. For example, a unified relevance feedback framework [4] is proposed by combining textual feature-based RF and visual feature-based RF. However, most RF methods are far from practicability due to the scalability, efficiency, and effectiveness issues. To overcome these shortcomings of RF's practicability, the idea of implicit RF [5] was proposed. Implicit RF was first applied in retrieving documents and used in the CBIR community three or four years ago. The implicit RF technique is a kind of relevance feedback technique by gathering useful data indirectly from the users by monitoring behaviors of the users during searching [5] instead of requiring much effort of the users. Although the implicit RF methods are generally thought to be less accurate than explicit measures [6], their advantages are obvious. In this paper, we propose an image retrieval personalization method which combines explicit image rating and implicit RF together. Our method infers individual user s interests in images from common browsing behaviors, for the purpose of improving the user experience of traditional CBIR system without increasing user s burden. In our model, we simulate the users' behaviors in the process of searching images by keywords and browsing retrieval results. Three types of data are collected and recorded in the system; they are browsing time of each image, download number of each image and image grades given by users. These data are in connection with certain user under the given keyword and will be used to predict user s preferences. The user's preferences of searched images are calculated by combining the three indicators mentioned above. In order to obtain an ordered image set for training, we rank the images

2 by their preference values. And then the ordered image set is divided into a positive group, a negative group and a testing group according to the preference values of the images. Furthermore, we extract three kinds of features color, edge and texture from images to train an SVM classifier. The classifier will be saved for certain user and helps to classify the retrieval image results. The images belonging to positive class will be displayed in higher priority. With more users information, the classifier can be updated dynamically and improve classification performance. The rest of this paper is organized as follows: In Section 2, we briefly review the relevance feedback methods in image retrieval. Section 3 describes our method framework and technique details. In Section 4, we show the experimental results and evaluations. Finally section 5 concludes this paper. the user during searching and browsing process instead of requiring specified users manipulations. So far there have been some researches addressing the problems of visual attention for implicit relevance feedback methods. Auer [7] proposes a system which infers users intent from eye movements by using machine learning method. Then the system learns a similarity metric of common image features depending on the current interests of the user. Similarly, the system of [8] improves the performance of image retrieval by re-ranking the retrieved images according to color and texture features extracted from the regions where the users pay more attention. The users interests are found by gazing information collected from an unobtrusive eye tracker. However, these studies also put extra burden on users because the system has to collect the users data with the help of additional tools. II. RELATED WORK III. METHODS Relevance feedback is a supervised learning technique that focuses on the interactions between users and image retrieval system. The main idea of typical RF method is to improve retrieval accuracy by users labeling. For a given query, the retrieval system first retrieves an image set according to predefined similarity metrics which are usually defined on image feature space. Then the users are required to label positive images and negative ones. These labels are used to refine the query dynamically so that the accuracy and performance of the retrieval system could be improved. Generally speaking, relevance feedback methods generate user satisfaction model by adjusting weights of multiple image features. Feature dimensions with more importance are assigned to larger weights while feature dimensions with less importance are assigned to smaller ones. The model tends to approach user s intent after several iterations. In relevance feedback methods, Bayesian estimation method [3] has been widely used. The feedback samples are considered as a sequence of independent queries and the retrieval error is minimized by using Bayesian rules. However, normal RF techniques suffer from a mass of users' effort so that the practicability becomes their most disadvantages. To get over over-work loading problem, the implicit RF approach is proposed. The implicit RF techniques collect users feedback indirectly by monitoring behaviors of 3.1 Overview In this paper, we propose a user-driven model for post-processing of content-based image retrieval. The goal of our model is to provide users with better retrieval experiences as well as image retrieval results which are as close as possible to their expectations. The primary contributions of the paper are summarized as follows: We build a user-driven model to re-rank retrieval images by training users preferred image set. Our goal is to promote personalization of image retrieval by making use of individuals' retrieval experience. We experimentally evaluate various factors which influence the performance of proposed model such as the size of training set, the noise in the training set and the features used in the training. The results prove the effectiveness of our user-driven model. We explore a simulated image browsing system to collect users data implicitly. The interactions between users and image retrieval system are more effective and convenient compared with general RF methods. Fig. 1 shows the sketch chart of our method which mainly contains the following six steps. 1 Given an unordered initial set of images under user's query, the user browses images and interacts unconsciously with the system in the simulated browsing system.

3 Fig. 1 The architecture of the system 2 The system writes user's manipulation histories into the system log and a preference value of each image is calculated by user-driven model with users' data extracted from manipulation histories. 3 According to the preference values, the browsed image collection is divided into three groups: the positive group and the negative group for training, and all rest images for testing. 4 Three types of image features: color, edge and texture for both positive image-set and negative image-set are extracted for further classifier training. 5 An SVM classifier is trained and used to select the images which meet users expectations from un-browsed image collection or new retrieval results. 6 The classifier will be reused and refined when the system receives a similar query from the same user. 3.2 User-driven Model The user-driven model is used to estimate how much the browsed images accord with user s expectation. And further according to the model, these images are divided into positive training set and negative training set to generate a classifier. We build the model from users behaviors recorded in the simulated system, and the output of the model is image s preference value. A higher preference value indicates that the corresponding image has gained more users attention. Three types of user behaviors are taken into considerations in our model; they are browsing time of the image, download number of the image and user s grades for the image. Within these three types of factors, two of them can be extracted implicitly from users operations. Some researches [9][10] have found that the users preferences have the large impact on the time they spend in reading an article. Analogously, it can be predicted that the users will spend more browsing time on preferred images. Moreover, the users tend to zoom in or download the images which they re interested in. Thus we take download number of the image as another factor to show user s preference for an image. Besides implicit factors, we also employ the grading method, which needs users explicit feedback, as one measurement of user s preference. However, the user s grade, which is an optional factor in our model. Therefore, most of the users effort could be saved. For each browsed image, the preference value V is calculated as following formulas: V = w * T + w * D+ w * G (1), T D G where T is the browsing time, D is the download number, and G is the user s grade. w T, w D, w G are respectively the weights, indicating the contributions to preference value, of above three factors. When determining the weight of each factor in the model, two properties are considered: universality and sensibility. We give universality higher priority, in other words common operations contribute more to final preference value. When the universality degree of the factor is high enough, the sensibility plays a more important role. Here, we analyze three factors used in our model from above two aspects as follows. Factor browsing time Factor browsing time has a high universality score because there is a strong tendency that users would spend more time in browsing an image which attracts them. But even for uninteresting images, the users have to glance over them to determine their importance. Therefore, the sensitivity of factor browsing time is relatively low because every image has the basic browsing time. Factor download number The users tend to download the images meeting their expectations. Therefore, the universality and the sensibility of factor download are both high. Factor grades Grading is an explicit feedback. We give a low universality evaluation for this factor as grading operation can t be guaranteed owing to users laziness. On the contrary, the sensibility score is relatively high because it reflects users

4 particular preference for an image. General Measurement On the basis of above factor discussion and numbers of experiments, we empirically determined the weights for three factors as follows. T G 2.5 V = 30%*max(,1) + 60%* D+ 10%* * α (2) 15 2 The essential weight of factor browsing time is 30 percent. To strengthen its sensibility, we set the threshold 15. When the browsing time is more than 15 seconds, the image gains more importance. The weight of factor download is 60 percent. The essential weight of factor grades is 10 percent due to its low universality. As grading is an optional operation, we give extra rewards or punishments if the users spend their efforts in grading images. When the image gets a better grade which is over average grade 2.5, we add its preference value. On the contrary, the images lose some scores if the users give them negative evaluations. α is the operator to make the punishment decision and can be represented as: 1 G > 2.5 α = (3) 1 G < Feature Extraction For the purpose of computing simplification and operational universalism, we extract three most widely used features to describe the image. They are color histogram feature in HSV color space, edge feature and texture features. These features are further used to train an image classifier for user s preference Color Feature Extraction We employ HSV color space for color histogram generation as the HSV color space has an advantage of presenting color with the similar way in which humans perceive color. Basically, the initial color information read directly from images is RGB color. Then the color transformation from RGB to HSV is performed and the histograms are calculated for each HSV color channel. We divide respectively H channel into 32 bin, S channel into 16 bins, and V channel into 16bins. Therefore, a 64-dimension color feature vector is obtained for each image Edge Feature Extraction The edge feature is computed by edge pixel proportion in each sub-region. As edge information is irrelevant with image color, the edge extraction is operated in a gray-level color space. Frist, the input colorful image is converted into a gray-level image, and then Sobel operator is applied to get salient edges of the objects. Actually, the edges extracted by Sobel operator can t not semantically separate foreground objects from background. However, the general edges and directions are sufficient for our application so that no more refining effort is needed. Furthermore, we partition each image into N sub-regions without overlap. Within each sub-region, the proportion between edge pixels and all pixels is calculated. To control the scale of edge similarity, the number of sub-region N could be adjusted according to image resolution and user requirements. In general, the measurement becomes stricter with N increasing. We use 256 in our experiments. A formalized example of edge extraction is given below. We assume that the input image is I and its gray-level transformation is I gray. Then we utilize the Sobel operator to generate an image R=Sobel(I gray ), which contains I gray 's edge information. R is a binary image whose white pixels represent edges while black pixels represent background. After that, we partition R into non-overlap 256 sub-regions that are distributed as 16 rows * 16 columns. Due to few images whose horizontal resolution and vertical resolution are exactly the integer multiple of 16, we take the integer part of the division and discard the marginal redundant parts when partitioning R. Empirically, we think the marginal part contribute less for the image content. Finally, we calculate the proportion between the number of white pixels and the total pixels number of each sub-region. Thus, we obtain a 256-dimension edge vector of I Texture Feature Extraction The Gabor filter approach has been successfully applied to a broad range of image processing tasks. Particularly, it is proved that Gabor filter is appropriate for texture representation and analysis. In our method, we employ 2D Gabor filter [11] to extract images' texture feature. Similar to edge extraction, the input image is preprocessed by graying and partitioning. For input image I, its gray-level

5 transformation I gray is partitioned into several overlapped equal-sized regions. The size of region in our experiment is 48 * 48 pixels and the overlap of adjacent regions in horizontal direction is 24 pixels. Then we apply Gabor filter and obtain a 48-dimension texture feature vector of each region. Texture feature is special in measurement because it is independent with position but closely related to the size. In other words, two images are considered to be similar in texture feature space when large part of each image looks alike without constraint that these parts have to locate in consistent positions. Therefore, we need to select limited representative regions and rearrange texture feature vector instead of putting texture feature vector of all regions together. Assuming that I gray is divided into N regions, thus the size of the initial texture feature matrix is 48 N. In order to reduce redundancy, we select 32 from N regions which represent the most important parts in each image. K-means method is employed to find important parts of the image. First, the texture feature vectors of N regions are clustered into several groups by K-means. Then, we select certain number of regions which are close to cluster center from each group; the number of selected regions is decided by ratio between region number of the clustering group and N. Thus for each image, we generate a 32*48-dimension texture feature vector. IV. EXPERIMENTS AND RESULTS In order to prove the validity of our proposed method, we evaluate the data-driven model by classification performance under different parameter combinations. We prepare two groups of image sets in the experiments. The images are searched and downloaded for specified keyword from Google Image, and then loaded to our simulated system to finish the left operators. In the first group, we intend to find some pictures about Apple Company by keyword apple. In another group, we use keywords beach and sunset to find some scenery pictures. The sizes of Apple data and Beach&Sunset data are respectively 200 and 400. In our experiment, no more than 50% images are used as training data while the rest of images as testing data. Particularly, there is no overlap between training data and testing data. Parts of the data used in training and testing are shown in Fig. 2 and Fig. 3. In the experiments, the performance of our proposed method is evaluated by four measures which are classification accuracy, precision, recall and user satisfaction, Accuracy indicates how many testing images are classified into the correct group by our trained user s preference classifier. Precision and recall are the measures widely used in the field of classification and information retrieval. Assuming that a given testing set has N images in total for classification, within there are N 1 satisfied images and N 2 unsatisfied images; the trained classifier correctly recognizes M 1 satisfied images, M 2 unsatisfied images and wrong recognizes M 3 satisfied images, M 4 unsatisfied images, the classification accuracyγ,precision τ and recallυ are defined as follow: γ = ( M1+ M2) N τ = M1 ( M1+ M3) υ = M ( M + M ) User satisfaction is the ratio of user-preferred images and displayed top 100 images. It is reasonable to use part of images in evaluation because the users usually pay more attention to first hundred results and lose their patience in browsing the rest. In the simulated system, the user satisfaction before reordering for Apple data and Beach&Sunset data are and To provide the evaluation of the proposed method, we organize the experiments in three cases to consider the influence of training parameters, including the size of training data-set, noise training and feature combination in the training. Experiments on Training Size In this paper, we define the training size as samples number in positive training data, and the negative training data contains the same number of samples. To evaluate the impact of the training data size, we perform training and classification for both dataset in different sizes of training data. The feature used in the training is selected according to user s classification standard in data preparation. For instance, the edge information plays an important role in apple data because the users intend to find the trademark of Apple Company but not Iphone or Ipad. Similarly, Beach&Sunset data get more consistent response in color and texture features. The results in Fig. 4 indicate that the classification accuracy and reliability rise with the increment of training scale. When (4)

6 the training data size increases from 20 to 70, four measures are improved in varying degrees. The classification accuracy has improved 9 percent for color feature training, 11 percent for edge feature training and 12 percent for texture feature training. However, it should be noted that there is an obvious decline when the size varies from 70 to 80. This indicates that there exists a best training size in certain scale of data. We take 50% images as best training size for positive and negative sets. Large training size may lead to overtraining by introducing sample noise. (a) Part of testing data (b) Part of negative training data (c) Part of positive training data Fig. 2 Apple image set (a) Part of testing data (b) Part of negative training data (c) Part of positive training data Fig. 3 Beach&Sunset image set Experiments on Noise Training In order to evaluate the robustness of our method, we test classification performance by mixing 10% noisy images to positive training set. The training features are selected using the same principle as above, and training size is set to 70. The results in Fig.5 show that the performance of non-noisy training is superior to noisy training. Among the all three features, the color feature is most sensitive to the noise and the improvement of classification accuracy is up to 10 percent. The edge feature and texture feature only get 2 percent improvements in average. Noticing the dimension difference between color feature and other two features, such results support the conclusion that more feature dimensions can reduce undesirable influence of noisy training. On the contrary, the user satisfaction is less affected by color noise rather than the other two features. It suggests that the users have lowest visual tolerance level in color. Experiments on Feature Combination To evaluate the effectiveness of features used in training, we design the experiments in the cases of different feature combinations. In consideration of single feature training, double-feature training and all-feature training, there are seven combination possibilities in total for three features used in our method. We process the training and classification on each feature combination for both experimental data. In this experiment, the training data is free from noise and the training size remains to be 70. The comparisons in Fig. 6 illustrate that the results are quite different in two different image sets. For Beach&Sunset data, the performance of multi-feature training is always better than single-feature training. Especially, the combination of color and texture gains the best results. It appears the tendency that edge feature has a general negative effect on various feature combinations. By contrast, edge feature plays the most crucial role in improving performance for Apple data. Such results

7 present a consistent argument to support the users principle in preparing experimental ground truth as mentioned in the first experiment. V. CONCLUSIONS In this paper, we propose a user-driven model which combines the explicit grading and implicit feedback for content-based image retrieval. Our model is used to estimate preference degree for browsed images, and then generate positive and negative training data. A preference classifier is trained by SVM and used to re-rank given image collection in order to present retrieved results as close to users' expectations as possible. Our experimental results support that the proposed method achieves better user satisfaction, providing the potential to be further developed into a post-processing tool for image retrieval applications. Future work will concern the reduction of feature vectors and discussion of features effectiveness. ACKNOWLEDGMENT The authors wish to acknowledge the financial support for the research work under Key Projects in the Science and Technology Pillar Program of Tianjin under Grant No. 11ZCKFGX (a) Color training for Beach&Sunset data (b)edge training for Apple data (c)texutre training for Beach&Sunset data Fig. 4 Experiment results of Training Size (a)color training for Beach&Sunset data (b)edge training for Apple data (c)texutre training for Beach&Sunset data Fig. 5 Experiment results of Noisy Training (a)beach&sunset training without noise (b) Apple traing without noise Fig. 6 Experiment results of Feature Combination Training Feature Note:1-color, 2-edge, 3-texture, 4-color and edge, 5-color and texture, 6-edge and texture, 7-all

8 REFERENCES [1]Datta, R. a. L., J. and Wang, J.Z. "Content-based image retrieval: approaches and trends of the new age." Proceedings of the 7th ACM SIGMM international workshop on Multimedia information retrieval: , [2]Datta, R. a. J., D. and Li, J. and Wang, J.Z. "Image retrieval: Ideas, influences, and trends of the new age." ACM Computing Surveys (CSUR) 40(2): 5, [3]Su, Z. a. Z., H. and Li, S. and Ma, S. "Relevance feedback in content-based image retrieval: Bayesian framework, feature subspaces, and progressive learning.", IEEE Transactions on Image Processing, 12(8): , [4] Cheng, E. a. J., F. and Zhang, L. "A unified relevance feedback framework for web image retrieval.", IEEE Transactions on Image Processing, 18(6): , [5] Kelly, D. a. B., N.J.. "Reading time, scrolling and interaction: exploring implicit sources of user preferences for relevance feedback." Annual ACM Conference on Research and Development in Information Retrieval: Proceedings of the 24th annual international ACM SIGIR conference on Research and development in information retrieval, 35: 408, [6] Nichols, D.M. Implicit ratings and filtering. In Proceedings of the 5th DELOS Workshop on Filtering and Collaborative Filtering, Hungary, 31-36, [7] Auer, P. a. H., Z. and Kaski, S. and Klami, A. and Kujala, J. and Laaksonen, J. and Leung, A.P. and Pasupa, K. and Shawe-Taylor, J. "Pinview: Implicit Feedback in Content-Based Image Retrieval." MLR Workshop and Conference Proceedings Volume 11: Workshop on Applications of Pattern Analysis, 11: 51-57, [8] Faro, A. a. G., D. and Pino, C. and Spampinato, C. "Visual attention for implicit relevance feedback in a content based image retrieval." Proceedings of the 2010 Symposium on Eye-Tracking Research & Applications: 73 76, [9] Morita, M. a. S., Y. (1994). "Information filtering based on user behavior analysis and best match text retrieval." Proceedings of the 17th annual international ACM SIGIR conference on Research and development in information retrieval: , [10] Konstan, J. A. a. M., B.N. and Maltz, D. and Herlocker, J.L. and Gordon, L.R. and Riedl, J. "GroupLens: applying collaborative filtering to Usenet news." Communications of the ACM, 40(3): 77-87, [11] Manjunath, B. S. a. M., W.Y. "Texture features for browsing and retrieval of image data." IEEE Transactions on Pattern Analysis and Machine Intelligence, 18(8): , 1996.

Improving the Efficiency of Fast Using Semantic Similarity Algorithm

Improving the Efficiency of Fast Using Semantic Similarity Algorithm International Journal of Scientific and Research Publications, Volume 4, Issue 1, January 2014 1 Improving the Efficiency of Fast Using Semantic Similarity Algorithm D.KARTHIKA 1, S. DIVAKAR 2 Final year

More information

A Bayesian Approach to Hybrid Image Retrieval

A Bayesian Approach to Hybrid Image Retrieval A Bayesian Approach to Hybrid Image Retrieval Pradhee Tandon and C. V. Jawahar Center for Visual Information Technology International Institute of Information Technology Hyderabad - 500032, INDIA {pradhee@research.,jawahar@}iiit.ac.in

More information

Latest development in image feature representation and extraction

Latest development in image feature representation and extraction International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 2; Issue 1; January 2017; Page No. 05-09 Latest development in image

More information

An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques

An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques Doaa M. Alebiary Department of computer Science, Faculty of computers and informatics Benha University

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

A Fast Caption Detection Method for Low Quality Video Images

A Fast Caption Detection Method for Low Quality Video Images 2012 10th IAPR International Workshop on Document Analysis Systems A Fast Caption Detection Method for Low Quality Video Images Tianyi Gui, Jun Sun, Satoshi Naoi Fujitsu Research & Development Center CO.,

More information

Automatic Linguistic Indexing of Pictures by a Statistical Modeling Approach

Automatic Linguistic Indexing of Pictures by a Statistical Modeling Approach Automatic Linguistic Indexing of Pictures by a Statistical Modeling Approach Abstract Automatic linguistic indexing of pictures is an important but highly challenging problem for researchers in content-based

More information

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH Sai Tejaswi Dasari #1 and G K Kishore Babu *2 # Student,Cse, CIET, Lam,Guntur, India * Assistant Professort,Cse, CIET, Lam,Guntur, India Abstract-

More information

Advances in Natural and Applied Sciences. Information Retrieval Using Collaborative Filtering and Item Based Recommendation

Advances in Natural and Applied Sciences. Information Retrieval Using Collaborative Filtering and Item Based Recommendation AENSI Journals Advances in Natural and Applied Sciences ISSN:1995-0772 EISSN: 1998-1090 Journal home page: www.aensiweb.com/anas Information Retrieval Using Collaborative Filtering and Item Based Recommendation

More information

Bipartite Graph Partitioning and Content-based Image Clustering

Bipartite Graph Partitioning and Content-based Image Clustering Bipartite Graph Partitioning and Content-based Image Clustering Guoping Qiu School of Computer Science The University of Nottingham qiu @ cs.nott.ac.uk Abstract This paper presents a method to model the

More information

Efficient Image Retrieval Using Indexing Technique

Efficient Image Retrieval Using Indexing Technique Vol.3, Issue.1, Jan-Feb. 2013 pp-472-476 ISSN: 2249-6645 Efficient Image Retrieval Using Indexing Technique Mr.T.Saravanan, 1 S.Dhivya, 2 C.Selvi 3 Asst Professor/Dept of Computer Science Engineering,

More information

Short Run length Descriptor for Image Retrieval

Short Run length Descriptor for Image Retrieval CHAPTER -6 Short Run length Descriptor for Image Retrieval 6.1 Introduction In the recent years, growth of multimedia information from various sources has increased many folds. This has created the demand

More information

IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK

IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK 1 Mount Steffi Varish.C, 2 Guru Rama SenthilVel Abstract - Image Mining is a recent trended approach enveloped in

More information

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 1 Student, M.E., (Computer science and Engineering) in M.G University, India, 2 Associate Professor

More information

Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Internet

More information

A modified and fast Perceptron learning rule and its use for Tag Recommendations in Social Bookmarking Systems

A modified and fast Perceptron learning rule and its use for Tag Recommendations in Social Bookmarking Systems A modified and fast Perceptron learning rule and its use for Tag Recommendations in Social Bookmarking Systems Anestis Gkanogiannis and Theodore Kalamboukis Department of Informatics Athens University

More information

IMPROVING THE PERFORMANCE OF CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH COLOR IMAGE PROCESSING TOOLS

IMPROVING THE PERFORMANCE OF CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH COLOR IMAGE PROCESSING TOOLS IMPROVING THE PERFORMANCE OF CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH COLOR IMAGE PROCESSING TOOLS Fabio Costa Advanced Technology & Strategy (CGISS) Motorola 8000 West Sunrise Blvd. Plantation, FL 33322

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Ruiqi Jiang, Weiming Zhang, Jiajia Xu, Nenghai Yu and Xiaocheng Hu Abstract Recently, a novel reversible data hiding scheme is proposed

More information

Content Based Video Retrieval

Content Based Video Retrieval Content Based Video Retrieval Jyoti Kashyap 1, Gaurav Punjabi 2, Kshitij Chhatwani 3 1Guide, Department of Electronics and Telecommunication, Thadomal Shahani Engineering College, Bandra, Mumbai, INDIA.

More information

Web Data mining-a Research area in Web usage mining

Web Data mining-a Research area in Web usage mining IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 22-26 Web Data mining-a Research area in Web usage mining 1 V.S.Thiyagarajan,

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

More information

COLOR AND SHAPE BASED IMAGE RETRIEVAL

COLOR AND SHAPE BASED IMAGE RETRIEVAL International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol.2, Issue 4, Dec 2012 39-44 TJPRC Pvt. Ltd. COLOR AND SHAPE BASED IMAGE RETRIEVAL

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

Application of Support Vector Machine Algorithm in Spam Filtering

Application of Support Vector Machine Algorithm in  Spam Filtering Application of Support Vector Machine Algorithm in E-Mail Spam Filtering Julia Bluszcz, Daria Fitisova, Alexander Hamann, Alexey Trifonov, Advisor: Patrick Jähnichen Abstract The problem of spam classification

More information

CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task

CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task Xiaolong Wang, Xiangying Jiang, Abhishek Kolagunda, Hagit Shatkay and Chandra Kambhamettu Department of Computer and Information

More information

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Simardeep Kaur 1 and Dr. Vijay Kumar Banga 2 AMRITSAR COLLEGE OF ENGG & TECHNOLOGY, Amritsar, India Abstract Content based

More information

Video annotation based on adaptive annular spatial partition scheme

Video annotation based on adaptive annular spatial partition scheme Video annotation based on adaptive annular spatial partition scheme Guiguang Ding a), Lu Zhang, and Xiaoxu Li Key Laboratory for Information System Security, Ministry of Education, Tsinghua National Laboratory

More information

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Tomohiro Tanno, Kazumasa Horie, Jun Izawa, and Masahiko Morita University

More information

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation Object Extraction Using Image Segmentation and Adaptive Constraint Propagation 1 Rajeshwary Patel, 2 Swarndeep Saket 1 Student, 2 Assistant Professor 1 2 Department of Computer Engineering, 1 2 L. J. Institutes

More information

e-ccc-biclustering: Related work on biclustering algorithms for time series gene expression data

e-ccc-biclustering: Related work on biclustering algorithms for time series gene expression data : Related work on biclustering algorithms for time series gene expression data Sara C. Madeira 1,2,3, Arlindo L. Oliveira 1,2 1 Knowledge Discovery and Bioinformatics (KDBIO) group, INESC-ID, Lisbon, Portugal

More information

A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems

A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems Anestis Gkanogiannis and Theodore Kalamboukis Department of Informatics Athens University of Economics

More information

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 188 CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 6.1 INTRODUCTION Image representation schemes designed for image retrieval systems are categorized into two

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

Correlation Based Feature Selection with Irrelevant Feature Removal

Correlation Based Feature Selection with Irrelevant Feature Removal Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

Chapter 5: Summary and Conclusion CHAPTER 5 SUMMARY AND CONCLUSION. Chapter 1: Introduction

Chapter 5: Summary and Conclusion CHAPTER 5 SUMMARY AND CONCLUSION. Chapter 1: Introduction CHAPTER 5 SUMMARY AND CONCLUSION Chapter 1: Introduction Data mining is used to extract the hidden, potential, useful and valuable information from very large amount of data. Data mining tools can handle

More information

Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection

Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection Apostolos Marakakis 1, Nikolaos Galatsanos 2, Aristidis Likas 3, and Andreas Stafylopatis 1 1 School

More information

Packet Classification Using Dynamically Generated Decision Trees

Packet Classification Using Dynamically Generated Decision Trees 1 Packet Classification Using Dynamically Generated Decision Trees Yu-Chieh Cheng, Pi-Chung Wang Abstract Binary Search on Levels (BSOL) is a decision-tree algorithm for packet classification with superior

More information

An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data

An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data Nian Zhang and Lara Thompson Department of Electrical and Computer Engineering, University

More information

SIEVE Search Images Effectively through Visual Elimination

SIEVE Search Images Effectively through Visual Elimination SIEVE Search Images Effectively through Visual Elimination Ying Liu, Dengsheng Zhang and Guojun Lu Gippsland School of Info Tech, Monash University, Churchill, Victoria, 3842 {dengsheng.zhang, guojun.lu}@infotech.monash.edu.au

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Content-based Dimensionality Reduction for Recommender Systems

Content-based Dimensionality Reduction for Recommender Systems Content-based Dimensionality Reduction for Recommender Systems Panagiotis Symeonidis Aristotle University, Department of Informatics, Thessaloniki 54124, Greece symeon@csd.auth.gr Abstract. Recommender

More information

Classification: Feature Vectors

Classification: Feature Vectors Classification: Feature Vectors Hello, Do you want free printr cartriges? Why pay more when you can get them ABSOLUTELY FREE! Just # free YOUR_NAME MISSPELLED FROM_FRIEND... : : : : 2 0 2 0 PIXEL 7,12

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision 09 nd International Conference on Computer Science and Advanced Materials (CSAM 09) Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision Zhang Wenqian, Zhang Jinhong Department of

More information

Tree-Based Minimization of TCAM Entries for Packet Classification

Tree-Based Minimization of TCAM Entries for Packet Classification Tree-Based Minimization of TCAM Entries for Packet Classification YanSunandMinSikKim School of Electrical Engineering and Computer Science Washington State University Pullman, Washington 99164-2752, U.S.A.

More information

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix K... Nagarjuna Reddy P. Prasanna Kumari JNT University, JNT University, LIET, Himayatsagar, Hyderabad-8, LIET, Himayatsagar,

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm.

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm. Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Hand Gestures Recognition

More information

Content-Based Retrieval of Cultural Relic Images in Digital Museum *

Content-Based Retrieval of Cultural Relic Images in Digital Museum * Content-Based Retrieval of Cultural Relic Images in Digital Museum * Tongwei Ren 1,2 and Gangshan Wu 1,2 1 State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing, 210093 2 Department

More information

A Review on Relevance Feedback in CBIR

A Review on Relevance Feedback in CBIR A Review on Relevance Feedback in CBIR K. Srinivasa Reddy 1 P. Swaminathan 2 R. Anandan 3 K. Kalaivani 4 1 Ph.D. Research Scholar, Vels Institute of Science, Technology & Advanced Studies (VISTAS), Chennai,

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

Character Recognition

Character Recognition Character Recognition 5.1 INTRODUCTION Recognition is one of the important steps in image processing. There are different methods such as Histogram method, Hough transformation, Neural computing approaches

More information

Patent Image Retrieval

Patent Image Retrieval Patent Image Retrieval Stefanos Vrochidis IRF Symposium 2008 Vienna, November 6, 2008 Aristotle University of Thessaloniki Overview 1. Introduction 2. Related Work in Patent Image Retrieval 3. Patent Image

More information

Consistent Line Clusters for Building Recognition in CBIR

Consistent Line Clusters for Building Recognition in CBIR Consistent Line Clusters for Building Recognition in CBIR Yi Li and Linda G. Shapiro Department of Computer Science and Engineering University of Washington Seattle, WA 98195-250 shapiro,yi @cs.washington.edu

More information

Web Usage Mining: A Research Area in Web Mining

Web Usage Mining: A Research Area in Web Mining Web Usage Mining: A Research Area in Web Mining Rajni Pamnani, Pramila Chawan Department of computer technology, VJTI University, Mumbai Abstract Web usage mining is a main research area in Web mining

More information

An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features

An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features S.Najimun Nisha 1, Mrs.K.A.Mehar Ban 2, 1 PG Student, SVCET, Puliangudi. najimunnisha@yahoo.com 2 AP/CSE,

More information

ImgSeek: Capturing User s Intent For Internet Image Search

ImgSeek: Capturing User s Intent For Internet Image Search ImgSeek: Capturing User s Intent For Internet Image Search Abstract - Internet image search engines (e.g. Bing Image Search) frequently lean on adjacent text features. It is difficult for them to illustrate

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

CHAPTER 6 IDENTIFICATION OF CLUSTERS USING VISUAL VALIDATION VAT ALGORITHM

CHAPTER 6 IDENTIFICATION OF CLUSTERS USING VISUAL VALIDATION VAT ALGORITHM 96 CHAPTER 6 IDENTIFICATION OF CLUSTERS USING VISUAL VALIDATION VAT ALGORITHM Clustering is the process of combining a set of relevant information in the same group. In this process KM algorithm plays

More information

Understanding policy intent and misconfigurations from implementations: consistency and convergence

Understanding policy intent and misconfigurations from implementations: consistency and convergence Understanding policy intent and misconfigurations from implementations: consistency and convergence Prasad Naldurg 1, Ranjita Bhagwan 1, and Tathagata Das 2 1 Microsoft Research India, prasadn@microsoft.com,

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

CONTENT BASED IMAGE RETRIEVAL SYSTEM USING IMAGE CLASSIFICATION

CONTENT BASED IMAGE RETRIEVAL SYSTEM USING IMAGE CLASSIFICATION International Journal of Research and Reviews in Applied Sciences And Engineering (IJRRASE) Vol 8. No.1 2016 Pp.58-62 gopalax Journals, Singapore available at : www.ijcns.com ISSN: 2231-0061 CONTENT BASED

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Semi Automatic Annotation Exploitation Similarity of Pics in i Personal Photo Albums P. Subashree Kasi Thangam 1 and R. Rosy Angel 2 1 Assistant Professor, Department of Computer Science Engineering College,

More information

A Survey on Postive and Unlabelled Learning

A Survey on Postive and Unlabelled Learning A Survey on Postive and Unlabelled Learning Gang Li Computer & Information Sciences University of Delaware ligang@udel.edu Abstract In this paper we survey the main algorithms used in positive and unlabeled

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Joining Collaborative and Content-based Filtering

Joining Collaborative and Content-based Filtering Joining Collaborative and Content-based Filtering 1 Patrick Baudisch Integrated Publication and Information Systems Institute IPSI German National Research Center for Information Technology GMD 64293 Darmstadt,

More information

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Some Issues in Application of NLP to Intelligent

More information

Query-Sensitive Similarity Measure for Content-Based Image Retrieval

Query-Sensitive Similarity Measure for Content-Based Image Retrieval Query-Sensitive Similarity Measure for Content-Based Image Retrieval Zhi-Hua Zhou Hong-Bin Dai National Laboratory for Novel Software Technology Nanjing University, Nanjing 2193, China {zhouzh, daihb}@lamda.nju.edu.cn

More information

Image retrieval based on bag of images

Image retrieval based on bag of images University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2009 Image retrieval based on bag of images Jun Zhang University of Wollongong

More information

TEVI: Text Extraction for Video Indexing

TEVI: Text Extraction for Video Indexing TEVI: Text Extraction for Video Indexing Hichem KARRAY, Mohamed SALAH, Adel M. ALIMI REGIM: Research Group on Intelligent Machines, EIS, University of Sfax, Tunisia hichem.karray@ieee.org mohamed_salah@laposte.net

More information

Color Mining of Images Based on Clustering

Color Mining of Images Based on Clustering Proceedings of the International Multiconference on Computer Science and Information Technology pp. 203 212 ISSN 1896-7094 c 2007 PIPS Color Mining of Images Based on Clustering Lukasz Kobyliński and Krzysztof

More information

Automated Online News Classification with Personalization

Automated Online News Classification with Personalization Automated Online News Classification with Personalization Chee-Hong Chan Aixin Sun Ee-Peng Lim Center for Advanced Information Systems, Nanyang Technological University Nanyang Avenue, Singapore, 639798

More information

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN THE SEVENTH INTERNATIONAL CONFERENCE ON CONTROL, AUTOMATION, ROBOTICS AND VISION (ICARCV 2002), DEC. 2-5, 2002, SINGAPORE. ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN Bin Zhang, Catalin I Tomai,

More information

Object Tracking Algorithm based on Combination of Edge and Color Information

Object Tracking Algorithm based on Combination of Edge and Color Information Object Tracking Algorithm based on Combination of Edge and Color Information 1 Hsiao-Chi Ho ( 賀孝淇 ), 2 Chiou-Shann Fuh ( 傅楸善 ), 3 Feng-Li Lian ( 連豊力 ) 1 Dept. of Electronic Engineering National Taiwan

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

Text Area Detection from Video Frames

Text Area Detection from Video Frames Text Area Detection from Video Frames 1 Text Area Detection from Video Frames Xiangrong Chen, Hongjiang Zhang Microsoft Research China chxr@yahoo.com, hjzhang@microsoft.com Abstract. Text area detection

More information

Fast trajectory matching using small binary images

Fast trajectory matching using small binary images Title Fast trajectory matching using small binary images Author(s) Zhuo, W; Schnieders, D; Wong, KKY Citation The 3rd International Conference on Multimedia Technology (ICMT 2013), Guangzhou, China, 29

More information

CSE 573: Artificial Intelligence Autumn 2010

CSE 573: Artificial Intelligence Autumn 2010 CSE 573: Artificial Intelligence Autumn 2010 Lecture 16: Machine Learning Topics 12/7/2010 Luke Zettlemoyer Most slides over the course adapted from Dan Klein. 1 Announcements Syllabus revised Machine

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

More information

Data Mining and Data Warehousing Classification-Lazy Learners

Data Mining and Data Warehousing Classification-Lazy Learners Motivation Data Mining and Data Warehousing Classification-Lazy Learners Lazy Learners are the most intuitive type of learners and are used in many practical scenarios. The reason of their popularity is

More information

A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering

A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering Gurpreet Kaur M-Tech Student, Department of Computer Engineering, Yadawindra College of Engineering, Talwandi Sabo,

More information

Data Preprocessing. Why Data Preprocessing? MIT-652 Data Mining Applications. Chapter 3: Data Preprocessing. Multi-Dimensional Measure of Data Quality

Data Preprocessing. Why Data Preprocessing? MIT-652 Data Mining Applications. Chapter 3: Data Preprocessing. Multi-Dimensional Measure of Data Quality Why Data Preprocessing? Data in the real world is dirty incomplete: lacking attribute values, lacking certain attributes of interest, or containing only aggregate data e.g., occupation = noisy: containing

More information

An Improved CBIR Method Using Color and Texture Properties with Relevance Feedback

An Improved CBIR Method Using Color and Texture Properties with Relevance Feedback An Improved CBIR Method Using Color and Texture Properties with Relevance Feedback MS. R. Janani 1, Sebhakumar.P 2 Assistant Professor, Department of CSE, Park College of Engineering and Technology, Coimbatore-

More information

A New Technique to Optimize User s Browsing Session using Data Mining

A New Technique to Optimize User s Browsing Session using Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL

QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL International Journal of Technology (2016) 4: 654-662 ISSN 2086-9614 IJTech 2016 QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL Pasnur

More information

Bus Detection and recognition for visually impaired people

Bus Detection and recognition for visually impaired people Bus Detection and recognition for visually impaired people Hangrong Pan, Chucai Yi, and Yingli Tian The City College of New York The Graduate Center The City University of New York MAP4VIP Outline Motivation

More information

Improving Suffix Tree Clustering Algorithm for Web Documents

Improving Suffix Tree Clustering Algorithm for Web Documents International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2015) Improving Suffix Tree Clustering Algorithm for Web Documents Yan Zhuang Computer Center East China Normal

More information

Enhancing Cluster Quality by Using User Browsing Time

Enhancing Cluster Quality by Using User Browsing Time Enhancing Cluster Quality by Using User Browsing Time Rehab Duwairi Dept. of Computer Information Systems Jordan Univ. of Sc. and Technology Irbid, Jordan rehab@just.edu.jo Khaleifah Al.jada' Dept. of

More information

Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity

Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity Tomáš Kramár, Michal Barla and Mária Bieliková Faculty of Informatics and Information Technology Slovak University

More information

Announcements. CS 188: Artificial Intelligence Spring Generative vs. Discriminative. Classification: Feature Vectors. Project 4: due Friday.

Announcements. CS 188: Artificial Intelligence Spring Generative vs. Discriminative. Classification: Feature Vectors. Project 4: due Friday. CS 188: Artificial Intelligence Spring 2011 Lecture 21: Perceptrons 4/13/2010 Announcements Project 4: due Friday. Final Contest: up and running! Project 5 out! Pieter Abbeel UC Berkeley Many slides adapted

More information

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang Extracting Layers and Recognizing Features for Automatic Map Understanding Yao-Yi Chiang 0 Outline Introduction/ Problem Motivation Map Processing Overview Map Decomposition Feature Recognition Discussion

More information

Multimodal Information Spaces for Content-based Image Retrieval

Multimodal Information Spaces for Content-based Image Retrieval Research Proposal Multimodal Information Spaces for Content-based Image Retrieval Abstract Currently, image retrieval by content is a research problem of great interest in academia and the industry, due

More information

Social Voting Techniques: A Comparison of the Methods Used for Explicit Feedback in Recommendation Systems

Social Voting Techniques: A Comparison of the Methods Used for Explicit Feedback in Recommendation Systems Special Issue on Computer Science and Software Engineering Social Voting Techniques: A Comparison of the Methods Used for Explicit Feedback in Recommendation Systems Edward Rolando Nuñez-Valdez 1, Juan

More information

A Constrained Spreading Activation Approach to Collaborative Filtering

A Constrained Spreading Activation Approach to Collaborative Filtering A Constrained Spreading Activation Approach to Collaborative Filtering Josephine Griffith 1, Colm O Riordan 1, and Humphrey Sorensen 2 1 Dept. of Information Technology, National University of Ireland,

More information

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine Shahabi Lotfabadi, M., Shiratuddin, M.F. and Wong, K.W. (2013) Content Based Image Retrieval system with a combination of rough set and support vector machine. In: 9th Annual International Joint Conferences

More information

Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search

Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search 1 / 33 Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search Bernd Wittefeld Supervisor Markus Löckelt 20. July 2012 2 / 33 Teaser - Google Web History http://www.google.com/history

More information

Image Similarity Measurements Using Hmok- Simrank

Image Similarity Measurements Using Hmok- Simrank Image Similarity Measurements Using Hmok- Simrank A.Vijay Department of computer science and Engineering Selvam College of Technology, Namakkal, Tamilnadu,india. k.jayarajan M.E (Ph.D) Assistant Professor,

More information