ImgSeek: Capturing User s Intent For Internet Image Search

Size: px
Start display at page:

Download "ImgSeek: Capturing User s Intent For Internet Image Search"

Transcription

1 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 users search objective only by query keywords and this cause to equivocal and noisy search results which are far from satisfactory. It is important to use visual information in order to solve the uncertainty in text-based image retrieval. Here we propose an innovative internet image search approach. It only needs the user to click on one query image with the minimal effort and images from a pool fetched by textbased search are re-ranked based on both visual and textual content. Our motive is to capture the users' search objective from this one-click query image in four steps. (1) The query image is classified into one of the predefined adaptive weight class, which follow users' search intention at a coarse level. Inside each category, a definite weight schema is used to merge visual features flexible to this kind of images to better re-rank the keyword-based search I. INTRODUCTION An internet image search engine is an essential aspect for web searchers to find desired images. With the emergence of the Internet, billions of images are now widely available. The expressive expansion in the amount of such images can make the task of finding and accessing image of interest, overwhelming for users. Therefore, some supplementary processing is required in order to make such collections searchable in a useful manner. The ongoing internet image retrieval search engines, including Google image search, Bing use text (i.e., surrounding words or Keyword) to look for images, without reviewing image content. However, when the neighboring words are ambiguous or even irrelevant to the image, the search relies on text only will result in many undesired result images. Many commercial Internet image search engines still rely on keywords as queries i.e. fetch and rank images depends on neighboring text or human-submitted annotations. Users submit query keywords in the concern of finding a definite type of images. The search engine forwards thousands of images ranked by the keywords derived from the neighboring text. It is notable that text-based image search undergo from the uncertainty or ambiguity of query keywords. The keywords issued by users lean to be short. They cannot illustrate the content of images precisely. The search results are noisy and consist of images with quite 1 Yogesh A. Sankpal, 2 Vidya Chitre M.E.(Computer), Bharati Vidyapeeth College of Engineering Asst. Professor, Vidyalankar Institute of Technology sankpalyogesh@gmail.com, vidya.chitre@vit.edu.in result. (2) Depends on the visual content of the query image elected by the user and through image clustering, query keywords are enlarged to capture user intention. (3) Expanded keywords are used to enlarge the image pool to include more compatible images. (4) Expanded keywords are also used to enlarge the query image to multiple positive visual examples from which new query specific visual and textual similarity metrics are studied to further enhance content-based image re-ranking. All these steps are automatic without extra activity from the user. This is essentially prime for any commercial internet image search engine, where the user interface has to be intensely simple and manageable. Excluding this key addition, a set of visual features which are both effective and efficient in Internet image search are outlined. Keywords Image mining, Keyword expansion, Semantic features, visual query expansion, Visual similarities dissimilar semantic meanings. Figure 1 illustrates the top ranked images from Bing image search corresponds to "apple" as query. They associated with several categories, such as "apple fruit", "apple logo" due to the ambiguity of the word "apple". The ambiguity problem appears for several basis. First, the query keywords' context may be richer than users' assumption. For example, the context of the word apple involves apple fruit, apple computer, and apple logo. Figure 1. Illustrates the top ranked images from Bing image search corresponds to "apple" as query. Also the user may not have enough knowledge on the contextual description of target images. For example, if users do not know "yogi bear" as the name of a cartoon character ( Figure 2(a)) and they submit text "bear" as query to search images of "yogi bear". Most importantly, in many cases it is difficult for users to outline the visual content of target images using keywords precisely. 18

2 Figure 2(a). Figure 2(b). Figure 2. (a) Images of yogi bear (b) Google Related Searches of query bear. Concerning to clear up the ambiguity, auxiliary information has to be used to capture users' search intention. One way is text-based keyword expansion, making the textual explanation of the query more exhaustive. Current semantic-related methods find either equivalent or other semantic-related words from thesaurus, or find words frequently co-occurring with the query keywords. For example, Google image search presents the "Related Searches" feature that advise probable keyword expansions. Although, even with the same query keywords, the intention of users can be highly varied and cannot be precisely captured by these expansions. As shown in Figure 2(b), "yogi bear" is not among the keyword expansions advised by Google "Related Searches". Capturing the user's intent of internet image search is a difficult problem because of sparse data accessible regarding the searcher. In this paper, we study methods to capture user's search intent underlying internet image search queries. We do believe that appending visual information to image search is essential. Although, the interaction has to be as simple as possible. The outright minimum is One- Click. In this paper, we propose an innovative Internet image search approach. It needs the user to give only one click on a query image and images from a pool extracted by keyword based search are re ranked depends on their visual and textual likeness to the query image. The key problem to be solved in this paper is how to capture user intention from this oneclick query image. II. RELATED WORK Various Internet scale image search methods [5] are text-based and are restricted by the fact that query keywords cannot define image content precisely. Content based image retrieval [6] uses visual features to estimate image analogy. Numerous visual features were advanced for image search in recent years. Few were global features such as GIST and histogram of gradient (HOG). Some quantized local features, such as Scale Invariant Feature Transform (SIFT), into visual words, and represented images as bags-of-visual words (BoV). In order to retain the geometry of visual words, spatial information was concealed into the BoV model in multiple ways. One of the primary threats of content-based image retrieval is to review the visual similarities which will reflect the semantic importance of images. Image similarities can be reviewed from a large training set where the relevance of pairs of images is noted [7]. Since web images are highly transformed, describing a set of attributes with hierarchical relationships for them is challenging. Generally, reviewing a universal visual similarity metric for generic images is still an open problem in research. Some visual features may be more effective for certain query images than others. In order to make the visual similarity metrics more specific to the query, relevance feedback [9] was widely used to expand visual examples. The user was asked to select multiple relevant and irrelevant image examples from the image pool. A query-specific similarity metric was learned from the selected examples. In the weights of combining different types of features were adjusted according to users' feedback. Since the number of user-labeled images is small for supervised learning methods, Huang et al. proposed probabilistic hypergraph ranking under the semi-supervised learning framework. It utilized both labeled and unlabeled images in the learning procedure. Relevance feedback required more users' effort. For a web-scale commercial system users' feedback has to be limited to the minimum, such as one-click feedback. Concerning to decrease users' burden, pseudo relevance feedback enlarged the query image by taking the top N images visually most similar to the query image as positive examples. Although, due to the conventional semantic gap, the top N images may not be all semantically constant with the query image. This may decrease the performance of pseudo relevance feedback. Under the framework of pseudo relevance feedback we have one proposed trans-media similarities which combined both textual and 19

3 visual features and also the query-relative classifiers, which merged visual and textual information, to re-rank images extracted by an initial text-only search. However, since users were not needed to select query images, the users' intention could not be precisely captured when the semantic meanings of the query keywords had large variety. Beyond visual query expansion, some approaches used concept-based query expansions through mapping textual query keywords or visual query examples to high-level semantic concepts. They needed a pre-defined concept lexicons whose detectors were off-line reviewed from fixed training sets. These approach were applicable for closed databases but not for internet image search, since the finite number of concepts cannot cover the various images on the Internet. The idea of reviewing example specific visual similarity metric was explored in previous work. Although they needed training a specific visual similarity for every example in the image pool, which is presumed to be fixed. This is illogical in our application where the image pool extracted by textbased search invariably alters for different query keywords. Moreover, text information, which can appreciably improve visual similarity learning, was not advised in previous work. In our approach, keyword expansion is used to enlarge the extracted image pool and to expand positive examples. Keyword expansion was mainly used in document retrieval. Thesaurus-based methods enlarged query keywords with their semantically related words such as synonyms and hyponyms. Corpus-based methods, such as well-known term clustering and Latent Semantic Indexing, measured the similarity of words based on their co-occurrences in documents. Words most similar to the query keywords were chosen as textual query expansion. Some image search engines have the feature of expanded keywords suggestion. They mostly use surrounding text. III. METHODOLOGY The flow diagram of our approach is shown in Figure 3. A novel Internet based image search approach [1]. It requires the user to click on one query image with minimum effort and images from a pool retrieved by text-based search are re-ranked based on both visual and Figure 3. An example to illustrate the algorithm. textual content. To capture the users intention images from one-click query image in four steps: 1) The query image is categorized into one of the predefined adaptive weight categories which reflect users search intention at a coarse level. A specific weight schema is used to combine visual features adaptive to this kind of image to better re-rank the text based search result. 2) In the visual content of the query image selected by the user and through image clustering, query keywords are expanded to capture user intention. 3) To enlarge the image pool using expanded keywords to contain more relevant images. 4) keyword Expanded are used to expand the query image to multiple positive visual examples from which new query specific visual and textual similarity metrics are learned to further improve content-based image reranking. 1.1 Text-Based Search The user first submits query keywords q as an input. Then an image is retrieved from a pool of image by textbased search. Then the user is asked to select a query image from the image pool. 1.2 Re-Ranking Without Query Expansion Images in the pool are re-ranked based on their visual similarities to the query image and the similarities are computed using the weight schema specified by the category to combine visual features. 1.3 Adaptive weighted schemas The query image is classified as one of the predefined adaptive weight categories. Human can easily categorize images into high-level semantic classes such as scene, object, fruit, logo or people, and then observed that images inside these categories usually agree on the relative importance of features for similarity calculations. The query images into several typical categories, adaptively adjust feature weights are within each category. 20

4 1.4 Keyword Expansion In the keyword expansion words are extracted from the textual descriptions (such as image file names and surrounding texts in the html pages) of the top k images most similar to the query image. To save computational cost, only the top m words are reserved as candidates for further processing because the initial image re-ranking result is still ambiguous and noisy, the top k images may have a large diversity of semantic meanings and cannot be used as visual query expansion. In this approach, reliable keyword expansions are found through further image clustering. For each candidate word wi, it finds out all the images containing wi and group them into different clusters {ci, 1, ci, 2,..., ci, ti} based on visual content. The same candidate word with images may have a large diversity in visual content. Assign image to the same cluster have higher semantic consistency since they have high visual similarity to one another and contain the same candidate word. 1.5 Visual Query Expansion The clusters contain of different candidate words, cluster ci, j with the largest visual similarity to the query image is selected as visual query expansion and its corresponding word wi is selected to form keyword expansion. q = q + wi A query specific visual similarity metric and a query specific textual similarity metric are learned from both the query image and the visual query expansion. 1.6 Image Pool Expansion The image pool is enlarged through combining the original image pool retrieved by the query keywords q provided by the user and an additional image pool retrieved by the expanded keywords q. Images in the enlarged pool are re-ranked using the learned queryspecific visual and textual similarity metrics. 1.7 Re-Ranking Result The image cluster size is selected as visual query expansion and its similarity to the query image indicate the confidence that the expansion captures the user s search intent. Figure 4. Steps in proposed framework. 1.8 Summery The goal of the proposed framework is to capture user intention and is achieved in multiple steps. The user intention is first roughly captured by classifying the query image into one of the coarse semantic categories and choosing a proper weight schema accordingly. Then regarding to the query keywords and the query image given by the user, the user intention is moreover captured in two facets: (1) keyword expansion describing user intention more precisely; (2) visual query expansion which are both visually and semantically consistent with the query image. They keyword expansion frequently co-occurs with the query keywords and the visual expansion is visually similar to the query image. Moreover, it is needed that all the images in the cluster of visual query expansion contain the same keyword expansion. Therefore, the keyword expansion and visual expansion support each other and are obtained simultaneously. In the later, the keyword expansion is used to enlarge the image pool to include more images relevant to user intention, and the visual query expansion is used to review visual and textual similarity metrics which better reflect user intention. IV. CONCLUSION In this paper, we propose a innovative Internet image search approach which only needs one-click user feedback. Intention specific weight schema is proposed to merge visual features and to estimate visual similarity adaptive to query images. Textual and visual expansions are integrated to capture user intention. Expanded 21

5 keywords are used to extend positive example images and also enlarge the image pool to include more relevant images. This framework can makes it possible for industrial scale image search by both text and visual content. The proposed new image re-ranking framework consists of multiple steps, which can be improved separately or replaced by other techniques equivalently effective. In the future work, this framework can be further improved by making use of the query log data, which provides valuable co-occurrence information of keywords, for keyword expansion. One shortcoming of the current system is that sometimes duplicate images show up as similar images to the query. This can be improved by including duplicate detection in the future work. REFERENCES [1] Xiaoou Tang, Ke Liu, Jingyu Cui, Fang Wen, and Xiaogang Wang, IntentSearch: Capturing User Intention for One-Click Internet Image Search, IEEE Transactions on Pattern Analysis and Machine Intelligence vol.34 no.7, [2] F. Jing, C. Wang, Y. Yao, K. Deng, L. Zhang, and W. Ma, Igroup: Web image search results clustering, in Proc. ACM Multimedia, [3] J. Cui, F. Wen, and X. Tang, Real time google and live image search re-ranking, in Proc. ACM Multimedia, [4] Jingyu Cui, Fang Wen and Xiaoou Tang, Intentsearch: Interactive on-line image search re-ranking, in Proc. ACM Multimedia, [5] N. Ben-Haim, B. Babenko, and S. Belongie, Improving web-based image search via content based clustering, in Proc. Int l Workshop on Semantic Learning Applications in Multimedia, [6] R. Datta, D. Joshi, and J. Z. Wang, Image retrieval: Ideas, influences, and trends of the new age, ACM Computing Surveys, vol. 40, pp. 1 60, [7] G. Chechik, V. Sharma, U. Shalit, and S. Bengio, Large scale online learning of image similarity through ranking, Journal of Machine Learning Research, vol. 11, pp , [8] J. Deng, A. C. Berg, and L. Fei-Fei, Hierarchical semantic indexing for large scale image retrieval, in Proc. IEEE Int l Conf. Computer Vision and Pattern Recognition, [9] K. Tieu and P. Viola, Boosting image retrieval, International Journal of Computer Vision, vol. 56, no. 1, pp , [10] B. Luo, X. Wang, and X. Tang, A world wide web based image search engine using text and image content features, in Proc. IS&T/SPIE Electronic Imaging, Internet Imaging IV., [11] Z. Zha, L. Yang, T. Mei, M. Wang, and Z. Wang, Visual query expansion, in Proc. ACM Multimedia,

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 Technique Approaching for Catching User Intention with Textual and Visual Correspondence

A Technique Approaching for Catching User Intention with Textual and Visual Correspondence International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-6, November 2014 A Technique Approaching for Catching User Intention with Textual

More information

RE-RANKING OF IMAGES USING KEYWORD EXPANSION BASED ON QUERY LOG & FUZZY C-MEAN CLUSTERING

RE-RANKING OF IMAGES USING KEYWORD EXPANSION BASED ON QUERY LOG & FUZZY C-MEAN CLUSTERING International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 12 No. 2 Dec. 2014, pp. 484-490 2014 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

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

MANY commercial Internet scale image search engines

MANY commercial Internet scale image search engines 1342 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 34, NO. 7, JULY 2012 IntentSearch: Capturing User Intention for One-Click Internet Image Search Xiaoou Tang, Fellow, IEEE, Ke Liu,

More information

Keywords semantic, re-ranking, query, search engine, framework.

Keywords semantic, re-ranking, query, search engine, framework. Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Image Re-Ranking

More information

Web Image Re-Ranking UsingQuery-Specific Semantic Signatures

Web Image Re-Ranking UsingQuery-Specific Semantic Signatures IEEE Transactions on Pattern Analysis and Machine Intelligence (Volume:36, Issue: 4 ) April 2014, DOI:10.1109/TPAMI.201 Web Image Re-Ranking UsingQuery-Specific Semantic Signatures Xiaogang Wang 1 1 Department

More information

Query-Specific Visual Semantic Spaces for Web Image Re-ranking

Query-Specific Visual Semantic Spaces for Web Image Re-ranking Query-Specific Visual Semantic Spaces for Web Image Re-ranking Xiaogang Wang 1 1 Department of Electronic Engineering The Chinese University of Hong Kong xgwang@ee.cuhk.edu.hk Ke Liu 2 2 Department of

More information

Published in A R DIGITECH

Published in A R DIGITECH IMAGE RETRIEVAL USING LATENT SEMANTIC INDEXING Rachana C Patil*1, Imran R. Shaikh*2 *1 (M.E Student S.N.D.C.O.E.R.C, Yeola) *2(Professor, S.N.D.C.O.E.R.C, Yeola) rachanap4@gmail.com*1, imran.shaikh22@gmail.com*2

More information

[Supriya, 4(11): November, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Supriya, 4(11): November, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SEMANTIC WEB QUERY IMAGE RE-RANKING:ONLINE AND OFFLINE FRAMEWORK Waykar Supriya V. *, Khilari Poonam D., Padwal Roshni S. Bachelor

More information

An Efficient Methodology for Image Rich Information Retrieval

An Efficient Methodology for Image Rich Information Retrieval An Efficient Methodology for Image Rich Information Retrieval 56 Ashwini Jaid, 2 Komal Savant, 3 Sonali Varma, 4 Pushpa Jat, 5 Prof. Sushama Shinde,2,3,4 Computer Department, Siddhant College of Engineering,

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 562 567 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) Image Recommendation

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

Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques

Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques Delvia Mary Vadakkan #1, Dr.D.Loganathan *2 # Final year M. Tech CSE, MET S School of Engineering, Mala, Trissur, Kerala * HOD,

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

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

Topic Diversity Method for Image Re-Ranking

Topic Diversity Method for Image Re-Ranking Topic Diversity Method for Image Re-Ranking D.Ashwini 1, P.Jerlin Jeba 2, D.Vanitha 3 M.E, P.Veeralakshmi M.E., Ph.D 4 1,2 Student, 3 Assistant Professor, 4 Associate Professor 1,2,3,4 Department of Information

More information

Extraction of Web Image Information: Semantic or Visual Cues?

Extraction of Web Image Information: Semantic or Visual Cues? Extraction of Web Image Information: Semantic or Visual Cues? Georgina Tryfou and Nicolas Tsapatsoulis Cyprus University of Technology, Department of Communication and Internet Studies, Limassol, Cyprus

More information

Frequent Inner-Class Approach: A Semi-supervised Learning Technique for One-shot Learning

Frequent Inner-Class Approach: A Semi-supervised Learning Technique for One-shot Learning Frequent Inner-Class Approach: A Semi-supervised Learning Technique for One-shot Learning Izumi Suzuki, Koich Yamada, Muneyuki Unehara Nagaoka University of Technology, 1603-1, Kamitomioka Nagaoka, Niigata

More information

Performance Enhancement of an Image Retrieval by Integrating Text and Visual Features

Performance Enhancement of an Image Retrieval by Integrating Text and Visual Features Performance Enhancement of an Image Retrieval by Integrating Text and Visual Features I Najimun Nisha S, II Mehar Ban K.A I Final Year ME, Dept. of CSE, S.Veerasamy Chettiar College of Engg & Tech, Puliangudi

More information

Exploratory Product Image Search With Circle-to-Search Interaction

Exploratory Product Image Search With Circle-to-Search Interaction Exploratory Product Image Search With Circle-to-Search Interaction Dr.C.Sathiyakumar 1, K.Kumar 2, G.Sathish 3, V.Vinitha 4 K.S.Rangasamy College Of Technology, Tiruchengode, Tamil Nadu, India 2.3.4 Professor,

More information

A REVIEW ON IMAGE RETRIEVAL USING HYPERGRAPH

A REVIEW ON IMAGE RETRIEVAL USING HYPERGRAPH A REVIEW ON IMAGE RETRIEVAL USING HYPERGRAPH Sandhya V. Kawale Prof. Dr. S. M. Kamalapur M.E. Student Associate Professor Deparment of Computer Engineering, Deparment of Computer Engineering, K. K. Wagh

More information

Tag Based Image Search by Social Re-ranking

Tag Based Image Search by Social Re-ranking Tag Based Image Search by Social Re-ranking Vilas Dilip Mane, Prof.Nilesh P. Sable Student, Department of Computer Engineering, Imperial College of Engineering & Research, Wagholi, Pune, Savitribai Phule

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

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

ISSN: , (2015): DOI:

ISSN: , (2015): DOI: www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 6 June 2017, Page No. 21737-21742 Index Copernicus value (2015): 58.10 DOI: 10.18535/ijecs/v6i6.31 A

More information

Inferring User Search for Feedback Sessions

Inferring User Search for Feedback Sessions Inferring User Search for Feedback Sessions Sharayu Kakade 1, Prof. Ranjana Barde 2 PG Student, Department of Computer Science, MIT Academy of Engineering, Pune, MH, India 1 Assistant Professor, Department

More information

Hybrid Approach for Query Expansion using Query Log

Hybrid Approach for Query Expansion using Query Log Volume 7 No.6, July 214 www.ijais.org Hybrid Approach for Query Expansion using Query Log Lynette Lopes M.E Student, TSEC, Mumbai, India Jayant Gadge Associate Professor, TSEC, Mumbai, India ABSTRACT Web

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering

A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering R.Dhivya 1, R.Rajavignesh 2 (M.E CSE), Department of CSE, Arasu Engineering College, kumbakonam 1 Asst.

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Annotating Web

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

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

Columbia University High-Level Feature Detection: Parts-based Concept Detectors

Columbia University High-Level Feature Detection: Parts-based Concept Detectors TRECVID 2005 Workshop Columbia University High-Level Feature Detection: Parts-based Concept Detectors Dong-Qing Zhang, Shih-Fu Chang, Winston Hsu, Lexin Xie, Eric Zavesky Digital Video and Multimedia Lab

More information

AN IMAGE RANKING USING GOOGLE IMAGE SEARCH

AN IMAGE RANKING USING GOOGLE IMAGE SEARCH AN IMAGE RANKING USING GOOGLE IMAGE SEARCH Shilpa A. Shingare, Manoj D. Patil ABSTRACT: Millions of images can be found on internet and a number is continuously growing day by day and tendency of people

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

PERSONALIZED MOBILE SEARCH ENGINE BASED ON MULTIPLE PREFERENCE, USER PROFILE AND ANDROID PLATFORM

PERSONALIZED MOBILE SEARCH ENGINE BASED ON MULTIPLE PREFERENCE, USER PROFILE AND ANDROID PLATFORM PERSONALIZED MOBILE SEARCH ENGINE BASED ON MULTIPLE PREFERENCE, USER PROFILE AND ANDROID PLATFORM Ajit Aher, Rahul Rohokale, Asst. Prof. Nemade S.B. B.E. (computer) student, Govt. college of engg. & research

More information

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach P.T.Shijili 1 P.G Student, Department of CSE, Dr.Nallini Institute of Engineering & Technology, Dharapuram, Tamilnadu, India

More information

Relevance Feature Discovery for Text Mining

Relevance Feature Discovery for Text Mining Relevance Feature Discovery for Text Mining Laliteshwari 1,Clarish 2,Mrs.A.G.Jessy Nirmal 3 Student, Dept of Computer Science and Engineering, Agni College Of Technology, India 1,2 Asst Professor, Dept

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

Efficient Indexing and Searching Framework for Unstructured Data

Efficient Indexing and Searching Framework for Unstructured Data Efficient Indexing and Searching Framework for Unstructured Data Kyar Nyo Aye, Ni Lar Thein University of Computer Studies, Yangon kyarnyoaye@gmail.com, nilarthein@gmail.com ABSTRACT The proliferation

More information

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Dipak J Kakade, Nilesh P Sable Department of Computer Engineering, JSPM S Imperial College of Engg. And Research,

More information

Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention

Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention Anand K. Hase, Baisa L. Gunjal Abstract In the real world applications such as landmark search, copy protection, fake image

More information

Improving Recognition through Object Sub-categorization

Improving Recognition through Object Sub-categorization Improving Recognition through Object Sub-categorization Al Mansur and Yoshinori Kuno Graduate School of Science and Engineering, Saitama University, 255 Shimo-Okubo, Sakura-ku, Saitama-shi, Saitama 338-8570,

More information

Harvesting Image Databases from The Web

Harvesting Image Databases from The Web Abstract Harvesting Image Databases from The Web Snehal M. Gaikwad G.H.Raisoni College of Engg. & Mgmt.,Pune,India *gaikwad.snehal99@gmail.com Snehal S. Pathare G.H.Raisoni College of Engg. & Mgmt.,Pune,India

More information

over Multi Label Images

over Multi Label Images IBM Research Compact Hashing for Mixed Image Keyword Query over Multi Label Images Xianglong Liu 1, Yadong Mu 2, Bo Lang 1 and Shih Fu Chang 2 1 Beihang University, Beijing, China 2 Columbia University,

More information

Text Document Clustering Using DPM with Concept and Feature Analysis

Text Document Clustering Using DPM with Concept and Feature Analysis 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. 2, Issue. 10, October 2013,

More information

International Journal of Advance Engineering and Research Development. A Survey of Document Search Using Images

International Journal of Advance Engineering and Research Development. A Survey of Document Search Using Images Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 6, June -2016 A Survey of Document Search Using Images Pradnya More

More information

Aggregating Descriptors with Local Gaussian Metrics

Aggregating Descriptors with Local Gaussian Metrics Aggregating Descriptors with Local Gaussian Metrics Hideki Nakayama Grad. School of Information Science and Technology The University of Tokyo Tokyo, JAPAN nakayama@ci.i.u-tokyo.ac.jp Abstract Recently,

More information

Clustering Technique with Potter stemmer and Hypergraph Algorithms for Multi-featured Query Processing

Clustering Technique with Potter stemmer and Hypergraph Algorithms for Multi-featured Query Processing Vol.2, Issue.3, May-June 2012 pp-960-965 ISSN: 2249-6645 Clustering Technique with Potter stemmer and Hypergraph Algorithms for Multi-featured Query Processing Abstract In navigational system, it is important

More information

Dynamically Building Facets from Their Search Results

Dynamically Building Facets from Their Search Results Dynamically Building Facets from Their Search Results Anju G. R, Karthik M. Abstract: People are very passionate in searching new things and gaining new knowledge. They usually prefer search engines to

More information

Contour-Based Large Scale Image Retrieval

Contour-Based Large Scale Image Retrieval Contour-Based Large Scale Image Retrieval Rong Zhou, and Liqing Zhang MOE-Microsoft Key Laboratory for Intelligent Computing and Intelligent Systems, Department of Computer Science and Engineering, Shanghai

More information

A Novel Image Semantic Understanding and Feature Extraction Algorithm. and Wenzhun Huang

A Novel Image Semantic Understanding and Feature Extraction Algorithm. and Wenzhun Huang A Novel Image Semantic Understanding and Feature Extraction Algorithm Xinxin Xie 1, a 1, b* and Wenzhun Huang 1 School of Information Engineering, Xijing University, Xi an 710123, China a 346148500@qq.com,

More information

VISUAL RERANKING USING MULTIPLE SEARCH ENGINES

VISUAL RERANKING USING MULTIPLE SEARCH ENGINES VISUAL RERANKING USING MULTIPLE SEARCH ENGINES By Dennis Lim Thye Loon A REPORT SUBMITTED TO Universiti Tunku Abdul Rahman in partial fulfillment of the requirements for the degree of Faculty of Information

More information

ISSN (Online) ISSN (Print)

ISSN (Online) ISSN (Print) Accurate Alignment of Search Result Records from Web Data Base 1Soumya Snigdha Mohapatra, 2 M.Kalyan Ram 1,2 Dept. of CSE, Aditya Engineering College, Surampalem, East Godavari, AP, India Abstract: Most

More information

Visual Semantic Complex Network for Web Images

Visual Semantic Complex Network for Web Images Visual Semantic Complex Network for Web Images Shi Qiu, Xiaogang Wang 2,3, and Xiaoou Tang,3 Department of Information Engineering, 2 Department of Electronic Engineering, The Chinese University of Hong

More information

Content based Image Retrieval Using Multichannel Feature Extraction Techniques

Content based Image Retrieval Using Multichannel Feature Extraction Techniques ISSN 2395-1621 Content based Image Retrieval Using Multichannel Feature Extraction Techniques #1 Pooja P. Patil1, #2 Prof. B.H. Thombare 1 patilpoojapandit@gmail.com #1 M.E. Student, Computer Engineering

More information

A REVIEW ON SEARCH BASED FACE ANNOTATION USING WEAKLY LABELED FACIAL IMAGES

A REVIEW ON SEARCH BASED FACE ANNOTATION USING WEAKLY LABELED FACIAL IMAGES A REVIEW ON SEARCH BASED FACE ANNOTATION USING WEAKLY LABELED FACIAL IMAGES Dhokchaule Sagar Patare Swati Makahre Priyanka Prof.Borude Krishna ABSTRACT This paper investigates framework of face annotation

More information

Visual Semantic Complex Network for Web Images

Visual Semantic Complex Network for Web Images 2013 IEEE International Conference on Computer Vision Visual Semantic Complex Network for Web Images Shi Qiu 1, Xiaogang Wang 2,3, and Xiaoou Tang 1,3 1 Department of Information Engineering, 2 Department

More information

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS Nilam B. Lonkar 1, Dinesh B. Hanchate 2 Student of Computer Engineering, Pune University VPKBIET, Baramati, India Computer Engineering, Pune University VPKBIET,

More information

A Novel Approach for Inferring and Analyzing User Search Goals

A Novel Approach for Inferring and Analyzing User Search Goals A Novel Approach for Inferring and Analyzing User Search Goals Y. Sai Krishna 1, N. Swapna Goud 2 1 MTech Student, Department of CSE, Anurag Group of Institutions, India 2 Associate Professor, Department

More information

Visual Query Suggestion

Visual Query Suggestion Visual Query Suggestion Zheng-Jun Zha, Linjun Yang, Tao Mei, Meng Wang, Zengfu Wang University of Science and Technology of China Textual Visual Query Suggestion Microsoft Research Asia Motivation Framework

More information

International Journal of Innovative Research in Computer and Communication Engineering

International Journal of Innovative Research in Computer and Communication Engineering Optimized Re-Ranking In Mobile Search Engine Using User Profiling A.VINCY 1, M.KALAIYARASI 2, C.KALAIYARASI 3 PG Student, Department of Computer Science, Arunai Engineering College, Tiruvannamalai, India

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

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

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds 9 1th International Conference on Document Analysis and Recognition Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds Weihan Sun, Koichi Kise Graduate School

More information

An Efficient Image Retrieval System Using Surf Feature Extraction and Visual Word Grouping Technique

An Efficient Image Retrieval System Using Surf Feature Extraction and Visual Word Grouping Technique International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 2 ISSN : 2456-3307 An Efficient Image Retrieval System Using Surf

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

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University CS473: CS-473 Course Review Luo Si Department of Computer Science Purdue University Basic Concepts of IR: Outline Basic Concepts of Information Retrieval: Task definition of Ad-hoc IR Terminologies and

More information

Efficient Content Based Image Retrieval System with Metadata Processing

Efficient Content Based Image Retrieval System with Metadata Processing IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 10 March 2015 ISSN (online): 2349-6010 Efficient Content Based Image Retrieval System with Metadata Processing

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

OPTIMIZATION OF MINING HISTOGRAMIC SIGNS DETECTION AND RECOGNITION SYSTEM

OPTIMIZATION OF MINING HISTOGRAMIC SIGNS DETECTION AND RECOGNITION SYSTEM International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 10, Oct 2015, pp. 34-41, Article ID: IJCET_06_10_004 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=6&itype=10

More information

A Metric for Inferring User Search Goals in Search Engines

A Metric for Inferring User Search Goals in Search Engines International Journal of Engineering and Technical Research (IJETR) A Metric for Inferring User Search Goals in Search Engines M. Monika, N. Rajesh, K.Rameshbabu Abstract For a broad topic, different users

More information

I. INTRODUCTION. Fig Taxonomy of approaches to build specialized search engines, as shown in [80].

I. INTRODUCTION. Fig Taxonomy of approaches to build specialized search engines, as shown in [80]. Focus: Accustom To Crawl Web-Based Forums M.Nikhil 1, Mrs. A.Phani Sheetal 2 1 Student, Department of Computer Science, GITAM University, Hyderabad. 2 Assistant Professor, Department of Computer Science,

More information

Keywords APSE: Advanced Preferred Search Engine, Google Android Platform, Search Engine, Click-through data, Location and Content Concepts.

Keywords APSE: Advanced Preferred Search Engine, Google Android Platform, Search Engine, Click-through data, Location and Content Concepts. Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Advanced Preferred

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

CS 6320 Natural Language Processing

CS 6320 Natural Language Processing CS 6320 Natural Language Processing Information Retrieval Yang Liu Slides modified from Ray Mooney s (http://www.cs.utexas.edu/users/mooney/ir-course/slides/) 1 Introduction of IR System components, basic

More information

Supervised Reranking for Web Image Search

Supervised Reranking for Web Image Search for Web Image Search Query: Red Wine Current Web Image Search Ranking Ranking Features http://www.telegraph.co.uk/306737/red-wineagainst-radiation.html 2 qd, 2.5.5 0.5 0 Linjun Yang and Alan Hanjalic 2

More information

Image Retrieval with a Visual Thesaurus

Image Retrieval with a Visual Thesaurus 2010 Digital Image Computing: Techniques and Applications Image Retrieval with a Visual Thesaurus Yanzhi Chen, Anthony Dick and Anton van den Hengel School of Computer Science The University of Adelaide

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

KNOWLEDGE GRAPHS. Lecture 1: Introduction and Motivation. TU Dresden, 16th Oct Markus Krötzsch Knowledge-Based Systems

KNOWLEDGE GRAPHS. Lecture 1: Introduction and Motivation. TU Dresden, 16th Oct Markus Krötzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Lecture 1: Introduction and Motivation Markus Krötzsch Knowledge-Based Systems TU Dresden, 16th Oct 2018 Introduction and Organisation Markus Krötzsch, 16th Oct 2018 Knowledge Graphs slide

More information

NOVEL APPROACH TO CONTENT-BASED VIDEO INDEXING AND RETRIEVAL BY USING A MEASURE OF STRUCTURAL SIMILARITY OF FRAMES. David Asatryan, Manuk Zakaryan

NOVEL APPROACH TO CONTENT-BASED VIDEO INDEXING AND RETRIEVAL BY USING A MEASURE OF STRUCTURAL SIMILARITY OF FRAMES. David Asatryan, Manuk Zakaryan International Journal "Information Content and Processing", Volume 2, Number 1, 2015 71 NOVEL APPROACH TO CONTENT-BASED VIDEO INDEXING AND RETRIEVAL BY USING A MEASURE OF STRUCTURAL SIMILARITY OF FRAMES

More information

Improving Instance Search Performance in Video Collections

Improving Instance Search Performance in Video Collections Improving Instance Search Performance in Video Collections Zhenxing Zhang School of Computing Dublin City University Supervisor: Dr. Cathal Gurrin and Prof. Alan Smeaton This dissertation is submitted

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

Internet Search: Interactive On-Line Image Search Re-Ranking

Internet Search: Interactive On-Line Image Search Re-Ranking ISSN: 2278 0211 (Online) Internet Search: Interactive On-Line Image Search Re-Ranking Atchut Pavan Kumar. P Department Of Computer Science, Arora Technological Research Institute, Parvathapur, Hyderabad,

More information

3. Working Implementation of Search Engine 3.1 Working Of Search Engine:

3. Working Implementation of Search Engine 3.1 Working Of Search Engine: Image Search Engine Using SIFT Algorithm Joshi Parag #, Shinde Saiprasad Prakash 1, Panse Mihir 2, Vaidya Omkar 3, # Assistance Professor and 1, 2 &3 Students Department:- Computer Engineering, Rajendra

More information

Lecture 12 Recognition. Davide Scaramuzza

Lecture 12 Recognition. Davide Scaramuzza Lecture 12 Recognition Davide Scaramuzza Oral exam dates UZH January 19-20 ETH 30.01 to 9.02 2017 (schedule handled by ETH) Exam location Davide Scaramuzza s office: Andreasstrasse 15, 2.10, 8050 Zurich

More information

Heterogeneous Sim-Rank System For Image Intensional Search

Heterogeneous Sim-Rank System For Image Intensional Search Heterogeneous Sim-Rank System For Image Intensional Search Jyoti B.Thorat, Prof.S.S.Bere PG Student, Assistant Professor Department Of Computer Engineering, Dattakala Group of Institutions Faculty of Engineering

More information

ANovel Approach to Collect Training Images from WWW for Image Thesaurus Building

ANovel Approach to Collect Training Images from WWW for Image Thesaurus Building ANovel Approach to Collect Training Images from WWW for Image Thesaurus Building Joohyoun Park and Jongho Nang Dept. of Computer Science and Engineering Sogang University Seoul, Korea {parkjh, jhnang}@sogang.ac.kr

More information

Facial Image Annotation Search using CBIR and Supervised Label Refinement

Facial Image Annotation Search using CBIR and Supervised Label Refinement Facial Image Annotation Search using CBIR and Supervised Label Refinement Tayenjam Aerena, Shobha T. M.Tech Student, Dept of CSE, The Oxford College of Engineering, Bangalore, India Associate Professor,

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

Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information

Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information Duc-Tien Dang-Nguyen, Giulia Boato, Alessandro Moschitti, Francesco G.B. De Natale Department of Information

More information

Lecture 1: Introduction and Motivation Markus Kr otzsch Knowledge-Based Systems

Lecture 1: Introduction and Motivation Markus Kr otzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Introduction and Organisation Lecture 1: Introduction and Motivation Markus Kro tzsch Knowledge-Based Systems TU Dresden, 16th Oct 2018 Markus Krötzsch, 16th Oct 2018 Course Tutors Knowledge

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Digital Image Forgery Detection Based on GLCM and HOG Features

Digital Image Forgery Detection Based on GLCM and HOG Features Digital Image Forgery Detection Based on GLCM and HOG Features Liya Baby 1, Ann Jose 2 Department of Electronics and Communication, Ilahia College of Engineering and Technology, Muvattupuzha, Ernakulam,

More information

A Study on Low Level Features and High

A Study on Low Level Features and High A Study on Low Level Features and High Level Features in CBIR Rohini Goyenka 1, D.B.Kshirsagar 2 P.G. Student, Department of Computer Engineering, SRES Engineering College, Kopergaon, Maharashtra, India

More information

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 1 Department of Electronics & Comp. Sc, RTMNU, Nagpur, India 2 Department of Computer Science, Hislop College, Nagpur,

More information

R. R. Badre Associate Professor Department of Computer Engineering MIT Academy of Engineering, Pune, Maharashtra, India

R. R. Badre Associate Professor Department of Computer Engineering MIT Academy of Engineering, Pune, Maharashtra, India Volume 7, Issue 4, April 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Web Service Ranking

More information

Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task. Junjun Wang 2013/4/22

Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task. Junjun Wang 2013/4/22 Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task Junjun Wang 2013/4/22 Outline Introduction Related Word System Overview Subtopic Candidate Mining Subtopic Ranking Results and Discussion

More information