Blind Steganalysis for Digital Images using Support Vector Machine Method

Size: px
Start display at page:

Download "Blind Steganalysis for Digital Images using Support Vector Machine Method"

Transcription

1 06 Iteratoal Symposum o Electrocs ad Smart Devces (ISESD) November 9-30, 06 Bld Stegaalyss for Dgtal Images usg Support Vector Mache Method Marcelus Hery Meor School of Electrcal Egeerg ad Iformatcs Badug Isttute of Techology Badug, Idoesa herymeor@yahoo.com Rald Mur School of Electrcal Egeerg ad Iformatcs Badug Isttute of Techology Badug, Idoesa rald@formatka.org Abstract Bld stegaalyss s a method used to detect whether there s a hdde message a meda wthout havg to kow the stegaoy algorthm behd t. Dgtal mage s coverted to features usg feature extracto algorthm subtractve pxel adacecy matrx. A model s bult based o the resultg features usg mache learg method support vector mache. The support vector mache method has dfferet kerel cofgurato optos, whch are lear, polyomal, ad Gaussa. The model that has bee bult the udergoes a testg to measure the accuracy performace message detecto ad message legth estmato. From the model testg, t s obtaed that the accuracy message detecto shows good result whle the accuracy message legth estmato does ot. Hghest accuracy s obtaed wth polyomal kerel. Keywords bld stegaalyss, support vector mache, dgtal mages, feature extracto I. INTRODUCTION Stegaoy s a techque related to hdg message a partcular meda. Commo meda used are mage, vdeo, audo, ad text. The hdde message s usually the form of text, but t does ot rule out the possblty that t s aother type of meda, lke mage ad audo. Image s the most frequetly used meda for message hdg. Image cossts of pxels, each of whch cotas color bt. The commo stegaoy techque s spatal doma method,.e. hdg message a mage by replacg some of the bts the mage. Ths method s qute popular because t oly slghtly chages the orgal mage ad the hdde message has a farly large sze. Nowadays, stegaoy has grow so much that more people start to thk about how to reverse the process. The techque to do so s called stegaalyss. Stegaalyss ca be dvded to two, targeted stegaalyss ad bld stegaalyss. Targeted stegaalyss s doe by reversg the stegaoy algorthm so that t ca be see whether there s a message hdde a mage. However, targeted stegaalyss eeds formato about what algorthm used the message hdg. Bld stegaalyss s developed because ot every mage s kow for ts message hdg method. Ths method s ot always accurate, but very useful f we do ot have ay formato about the stegaoy algorthm used. Besdes detectg whether there s a hdde message, bld stegaalyss s also developed to detect mportat attrbutes such as message legth ad algorthm used to reach the goal of stegaalyss, whch s fgurg out the cotet of the hdde message. Bld stegaalyss techque ca be combed wth mache learg to obta better result. Stegaalyss requres mache learg method the form of bary classfcato to determe whether a dgtal mage cotas hdde message. The mache learg method that has form of bary classfcato s Support Vector Mache [4]. Support vector mache s also very good for classfcato wth umerous features. II. THEORY A. Stegaalyss Stegaalyss s techque to detect whether there s a hdde message a meda. The serto of formato o a partcular wll alter the characterstcs of the meda so that t ca be detected through several techques. Stegaalyss methods ca be dvded to two.. Specfc Techque Stegaalyss (Targeted Stegaalyss) Stegaalyss for certa stegaoy method such as LSB (Least Sgfcat Byte). Ths method has great accuracy f the method used stegaoy s the same as oe the stegaalyss.. Bld stegaalyss Ths stegaalyss method does ot emphasze o a specfc, but for all stegaoy methods. Ths method s used by aalyzg chages pxel bt or by statstc. Fgure.Workflow of stegaalyss process Stegaalyss process starts from a stego-mage that s suspected to have hdde message. From the stego-mage, features are extracted usg feature extracto method that has bee defed. The, the gaed features are put to a classfer /6/$ IEEE 3

2 to determe whether the mage cotas hdde message. Aother result of the classfer ca be the legth of the message or the stegaoy algorthm used to do the message hdg. Stegaalyss process s show Fgure. B. Support Vector Mache Support Vector Mache (SVM) s a mache learg method based o bary classfcato. Bary classfcato s a method that dvdes data to two classes (bary) where each data wll have class value + or -. For each data, ( x, y) wth d = N, x R, ad y {, + }, bary classfcato f( x ) results as follows. +, f ( x ) 0 y = ( ), f ( x ) < 0 x stads for dataset, whch s a collecto of real umbers a as attrbute, ad k s the umber of attrbutes the data. x a a a k = ( ) SVM method wll form a support vector based o data that s closest to the separatg hyper plae so that t wll be formed oe support vector for each class. Ths support vector wll assst classfyg determg cofdece. If data s located betwee the support vector, the the data s classfed wth lower cofdece tha oe below or above the support vector. Fgure shows the represetato of support vector llustrated by the dotted le. Fgure. Support vector represetato Below are the steps to get hyper plae ad support vector to form the model [5].. Every data has value α. Ths value represets the fluece of the data o the hyper plae ad support vector.. Calculate the value α for each data so that L D gets maxmal value wth the followg equato. LD( α) α αα yyk( xx) ( 3 ) = =, = Wth terms α y = 0 ad c α 0, where c s a = determed costat. The kerel used s lear kx (, x) = x x,polyomal k( x, ) ( ) x = x x, or Gaussa k( x, x ) = γ x x 3. After L D has maxmal value, save every data that has value α > 0. The data wll be support vector. 4. Classfy fucto s: s f( x ) = α y x x + b ( 4 ) d d = 5. To do classfcato o a data x, equato (4) s used for calculato frst. The, equato () s used to do the classfcato. To calculate the maxmal value of L D, several algorthms ca be used, for stace, modfed sequetal mmal optmzato [6]. Support vector mache s bary classfer, but t does ot rule out the possblty to buld mult-class model wth ths method. Mult-class model for support vector mache cossts of several sub-models. Some way to buld support vector mache mult-class model are oe-agast-all, oe-agast-oe, ad drected [4]. III. RELATED WORKS Stegaalyss method proposed by Swe ad Hay [7] uses color wavelet statstcs as feature extracto ad support vector mache as classfer. Ths method ca be doe both spatal doma ad trasformato doma. However, the accuracy spatal doma s lower tha oe trasformato doma for the feature extracto method s very close to trasformato doma. Stegaalyss method proposed by Jag [8] uses the combato of several methods. For feature extracto, flter s used the form of shftg ad also frst order statstcs. For classfer, esemble classfer s used wth addto of AdaBoost ad baggg. Ths stegaalyss method s doe spatal doma ad s made to cope wth the low accuracy sertg text a small sze. But the feature extracto method used has a qute large dmeso. Stegaalyss method proposed by Tomas [9] uses subtractve pxel adacecy matrx as feature extracto method ad support vector mache as classfer. Ths stegaalyss method s doe spatal doma. Ths method emphaszes o feature extracto ad detecto of suspcous pxel. Support vector mache method used s oly based o Gaussa kerel. IV. PROPOSED METHOD To make a model to detect hdde message ad estmate message legth, frst, we geerate dataset ad testset. Dataset s used for model trag ad testset s used for model testg. Dgtal mages for dataset ad testset are derved from teret 33

3 wth varous sze ad type. Work flow for proposed method s show Fgure 3. Fgure 3. Workflow for proposed method Dataset ad testset are cover-mage ad stego-mage from the dgtal mages collected before. Dgtal mages dataset ad testset are coverted to same sze ad type, whch s 800x600 pxel btmap type. For dataset, stego-mage s obtaed by sertg message sze of 0.05, 0.5, 0.5, 0.35, 0.45, 0.55, 0.65, 0.75, 0.85, ad 0.95 bpp. For testset, stego-mage s obtaed by sertg message radom sze that rages from 0.0 to 0.99 bpp. The serto of the message to dgtal mages uses stegaoy tools, Steghde [0], Four Pxel [], ad Ne Pxel []. Feature extracto phase s a process to obta mportat features from dgtal mage dataset ad testset. Feature extracto algorthm used s subtractve pxel adacecy matrx proposed by Tomas [9]. The algorthm s as follows.. Calculate dfferece matrx D mages wth wdth m pxel ad heght pxel for rght drecto. The equato for dfferece matrx s D = I I ( 5 ),,, + subect to {,, m} ad {,, }. I, s pxel value at pxel (, ). For color mages, pxel value s average of red, gree, ad blue value. Example for calculatg dfferece matrx mages wth 4x4 pxel sze ca be see Fgure 4. Fgure 4. Dfferece matrx for 4x4 pxel sze mage. Calculate value for Markov cha wth equato (6) Mu, v Pr ( D, + u D, subect to uv, { 4,,4}. If ( D, Mu, v Pr ( D, + u D, 0 = = = ( 6 ) Pr = = 0 the = = = =. There wll be 8 values of Markov Cha. Example for calculatg Markov Cha Fg. 4 ( + ) ( + ) M0,0 = Pr D, = 0 D, = 0 = M, = Pr D, = D, = = Repeat step oe ad two for the other drecto 4. Smplfy the features wth equato (7) ad (8) F,,8 = M + M + M + M 4 ( 7 ) F8,6 = M + M + M + M 4 ( 8 ) so, there wll be 6 features for each mage. Trag model wth support vector mache requres dataset features as put. From the collecto of features, two models wll be bult. The frst model s used to determe whether the dgtal mage cotas hdde message, whle the other model s used to estmate the hdde message legth. The frst model has lear, polyomal, ad RBF as kerel cofgurato optos, whle the secod model has addtoal cofgurato whch s mult-class optos, cossts of oe-agast-all, oe-agast-oe, ad drected. Model learg wth support vector mache method uses modfed sequetal mmal optmzato algorthm proposed by Cao [6]. Testg phase requres the model that has bee bult before as put. The model s tested wth dataset ad testset to measure ts performace. Each testg results a accuracy value. V. EXPERIMENT Model trag s doe maxmal terato 3000, costat c 00, two classes for message detecto, whch are yes ad o, ad fve classes for message legth estmato, whch are very low (<0. bpp), low (0. bpp 0.4 bpp), medum (0.4 bpp 0.6 bpp), hgh (0.6 bpp 0.8 bpp), ad very hgh ( >0.8 bpp). Model testg process s dvded to four steps, testg for message detecto grayscale mages, testg for message legth estmato grayscale mages, testg for message detecto color mages, ad testg for message legth estmato color mages. The accuracy of message detecto ad message legth estmato s calculated wth followg equato. umber of correct classfed mages accuracy = ( 9 ) umber of mages testset Table. Testg result for message detecto grayscale mages Kerel wth Dataset wth Testset lear 67.5% 63% polyomal 75.5% 73% Gaussa 69.5% 59% 34

4 Table Testg result for message detecto color mages Kerel wth Dataset wth Testset lear 54.75% 57% polyomal 64.5% 6% Gaussa 5.5% 50% Table 3 Testg result for message legth estmato grayscale mages Table 4 Testg result for message legth estmato color mages Kerel Mult-class wth Dataset wth Testset lear oe-agastall 5.% 4% lear oe-agastoe 8.5% 4.8% lear drected 9.5% 4.8% polyomal oe-agastall 6.45% 6.8% polyomal oe-agastoe 39.4% 33.6% polyomal drected 38.5% 30% Gaussa oe-agastall 7.95% 6% Gaussa oe-agastoe 30.95% 5.% Gaussa drected 30.55% 4.4% Kerel Mult-class wth Dataset wth Testset lear oe-agastall 3.5% % lear oe-agastoe.35% 3.6% lear drected.3%.6% polyomal oe-agastall 0% 0% polyomal oe-agastoe 6.35% 3.6% polyomal drected 6.05% % Gaussa oe-agastall 5.5% 4% Kerel Mult-class wth Dataset wth Testset Gaussa oe-agastoe 0.9% 0.8% Gaussa drected.05% 0.8% The testg result for message detecto grayscale mages shows that cofgurato wth polyomal kerel has the hghest accuracy wth both dataset ad testset. Polyomal kerel cofgurato results better because polyomal s more flexble tha lear ad more rgd tha Gaussa. Plae created by polyomal kerel s ot a flat plae, but wavy as t adusts to the data, whle plae created by lear kerel s more rgd that t does ot really match wth the data. Plae created by Gaussa kerel s too flexble that t turs the model to overft. Overft s the state whe the resultg model s too depedet o dataset that t does ot create model that s more commo. The result for message detecto color dgtal mage testg also shows that cofgurato wth polyomal kerel has the hghest accuracy. A commo model s eeded so that ose data does ot affect the model. The result for message legth estmato grayscale dgtal mage testg shows that cofgurato wth polyomal kerel ad mult-class oe-agast-oe has the hghest accuracy wth both dataset ad testset. The message legth estmato color dgtal mage testg also shows the same result. Testg result shows that polyomal kerel stll better tha two other kerels. The comparso of accuracy result from testg grayscale mages ad color mages ca be see Fgure 5. The comparso shows that accuracy of grayscale mages testg s geerally hgher tha the accuracy of color mages testg. Ths happes due to the dfferece feature extracto for grayscale mages ad color mages. I grayscale mages, the dfferece betwee each pxel ca be easly calculated because t oly cotas oe value rage 0-55, whle color mages, each pxel cotas three values each for red, gree, ad blue. Chages the value of the pxel to aother pxel ear t become more dffcult to detect because values each pxel cotas are coverted to grayscale value. For example, red, gree, ad blue values for oe pxel are, 5, ad 0, whle for the other pxel the values are 3,, ad. The dfferece of pxel values s beg calculated ad resultg a zero value, t happes because both pxels have same grayscale value. for message legth estmato s ot good eough because the feature extracto method used does ot match. Subtractve pxel adacecy matrx oly dcates probablty value that chages. As a result, f there s a hdde message, the hdde message ca be kow usg support vector mache method. Subtractve pxel adacecy matrx does ot show how much the pxel chages so t s ot sutable for hdde message legth estmato. 35

5 (%) Comparso of accuracy from testg result for grayscale mages ad color mages Fgure 5 Comparso of accuracy from testg result for grayscale mages ad color mages. VI. Test cofgurato grayscale CONCLUSION color Bld stegaalyss wth support vector mache method ca be mplemeted to detect hdde message ad estmate hdde message legth dgtal mage. The model that s bult wth the support vector mache method has a qute good result detectg the hdde message wth a accuracy of 73% for grayscale mage ad 6% for color mage. The hdde message legth estmato dgtal mage has poor result. The hghest accuracy acheved s equal to 33.6% for grayscale mage ad 3.6% for color dgtal mage. Cofgurato wth polyomal kerel s better tha the other two, lear ad Gaussa. ACKNOWLEDGMENT Author would lke to thak Dr. Ir. Rald Mur, M.T. as the supervsor for the gudace ad valuable kowledge durg ths research. REFERENCES [] Hussa, M., & Hussa, M. (03). A survey of mage stegaoy techques. [] Chadramoul, R., Kharraz, M., & Memo, N. (003, October). Image stegaoy ad stegaalyss: Cocepts ad practce. I Iteratoal Workshop o Dgtal Watermarkg (pp ). Sprger Berl Hedelberg. [3] Frdrch, J., Gola, M., Hogea, D., & Soukal, D. (003). Quattatve stegaalyss of dgtal mages: estmatg the secret message legth. Multmeda systems, 9(3), [4] Hsu, C. W., & L, C. J. (00). A comparso of methods for multclass support vector maches. IEEE trasactos o Neural Networks, 3(), [5] Schölkopf, B., & Smola, A. J. (00). Learg wth kerels: support vector maches, regularzato, optmzato, ad beyod. MIT press. [6] Cao, L. J., Keerth, S. S., Og, C. J., Zhag, J. Q., Peryathamby, U., Fu, X. J., & Lee, H. P. (006). Parallel sequetal mmal optmzato for the trag of support vector maches. IEEE Trasactos o Neural Networks, 7(4), [7] Lyu, S., & Fard, H. (004, Jue). Stegaalyss usg color wavelet statstcs ad oe-class support vector maches. I Electroc Imagg 004 (pp ). Iteratoal Socety for Optcs ad Photocs. [8] Yu, J., Zhag, X., & L, F. (05). Spatal stegaalyss usg redstrbuted resduals ad dverse esemble classfer. Multmeda Tools ad Applcatos, -3. [9] Pevy, T., Bas, P., & Frdrch, J. (00). Stegaalyss by subtractve pxel adacecy matrx. IEEE Trasactos o Iformato Forescs ad Securty, 5(), 5-4. [0] [] Lao, X., We, Q. Y., & Zhag, J. (0). A stegaoc method for dgtal mages wth four-pxel dfferecg ad modfed LSB substtuto. Joural of Vsual Commucato ad Image Represetato, (), -8. [] Swa, G. (04). Dgtal mage stegaoy usg e-pxel dfferecg ad modfed LSB substtuto. Ida Joural of Scece ad Techology, 7(9),

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function Effectve Stegaalyss Based o Statstcal Momets of Wavelet Characterstc Fucto Yu Q. Sh 1, Guorog Xua, Chegyu Yag, Jaog Gao, Zhepg Zhag, Peq Cha, Deku Zou 1, Chuhua Che 1, We Che 1 1 New Jersey Isttute of

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications /03/ Mache Learg: Algorthms ad Applcatos Florao Z Free Uversty of Boze-Bolzao Faculty of Computer Scece Academc Year 0-0 Lecture 3: th March 0 Naïve Bayes classfer ( Problem defto A trag set X, where each

More information

Face Recognition using Supervised & Unsupervised Techniques

Face Recognition using Supervised & Unsupervised Techniques Natoal Uversty of Sgapore EE5907-Patter recogto-2 NAIONAL UNIVERSIY OF SINGAPORE EE5907 Patter Recogto Project Part-2 Face Recogto usg Supervsed & Usupervsed echques SUBMIED BY: SUDEN NAME: harapa Reddy

More information

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon Curve represetato Copyrght@, YZU Optmal Desg Laboratory. All rghts reserved. Last updated: Yeh-Lag Hsu (--). Note: Ths s the course materal for ME55 Geometrc modelg ad computer graphcs, Yua Ze Uversty.

More information

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning CS 7 Foudatos of AI Lecture Mache learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square Mache Learg The feld of mache learg studes the desg of computer programs (agets) capable of learg from past eperece

More information

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES Rog Xao, Le Zhag, ad Hog-Jag Zhag Mcrosoft Research Asa, Bejg 100080, P.R. Cha {t-rxao, lezhag, hjzhag}@mcrosoft.com ABSTRACT Due to

More information

Optimal Allocation of Complex Equipment System Maintainability

Optimal Allocation of Complex Equipment System Maintainability Optmal Allocato of Complex Equpmet System ataablty X Re Graduate School, Natoal Defese Uversty, Bejg, 100091, Cha edcal Protecto Laboratory, Naval edcal Research Isttute, Shagha, 200433, Cha Emal:rexs841013@163.com

More information

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance Proceedgs of the 2007 WSEAS Iteratoal Coferece o Computer Egeerg ad Applcatos, Gold Coast, Australa, Jauary 7-9, 2007 52 A New Hybrd Audo Classfcato Algorthm Based o SVM Weght Factor ad Eucldea Dstace

More information

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1 -D matrx method We ca expad the smple plae-wave scatterg for -D examples that we ve see to a more versatle matrx approach that ca be used to hadle may terestg -D problems. The basc dea s that we ca break

More information

ITEM ToolKit Technical Support Notes

ITEM ToolKit Technical Support Notes ITEM ToolKt Notes Fault Tree Mathematcs Revew, Ic. 2875 Mchelle Drve Sute 300 Irve, CA 92606 Phoe: +1.240.297.4442 Fax: +1.240.297.4429 http://www.itemsoft.com Page 1 of 15 6/1/2016 Copyrght, Ic., All

More information

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL Sergej Srota Haa Řezaková Abstract Bak s propesty models are beg developed for busess support. They should help to choose clets wth a hgher

More information

Area and Power Efficient Modulo 2^n+1 Multiplier

Area and Power Efficient Modulo 2^n+1 Multiplier Iteratoal Joural of Moder Egeerg Research (IJMER) www.jmer.com Vol.3, Issue.3, May-Jue. 013 pp-137-1376 ISSN: 49-6645 Area ad Power Effcet Modulo ^+1 Multpler K. Ptambar Patra, 1 Saket Shrvastava, Sehlata

More information

Point Estimation-III: General Methods for Obtaining Estimators

Point Estimation-III: General Methods for Obtaining Estimators Pot Estmato-III: Geeral Methods for Obtag Estmators RECAP 0.-0.6 Data: Radom Sample from a Populato of terest o Real valued measuremets: o Assumpto (Hopefully Reasoable) o Model: Specfed Probablty Dstrbuto

More information

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes Iteractve Chage Detecto Usg Hgh Resoluto Remote Sesg Images Based o Actve Learg wth Gaussa Processes Hu Ru a, Hua Yu a,, Pgpg Huag b, We Yag a a School of Electroc Iformato, Wuha Uversty, 43007 Wuha, Cha

More information

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of Fttg Fttg We ve leared how to detect edges, corers, blobs. Now what? We would lke to form a hgher-level, h l more compact represetato of the features the mage b groupg multple features accordg to a smple

More information

SVM Classification Method Based Marginal Points of Representative Sample Sets

SVM Classification Method Based Marginal Points of Representative Sample Sets P P College P P College P Iteratoal Joural of Iformato Techology Vol. No. 9 005 SVM Classfcato Method Based Margal Pots of Represetatve Sample Sets Wecag ZhaoP P, Guagrog JP P, Ru NaP P, ad Che FegP of

More information

Speeding- Up Fractal Image Compression Using Entropy Technique

Speeding- Up Fractal Image Compression Using Entropy Technique Avalable Ole at www.jcsmc.com Iteratoal Joural of Computer Scece ad Moble Computg A Mothly Joural of Computer Scece ad Iformato Techology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC, Vol. 5, Issue. 4, Aprl

More information

Text Categorization Based on a Similarity Approach

Text Categorization Based on a Similarity Approach Text Categorzato Based o a Smlarty Approach Cha Yag Ju We School of Computer Scece & Egeerg, Uversty of Electroc Scece ad Techology of Cha, Chegdu 60054, P.R. Cha Abstract Text classfcato ca effcetly ehace

More information

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants Wreless Sesor Network,,, 48-5 do:.46/ws..7 Publshed Ole Jauary (http://www.scrp.org/joural/ws/). Sgal Classfcato Method Based o Support Vector Mache ad Hgh-Order Cumulats Abstract X ZHOU, Yg WU, B YANG

More information

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION CLUSERING ASSISED FUNDAMENAL MARIX ESIMAION Hao Wu ad Y Wa School of Iformato Scece ad Egeerg, Lazhou Uversty, Cha wuhao1195@163com, wayjs@163com ABSRAC I computer vso, the estmato of the fudametal matrx

More information

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining Costructve Sem-Supervsed Classfcato Algorthm ad Its Implemet Data Mg Arvd Sgh Chadel, Arua Twar, ad Naredra S. Chaudhar Departmet of Computer Egg. Shr GS Ist of Tech.& Sc. SGSITS, 3, Par Road, Idore (M.P.)

More information

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2 Iteratoal Coferece o Appled Scece ad Egeerg Iovato (ASEI 015) Network Itruso Detecto Usg Support Vector Mache Based o Partcle Swarm Optmzato L Wag 1,, Chuhua Dog, Japg Hu, Guodog L 1.School of Electrocs

More information

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China;

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China; d Iteratoal Coferece o Machery, Materals Egeerg, Chemcal Egeerg ad Botechology (MMECEB 5) Research of error detecto ad compesato of CNC mache tools based o laser terferometer Yuemg Zhag, a, Xuxu Chu, b

More information

Clustering documents with vector space model using n-grams

Clustering documents with vector space model using n-grams Clusterg documets wth vector space model usg -grams Klas Skogmar, d97ksk@efd.lth.se Joha Olsso, d97jo@efd.lth.se Lud Isttute of Techology Supervsed by: Perre Nugues, Perre.Nugues@cs.lth.se Abstract Ths

More information

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS Lal Besela Sokhum State Uversty, Poltkovskaa str., Tbls, Georga Abstract Moder cryptosystems aalyss s a complex task, the soluto of whch s

More information

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, 371-375 Patter Extracto, Classfcato ad Comparso Betwee ttrbute Selecto Measures Subrata Pramak,

More information

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy The Iteratoal Arab Joural of Iformato Techology, Vol., No. 4, July 204 379 A Esemble Mult-Label Feature Selecto Algorthm Based o Iformato Etropy Shg L, Zheha Zhag, ad Jaq Dua School of Computer Scece,

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Avalable ole www.ocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2015, 73):476-481 Research Artcle ISSN : 0975-7384 CODENUSA) : JCPRC5 Research o cocept smlarty calculato method based o sematc grd

More information

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts Usg Lear-threshold Algorthms to Combe Mult-class Sub-experts Chrs Mesterharm MESTERHA@CS.RUTGERS.EDU Rutgers Computer Scece Departmet 110 Frelghuyse Road Pscataway, NJ 08854 USA Abstract We preset a ew

More information

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering Advaces Computer Scece Deosg Algorthm Usg Adaptve Block Based Sgular Value Decomposto Flterg SOMKAIT UDOMHUNSAKUL Departmet of Egeerg ad Archtecture Rajamagala Uversty of Techology Suvarabhum 7/ Suaya,

More information

Descriptive Statistics: Measures of Center

Descriptive Statistics: Measures of Center Secto 2.3 Descrptve Statstcs: Measures of Ceter Frequec dstrbutos are helpful provdg formato about categorcal data, but wth umercal data we ma wat more formato. Statstc: s a umercal measure calculated

More information

Chapter 3 Descriptive Statistics Numerical Summaries

Chapter 3 Descriptive Statistics Numerical Summaries Secto 3.1 Chapter 3 Descrptve Statstcs umercal Summares Measures of Cetral Tedecy 1. Mea (Also called the Arthmetc Mea) The mea of a data set s the sum of the observatos dvded by the umber of observatos.

More information

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE A Comparso of Uvarate Smoothg Models: Applcato to Heart Rate Data Marcus Beal, Member, IEEE E-mal: bealm@pdx.edu Abstract There are a umber of uvarate smoothg models that ca be appled to a varety of olear

More information

APR 1965 Aggregation Methodology

APR 1965 Aggregation Methodology Sa Joaqu Valley Ar Polluto Cotrol Dstrct APR 1965 Aggregato Methodology Approved By: Sged Date: March 3, 2016 Araud Marjollet, Drector of Permt Servces Backgroud Health rsk modelg ad the collecto of emssos

More information

Fingerprint Classification Based on Spectral Features

Fingerprint Classification Based on Spectral Features Fgerprt Classfcato Based o Spectral Features Hosse Pourghassem Tarbat Modares Uversty h_poorghasem@modares.ac.r Hassa Ghassema Tarbat Modares Uversty ghassem@modares.ac.r Abstract: Fgerprt s oe of the

More information

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b 4th Iteratoal Coferece o Mechatrocs, Materals, Chemstry ad Computer Egeerg (ICMMCCE 205) Applcato Research for Ultrasoc Flaw Idetfcato Based o Support Vector Mache Jg Huag, a, Bgle Gua, b School of Electroc

More information

A Traffic Camera Calibration Method Based on Multi-rectangle

A Traffic Camera Calibration Method Based on Multi-rectangle Traffc Camera Calbrato Method ased o Mult-rectagle Lyg Lu Xaobo Lu Sapg J Che Tog To cte ths verso: Lyg Lu Xaobo Lu Sapg J Che Tog. Traffc Camera Calbrato Method ased o Multrectagle. Zhogzh Sh; Zhaohu

More information

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach Ida Joural of Scece ad Techology, Vol 9(28), DOI: 0.7485/jst/206/v928/87995, July 206 ISSN (Prt) : 0974-6846 ISSN (Ole) : 0974-5645 A Optmzed Algorthm for Bg Data Classfcato usg Neuro Fuzzy Approach Naveet

More information

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER 244 WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER Dw H. Wdyatoro, Masayu L. Khodra, Paramta * School of Iformatcs ad Electrcal Egeerg - Isttut Tekolog Badug Jl. Gaesha 0 Badug Telephoe 62 22 250835 emal : dw@f.tb.ac.d,

More information

Software reliability is defined as the probability of failure

Software reliability is defined as the probability of failure Evolutoary Regresso Predcto for Software Cumulatve Falure Modelg: a comparatve study M. Beaddy, M. Wakrm & S. Aljahdal 2 : Dept. of Math. & Ifo. Equpe MMS, Ib Zohr Uversty Morocco. beaddym@yahoo.fr 2:

More information

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS)

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS) Joural of Itellget Learg Systems ad Applcatos, 04, 6, 45-5 Publshed Ole February 04 (http://www.scrp.org/joural/jlsa) http://dx.do.org/0.436/jlsa.04.6005 45 Support Vector Mache ad Radom Forest Modelg

More information

NEURO FUZZY MODELING OF CONTROL SYSTEMS

NEURO FUZZY MODELING OF CONTROL SYSTEMS NEURO FUZZY MODELING OF CONTROL SYSTEMS Efré Gorrosteta, Carlos Pedraza Cetro de Igeería y Desarrollo Idustral CIDESI, Av Pe de La Cuesta 70. Des. Sa Pablo. Querétaro, Qro, Méxco gorrosteta@teso.mx pedraza@cdes.mx

More information

THE RESEARCH OF THE DYNAMIC MONITORING TECHNIQUE FOR LAND USE BASED ON REMOTE SENSING IMAGERY

THE RESEARCH OF THE DYNAMIC MONITORING TECHNIQUE FOR LAND USE BASED ON REMOTE SENSING IMAGERY HE RESEARCH OF HE DYNAMIC MONIORING ECHNIQUE FOR LAND USE BASED ON REMOE SENSING IMAGERY Shao Yog-she*, Zhag Shao-mg, Dou Ja-fag, Ja Sheg-ju Departmet of Surveyg ad Geo-formatcs of ogj Uversty, Shagha,

More information

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Vol:4, No:4, 2 Itegrato of Support Vector Mache ad Bayesa Neural Network for Data Mg ad Classfcato Essam Al-Daoud

More information

Electrocardiogram Classification Method Based on SVM

Electrocardiogram Classification Method Based on SVM Electrocardogram Classfcato Method Based o SVM Xao Tag Zhwe Mo College of mathematcs ad software scece, Schua ormal uversty, Chegdu 60066, P. R. Cha Abstract Heart dsease s oe of the ma dseases threateg

More information

Differentiated Service of Streaming Media Playback Technology

Differentiated Service of Streaming Media Playback Technology Iteratoal Coferece o Advaced Iformato ad Commucato Techology for Educato (ICAICTE 2013) Dfferetated Servce of Streamg Meda Playback Techology CHENG Z-ao 1 MENG Bo 1 WANG Da-hua 1 ZHAO Yue 1 1 Iformatzato

More information

Evolutionary Strategies for Multi-Scale Radial Basis Function Kernels in Support Vector Machines

Evolutionary Strategies for Multi-Scale Radial Basis Function Kernels in Support Vector Machines Eolutoary Strateges for Mult-Scale Radal Bass Fucto Kerels Support Vector Maches Taasaee Phethrakul Departmet of Computer Egeerg Faculty of Egeerg, Chulalogkor Uersty Bagkok, Thalad 0330 taasaee@yahoo.com

More information

A genetic procedure used to train RFB neural networks

A genetic procedure used to train RFB neural networks A geetc procedure used to tra RFB eural etworks Costat-Iula VIZITIU Commucatos ad Electroc Systems Departmet Mltary Techcal Academy George Cosbuc Aveue 8-83 5 th Dstrct Bucharest ROMANIA vc@mta.ro http://www.mta.ro

More information

Prof. Feng Liu. Winter /24/2019

Prof. Feng Liu. Winter /24/2019 Prof. Feg Lu Wter 209 http://www.cs.pd.edu/~flu/courses/cs40/ 0/24/209 Last Tme Feature detecto 2 Toda Feature matchg Fttg The followg sldes are largel from Prof. S. Lazebk 3 Wh etract features? Motvato:

More information

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30.

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30. Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. COS 31 Dscrete Math 1 Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. Nobody seems to care. Chage oce hours? Tuesday, 8 PM

More information

Research on Circular Target Center Detection Algorithm Based on Morphological Algorithm and Subpixel Method

Research on Circular Target Center Detection Algorithm Based on Morphological Algorithm and Subpixel Method Research o Crcular Target Ceter Detecto Algorthm Based o Morphologcal Algorthm ad Subpxel Method Yu Le 1, Ma HuZhu 1, ad Yag Wezhou 1 1 College of Iformato ad Commucato Egeerg, Harb Egeerg Uversty, Harb

More information

Analysis of Students' Performance by Using Different Data Mining Classifiers

Analysis of Students' Performance by Using Different Data Mining Classifiers I.J. Moder Educato ad Computer Scece, 2017, 8, 9-15 Publshed Ole August 2017 MECS (http://www.mecs-press.org/) DOI: 10.5815/jmecs.2017.08.02 Aalyss of Studets' Performace by Usg Dfferet Data Mg Classfers

More information

Prediction Method of Network Security Situation Based on GA- LSSVM Time Series Analysis

Prediction Method of Network Security Situation Based on GA- LSSVM Time Series Analysis AMSE JOURNALS-AMSE IIETA publcato-07-seres: Advaces B; Vol. 60; N ; pp 37-390 Submtted Mar. 05 07; Revsed May 5 07; Accepted Ju. 0 07 Predcto Method of Network Securty Stuato Based o GA- LSSVM Tme Seres

More information

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier Mult-class Cacer Classfcato wth OVR-Support Vector Maches Selected by Naïve Bayes Classfer J-Hyuk Hog ad Sug-Bae Cho Dept. of Computer Scece, Yose Uversty 34 Scho-dog, Sudaemoo-ku Seoul 0-749, Korea hjh@sclab.yose.ac.kr,

More information

Moving Foreground Detection Based On Spatio-temporal Saliency

Moving Foreground Detection Based On Spatio-temporal Saliency IJCSI Iteratoal Joural of Computer Scece Issues Vol. 10 Issue 1 No 3 Jauary 013 ISSN (Prt): 1694-0784 ISSN (Ole): 1694-0814 www.ijcsi.org 79 Movg Foregroud Detecto Based O Spato-temporal Salecy Yag Xa

More information

Proactive Detection of DDoS Attacks Utilizing k-nn Classifier in an Anti-DDos Framework

Proactive Detection of DDoS Attacks Utilizing k-nn Classifier in an Anti-DDos Framework World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Proactve Detecto of DDoS Attacks Utlzg k-nn Classfer a At-DDos Framework Hoa-Vu Nguye ad Yogsu Cho Dgtal Ope

More information

Applying Support Vector Machines to Imbalanced Datasets

Applying Support Vector Machines to Imbalanced Datasets Applyg Support Vector Maches to Imbalaced Datasets Reha Akba 1, Stephe Kwek 1, ad Nathale Japkowcz 2 1 Departmet of Computer Scece, Uversty of Texas at Sa Atoo 6900 N. Loop 1604 W, Sa Atoo, Texas, 78249,

More information

ABSTRACT 1 INTRODUCTION

ABSTRACT 1 INTRODUCTION 562 CLASSIFICATION OF POLARIMETRIC-SAR DATA USING FUZZY MAXIMUM LIKELIHOOD ESTIMATION CLUSTERING WITH CONSIDERATION OF COMPLEMENTARY INFORMATION BASED-ON POLARIMETRIC PARAMETERS, TARGET SCATTERING CHARACTERISTICS,

More information

URBAN AREA EXTRACTION IN SAR DATA

URBAN AREA EXTRACTION IN SAR DATA Iteratoal Archves of the Photogrammetry, Remote Sesg ad Spatal Iformato Sceces, Volume XL-1/W3, 013 SMPR 013, 5 8 October 013, Tehra, Ira URBAN AREA EXTRACTION IN SAR DATA H. Aghababaee *, S. Nazmard,.Am

More information

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing Edth Cowa Uversty Research Ole ECU Publcatos Pre. 20 2006 A Comparso of Heurstcs for Schedulg Spatal Clusters to Reduce I/O Cost Spatal Jo Processg Jta Xao Edth Cowa Uversty 0.09/ICMLC.2006.258779 Ths

More information

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation A Esemble Approach to Classfer Costructo based o Bootstrap Aggregato Dewa Md. Fard Jahagragar Uversty Dhaka-342, Bagladesh Mohammad Zahdur Rahma Jahagragar Uversty Dhaka-342, Bagladesh Chowdhury Mofzur

More information

A new approach based in mean and standard deviation for authentication system of face

A new approach based in mean and standard deviation for authentication system of face M. Fedas, D. Sagaa A ew approach based mea ad stadard devato for authetcato system of face M. Fedas 1, D. Sagaa 2 Abstract Face authetcato s a sgfcat problem patter recogto. The face s ot rgd t ca udergo

More information

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei Advaced Materals Research Submtted: 2014-08-29 ISSN: 1662-8985, Vols. 1049-1050, pp 1765-1770 Accepted: 2014-09-01 do:10.4028/www.scetfc.et/amr.1049-1050.1765 Ole: 2014-10-10 2014 Tras Tech Publcatos,

More information

Supplementary Information

Supplementary Information Supplemetary Iformato A Self-Trag Subspace Clusterg Algorthm uder Low-Rak Represetato for Cacer Classfcato o Gee Expresso Data Chu-Qu Xa 1, Ke Ha 1, Yog Q 1, Yag Zhag 2, ad Dog-Ju Yu 1,2, 1 School of Computer

More information

A Proposed Encoding and Hiding Text in an Image by using Fractal Image Compression

A Proposed Encoding and Hiding Text in an Image by using Fractal Image Compression Dr. Fadhl Salma Abed / Iteratoal Joural o Computer Scece ad Egeerg (IJCSE) A Proposed Ecodg ad Hdg Text a Image by usg Fractal Image Compresso Dr. Fadhl Salma Abed Lecturer Uversty Techcal Isttute of Kalar

More information

Weighting Cache Replace Algorithm for Storage System

Weighting Cache Replace Algorithm for Storage System Weghtg Cache Replace Algorthm for Storage System Yhu Luo 2 Chagsheg Xe 2 Chegfeg Zhag 2 School of mathematcs ad Computer Scece, Hube Uversty, Wuha 430062, P.R. Cha 2 Natoal Storage System Laboratory, School

More information

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability Mode-based temporal flterg for -bad wavelet vdeo codg wth spatal scalablty ogdog Zhag a*, Jzheg Xu b, Feg Wu b, Weju Zhag a, ogka Xog a a Image Commucato Isttute, Shagha Jao Tog Uversty, Shagha b Mcrosoft

More information

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams 00 IEEE Iteratoal Coferece o Graular Computg A Double-Wdow-based Classfcato Algorthm for Cocept Drftg Data Streams Qu Zhu, Xuegag Hu, Yuhog Zhag, Pepe L, Xdog Wu, School of Computer Scece ad Iformato Egeerg,

More information

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU Iteratoal Mathematcal Forum,, 6, o., 57-54 ON JONES POLYNOMIALS OF RAPHS OF TORUS KNOTS K (, q ) Tamer UUR, Abdullah KOPUZLU Atatürk Uverst Scece Facult Dept. of. Math. 54 Erzurum, Turkey tugur@atau.edu.tr

More information

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression Statstcal-Regresso_hadout.xmcd Statstcal Aalss of Regresso ChE 475 Statstcal Aalss of Regresso Lesso. The Need for Statstcal Aalss of Regresso What do ou do wth dvdual expermetal data pots? How are the

More information

Spatial Interpolation Using Neural Fuzzy Technique

Spatial Interpolation Using Neural Fuzzy Technique Wog, K.W., Gedeo, T., Fug, C.C. ad Wog, P.M. (00) Spatal terpolato usg eural fuzzy techque. I: Proceedgs of the 8th Iteratoal Coferece o Neural Iformato Processg (ICONIP), Shagha, Cha Spatal Iterpolato

More information

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD TOMÁŠ ŠUBRT, PAVLÍNA LANGROVÁ CUA, SLOVAKIA Abstract Curretly there s creasgly dcated that most of classcal project maagemet methods s ot sutable

More information

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model 207 2 d Iteratoal Coferece o Computer Scece ad Techology (CST 207) ISBN: 978--60595-46-5 Networ Securty Evaluato Based o Varable Weght Fuzzy Cloud Model Yag JIANG a*, Cheg-ha LI, Zh-peg LI ad Mg-ca SUN

More information

ABSTRACT Keywords

ABSTRACT Keywords A Preprocessg Scheme for Hgh-Cardalty Categorcal Attrbutes Classfcato ad Predcto Problems Daele Mcc-Barreca ClearCommerce Corporato 1100 Metrc Blvd. Aust, TX 78732 ABSTRACT Categorcal data felds characterzed

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 1

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 1 Computer Aded Draftg, Desg ad Maufacturg Volume 26, Number 2, Jue 2016, Page 1 CADDM Road etwork extracto from hgh resoluto satellte mages L Gag 1,3, La Shua 2, L Sheg 2,3 1. Pekg Uversty Shezhe Graduate

More information

Unsupervised Discretization Using Kernel Density Estimation

Unsupervised Discretization Using Kernel Density Estimation Usupervsed Dscretzato Usg Kerel Desty Estmato Maregle Bba, Floraa Esposto, Stefao Ferll, Ncola D Mauro, Teresa M.A Basle Departmet of Computer Scece, Uversty of Bar Va Oraboa 4, 7025 Bar, Italy {bba,esposto,ferll,dm,basle}@d.uba.t

More information

Multiple fault diagnosis of down-hole conditions of sucker-rod pumping wells based on Freeman chain code and DCA

Multiple fault diagnosis of down-hole conditions of sucker-rod pumping wells based on Freeman chain code and DCA Pet.Sc.(3):37-3 DOI.7/s8-3-83-37 Multple fault dagoss of dow-hole codtos of sucker-rod pumpg wells based o Freema cha code ad DCA LI Ku, GAO Xa-we, YANG We-bg, DAI Yg-log ad TIAN Zhog-da College of Iformato

More information

Automated approach for the surface profile measurement of moving objects based on PSP

Automated approach for the surface profile measurement of moving objects based on PSP Uversty of Wollogog Research Ole Faculty of Egeerg ad Iformato Sceces - Papers: Part B Faculty of Egeerg ad Iformato Sceces 207 Automated approach for the surface profle measuremet of movg objects based

More information

Designing a learning system

Designing a learning system CS 75 Mache Leafrg Lecture 3 Desgg a learg system Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, x4-8845 people.cs.ptt.edu/~mlos/courses/cs75/ Homeork assgmet Homeork assgmet ll be out today To parts:

More information

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method Hag Xao ad Xub Zhag Comparso Studes o Classfcato for Remote Sesg Image Based o Data Mg Method Hag XIAO 1, Xub ZHANG 1 1: School of Electroc, Iformato ad Electrcal Egeerg Shagha Jaotog Uversty No. 1954,

More information

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field 07 d Iteratoal Coferece o Advaces Maagemet Egeerg ad Iformato Techology (AMEIT 07) ISBN: 978--60595-457-8 A Improved Fuzzy C-Meas Clusterg Algorthm Based o Potetal Feld Yua-hag HAO, Zhu-chao YU *, X GAO

More information

Some Interesting SAR Change Detection Studies

Some Interesting SAR Change Detection Studies Some Iterestg SAR Chage Detecto Studes Lesle M. ovak Scetfc Sstems Compa, Ic. 500 West Cummgs Park, Sute 3000 Wobur, MA 080 USA E-mal lovak@ssc.co ovakl@charter.et ABSTRACT Performace results of coheret

More information

Face Authentication for Multiple Subjects Using Eigenflow

Face Authentication for Multiple Subjects Using Eigenflow Face Authetcato for Multple Subjects Usg Egeflow Xaomg Lu Tsuha Che ad B.V.K. Vjaya Kumar Advaced Multmeda Processg Lab Techcal Report AMP -5 Aprl 2 Electrcal ad Computer Egeerg Carege Mello Uversty Pttsburgh,

More information

Priority-based Packet Scheduling in Internet Protocol Television

Priority-based Packet Scheduling in Internet Protocol Television EMERGING 0 : The Thrd Iteratoal Coferece o Emergg Network Itellgece Prorty-based Packet Schedulg Iteret Protocol Televso Mehmet Dez Demrc Computer Scece Departmet Istabul Uversty İstabul, Turkey e-mal:demrcd@stabul.edu.tr

More information

Estimation of Co-efficient of Variation in PPS sampling.

Estimation of Co-efficient of Variation in PPS sampling. It. Statstcal Ist.: Proc. 58th World Statstcal Cogress, 0, Dubl (Sesso CPS00) p.409 Estmato of Co-effcet of Varato PPS samplg. Archaa. V ( st Author) Departmet of Statstcs, Magalore Uverst Magalagagotr,

More information

Performance Impact of Load Balancers on Server Farms

Performance Impact of Load Balancers on Server Farms erformace Impact of Load Balacers o Server Farms Ypg Dg BMC Software Server Farms have gaed popularty for provdg scalable ad relable computg / Web servces. A load balacer plays a key role ths archtecture,

More information

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters 1 Relable Surface Extracto from Pot-Clouds usg Scaer-Depedet Parameters Hrosh Masuda 1, Ichro Taaka 2, ad Masakazu Eomoto 3 1 The Uversty of Tokyo, masuda@sys.t.u-tokyo.ac.jp 2 Tokyo Dek Uversty, taaka@cck.deda.ac.jp

More information

A Novel Clustering Algorithm Based on Graph Matching

A Novel Clustering Algorithm Based on Graph Matching JOURNAL OF SOFTWARE, VOL. 8, NO. 4, APRIL 203 035 A Novel Clusterg Algorthm Based o raph Matchg uoyua L School of Computer Scece ad Techology, Cha Uversty of Mg ad Techology, Xuzhou, Cha State Key Laboratory

More information

Eye Detection and Tracking in Image with Complex Background

Eye Detection and Tracking in Image with Complex Background Volume No.4, APRIL ISSN 79-847 Joural of Emergg reds Computg ad Iformato Sceces - CIS Joural. All rghts reserved. http://www.csjoural.org Ee Detecto ad rackg Image wth Comple Backgroud Mohammadal Azm Kasha,

More information

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan AAPTIVE HYBRI-WAVELET ETHO FOR GPS/ SYSTE INTEGRATION SALA A. ISAEEL Computer a College for Computer Studes, Khartoum / Suda salam.smaeel@gmal.com ABSTRACT I ths paper, a techque for estmato a global postog

More information

Noise Reduction using Adaptive Singular Value Decomposition

Noise Reduction using Adaptive Singular Value Decomposition Nose Reducto usg Adaptve Sgular Value Decomposto Somkat Udomhusakul Abstract Nose reducto s oe of the most essetal processes for mage processg. The goal of the ose reducto s how to remove ose whle keepg

More information

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems)

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems) DEEP (Dsplacemet Estmato Error Back-Propagato) Method for Cascaded VSPs (Vsually Servoed Pared Structured Lght Systems) Haem Jeo 1), Jae-Uk Sh 2), Wachoel Myeog 3), Yougja Km 4), ad *Hyu Myug 5) 1), 3),

More information

2 General Regression Neural Network (GRNN)

2 General Regression Neural Network (GRNN) 4 Geeral Regresso Neural Network (GRNN) GRNN, as proposed b oald F. Specht [Specht 9] falls to the categor of probablstc eural etworks as dscussed Chapter oe. Ths eural etwork lke other probablstc eural

More information

Region Matching by Optimal Fuzzy Dissimilarity

Region Matching by Optimal Fuzzy Dissimilarity Rego Matchg by Optmal Fuzzy Dssmlarty Zhaggu Zeg, Ala Fu ad Hog Ya School of Electrcal ad formato Egeerg The Uversty of Sydey Phoe: +6--935-6659 Fax: +6--935-3847 Emal: zzeg@ee.usyd.edu.au Abstract: Ths

More information

Multiclass classification Decision trees

Multiclass classification Decision trees CS 75 Mache Learg Lecture Multclass classfcato Decso trees Mlos Hauskrecht mlos@cs.tt.edu 59 Seott Suare CS 75 Mache Learg Mdterm eam Mdterm Tuesda, March 4, 4 I-class 75 mutes closed book materal covered

More information

MOVING POLYNOMIAL SURFACE MODEL FOR GENERATION DTM AND DSM FROM AIBORNE LASER SCANNING DATA

MOVING POLYNOMIAL SURFACE MODEL FOR GENERATION DTM AND DSM FROM AIBORNE LASER SCANNING DATA MOVING POLYNOMIAL SURFACE MODEL FOR GENERATION DTM AND DSM FROM AIBORNE LASER SCANNING DATA Abstract Grzegorz Jóźków Arbore laser scag delvers the dscrete geometrcal formato about groud surface ad objects

More information

Preventing Information Leakage in C Applications Using RBAC-Based Model

Preventing Information Leakage in C Applications Using RBAC-Based Model Proceedgs of the 5th WSEAS It. Cof. o Software Egeerg Parallel ad Dstrbuted Systems Madrd Spa February 5-7 2006 (pp69-73) Prevetg Iformato Leakage C Applcatos Usg RBAC-Based Model SHIH-CHIEN CHOU Departmet

More information

COMBINATORIAL METHOD OF POLYNOMIAL EXPANSION OF SYMMETRIC BOOLEAN FUNCTIONS

COMBINATORIAL METHOD OF POLYNOMIAL EXPANSION OF SYMMETRIC BOOLEAN FUNCTIONS COMBINATORIAL MTHOD O POLYNOMIAL XPANSION O SYMMTRIC BOOLAN UNCTIONS Dala A. Gorodecky The Uted Isttute of Iformatcs Prolems of Natoal Academy of Sceces of Belarus, Msk,, Belarus, dala.gorodecky@gmal.com.

More information

Hand Gesture Recognition: A Comparative Study

Hand Gesture Recognition: A Comparative Study IMECS 8, 19-1 March, 8, Hog Kog Had Gesture Recogto: A Comparatve Study Prateem Chakraborty, Prashat Sarawg, Akt Mehrotra, Gaurav Agarwal, Ratka Pradha Abstract - Ths paper presets four very smple but

More information

MOTION RECOVERY BASED ON FEATURE EXTRACTION FROM 2D IMAGES

MOTION RECOVERY BASED ON FEATURE EXTRACTION FROM 2D IMAGES MOTION RECOVERY BASED ON FEATURE EXTRACTION FROM 2D IMAGES Jahu Zhao, Lg L 2 ad Kwoh Chee Keog 3,3 School of Computer Egeerg, Nayag Techologcal Uversty, Sgapore, 639798 2 School of Computg, Curt Uversty

More information