Transformation Networks for Target-Oriented Sentiment Classification ACL / 25

Size: px
Start display at page:

Download "Transformation Networks for Target-Oriented Sentiment Classification ACL / 25"

Transcription

1 Transformaton Networks for Target-Orented Sentment Classfcaton 1 Xn L 1, Ldong Bng 2, Wa Lam 1, Be Sh 1 1 The Chnese Unversty of Hong Kong 2 Tencent AI Lab ACL Jont work wth Tencent AI Lab Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

2 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

3 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

4 Introducton Target-Orented Sentment Classfcaton (TOSC) s to detect the overall opnons / sentments of the user revew towards the gven opnon target. TOSC s a supportng task of Target / Aspect-based Sentment Analyss [5]. TOSC has been nvestgated extensvely n other names: Aspect-level Sentment Classfcaton [1, 7, 10, 11, 12]. Targeted Sentment Predcton [6, 14]. Target-Dependent Sentment Classfcaton [2, 9]. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

5 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

6 Problem Formulaton TOSC s a typcal classfcaton task but the nput texts come from two sources: 1 Target: explctly mentoned phrase of opnon target, also called aspect term or aspect. 2 Context: the orgnal revew sentence or the sentence wthout target phrase. TOSC s to predct the overall sentment of the context towards the target. Example [Boot tme] s super fast, around anywhere from 35 seconds to 1 mnute. Ths revew conveys postve sentment over the nput Boot tme. Great [food] but the [servce] s dreadful. Gven the target food, the sentment polarty s postve whle f the nput target s servce, t becomes negatve. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

7 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

8 Motvaton 1 Convolutonal Neural Network (CNN) s more sutable for ths task than Attenton-based Models [1, 6, 7, 10, 11, 12, 13]. Sentments towards the targets are usually determned by key phrases. Example: Ths [dsh] s my favorte and I always get t and never get tred of t. CNN whose am s to capture the most nformatve n-grams (e.g., s my favorte ) n the sentence should be a sutable model. Attenton-based weghted combnaton of the entre word-level features may ntroduce some noses (e.g., never and tred n above sentence). We employ proxmty-based CNN rather than attenton-based RNN as the top-most feature extractor. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

9 Motvaton 2 CNN lkely fals n cases where a sentence expresses dfferent sentments over multple targets. Example: great [food] but the [servce] was dreadful! CNN cannot fully explore the target nformaton va vector concatenaton. Combnng context nformaton and word embeddng s an effectve way to represent a word n the convoluton-based archtecture [4] Our Soluton: () We propose a Target-Specfc Transformaton (TST) component to better consoldate the target nformaton wth word representatons. () We desgn two context-preservng mechansms Adaptve Scalng (AS) and Loseless Forwardng (LF) to combne the contextualzed representatons and the transformed representatons. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

10 Motvaton 3 Most of the exstng works do not dscrmnate dfferent words n the same target phrase In the target phrase, dfferent words would not contrbute equally to the target representaton. For example, n amd turn processor, phrase head processor s more mportant than amd and turn. Our TST solves ths problem n two steps: () Explctly calculatng the mportance scores of the target words. () Conductng word-level assocaton between the target and ts context. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

11 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

12 B-drectonal LSTM Transformaton Archtecture Convoluton Layer Model Overvew y Conv2d (L) h 1 (L) h 2 (L) h n CPT CPT CPT CPT h n (l+1) LF/AS TST (l) h n fully-connected (1) h 1 (1) h 2 (1) h n r τ h n (l) CPT CPT CPT h 1 (0) h 2 (0) h n (0) h 1 τ h 2 τ h m τ h n (l) x 1 τ x 2 τ x m τ x 1 x 2 x n Fgure: Archtecture of TNet. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

13 Model Overvew The proposed TNet conssts of the followng three components: 1 (BOTTOM) B-drectonal LSTM for memory buldng Generatng contextualzed word representatons. 2 (MIDDLE) Deep Transformaton archtecture for learnng target-specfc word representatons Refnng word-level representatons wth the nput target and the contextual nformaton. 3 (TOP) Proxmty-based convolutonal feature extractor. Introducng poston nformaton to detect the most salent features more accurately. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

14 Deep Transformaton Archtecture Deep Transformaton Archtecture stacks multple Context-Preservng Transformaton (CPT) layers Deeper network helps to learn more abstract features (He et al., CVPR 2016; Lecun et al., Nature 2015). Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

15 CPT Layer The functons of the CPT layer are two folds: 1 Incorporatng opnon target nformaton nto the word-level representatons. Generatng context-aware target representatons r τ condtoned on the -th word representaton h (l) fed to the l-th layer: r τ = m j=1 h τ j F(h (l), h τ j ), (l) h TST fully-connected τ (l) r h τ h τ 1 h τ 2 h m h (l) F(h (l), h τ j ) = exp (h (l) h τ j ) m k=1 exp (h(l) hk τ ), Obtanng target-specfc word representatons h (l) : h (l) = g(w τ [h (l) : r τ ] + b τ ), x 1 τ x 2 τ x m τ Fgure: Target-Specfc Transformaton (TST) component Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

16 CPT Layer 2 Preservng context nformaton for the upper layers We desgn two Context-Preservng Mechansms to add context nformaton back to the transformed word features h (l) () Adaptve Scalng (AS) (Smlar to Hghway Connecton [8]): t (l) = σ(w trans h (l) + b trans ), h (l+1) = t (l) h (l) + (1 t (l) ) h (l). () Lossless Forwardng (LF) (Smlar to Resdual Connecton [3]): h (l+1) = h (l) + h (l). Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

17 Proxmty-based Convolutonal Feature Extractor Ths component ams to capture the most salent feature w.r.t. the current target for sentment predcton. As observed n (Chen et al., 2017; L and Lam, 2017), dstance nformaton s effectve for better locatng the salent features. Basc dea: Up-weghtng the words close to the target and down-weghtng those far away from the target. Convolutonal neural network (Km, 2014) s used to extract features from the weghted word representatons. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

18 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

19 Settngs Datasets LAPTOP, REST: datasets from SemEval14 ABSA challenge, contanng the user revews from laptop doman and restaurant doman respectvely. TWITTER: a dataset bult n (Dong et al., 2014), contanng twtter posts and the opnon targets are annotated. Compared Models Tradtonal Models: SVM (Krtchenko et al., 2014). Attenton-based Models: ATAE-LSTM (Wang et al., 2016), MemNet (Tang et al., 2016), IAN (Ma et al., 2017), BILSTM-ATT-G (Lu and Zhang, 2017), RAM (Chen et al., 2017). Other Neural Models: AdaRNN (Dong et al., 2014), TD-LSTM (Tang et al., 2016), AE-LSTM (Wang et al., 2016), CNN-ASP Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

20 Outlne 1 Target-Orented Sentment Classfcaton Introducton Problem Formulaton 2 Transformaton Networks for Target-Orented Sentment Classfcaton Motvaton The proposed model 3 Experment Settngs Comparatve Study Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

21 Man Results TNet varants Baselnes Models LAPTOP REST TWITTER ACC Macro-F1 ACC Macro-F1 ACC Macro-F1 TNet-LF 76.01, 71.47, 80.79, , 73.36, TNet-AS 76.54, 71.75, 80.69, 71.27, 74.97, 73.60, SVM AdaRNN AE-LSTM ATAE-LSTM IAN CNN-ASP TD-LSTM MemNet BILSTM-ATT-G RAM The proposed TNet-LF and TNet-AS consstently outperform the baselnes. TNet varants perform well on both user revews (LAPTOP & REST) and twtter posts (TWITTER). Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

22 Ablaton Experment TNet varants CPT Alternatves Ablated TNet Models LAPTOP REST TWITTER ACC Macro-F1 ACC Macro-F1 ACC Macro-F1 TNet-LF 76.01, 71.47, 80.79, , 73.36, TNet-AS 76.54, 71.75, 80.69, 71.27, 74.97, 73.60, LSTM-ATT-CNN LSTM-FC-CNN-LF LSTM-FC-CNN-AS TNet w/o transformaton TNet w/o context TNet-LF w/o poston TNet-AS w/o poston Usng attenton (ATT) and fully-connected layer (FC) to replace CPT layer makes the performance worse. Each component / element n TNet contrbutes to the overall performance mprovement. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

23 Impact of CPT layer number We conduct experments on the held-out tranng data of LAPTOP and vary layer number L from 2 to 10, ncreased by Accuracy (%) Macro-F1 (%) TNet-LF TNet-AS TNet-LF TNet-AS Increasng the layer number can ncrease the performance but the results wll go down when L 4 due to the lmted tranng data. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

24 Case Study Sentence BILSTM-ATT-G RAM TNet-LF TNet-AS 1. Ar has hgher [resoluton] P but the [fonts] N are small. (N, N) (N, N) (P, N) (P, N) 2. Great [food] P but the [servce] N s dreadful. (P, N) (P, N) (P, N) (P, N) 3. Sure t s not lght and slm but the [features] P make up for t 100%. N N P P 4. Not only dd they have amazng, [sandwches] P, [soup] P, [pzza] P etc, but ther [homemade sorbets] P (P, O, O, P) (P, P, O, P) (P, P, P, P) (P, P, P, P) are out of ths world! 5. [startup tmes] N are ncredbly long : over two mnutes. P P N N 6. I am pleased wth the fast [log on] P, speedy [wf connecton] P and the long [battery lfe] P ( > 6 hrs ). (P, P, P) (P, P, P) (P, P, P) (P, P, P) 7. The [staff] N should be a bt more frendly. P P P P Our TNet can make correct predctons when the opnon s target specfc, e.g., long n the 5th and the 6th example. TNet can capture the salent features for target sentment predcton accurately. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

25 Summary Our TNet employs CNN as feature extractor to detect the salent features, avodng ntroducng the noses. Armed wth target-specfc word representaton and proxmty nformaton, the TNet varants can predct the sentment w.r.t. the target more accurately. Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

26 References: [1] P. Chen, Z. Sun, L. Bng, and W. Yang. Recurrent attenton network on memory for aspect sentment analyss. In Proceedngs of EMNLP, pages , [2] L. Dong, F. We, C. Tan, D. Tang, M. Zhou, and K. Xu. Adaptve recursve neural network for target-dependent twtter sentment classfcaton. In Proceedngs of ACL, pages 49 54, [3] K. He, X. Zhang, S. Ren, and J. Sun. Deep resdual learnng for mage recognton. In Proceedngs of CVPR, pages , [4] S. La, L. Xu, K. Lu, and J. Zhao. Recurrent convolutonal neural networks for text classfcaton. In Proceedngs of AAAI, volume 333, pages , [5] B. Lu. Sentment analyss and opnon mnng. Synthess Lectures on Human Language Technologes, 5(1):1 167, [6] J. Lu and Y. Zhang. Attenton modelng for targeted sentment. In Proceedngs of EACL, pages , [7] D. Ma, S. L, X. Zhang, and H. Wang. Interactve attenton networks for aspect-level sentment classfcaton. In Proceedngs of IJCAI, pages , Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

27 [8] R. K. Srvastava, K. Greff, and J. Schmdhuber. Hghway networks. arxv preprnt arxv: , [9] D. Tang, B. Qn, X. Feng, and T. Lu. Effectve lstms for target-dependent sentment classfcaton. In Proceedngs of COLING, pages , 2016a. [10] D. Tang, B. Qn, and T. Lu. Aspect level sentment classfcaton wth deep memory network. In Proceedngs of EMNLP, pages , 2016b. [11] Y. Tay, A. T. Luu, and S. C. Hu. Learnng to attend va word-aspect assocatve fuson for aspect-based sentment analyss. arxv preprnt arxv: , [12] Y. Wang, M. Huang, x. zhu, and L. Zhao. Attenton-based lstm for aspect-level sentment classfcaton. In Proceedngs of EMNLP, pages , [13] M. Yang, W. Tu, J. Wang, F. Xu, and X. Chen. Attenton based lstm for target dependent sentment classfcaton. In Proceedngs of AAAI, pages , Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

28 [14] M. Zhang, Y. Zhang, and D.-T. Vo. Gated neural networks for targeted sentment analyss. In Proceedngs of AAAI, pages , Transformaton Networks for Target-Orented Sentment Classfcaton ACL / 25

Transformation Networks for Target-Oriented Sentiment Classification

Transformation Networks for Target-Oriented Sentiment Classification Transformaton Networks for Target-Orented Sentment Classfcaton Xn L 1, Ldong Bng 2, Wa Lam 1 and Be Sh 1 1 Department of Systems Engneerng and Engneerng Management The Chnese Unversty of Hong Kong, Hong

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

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

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

2. Related Work Hand-crafted Features Based Trajectory Prediction Deep Neural Networks Based Trajectory Prediction

2. Related Work Hand-crafted Features Based Trajectory Prediction Deep Neural Networks Based Trajectory Prediction Encodng Crowd Interacton wth Deep Neural Network for Pedestran Trajectory Predcton Yanyu Xu ShanghaTech Unversty xuyy2@shanghatech.edu.cn Zhxn Pao ShanghaTech Unversty paozhx@shanghatech.edu.cn Shenghua

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

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

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

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

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

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

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

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

Loop Transformations for Parallelism & Locality. Review. Scalar Expansion. Scalar Expansion: Motivation

Loop Transformations for Parallelism & Locality. Review. Scalar Expansion. Scalar Expansion: Motivation Loop Transformatons for Parallelsm & Localty Last week Data dependences and loops Loop transformatons Parallelzaton Loop nterchange Today Scalar expanson for removng false dependences Loop nterchange Loop

More information

A DCVS Reconstruction Algorithm for Mine Video Monitoring Image Based on Block Classification

A DCVS Reconstruction Algorithm for Mine Video Monitoring Image Based on Block Classification 1 3 4 5 6 7 8 9 10 11 1 13 14 15 16 17 18 19 0 1 Artcle A DCVS Reconstructon Algorthm for Mne Vdeo Montorng Image Based on Block Classfcaton Xaohu Zhao 1,, Xueru Shen 1,, *, Kuan Wang 1, and Wanme L 1,

More information

Deep learning is a good steganalysis tool when embedding key is reused for different images, even if there is a cover source-mismatch

Deep learning is a good steganalysis tool when embedding key is reused for different images, even if there is a cover source-mismatch Deep learnng s a good steganalyss tool when embeddng key s reused for dfferent mages, even f there s a cover source-msmatch Lonel PIBRE 2,3, Jérôme PASQUET 2,3, Dno IENCO 2,3, Marc CHAUMONT 1,2,3 (1) Unversty

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

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

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

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

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

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

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

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

Syntactic Tree-based Relation Extraction Using a Generalization of Collins and Duffy Convolution Tree Kernel

Syntactic Tree-based Relation Extraction Using a Generalization of Collins and Duffy Convolution Tree Kernel Syntactc Tree-based Relaton Extracton Usng a Generalzaton of Collns and Duffy Convoluton Tree Kernel Mahdy Khayyaman Seyed Abolghasem Hassan Abolhassan Mrroshandel Sharf Unversty of Technology Sharf Unversty

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

Sentiment Classification and Polarity Shifting

Sentiment Classification and Polarity Shifting Sentment Classfcaton and Polarty Shftng Shoushan L Sopha Yat Me Lee Yng Chen Chu-Ren Huang Guodong Zhou Department of CBS The Hong Kong Polytechnc Unversty {shoushan.l, sophaym, chenyng3176, churenhuang}

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

Loop Permutation. Loop Transformations for Parallelism & Locality. Legality of Loop Interchange. Loop Interchange (cont)

Loop Permutation. Loop Transformations for Parallelism & Locality. Legality of Loop Interchange. Loop Interchange (cont) Loop Transformatons for Parallelsm & Localty Prevously Data dependences and loops Loop transformatons Parallelzaton Loop nterchange Today Loop nterchange Loop transformatons and transformaton frameworks

More information

arxiv: v1 [cs.cv] 2 Jul 2018

arxiv: v1 [cs.cv] 2 Jul 2018 Crowd Countng usng Deep Recurrent Spatal-Aware Network Lngbo Lu 1, Hongjun Wang 1, Guanbn L 1, Wanl Ouyang 2, Lang Ln 1 1 School of Data and Computer Scence, Sun Yat-sen Unversty, Guangzhou, Chna 2 School

More information

A User Selection Method in Advertising System

A User Selection Method in Advertising System Int. J. Communcatons, etwork and System Scences, 2010, 3, 54-58 do:10.4236/jcns.2010.31007 Publshed Onlne January 2010 (http://www.scrp.org/journal/jcns/). A User Selecton Method n Advertsng System Shy

More information

Learning-based License Plate Detection on Edge Features

Learning-based License Plate Detection on Edge Features Learnng-based Lcense Plate Detecton on Edge Features Wng Teng Ho, Woo Hen Yap, Yong Haur Tay Computer Vson and Intellgent Systems (CVIS) Group Unverst Tunku Abdul Rahman, Malaysa wngteng_h@yahoo.com, woohen@yahoo.com,

More information

Discriminative classifiers for object classification. Last time

Discriminative classifiers for object classification. Last time Dscrmnatve classfers for object classfcaton Thursday, Nov 12 Krsten Grauman UT Austn Last tme Supervsed classfcaton Loss and rsk, kbayes rule Skn color detecton example Sldng ndo detecton Classfers, boostng

More information

Signed Distance-based Deep Memory Recommender

Signed Distance-based Deep Memory Recommender Sgned Dstance-based Deep Memory Recommender ABSTRACT Personalzed recommendaton algorthms learn a user s preference for an tem, by measurng a dstance/smlarty between them. However, some of exstng recommendaton

More information

arxiv: v1 [cs.ir] 23 Nov 2017

arxiv: v1 [cs.ir] 23 Nov 2017 A Deep Relevance Matchng Model for Ad-hoc Retreval Jafeng Guo, Yxng Fan, Qngyao A, W. Bruce Croft CAS Key Lab of Network Data Scence and Technology, Insttute of Computng Technology, Chnese Academy of Scences,

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Discriminative Dictionary Learning with Pairwise Constraints

Discriminative Dictionary Learning with Pairwise Constraints Dscrmnatve Dctonary Learnng wth Parwse Constrants Humn Guo Zhuoln Jang LARRY S. DAVIS UNIVERSITY OF MARYLAND Nov. 6 th, Outlne Introducton/motvaton Dctonary Learnng Dscrmnatve Dctonary Learnng wth Parwse

More information

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Conditional Transfer with Dense Residual Attention: Synthesizing traffic signs from street-view imagery

Conditional Transfer with Dense Residual Attention: Synthesizing traffic signs from street-view imagery Condtonal Transfer wth Dense Resdual Attenton: Syntheszng traffc sgns from street-vew magery Clnt Sebastan, Res Uttenbogaard, Julen Vjverberg, Bas Boom, and Peter H.N. de Wth Department of Mechancal Engneerng,

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

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

arxiv: v1 [cs.sd] 22 Dec 2017

arxiv: v1 [cs.sd] 22 Dec 2017 Musc Genre Classfcaton wth Parallelng Recurrent Convolutonal Neural Network arxv:1712.08370v1 [cs.sd] 22 Dec 2017 Ln Feng, Shenlan Lu, Janng Yao December 2017 Abstract Deep learnng has been demonstrated

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

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

Learning Tag Embeddings and Tag-specific Composition Functions in Recursive Neural Network

Learning Tag Embeddings and Tag-specific Composition Functions in Recursive Neural Network Learnng Tag Embeddngs and Tag-specfc Composton Functons n Recursve Neural Network Qao Qan, Bo Tan, Mnle Huang, Yang Lu*, Xuan Zhu*, Xaoyan Zhu State Key Lab. of Intellgent Technology and Systems, Natonal

More information

Feature Kernel Functions: Improving SVMs Using High-level Knowledge

Feature Kernel Functions: Improving SVMs Using High-level Knowledge Feature Kernel Functons: Improvng SVMs Usng Hgh-level Knowledge Qang Sun, Gerald DeJong Department of Computer Scence, Unversty of Illnos at Urbana-Champagn qangsun@uuc.edu, dejong@cs.uuc.edu Abstract

More information

Structure-Aware 3D Hourglass Network for Hand Pose Estimation from Single Depth Image

Structure-Aware 3D Hourglass Network for Hand Pose Estimation from Single Depth Image FUYANG ET AL.: STRUCTURE-AWARE NETWORK FOR HAND POSE ESTIMATION 1 Structure-Aware 3D Hourglass Network for Hand Pose Estmaton from Sngle Depth Image Fuyang Huang 1 fyhuang@cse.cuhk.edu.hk Alng Zeng 1 alzeng@cse.cuhk.edu.hk

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

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

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

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

Data Augmentation Techniques for Legal Text Analytics

Data Augmentation Techniques for Legal Text Analytics Data Augmentaton Technques for Legal Text Analytcs by Mara Papadak A thess submtted to Athens Unversty of Economcs and Busness n fulfllment of the requrements for the degree of Master n Data Scence. Department

More information

Improving Web Image Search using Meta Re-rankers

Improving Web Image Search using Meta Re-rankers VOLUME-1, ISSUE-V (Aug-Sep 2013) IS NOW AVAILABLE AT: www.dcst.com Improvng Web Image Search usng Meta Re-rankers B.Kavtha 1, N. Suata 2 1 Department of Computer Scence and Engneerng, Chtanya Bharath Insttute

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

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

IN recent years, recommender systems, which help users discover

IN recent years, recommender systems, which help users discover Heterogeneous Informaton Network Embeddng for Recommendaton Chuan Sh, Member, IEEE, Bnbn Hu, Wayne Xn Zhao Member, IEEE and Phlp S. Yu, Fellow, IEEE 1 arxv:1711.10730v1 [cs.si] 29 Nov 2017 Abstract Due

More information

A Generation Model to Unify Topic Relevance and Lexicon-based Sentiment for Opinion Retrieval

A Generation Model to Unify Topic Relevance and Lexicon-based Sentiment for Opinion Retrieval A Generaton Model to Unfy Topc Relevance and Lexcon-based Sentment for Opnon Retreval Mn Zhang State key lab of Intellgent Tech.& Sys, Dept. of Computer Scence, Tsnghua Unversty, Bejng, 00084, Chna 86-0-6279-2595

More information

ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION

ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION Lng Dng 1, Hongy L 2, *, Changmao Hu 2, We Zhang 2, Shumn Wang 1 1 Insttute of Earthquake Forecastng, Chna Earthquake

More information

Efficient Relative Attribute Learning using Graph Neural Networks

Efficient Relative Attribute Learning using Graph Neural Networks Effcent Relatve Attrbute Learnng usng Graph Neural Networks Zhang Meng 1, Nagesh Adluru 1, Hyunwoo J. Km 1, Glenn Fung 2, and Vkas Sngh 1 1 Unversty of Wsconsn Madson 2 Amercan Famly Insurance zhangm@cs.wsc.edu,

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

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

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress Analyss of 3D Cracks n an Arbtrary Geometry wth Weld Resdual Stress Greg Thorwald, Ph.D. Ted L. Anderson, Ph.D. Structural Relablty Technology, Boulder, CO Abstract Materals contanng flaws lke nclusons

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

Improved Relation Classification by Deep Recurrent Neural Networks with Data Augmentation

Improved Relation Classification by Deep Recurrent Neural Networks with Data Augmentation Improved Relaton Classfcaton by Deep Recurrent Neural Networks wth Data Augmentaton Yan Xu, 1,, Ran Ja, 1, Ll Mou, 1 Ge L, 1, Yunchuan Chen, 2 Yangyang Lu, 1 Zh Jn 1, 1 Key Laboratory of Hgh Confdence

More information

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY SSDH: Sem-supervsed Deep Hashng for Large Scale Image Retreval Jan Zhang, and Yuxn Peng arxv:607.08477v2 [cs.cv] 8 Jun 207 Abstract Hashng

More information

Competitive Sparse Representation Classification for Face Recognition

Competitive Sparse Representation Classification for Face Recognition Vol. 6, No. 8, 05 Compettve Sparse Representaton Classfcaton for Face Recognton Yng Lu Chongqng Key Laboratory of Computatonal Intellgence Chongqng Unversty of Posts and elecommuncatons Chongqng, Chna

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Lecture 13: High-dimensional Images

Lecture 13: High-dimensional Images Lec : Hgh-dmensonal Images Grayscale Images Lecture : Hgh-dmensonal Images Math 90 Prof. Todd Wttman The Ctadel A grayscale mage s an nteger-valued D matrx. An 8-bt mage takes on values between 0 and 55.

More information

Deep Spatial-Temporal Joint Feature Representation for Video Object Detection

Deep Spatial-Temporal Joint Feature Representation for Video Object Detection sensors Artcle Deep Spatal-Temporal Jont Feature Representaton for Vdeo Object Detecton Baojun Zhao 1,2, Boya Zhao 1,2 ID, Lnbo Tang 1,2, *, Yuq Han 1,2 and Wenzheng Wang 1,2 1 School of Informaton and

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

arxiv: v1 [cs.lg] 14 Aug 2017

arxiv: v1 [cs.lg] 14 Aug 2017 arxv:1708.04357v1 [cs.lg] 14 Aug 2017 Graph Classfcaton va Deep Learnng wth Vrtual Nodes Trang Pham, Truyen Tran, Hoa Dam, Svetha Venkatesh Centre for Pattern Recognton and Data Analytcs Deakn Unversty,

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

General Regression and Representation Model for Face Recognition

General Regression and Representation Model for Face Recognition 013 IEEE Conference on Computer Vson and Pattern Recognton Workshops General Regresson and Representaton Model for Face Recognton Janjun Qan, Jan Yang School of Computer Scence and Engneerng Nanjng Unversty

More information

Development of an Active Shape Model. Using the Discrete Cosine Transform

Development of an Active Shape Model. Using the Discrete Cosine Transform Development of an Actve Shape Model Usng the Dscrete Cosne Transform Kotaro Yasuda A Thess n The Department of Electrcal and Computer Engneerng Presented n Partal Fulfllment of the Requrements for the

More information

Face Recognition Method Based on Within-class Clustering SVM

Face Recognition Method Based on Within-class Clustering SVM Face Recognton Method Based on Wthn-class Clusterng SVM Yan Wu, Xao Yao and Yng Xa Department of Computer Scence and Engneerng Tong Unversty Shangha, Chna Abstract - A face recognton method based on Wthn-class

More information

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

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

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

Wightman. Mobility. Quick Reference Guide THIS SPACE INTENTIONALLY LEFT BLANK

Wightman. Mobility. Quick Reference Guide THIS SPACE INTENTIONALLY LEFT BLANK Wghtman Moblty Quck Reference Gude THIS SPACE INTENTIONALLY LEFT BLANK WIGHTMAN MOBILITY BASICS How to Set Up Your Vocemal 1. On your phone s dal screen, press and hold 1 to access your vocemal. If your

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information

Research Article A High-Order CFS Algorithm for Clustering Big Data

Research Article A High-Order CFS Algorithm for Clustering Big Data Moble Informaton Systems Volume 26, Artcle ID 435627, 8 pages http://dx.do.org/.55/26/435627 Research Artcle A Hgh-Order Algorthm for Clusterng Bg Data Fanyu Bu,,2 Zhku Chen, Peng L, Tong Tang, 3 andyngzhang

More information

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES 1 Fetosa, R.Q., 2 Merelles, M.S.P., 3 Blos, P. A. 1,3 Dept. of Electrcal Engneerng ; Catholc Unversty of

More information

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 5, September 2010 ISSN (Onlne): 1694-0814 www.ijcsi.org 374 An Evolvable Clusterng Based Algorthm to Learn Dstance Functon for Supervsed

More information

Loop Transformations, Dependences, and Parallelization

Loop Transformations, Dependences, and Parallelization Loop Transformatons, Dependences, and Parallelzaton Announcements Mdterm s Frday from 3-4:15 n ths room Today Semester long project Data dependence recap Parallelsm and storage tradeoff Scalar expanson

More information

Hierarchical Image Retrieval by Multi-Feature Fusion

Hierarchical Image Retrieval by Multi-Feature Fusion Preprnts (www.preprnts.org) NOT PEER-REVIEWED Posted: 26 Aprl 207 do:0.20944/preprnts20704.074.v Artcle Herarchcal Image Retreval by Mult- Fuson Xaojun Lu, Jaojuan Wang,Yngq Hou, Me Yang, Q Wang* and Xangde

More information

Adjustment methods for differential measurement errors in multimode surveys

Adjustment methods for differential measurement errors in multimode surveys Adjustment methods for dfferental measurement errors n multmode surveys Salah Merad UK Offce for Natonal Statstcs ESSnet MM DCSS, Fnal Meetng Wesbaden, Germany, 4-5 September 2014 Outlne Introducton Stablsng

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

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

REFRACTION. a. To study the refraction of light from plane surfaces. b. To determine the index of refraction for Acrylic and Water.

REFRACTION. a. To study the refraction of light from plane surfaces. b. To determine the index of refraction for Acrylic and Water. Purpose Theory REFRACTION a. To study the refracton of lght from plane surfaces. b. To determne the ndex of refracton for Acrylc and Water. When a ray of lght passes from one medum nto another one of dfferent

More information

Combining Multiresolution Shape Descriptors for 3D Model Retrieval

Combining Multiresolution Shape Descriptors for 3D Model Retrieval Ryutarou Ohbuch, Yushn Hata, Combnng Multresoluton Shape Descrptors for 3D Model Retreval, Accepted, Proc. WSCG 2006, Plzen, Czech Republc, Jan. 30~Feb. 3, 2006. Combnng Multresoluton Shape Descrptors

More information

arxiv: v2 [cs.ir] 5 Apr 2018

arxiv: v2 [cs.ir] 5 Apr 2018 Bonformatcs do.10.1093/bonformatcs/xxxxxx Advance Access Publcaton Date: Day Month Year Manuscrpt Category Subject Secton Cross-type Bomedcal Named Entty Recognton wth Deep Mult-Task Learnng uan Wang 1,,

More information

Tone-Aware Sparse Representation for Face Recognition

Tone-Aware Sparse Representation for Face Recognition Tone-Aware Sparse Representaton for Face Recognton Lngfeng Wang, Huayu Wu and Chunhong Pan Abstract It s stll a very challengng task to recognze a face n a real world scenaro, snce the face may be corrupted

More information