User Tweets based Genre Prediction and Movie Recommendation using LSI and SVD

Size: px
Start display at page:

Download "User Tweets based Genre Prediction and Movie Recommendation using LSI and SVD"

Transcription

1 User Tweets based Genre Predcton and Move Recommendaton usng LSI and SVD Saksh Bansal, Chetna Gupta Department of CSE/IT Jaypee Insttute of Informaton Technology,sec-62 Noda, Inda Anuja Arora Department of CSE/IT Jaypee Insttute of Informaton Technology,sec-62 Noda, Inda Abstract The emergng popularty and rase n users posts on socal meda gave brth to numerous research challenges. Out of all challenges users centrc context nformaton based recommendaton s one prme research area to recommend jobs, events and moves. Here n ths research work we focus on move context aware recommendaton and for ths purpose, we analyze users posted move tweets to understand ther ntentons for the same. Therefore, the objectve of ths research work s to predct genre of moves based on user s posted move tweets and recommendng moves to users accordng to predcted genre. For ths purpose, we pre-processed twtter extracted move tweets usng tokenzaton, porter stemmng, stop word removal and use Word-Net dctonary for synonym matchng. Further, we apply Latent Semantc Indexng technque whch n turn nvolves Sngular Value Decomposton on ths pre-processed data and predcts genre on the bass of IMDb move genre categorzaton. The predcted genre conveys the move nterest of the user and to recommend move on the bass of predcted genre whch s measured through eucldean dstance. We have extracted IMdb gven move data and further predcted genre usng our proposed technque. To valdate ths we dvded our dataset usng pareto prncple and matched wth IMDb gven genre data set and acheved approxmate 70% accuracy usng our approach. Keywords context aware recommendaton, Latent Semantc Analyss(LSI), Move recommendaton, Move genre predcton, Tweets, Twtter, SVD I. INTRODUCTION AND BACKGROUND Recommender systems are operatonal nformaton flterng systems whch flter tems accordng to user nterest/ ntentons. Nowadays, mmense amount of moves are avalable correspondng to every genre. Preference/ nterest of move and genre vary from person to person. It becomes really cumbersome for a person to fnd move of hs concern from the large number of avalable optons. An effcacous Move Recommender System has managed to address ths ssue. Much work has been reported usng the LSI technque whch nvolves topc classfcaton from documents [2-6]. Sona Bergamasch and Laura Po[2] have proposed a plot-based recommendaton system whch s based on evaluaton of smlarty between plot of user-purchased vdeo and the plots of vdeos stored n database. They have mplemented and compared the two topc models LSI and LDA on the large database. The performance of both technques s computed and LSI proves to be more superor. Ka Chen et. al.[3] proposed a framework usng text category method to classfy musc genres. LSI technque has been used by them for musc genre classfcaton. They have acheved a 70.% of correct classfcaton usng the proposed technque whch comes out to be better than the popular musc genre classfcaton such as GMM[9]. Suvr Bhargav [4] has proposed to extract move related features such as descrpton of locaton, characters and genres from user wrtten move revews. He has used LSI and LDA for the feature extracton from the move revews. Smlarty metrcs such as Hellnger dstance s then used to fnd moves wth smlar topc dstrbuton. Badrul M. Sarwar, George Karyps, Joseph A. Konstan and John T. Redl [5] have expermented wth two dfferent technologes for the recommender systems databases. Frstly, SVD has been explored to reduce the dmensonalty of the database and to recommend user preference tems based on a database of explct ratng of products Secondly, they have compared the nfluence of two recommender systems at producng Top-N lsts based on a database from an e-commerce ste. SVD was found better on the database that was based on real consumer purchase. Thomas L. Grffths, Mark Steyvers and Irvne Joshua B. Tenenbaum [6] analyzes the abstract computatonal problem underlyng the extracton and use of gst, formulatng ths problem as a ratonal statstcal nference. Ths leads to a novel approach to semantc representaton n whch word meanngs are represented n terms of a set of probablstc topcs. The topc model performs well n predctng word assocaton and the effects of semantc assocaton and ambguty on a varety of language-processng and memory tasks. The focus of our paper s to provde an automatc move recommendaton system that s based on semantc understandng of lve tweets beng scraped through twtter API [0]. Recent studes also clam the effect of move tweets on user s decson to watch a move, 87% of the people sad that move tweets on twtter nfluence ther recent move choce []. In ths research work, all the tweets related to the favourte move of the user are fetched from Twtter and then the semantc analyss of the tweets starts through whch s used to predct genres of the move. We explored the topc modellng technque and appled latent semantc ndexng (LSI) [] technque for twtter-based recommendaton system. Although the topc model s not new n the feld of recommendaton system but use has not been /6/$ IEEE

2 deeper analyzed n user tweets based recommendaton for moves. Therefore, the tweet based analyss usng LSI n ths doman gves novelty to our research work. The major focus s on the fact that we have not used any user context nformaton for recommendaton, our man crtera to nterpret the move nterest of the user s on the bass of move tweets posted by other users at twtter. Our recommender system asks for user s sngle favourte move, fetches move tweets for the same and fnally map and measure genre based smlarty ndex of favourte one wth enormous amount of move tweets avalable n database stored n Mongodb. System dentfes genre of all moves whose descrpton s already n database based on ther tweets and map t wth favourte move tweets generated genre to predct and recommend most mapped moves. The rest of the paper s structured as: Proposed genre predcton and genre based recommendaton model and ts process flow dscuss n secton 2. Secton 3 descrbes the descrptve statstcs of used dataset. Secton 4 s about methodology used and t contans varous sub sectons correspondng to genre predcton and move recommendaton from fetched move tweets. Secton 5 dscussed results and fnally concludng remarks n secton 6. components to recommend wth respect to users past preferences- Neghbor dentfcaton means users smlar to the target user; personalze preference on the bass of preference pattern. Whereas, t s also a pont of thought, f we don t have any prevously stored user data then how to analyze user s preference. Our work s bascally a solvent approach for ths sort of scenaro. In ths research work, we apply collaboratng flterng on the bass of component parameters/ propertes. For ths purpose, we ntroduce the projected tweet based genre predcton and move recommendaton model shown n fgure and Flow Dagram of projected approach s shown n fgure2. Frst and second stage of projected model s data extracton stage shown n dotted lne crcle n fgure. Ths data extracton stage educes nterestng and enormous amount of move tweets from twtter usng twtter API [9] and store extracted move tweets n MongoDb. Another requred data s IMDb genre keyword dctonary [7] and IMDb move data. Here we elct genre keyword dctonary from IMDb through ts feature of keyword search and to mprove t we collect genre assocated keywords or synonym words from Wordnet dctonary [2] Fg.. Tweet based genre predcton and recommendaton model II. TWEET BASED GENRE PREDICTION AND MOVIE RECOMMENDATION MODEL Collaboratve flterng s a related feld of research whch covers the relatonshp between users and tem. The prme objectve of collaboratve flterng s to recommend and predct users preferences on the bass of prevously rated tem by users. Basc collaboratve flterng has two sgnfcant Thrd stage s Pre-processng of tweets to reduce data dmenson to bump off unnecessary and waste data. To pre-process twtter collected tweets data, we use flterng to remove stop word, nconsstent data. Thereafter, we apply porter stemmng approach whch s a natural language processng technque to dentfy root node such as word processng wll reduce to root word process.

3 Fourth and ffth stages are bascally ntegrated stage. Fourth stage s Genre Dctonary Vectorzaton and Formaton of bag of words whch use vector space model (VSM) to generate a vector space n whch both document and queres are represented by vectors. Here documents are pre-processed tweets and queres are genre keyword dctonary words. Ffth stage s Formaton of query matrx s bascally matrx of tweet keywords and ther collgated genre whch s bascally a boolean sort of matrx based on keyword matches wth genre means or not match means 0. Sxth stage s Matrx Reducton as formed term-document matrx s of hgh dmenson. Therefore to overcome ths ssue we apply Latent semantc ndexng usng sngular value decomposton to reduce dmensons. Fnal last two stages Genre Predcton and Move recommendaton are result stages. For genre predcton, our system desres a sngle preference of user s choce move whch s our query and wth the help of ffth stage system wll generate a query matrx accordng to keyword les n query tweets. System follows all projected model steps for user preferred move query- extract preferred move tweets, pre-process tweets, run t on formed query matrx and on the bass of smlarty measure predct preferred genre and recommend move of more smlarty value to user. extracted data accordng to our need. Here n ths work, we bascally use three datasets, two from IMDb ste and one move tweets dataset from twtter. Frst Dataset s IMDb extracted genre dctonary whch s bascally a keywords dctonary correspondng to genre gven at IMDb. For ths, we fetched and stored genre related keyword from IMDb webste usng python lbrary- BeautfulSoup [3]. BeautfulSoup s a Python package used for parsng HTML and XML documents. To mprove dctonary data, we used wordnet [] for Synonyms. Genre dctonary data set detals are mentoned n TableI. Second Dataset used n the project s collected from Twtter. Twtter s the most wdely used socal networkng ste and t gves us real tme data and can be used n research to produce results wth relevance to the real world. The database of tweets s created usng Twtter API- Tweepy[4]. Detaled dataset nformaton reflected n Table I. Thrd Data set used n ths research work was IMDb move dataset shown n Table I whch s dfferent than prevously mentoned IMDb genre dataset. Bascally we used ths dataset to valdate our result. In our work as we predct genre therefore to valdate predcted genre, we extract few IMDb move data whch we matched wth twtter extracted move data. Thereafter on the bass of matchng we determne accuracy of resultant predcted genre. TABLE I. DESCRIPTIVE DATA STATISTICS OF USED DATASET IMDb Genre Dataset ~ 0 number of Genres: Acton, Anmaton, Comedy, Fantasy, Horror, Romance, Scf, Sport, Thrller, and War. Mean # of Genre Keyword 23.7 Medan # of Genre Keywords 26.5 Max # of Genre Keywords 36(n acton) Twtter Data Set ~ 00 number of Moves tweets extracted ~5000 tweets Average length of tweets: 40 words IMDb Move Data set Number of Moves: 20 (20% of twtter data set move) # of genre n each move:2 Fg. 2. Flow Dagram Of Proposed Approach III. DESCRIPTIVE STATISTICS OF USED DATASET For experment, we extract and crawl dataset from IMDb and Twtter. We have used IMDb for move dataset and twtter has been used for users tweets assocated to moves. Snce our nterest s n mappng and fndng correlaton among moves on the bass of users posted move tweets. Thus we IV. METHODOLOGY A. Pre-processng of Tweets For text processng on tweets we used NLTK, an open source lbrary [5]. The move tweets are extracted, then only the text part of the tweets s kept by applyng varous text clearng technques. Text clearng technques are requred because n-correct or nconsstent data can lead to false conclusons and msdrected nvestments on both publc and prvate scales. Frstly, all the urls, hashtags, punctuatons are removed from tweets. Secondly, the less relevant words also called the stop words are removed from the tweets. We used default stop word of englsh language. Thereafter, the stemmng technque called the Porter Stemmer stemmng s appled to convert the words nto stems (root word). All ths s easly acheved through the process of NLP. Text flterng helps n removng unnecessary nformaton. The fnal

4 keywords obtaned after pre-processng of tweets are stored n an array. B. Genre dctonary Vectorsaton and Formaton of Bag of words Keywords of each genre crawled from IMDB are stored n the database. Each genre s consdered as document and term are consdered as keyword assocated wth each genre contaned n genre dctonary shown n Table II. We represent ths structure nto vector space model [6]. Each word corresponds to a dmenson and each document s a vector wth non-negatve values on each dmenson. To represent document- term as a vector, consder each word as a term. The keywords of varous genres are then fetched from the database such as all the words from acton dctonary are fetched and then are assgned the value correspondng to acton column and all other columns are assgned value 0 ndcatng that ths keyword belongs to only acton genre. Then all the keywords from anmaton dctonary are fetched and are compared wth the prevously added terms n bag of words. If the term matches then t s gven a value correspondng to anmaton column representng that ths keyword represents both acton and anmaton genre. If the term does not match then t s added to the bag of words and s assgned a value correspondng to anmaton column and rest all columns are gven 0 value. Ths process s repeated for all the ten genres and fnally a m x dmenson s formed where m represents the total number of terms. Frst column represents the keyword and other 0 columns represent the genres. Pseudocode for the same s shown n fgure 3. TABLE II. REPRESENTATION OF A PART OF BAG OF WORDS FORMED Acton Anmaton Comedy Fantasy Horror Romance Sc-f Sport Thrller War warror betray terror detect battle sabotage teleport Basket ball Pseudocode: Fetch keyword from database Check f the word s already present n the bag If word present n bag of words: Update correspondng genres s value to else: Add the word to the bag of words. Mark the correspondng genre s value to and set all other genres to 0. Fg. 3. Pseudo code for bag of words generaton C. Formaton of query matrx All prevous steps are fundamentally assocated keyword-genre mappng matrx generaton steps. For predcton and recommendaton, Our approach demands for a sngle preference move from user whch s bascally our query. System extracts tweets assocated to query term and obtans array of keywords after pre-processng of tweets whch are used to create a query matrx. Extracted tweets for a sample move as query d shown n fgure4. The keywords from bag of words are compared wth all the array of keywords of pre-processed tweets. If the word matches then value s marked else t s marked 0. Fg. 4. Twtter Extracted tweet content D. Matrx reducton by topc model The above formed term-document matrx s of hgh dmenson. Therefore, to tackle ths problem latent semantc ndexng (LSI) has been appled whch uses sngular value decomposton on document term matrx to reduce the matrx dmenson.

5 Latent Semantc Indexng (LSI) s a model for extractng and representng the contextual-usage meanng of words by statstcal computatons appled to a large corpus of documents. The LSI conssts of a Sngular Value Decomposton (SVD) of the matrx T (Tranng set matrx) followed by a Rank lowerng.the orgnal matrx bag s genre-keyword matrx and represents the relatonshps between keywords and genres. The SVD conssts of representng the matrx bag as the product of three matrces as n equaton: bag=u. S. V... () Here, we reduced bag matrx to three matrces U, S and V where U and V are orthogonal matrces and S s a dagonal matrx n SVD process. The pseudo code of appled SVD s shown n fgure 5. The SVD of the matrx s consequently followed by a Rank 2 approxmaton by keepng the frst two columns of U and V and the frst two columns and rows of S whch gves us U, V,S. The columns of V gves us the new vector coordnates of varous genres n reduced 2-D space The purpose of dmensonalty reducton s to reduce nose n the latent space, resultng n a rcher word relatonshp structure that reveals latent semantcs present n the collecton.then the query vector coordnates n reduced 2-dmensonal space are found wth the help of the equaton 2: query = query. U. nv(s)... (2). bag U.S.V 2. U bag.bag 3. Egen values and egen vectors of U are computed. 4. Orthogonal matrx of egen vector U s computed. 5. V bag.bag 6. Steps 3 and 4 are repeated for computaton of V 7. V V 8. S dagonal matrx of egen values. 9. For every genre vector: Egen values n every row of V 0. query query.u.nv(s) Fg. 5. Pseudo code for Matrx reducton usng LSI E. Genre predcton and Move recommendaton ) Genre Predcton: The predcton of genre of move s done on the bass of smlarty between the varous document and query vector. The cosne smlarty metrcs used to measure smlarty. It s the most used measure of document smlarty. Its usage can be seen n nformaton retreval doman. In order to measure the smlarty of genre wth the query matrx we can calculate the cosne of the angle between the two term vectors (equaton 3, 4). A. B Smlarty= cos(θ ) = = A B = n n = A A 2 B n = B 2... (3) Here A s the document vector representng varous genres and B s the query vector. The smlarty of varous genres wth the query vector was calculated and they were ranked n decreasng order gvng us the three predcted genres of the move as shown n fgure 6. query. genre Smlarty (query, genre) =... (4) query genre 2) Move Recommendaton: The moves are recommended by usng the concept of content based recommendaton system whch calculates the dstance between the objects to compute ther smlarty. The less the dstance between the objects, more smlar they are to each other. The Eucldean dstance of the target move s calculated wth the moves already stored n the database. The smlarty s calculated for only those moves whose all three or two or one genres match wth the genres of the target move. Fnally the top fve moves are recommended as shown n fgure 6. Predcted Genre Recommended Moves Fg. 6. Predcted Genre and Move recommendaton Result V. RESULTS We have used Pareto Prncple whch s also known as rule for the verfcaton of our genres whch are beng predcted through our projected approach. Accordng to the Pareto Prncple we are takng 20% move data of the tranng set and assgned genre to move exst n test set. To valdate and verfy tweet based predcted genre accuracy, collects IMDb assgned genre of test set moves and compare the predcted genres wth the IMDb assgned genre. The accuracy acheved by projected tweet based genre predcton approach s 70%. Same matchng s shown n table III.

6 TABLE III. PREDICTED GENRE AND IMDB GENRE COMPARISON VI. CONCLUSION AND FUTURE WORK In ths work a twtter based genre predcton and move recommendaton system was developed. The system targets the move related tweets posted by users to dentfy ther preferred genre. Tweets were preprocessed to fnd the relevant keywords and then they were compared to the genre keyword s of varous genres. Genre Predcton was acheved wth the help of LSI and SVD. User was recommended moves of hs preferred genre by calculatng Eucldean Dstance wth the moves already stored n the database.the focus was to mprove the qualty of move recommendaton accordng to the genre predcton of the move. There s a lot of scope n semantc analyss of user posted move related tweets n recommendaton of moves.in long term ths system can be extended to nclude varous other features of move as well lke ratng, star cast, songs etc. [5] Sarwar, B., Karyps, G., Konstan, J., & Redl, J. (2000). Applcaton of dmensonalty reducton n recommender system-a case study (No. TR ). Mnnesota Unv. Mnneapols Dept of Computer Scence. [6] Grffths, T. L., Steyvers, M., & Tenenbaum, J. B. (2007). Topcs n semantc representaton. Psychologcal revew, 4(2), 2. [7] [8] [9] [0] [] [2] [3] [4] [5] [6] Katta, E., & Arora, A. (205, August). An mproved approach to Englsh-Hnd based Cross Language Informaton Retreval system. In Contemporary Computng (IC3), 205 Eghth Internatonal Conference on (pp ). IEEE. REFERENCES [] Latent Semantc Analyss and Topc Modelng: Roads to Text Meanng H Tú B o Japan Advanced Insttute of Scence and Technology Vetnamese Academy of Scence and Technology [2] Bergamasch, S., & Po, L. (204). Comparng LDA and LSA Topc Models for Content-Based Move Recommendaton Systems. In Web Informaton Systems and Technologes (pp ). Sprnger Internatonal Publshng. [3] Chen, K., Gao, S., Zhu, Y., & Sun, Q. (2006, October). Musc genres classfcaton usng text categorzaton method. In Multmeda Sgnal Processng, 2006 IEEE 8th Workshop on (pp ). IEEE. [4] Bhargav, Suvr. "Effcent Features for Move Recommendaton Systems." (204).

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Enhancement of Infrequent Purchased Product Recommendation Using Data Mining Techniques

Enhancement of Infrequent Purchased Product Recommendation Using Data Mining Techniques Enhancement of Infrequent Purchased Product Recommendaton Usng Data Mnng Technques Noraswalza Abdullah, Yue Xu, Shlomo Geva, and Mark Loo Dscplne of Computer Scence Faculty of Scence and Technology Queensland

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition Mathematcal Methods for Informaton Scence and Economcs Novel Pattern-based Fngerprnt Recognton Technque Usng D Wavelet Decomposton TUDOR BARBU Insttute of Computer Scence of the Romanan Academy T. Codrescu,,

More information

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines (IJCSIS) Internatonal Journal of Computer Scence and Informaton Securty, Herarchcal Web Page Classfcaton Based on a Topc Model and Neghborng Pages Integraton Wongkot Srura Phayung Meesad Choochart Haruechayasak

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

Recommender System based on Higherorder Logic Data Representation

Recommender System based on Higherorder Logic Data Representation Recommender System based on Hgherorder Logc Data Representaton Lnna L Bngru Yang Zhuo Chen School of Informaton Engneerng, Unversty Of Scence and Technology Bejng Abstract Collaboratve Flterng help users

More information

Impact of a New Attribute Extraction Algorithm on Web Page Classification

Impact of a New Attribute Extraction Algorithm on Web Page Classification Impact of a New Attrbute Extracton Algorthm on Web Page Classfcaton Gösel Brc, Banu Dr, Yldz Techncal Unversty, Computer Engneerng Department Abstract Ths paper ntroduces a new algorthm for dmensonalty

More information

Audio Content Classification Method Research Based on Two-step Strategy

Audio Content Classification Method Research Based on Two-step Strategy (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, Audo Content Classfcaton Method Research Based on Two-step Strategy Sume Lang Department of Computer Scence and Technology Chongqng

More information

An Item-Targeted User Similarity Method for Data Service Recommendation

An Item-Targeted User Similarity Method for Data Service Recommendation 01 IEEE 16th Internatonal Enterprse Dstrbuted Object Computng Conference Workshops An Item-Targeted User Smlarty Method for Data Serce Recommendaton Cheng Zhang, Xaofang Zhao Insttute of Computng Technology

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Semantic Illustration Retrieval for Very Large Data Set

Semantic Illustration Retrieval for Very Large Data Set Semantc Illustraton Retreval for Very Large Data Set Song Ka, Huang Te-Jun, Tan Yong-Hong Dgtal Meda Lab, Insttute of Computng Technology, Chnese Academy of Scences Beng, 00080, R Chna Insttute for Dgtal

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval Proceedngs of the Thrd NTCIR Workshop Descrpton of NTU Approach to NTCIR3 Multlngual Informaton Retreval Wen-Cheng Ln and Hsn-Hs Chen Department of Computer Scence and Informaton Engneerng Natonal Tawan

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Laplacian Eigenmap for Image Retrieval

Laplacian Eigenmap for Image Retrieval Laplacan Egenmap for Image Retreval Xaofe He Partha Nyog Department of Computer Scence The Unversty of Chcago, 1100 E 58 th Street, Chcago, IL 60637 ABSTRACT Dmensonalty reducton has been receved much

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

Keyword-based Document Clustering

Keyword-based Document Clustering Keyword-based ocument lusterng Seung-Shk Kang School of omputer Scence Kookmn Unversty & AIrc hungnung-dong Songbuk-gu Seoul 36-72 Korea sskang@kookmn.ac.kr Abstract ocument clusterng s an aggregaton of

More information

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning Journal of Computer Scence 7 (3): 400-408, 2011 ISSN 1549-3636 2011 Scence Publcatons SRBIR: Semantc Regon Based Image Retreval by Extractng the Domnant Regon and Semantc Learnng 1 I. Felc Raam and 2 S.

More information

Information Retrieval

Information Retrieval Anmol Bhasn abhasn[at]cedar.buffalo.edu Moht Devnan mdevnan[at]cse.buffalo.edu Sprng 2005 #$ "% &'" (! Informaton Retreval )" " * + %, ##$ + *--. / "#,0, #'",,,#$ ", # " /,,#,0 1"%,2 '",, Documents are

More information

Cross-lingual Pseudo Relevance Feedback Based on Weak Relevant Topic Alignment

Cross-lingual Pseudo Relevance Feedback Based on Weak Relevant Topic Alignment Cross-lngual Pseudo Relevance Feedback Based on Weak Relevant opc Algnment WANG Xu-wen Insttute of Medcal Informaton & Lbrary, Chnese Academy of Medcal Scences, Beng 100020 wang.xuwen@mcams.ac.cn ZHANG

More information

Arabic Text Classification Using N-Gram Frequency Statistics A Comparative Study

Arabic Text Classification Using N-Gram Frequency Statistics A Comparative Study Arabc Text Classfcaton Usng N-Gram Frequency Statstcs A Comparatve Study Lala Khresat Dept. of Computer Scence, Math and Physcs Farlegh Dcknson Unversty 285 Madson Ave, Madson NJ 07940 Khresat@fdu.edu

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

A Refined Hybrid Image Retrieval System using Text and Color

A Refined Hybrid Image Retrieval System using Text and Color www.ijcsi.org 48 A Refned Hybrd Image Retreval System usng Text and Color Ndh Goel 1, and Prt Sehgal 1 Ph.D. Research Scholar, Unversty of Delh, New Delh, Inda Assocate Professor, Department of Computer

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

The Effect of Similarity Measures on The Quality of Query Clusters

The Effect of Similarity Measures on The Quality of Query Clusters The effect of smlarty measures on the qualty of query clusters. Fu. L., Goh, D.H., Foo, S., & Na, J.C. (2004). Journal of Informaton Scence, 30(5) 396-407 The Effect of Smlarty Measures on The Qualty of

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

A Novel Video Retrieval Method Based on Web Community Extraction Using Features of Video Materials

A Novel Video Retrieval Method Based on Web Community Extraction Using Features of Video Materials IEICE TRANS. FUNDAMENTALS, VOL.E92 A, NO.8 AUGUST 2009 1961 PAPER Specal Secton on Sgnal Processng A Novel Vdeo Retreval Method Based on Web Communty Extracton Usng Features of Vdeo Materals Yasutaka HATAKEYAMA

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Learning an Image Manifold for Retrieval

Learning an Image Manifold for Retrieval Learnng an Image Manfold for Retreval Xaofe He*, We-Yng Ma, and Hong-Jang Zhang Mcrosoft Research Asa Bejng, Chna, 100080 {wyma,hjzhang}@mcrosoft.com *Department of Computer Scence, The Unversty of Chcago

More information

An Approach for Recommender System by Combining Collaborative Filtering with User Demographics and Items Genres

An Approach for Recommender System by Combining Collaborative Filtering with User Demographics and Items Genres Volume 18 No.13, October 015 An Approach for Recommender System by Combnng Collaboratve Flterng wth User Demographcs and Items Genres Saurabh Kumar Twar Department of Informaton Technology Samrat Ashok

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

Constructing Minimum Connected Dominating Set: Algorithmic approach

Constructing Minimum Connected Dominating Set: Algorithmic approach Constructng Mnmum Connected Domnatng Set: Algorthmc approach G.N. Puroht and Usha Sharma Centre for Mathematcal Scences, Banasthal Unversty, Rajasthan 304022 usha.sharma94@yahoo.com Abstract: Connected

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

LRD: Latent Relation Discovery for Vector Space Expansion and Information Retrieval

LRD: Latent Relation Discovery for Vector Space Expansion and Information Retrieval LRD: Latent Relaton Dscovery for Vector Space Expanson and Informaton Retreval Techncal Report KMI-06-09 March, 006 Alexandre Gonçalves, Janhan Zhu, Dawe Song, Vctora Uren, Roberto Pacheco In Proc. of

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

We Two Seismic Interference Attenuation Methods Based on Automatic Detection of Seismic Interference Moveout

We Two Seismic Interference Attenuation Methods Based on Automatic Detection of Seismic Interference Moveout We 14 15 Two Sesmc Interference Attenuaton Methods Based on Automatc Detecton of Sesmc Interference Moveout S. Jansen* (Unversty of Oslo), T. Elboth (CGG) & C. Sanchs (CGG) SUMMARY The need for effcent

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Experiments in Text Categorization Using Term Selection by Distance to Transition Point

Experiments in Text Categorization Using Term Selection by Distance to Transition Point Experments n Text Categorzaton Usng Term Selecton by Dstance to Transton Pont Edgar Moyotl-Hernández, Héctor Jménez-Salazar Facultad de Cencas de la Computacón, B. Unversdad Autónoma de Puebla, 14 Sur

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps Vsual Thesaurus for Color Image Retreval usng Self-Organzng Maps Chrstopher C. Yang and Mlo K. Yp Department of System Engneerng and Engneerng Management The Chnese Unversty of Hong Kong, Hong Kong ABSTRACT

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

Querying by sketch geographical databases. Yu Han 1, a *

Querying by sketch geographical databases. Yu Han 1, a * 4th Internatonal Conference on Sensors, Measurement and Intellgent Materals (ICSMIM 2015) Queryng by sketch geographcal databases Yu Han 1, a * 1 Department of Basc Courses, Shenyang Insttute of Artllery,

More information

Multimedia Content Processing through Cross-Modal Association

Multimedia Content Processing through Cross-Modal Association Multmeda Content Processng through Cross-Modal Assocaton Dongge L 1 1 Motorola Labs 1301 East Algonqun Road Schaumburg, Illnos 60196 donggel@motorolacom Nevenka Dmtrova 2 2 Phlps Research 345 Scarborough

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

More information

Domain Thesaurus Construction from Wikipedia *

Domain Thesaurus Construction from Wikipedia * Internatonal Conference on Computer, Networks and Communcaton Engneerng (ICCNCE 2013) Doman Thesaurus Constructon from Wkpeda * WenKe Yn 1, Mng Zhu 2, TanHao Chen 2 1 Department of Electronc Engneerng

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Web Document Classification Based on Fuzzy Association

Web Document Classification Based on Fuzzy Association Web Document Classfcaton Based on Fuzzy Assocaton Choochart Haruechayasa, Me-Lng Shyu Department of Electrcal and Computer Engneerng Unversty of Mam Coral Gables, FL 33124, USA charuech@mam.edu, shyu@mam.edu

More information

Application of k-nn Classifier to Categorizing French Financial News

Application of k-nn Classifier to Categorizing French Financial News Applcaton of k-nn Classfer to Categorzng French Fnancal News Huazhong KOU, Georges GARDARIN 2, Alan D'heygère 2, Karne Zetoun PRSM Laboratory, Unversty of Versalles Sant-Quentn 45 Etats-Uns Road, 78035

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

More information

Utilizing Content to Enhance a Usage-Based Method for Web Recommendation based on Q-Learning

Utilizing Content to Enhance a Usage-Based Method for Web Recommendation based on Q-Learning Proceedngs of the Twenty-Frst Internatonal FLAIS Conference (2008) Utlzng Content to Enhance a Usage-Based Method for Web ecommendaton based on Q-Learnng Nma Taghpour Department of Computer Engneerng Amrkabr

More information

Video Copy Detection Based on Fusion of Spatio-temporal Features

Video Copy Detection Based on Fusion of Spatio-temporal Features Vdeo Copy Detecton Based on Fuson of Spato-temporal Features BAO We, JI Lxn, GAO Shln, LI Xng, Lu Lxong Natonal Dgtal swtchng System Engneerng & Technologcal R&D Center Zhengzhou, Chna 3202004075@163.com

More information

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

More information

Data-dependent Hashing Based on p-stable Distribution

Data-dependent Hashing Based on p-stable Distribution Data-depent Hashng Based on p-stable Dstrbuton Author Ba, Xao, Yang, Hachuan, Zhou, Jun, Ren, Peng, Cheng, Jan Publshed 24 Journal Ttle IEEE Transactons on Image Processng DOI https://do.org/.9/tip.24.2352458

More information

Learning to Detect Information Outbreaks in Social Networks

Learning to Detect Information Outbreaks in Social Networks Learnng to Detect Informaton Outbreaks n Socal Networks Jayuan Ma jayuanm@stanford.edu Stanford Unversty Xncheng Zhang xnchen2@stanford.edu Stanford Unversty 1. INTRODUCTION Ths s the nformaton age. Everyday

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information