A Novel Linear-Polynomial Kernel to Construct Support Vector Machines for Speech Recognition

Size: px
Start display at page:

Download "A Novel Linear-Polynomial Kernel to Construct Support Vector Machines for Speech Recognition"

Transcription

1 Journa of Computer Science 7 (7): , 20 ISSN Science Pubications A Nove Linear-Poynomia Kerne to Construct Support Vector Machines for Speech Recognition Bawant A. Sonkambe and 2 D.D. Doye Pune Institute of Computer Technoogy, Pune, Maharashtra State, India 2 Department of E and TC, SGGSIE and T, Nanded, Maharashtra State, India Abstract: Probem statement: To accept the inputs as spoken word utterances uttered by various speakers, recognize the corresponding spoken words and initiate action pertaining to that word. Approach: A nove Linear-Poynomia (LP) Kerne function was used to construct support vector machines to cassify the spoken word utterances. The support vector machines were constructed using various kerne functions. The use of we known one-versus-one approach considered with voting agorithm. Resuts: The empirica resuts compared by impementing various kerne functions such as inear kerne function, poynomia kerne function and LP kerne functions to construct different SVMs. Concusion: The generaization performances based on the One-versus- One approach for speech recognition were compared with the nove LP kerne function. The SVMs using LP kerne function cassifies the spoken utterances very efficienty as compared to other kerne functions. The performance of the nove LP kerne function was outstanding as compared to other kerne functions. Key words: Hidden Markov Mode (HMM), neura network, Empirica Risk Minimization (ERM), kerne function, voting agorithm, Modified Fuzzy-Hyper sphere Neura Networks (MFHNN), Support Vector Machines (SVM), hyperpane, Vapnik-Chervonenkis (VC), Linear-Poynomia (LP) INTRODUCTION From ast severa years, the speech recognition research paying a eading roe in more number of appications. Many new techniques emerged incuding Modified Fuzzy-Hyper sphere Neura Networks (MFHNN), Neura Networks (Doye et a., 2002; Soaimani, 2009), Hidden Markov Modes (Ping et a., 2009), Bayesian Networks (Mansouri et a., 20) and Dynamic Time Warping decade to decade to increase the performance of the speech recognition systems but Hidden Markov Mode (HMM) (Rabiner and Juang, 993; Doye et a., 2002) is among the most successfu state of art toos widey used but sti speech recognition systems are far away to achieve high-performance as we as accuracy. The HMM are originay a generative modes because the decisions are based on the ikeihood estimation of the currenty evauated pattern. Thus, HMM requires additionay discriminative approaches to discriminate the speech sampes. The imitation of HMM, is the oss of performance due to the mismatch between training and testing conditions. The Support Vector Machine (SVM) (Carkson and Moreno, 999; Schokopf and Smoa, 2002) is emerged as a new machine earning technique for pattern cassification. The SVMs are based on the discriminative approach which discriminates the patterns by finding the goba minima. The SVM uses Structura Risk Minimization (SRM) principe to construct inear and noninear cassifiers with Vapnik- Chervonenkis (VC) dimension (Vapnik, 998; Cristianini and John, 2000). The VC dimension contros the capacity of the earning machine. The inear and noninear approaches are used to construct the SVMs. In inear methods inner products caed dot products are considered for generating the optima separating hyperpane for cassifying the two casses where as in non inear approach dot products are repaced by kerne functions (Burges, 998; Schokopf and Smoa, 2002) to construct the optima separating hyperpane. In this study we propose to use nove kerne function caed the Linear-Poynomia (LP) (Cristianini and John, 2000) kerne incuding the description about the construction of inear support vector machine and the construction of noninear support vector machine Corresponding Author: Bawant A. Sonkambe, Pune Institute of Computer Technoogy, Pune, Maharashtra State, India 99

2 aong with description of the nove LP kerne function. The description of the cassification approach aso described and asty, expained the detaied experimenta resuts obtained by comparison with basic kerne function. MATERIALS AND METHODS The Hidden Markov modes are most successfu techniques for modeing a speech by determining the speech sound representation. The Cassification probems are treated as compex probems. In cassification probem, the main task is to cassify the probem directy by estimating the decision surfaces. Many researchers have proved that, the Support Vector Machines (SVM) are the most efficient and popuar generaized inear cassifiers used for data cassification. The Support Vector Machines are the machine earning techniques deveoped by Vapnik in 960 s can perform static cassification tasks. The SVMs are appied successfuy for soving pattern recognition probems due to its discriminative nature. The SVMs are aso caed hyperpane cassifiers because it constructs optima separating hyperpane to discriminate between two casses. The earning machines are constructed by nonineary mapping from input vector space to a high dimensiona vector space caed feature space. The SVMs are not designed to hande tempora structure of data. The SVMs has very good generaization abiity that improves the system robustness of speech recognition tasks in noisy environment. The SVMs key property is to minimize the empirica cassification error and maximize the geometric margin simutaneousy. Hence it is aso known as maximum margin cassifier. Construction of inear support vector machines: The earning machines can construct optima predictor through a set of functions. Risk minimization means minimizing the functiona from a given training data that is minimizing the optima parameterization. The Empirica Risk Minimization (ERM) (Vapnik, 998; Danies and Ejara, 2009) is a kind of risk minimization commony used as optimization procedure in machine earning. The optimization process depends on the oss functions because prior joint probabiity distribution is not known. The risk can be determined as a mean error computed from the fixed number of training data. Here, the risk is defined as measures of quaity of a chosen function. ERM is computationay simper than attempting to minimize the actua risk but due to non measuring capacity the machine, if the compexity of a machine increases then a machine over fits the data. J. Computer Sci., 7 (7): , Fig. : Optima separating hyperpane for seaparating two casses ineary In the structura risk minimization, the optima function not ony depends on the oss functions for cacuating the expected risk but aso depends on its structure. Here, the risk is determining through VC dimension which measures the capacity of a earning machine by computing the upper bound. The SRM principe is impemented by constructing the SVMs. The inear cassifier in separabe case the two datasets can be perfecty mapped. The separating hyperpane is caed inear hyperpane separates the given datasets by maximizing the margin. The SVMs are constructed by constructing the binary casses. Consider binary cassification probems by assuming the training data, given beow: (x,y ),(x 2, y 2),...,(x, y ) () Here: x = The input patterns y = Outputs abeed by + and The goa is to find the inear decision function f(x) and the separating hyperpane H, where H: x.w + b = 0 and f(x) = sgn(x.w+b). Where bthe distance of the hyperpane from the origin is aso referred as bias and w is the norma to the decision region aso referred as weights. The vaue of H is cacuated using quadratic programming approach. Figure shows the optima separating hyperpane to find the decision boundaries between the two casses. The margin of the SVM is defined as the distance from the separating hyperpane to the cosest two casses. The margin is equa to 2/ w inequaities. Here, distance between the dotted ines is caed margin and the data points appeared on the dotted ines are caed support vectors. The optima hyperpane is obtained by appying scaing on the parameters w and b because scaing avoids variance among the data vaues. The existence of optimaity is guaranteed by the Karush-Kuhn-Tucker (KKT) (Vapnik, 998) theorem. The main feature of the optima hyperpane is to maximize the margin whie minimizing the empirica risk. For separating the two

3 reaistic datasets inear cassifier in non separabe case considers the sack variabe to find the miscassification errors. Construction of Noninear support vector machines (Sonkambe and Doye, 2008): The non-inear cassifiers can hande the decision boundaries in the compex noninear data very efficienty. The use of kerne functions is essentia to construct optima hyperpanes of non-inear cassifiers. The kernes are positive-definite functions to map data into high dimensiona spaces which increases the computationa power of inear machines. The key advantages of the kernes are firsty, it incorporates prior knowedge of the probem by defining a simiarity measure between two data points. Secondy, kerne function finds the kerne matrix which contains a the information about the input space and thirdy, the number of operations required is not necessariy proportiona to the number of features. There are various kinds of kerne functions used commony for speech cassification. The kerne functions shoud satisfy the mercer s condition which shows the symmetry property. The mapping is achieved through a repacement of the inner product: x i.x j Φ(x i). Φ (x j) The functiona form of the mapping Φ(x), does not need to be known since it is impicity defined by the choice of kerne: i.x j) Φ(x i). Φ (x j) Each choice of kerne wi define a different type of feature space and the resuting cassifiers wi perform differenty on test data, though good generaization. For an SVM with RBF kernes the resuting architecture is an RBF network (Cortes and Vapnik, 995; Mahi and Izabatene, 20). However, the method for determining the number of nodes and their centers is quite different from standard RBF networks with the number of nodes equa to the number of support vectors and the centers of the RBF nodes identified with the support vectors themseves. Formation of New kernes: There are different kerne functions commony used for cassification. In this case we are proposing two nove kerne functions by combining the inear kerne function with poynomia kerne function caed Linear-Poynomia (LP) Kerne (Kurtz, 99; Tan and Wang, 2004) function which formaized as foows: i.x j) k (x i.x j) + k 2(x i.x j) J. Computer Sci., 7 (7): , 20 Where: k (x.x ) = (x.x ) = A inear kerne function i j i j k (x.x ) (x.x ) d 2 i j = i j + = A poynomia kerne function The construction of the optima hyperpane is of the form: 0 0 i i i i= f[x, α ] = α y (x.x) + b (2) Here, b-indicates threshod as a constant and (x i,x) indicates inner product of two input vectors as we as -indicates number of data pairs. The maximum-margin separating hyperpane caed optima hyperpane which reduces the generaization errors. The objective function of our optimization probem is the form: D( α ) = α y y α α (x.x ) Such that: (3) i i j i j i j i= 2 i, j= i i j i= α 0 and α α = 0,i = 0,,..., (4) where, α i are the Lagrange mutipiers which define the weights of the mode as w i = α i y i.. The construction of decision functions are depends on generating the inner product in a feature space which are noninear in their input space as given beow: 0 i i i (5) sup portvectors f (x, α ) = sign( y α.x) + b and are equivaent to inear decision functions in the feature space z (x),...,z (x),... γ 0 i i γ i γ (6) sup portvectors f (x, α ) = sign( y α z (x )z (x) + b The kerne function can be represented as k (x i, x j ) which generates the inner product for the feature space. The commony used kerne functions are. The Linear Kerne function is represented by the inner product given by the equation: i.x j) = (x i.x j) (7) The poynomia kerne has more number of hyperparameters than the RBF kerne which infuences the compexity of mode seection. The Poynomia Kerne function is generated for finding the inner product given by the equation: 993

4 .x ) (x.x ) d i j = i j + (8) Here, d is the poynomia degree which is a positive integer. The LP kerne function can be represented as combined kerne functions of inear and poynomia kernes which is formuated as beow:.x ) = k (x.x ) + k (x.x ) i j i j 2 i j d i.x j) = ((x i.x j) + (x i.x j + ) ) J. Computer Sci., 7 (7): , 20 One-versus-One cassification approach: One-versus- One is one of the most commony used successfu to poynomia kerne function. 994 (9) The decision function can be constructed in the form of: i i i (0) sup portvectors f (x, α ) = sign( y α.x) + b The Radia Basis Function (RBF) kerne nonineary maps input sampes into a higher dimensiona space, which can hande the reation between cass abes and attributes is noninear. The RBF kerne is not efficient when the number of features is very arge as compared to other kerne functions. The Radia Basis Function kerne can represent as: xi x j i.x j) = exp( ) 2 2σ 2 () The decision discriminative decision function is determined by the foowing equation: (2) D(x) = y y α α.x) + b = w.x) i j i j i i i i= i= This gives a decision about the casses to discriminate among them. Cassification approach: The speech recognition probem is a muticass cassification probem where as SVMs are efficienty sove binary cassification probem. There are two approaches to sove muticass probem by using SVM. First, One-versus-One (Ganapathiraju et a., 2000) cassification approach aso caed pair wise cassification by simpy constructs for each pair of casses a cassifier which separates those casses and second, One-versus-A cassification approach (Osuna et a., 997; Chin, 999) by constructing for each cass a cassifier which separates that cass from the reminder of data. A data with the exception of one row is used to train the earning agorithm. approaches for discrimination of casses. The cassifiers required according this approach is equa to k(k-)/2 cassifiers. Where k = 0, that is 45 cassifiers are constructed. The One-versus-One cassification approach is aso caed pair-wise cassification approach where ony pair-wise data points can be considered to discriminate between the two casses. The main feature is that, it reduces the generaization error rate by reducing the number of support vectors hence is faster than the One-versus-A approach. A voting scheme agorithm used with fixed weights to cast one vote in favor the cass. This agorithm force to choose among one cass. These votes are distributed uniformy so that we can cassify the correct casses of the speech signas by considering the highest score. The One-versus-One approach requires more memory space as we as requires more time for training. RESULTS AND DISCUSSION The database was coected from 5 Indians. The database was coected for 0 digits uttered by 5 times. The speech features are extracted and obtained LPC Coefficients. The speech signas were samped at 8 KHz divided into a sequence of data bocks, each bock spanning 20ms and separated by 0 ms. The speech features are extracted and obtained LPC Coefficients and these LPCC were used as a data points for training the SVM. The number speech sampes used for training were 50 from each digit and rests of the sampes were used as testing data for speech signa cassification. We have constructed various SVMs using inear kerne function, Poynomia kerne function and the proposed LP kerne function. When LP kerne function used to construct noninear support vector machines, it gives very good performance as compared to inear kerne function as we as poynomia kerne function. The observation is that, it maximizes the margin with sma fraction vaue increased by 0.0 to 0.00 as compared to the margin obtained by poynomia kerne function. Hence, the LP kerne reduces generaization error drasticay so it discriminates the data points very accuratey as compared to poynomia kerne function. Tabe shows the training performance of the poynomia kerne function for cacuating the support vector whie the training performance of the LP kerne function is shown in Tabe 2. The compared training performance graph is aso shown Fig. 2. The LP kerne aso finds better number of support vectors as compared

5 J. Computer Sci., 7 (7): , 20 Tabe : Generaization performance for one-versus-one cassifier using poynomia kerne function for training data cassification experiment conducted shows more accurate resuts as compared to poynomia kerne function by discriminating the decision boundaries between two speech data points. We considered more accurate approach as a One-versus-One to achieve better performance as compared to One-versus-A approach. In future work, the LP kerne functions can be compared with RBF kerne functions. REFERENCES Tabe 2: Generaization performance for one-versus-one cassifier using LP kerne function for training data Fig. 2: The comparative training performance graph (a) (b) The existing kerne functions such as inear and poynomia kerne functions are impemented in addition to the impementation of LP kerne function for the construction of support vector machines. CONCLUSION In this study, the proposed nove LP kerne function outperforms as compared to poynomia kerne function and inear kerne functions. This kerne function can be considered as a more suitabe for cassifying the noninear signas. The speech 995 Burges, C.J.C., 998. A Tutoria on support vector machines for pattern recognition. Know. Discovery Data Min., 2: DOI: 0.023/A: Chin, K.K., 999. Support vector machines appied to speech pattern cassification. Master s Thesis, Engineering Department, Cambridge University Carkson, P. and P.J. Moreno, 999. On the use of support vector machines for phonetic cassification. Proceeding of the IEEE Internationa Conference. on Acoustics, Speech and Signa Processing (ICASSP), Phoenix, Arizona, USA., pp: DOI: 0.09/ICASSP Cortes, C. and V. Vapnik, 995. Support vector networks. Mach. Learn., 20: -25. DOI: 0.234/ Cristianini, N. and S.-T. John, An introduction to support vector machines and other kerne-based earning methods. st Edn., Cambridge University Press, John Shawe-Tayor, Roya Hooway, London, ISBN: , pp: 204. Danies, K. and D.D. Ejara, Impact of information asymmetry on municipa bond yieds: An empirica anaysis. Am. J. Econ. Bus. Admin., : -20. DOI: /ajebasp Doye, D.D., U.V. Kukarni and T.R. Sontakke, Speech recognition using modified fuzzy hypersphere neura network. Proceedings of the Internationa Joint Conference on Neura Networks, May 2-7, Honouu, HI, USA., pp: DOI: 0.09/IJCNN Ganapathiraju, A., J. Hamaker and J. Picone, Hybrid SVM/HMM architectures for speech recognition. Proceedings of the 6th Internationa Conference on Spoken Language Processing, Oct. 6-20, Beijing, China, pp:

6 J. Computer Sci., 7 (7): , 20 Kurtz, M., 99. Handbook of Appied Mathematics for Engineers and Scientists. st Edn., McGraw Hi, New York, 608. DOI: 0.036/ Mahi, H. and H.F. Izabatene, 20. Segmentation of sateite imagery using RBF neura network and genetic agorithm. Asian J. Appied Sci., 4: Mansouri, M., A. Ganguy and A. Mostashari, 20. Evauating agiity in extended enterprise systems: A transportation network case. Am. J. Eng. Appied Sci., 4: DOI: /ajeassp Osuna, E., R. Freund and F. Girosi, 997. An improved training agorithm for support vector machines. Proceeding of the IEEE Workshop on Neura Networks for Signa Processing, Ameia Isand, Forida, USA., pp: DOI: 0.09/NNSP Ping, Z., T. Li-Zhen and X. Dong-Feng, Speech recognition agorithm of parae subband HMM based on waveet anaysis and neura network. Inform. Techno. J., 8: Rabiner, L.R. and B.H. Juang, 993. Fundamentas of Speech Recognition. st Edn., Prentice Ha, Engewood Ciffs, New Jersey, USA., ISBN: 0: , pp: 496. Schokopf, B. and A. Smoa, Learning with Kernes. st Edn., MIT Press, Cambridge, Mass, USA., ISBN-0: , pp: 644. Soaimani, K., A study of rainfa forecasting modes based on artificia neura network. Asian J. Appied Sci., 2: DOI: /ajaps Sonkambe, B.A. and D.D. Doye, An overview of speech recognition system based on the support vector machines. Proceeding of the Internationa Conference on Computer and Communication Engineering, May 3-5, IEEE Xpore, Kuaa Lumpur, pp: DOI: 0.09/ICCCE Tan, Y. and J. Wang, A support vector machine with a hybrid kerne and minima vapnikchervonenkis dimension. IEEE Trans. Know. Data Eng., 6: DOI: 0.09/TKDE Vapnik, V.N., 998. Statistica Learning Theory. st Edn., John Wiey and Sons, New York, USA., ISBN-0: , pp:

Distance Weighted Discrimination and Second Order Cone Programming

Distance Weighted Discrimination and Second Order Cone Programming Distance Weighted Discrimination and Second Order Cone Programming Hanwen Huang, Xiaosun Lu, Yufeng Liu, J. S. Marron, Perry Haaand Apri 3, 2012 1 Introduction This vignette demonstrates the utiity and

More information

GPU Implementation of Parallel SVM as Applied to Intrusion Detection System

GPU Implementation of Parallel SVM as Applied to Intrusion Detection System GPU Impementation of Parae SVM as Appied to Intrusion Detection System Sudarshan Hiray Research Schoar, Department of Computer Engineering, Vishwakarma Institute of Technoogy, Pune, India sdhiray7@gmai.com

More information

Language Identification for Texts Written in Transliteration

Language Identification for Texts Written in Transliteration Language Identification for Texts Written in Transiteration Andrey Chepovskiy, Sergey Gusev, Margarita Kurbatova Higher Schoo of Economics, Data Anaysis and Artificia Inteigence Department, Pokrovskiy

More information

Optimization and Application of Support Vector Machine Based on SVM Algorithm Parameters

Optimization and Application of Support Vector Machine Based on SVM Algorithm Parameters Optimization and Appication of Support Vector Machine Based on SVM Agorithm Parameters YAN Hui-feng 1, WANG Wei-feng 1, LIU Jie 2 1 ChongQing University of Posts and Teecom 400065, China 2 Schoo Of Civi

More information

Research of Classification based on Deep Neural Network

Research of  Classification based on Deep Neural Network 2018 Internationa Conference on Sensor Network and Computer Engineering (ICSNCE 2018) Research of Emai Cassification based on Deep Neura Network Wang Yawen Schoo of Computer Science and Engineering Xi

More information

Improvement of Nearest-Neighbor Classifiers via Support Vector Machines

Improvement of Nearest-Neighbor Classifiers via Support Vector Machines From: FLAIRS-01 Proceedings. Copyright 2001, AAAI (www.aaai.org). A rights reserved. Improvement of Nearest-Neighbor Cassifiers via Support Vector Machines Marc Sebban and Richard Nock TRIVIA-Department

More information

Nearest Neighbor Learning

Nearest Neighbor Learning Nearest Neighbor Learning Cassify based on oca simiarity Ranges from simpe nearest neighbor to case-based and anaogica reasoning Use oca information near the current query instance to decide the cassification

More information

Fast Methods for Kernel-based Text Analysis

Fast Methods for Kernel-based Text Analysis Proceedings of the 41st Annua Meeting of the Association for Computationa Linguistics, Juy 2003, pp. 24-31. Fast Methods for Kerne-based Text Anaysis Taku Kudo and Yuji Matsumoto Graduate Schoo of Information

More information

A Column Generation Approach for Support Vector Machines

A Column Generation Approach for Support Vector Machines A Coumn Generation Approach for Support Vector Machines Emiio Carrizosa Universidad de Sevia (Spain). ecarrizosa@us.es Beén Martín-Barragán Universidad de Sevia (Spain). bemart@us.es Doores Romero Moraes

More information

Image Segmentation Using Semi-Supervised k-means

Image Segmentation Using Semi-Supervised k-means I J C T A, 9(34) 2016, pp. 595-601 Internationa Science Press Image Segmentation Using Semi-Supervised k-means Reza Monsefi * and Saeed Zahedi * ABSTRACT Extracting the region of interest is a very chaenging

More information

Quaternion Support Vector Classifier

Quaternion Support Vector Classifier Quaternion Support Vector Cassifier G. López-Gonzáez, Nancy Arana-Danie, and Eduardo Bayro-Corrochano CINVESTAV - Unidad Guadaajara, Av. de Bosque 1145, Coonia e Bajo, Zapopan, Jaisco, México {geopez,edb}@gd.cinvestav.mx

More information

Comparative Analysis of Relevance for SVM-Based Interactive Document Retrieval

Comparative Analysis of Relevance for SVM-Based Interactive Document Retrieval Comparative Anaysis for SVM-Based Interactive Document Retrieva Paper: Comparative Anaysis of Reevance for SVM-Based Interactive Document Retrieva Hiroshi Murata, Takashi Onoda, and Seiji Yamada Centra

More information

A Memory Grouping Method for Sharing Memory BIST Logic

A Memory Grouping Method for Sharing Memory BIST Logic A Memory Grouping Method for Sharing Memory BIST Logic Masahide Miyazai, Tomoazu Yoneda, and Hideo Fuiwara Graduate Schoo of Information Science, Nara Institute of Science and Technoogy (NAIST), 8916-5

More information

Mobile App Recommendation: Maximize the Total App Downloads

Mobile App Recommendation: Maximize the Total App Downloads Mobie App Recommendation: Maximize the Tota App Downoads Zhuohua Chen Schoo of Economics and Management Tsinghua University chenzhh3.12@sem.tsinghua.edu.cn Yinghui (Catherine) Yang Graduate Schoo of Management

More information

A Novel Method for Early Software Quality Prediction Based on Support Vector Machine

A Novel Method for Early Software Quality Prediction Based on Support Vector Machine A Nove Method for Eary Software Quaity Prediction Based on Support Vector Machine Fei Xing 1,PingGuo 1;2, and Michae R. Lyu 2 1 Department of Computer Science Beijing Norma University, Beijing, 1875, China

More information

Response Surface Model Updating for Nonlinear Structures

Response Surface Model Updating for Nonlinear Structures Response Surface Mode Updating for Noninear Structures Gonaz Shahidi a, Shamim Pakzad b a PhD Student, Department of Civi and Environmenta Engineering, Lehigh University, ATLSS Engineering Research Center,

More information

Binarized support vector machines

Binarized support vector machines Universidad Caros III de Madrid Repositorio instituciona e-archivo Departamento de Estadística http://e-archivo.uc3m.es DES - Working Papers. Statistics and Econometrics. WS 2007-11 Binarized support vector

More information

QoS-Aware Data Transmission and Wireless Energy Transfer: Performance Modeling and Optimization

QoS-Aware Data Transmission and Wireless Energy Transfer: Performance Modeling and Optimization QoS-Aware Data Transmission and Wireess Energy Transfer: Performance Modeing and Optimization Dusit Niyato, Ping Wang, Yeow Wai Leong, and Tan Hwee Pink Schoo of Computer Engineering, Nanyang Technoogica

More information

Modification of Support Vector Machine for Microarray Data Analysis

Modification of Support Vector Machine for Microarray Data Analysis Goba Journa of Computer Science and Technoogy Hardware & Computation Voume 13 Issue 1 Version 1.0 Year 2013 Type: Doube Bind Peer Reviewed Internationa Research Journa Pubisher: Goba Journas Inc. (USA)

More information

JOINT IMAGE REGISTRATION AND EXAMPLE-BASED SUPER-RESOLUTION ALGORITHM

JOINT IMAGE REGISTRATION AND EXAMPLE-BASED SUPER-RESOLUTION ALGORITHM JOINT IMAGE REGISTRATION AND AMPLE-BASED SUPER-RESOLUTION ALGORITHM Hyo-Song Kim, Jeyong Shin, and Rae-Hong Park Department of Eectronic Engineering, Schoo of Engineering, Sogang University 35 Baekbeom-ro,

More information

Backing-up Fuzzy Control of a Truck-trailer Equipped with a Kingpin Sliding Mechanism

Backing-up Fuzzy Control of a Truck-trailer Equipped with a Kingpin Sliding Mechanism Backing-up Fuzzy Contro of a Truck-traier Equipped with a Kingpin Siding Mechanism G. Siamantas and S. Manesis Eectrica & Computer Engineering Dept., University of Patras, Patras, Greece gsiama@upatras.gr;stam.manesis@ece.upatras.gr

More information

MACHINE learning techniques can, automatically,

MACHINE learning techniques can, automatically, Proceedings of Internationa Joint Conference on Neura Networks, Daas, Texas, USA, August 4-9, 203 High Leve Data Cassification Based on Network Entropy Fiipe Aves Neto and Liang Zhao Abstract Traditiona

More information

Automatic Grouping for Social Networks CS229 Project Report

Automatic Grouping for Social Networks CS229 Project Report Automatic Grouping for Socia Networks CS229 Project Report Xiaoying Tian Ya Le Yangru Fang Abstract Socia networking sites aow users to manuay categorize their friends, but it is aborious to construct

More information

A New Supervised Clustering Algorithm Based on Min-Max Modular Network with Gaussian-Zero-Crossing Functions

A New Supervised Clustering Algorithm Based on Min-Max Modular Network with Gaussian-Zero-Crossing Functions 2006 Internationa Joint Conference on Neura Networks Sheraton Vancouver Wa Centre Hote, Vancouver, BC, Canada Juy 16-21, 2006 A New Supervised Custering Agorithm Based on Min-Max Moduar Network with Gaussian-Zero-Crossing

More information

A NEW APPROACH FOR BLOCK BASED STEGANALYSIS USING A MULTI-CLASSIFIER

A NEW APPROACH FOR BLOCK BASED STEGANALYSIS USING A MULTI-CLASSIFIER Internationa Journa on Technica and Physica Probems of Engineering (IJTPE) Pubished by Internationa Organization of IOTPE ISSN 077-358 IJTPE Journa www.iotpe.com ijtpe@iotpe.com September 014 Issue 0 Voume

More information

Substitute Model of Deep-groove Ball Bearings in Numeric Analysis of Complex Constructions Like Manipulators

Substitute Model of Deep-groove Ball Bearings in Numeric Analysis of Complex Constructions Like Manipulators Mechanics and Mechanica Engineering Vo. 12, No. 4 (2008) 349 356 c Technica University of Lodz Substitute Mode of Deep-groove Ba Bearings in Numeric Anaysis of Compex Constructions Like Manipuators Leszek

More information

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code Further Optimization of the Decoding Method for Shortened Binary Cycic Fire Code Ch. Nanda Kishore Heosoft (India) Private Limited 8-2-703, Road No-12 Banjara His, Hyderabad, INDIA Phone: +91-040-3378222

More information

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space Sensitivity Anaysis of Hopfied Neura Network in Cassifying Natura RGB Coor Space Department of Computer Science University of Sharjah UAE rsammouda@sharjah.ac.ae Abstract: - This paper presents a study

More information

Digital Image Watermarking Algorithm Based on Fast Curvelet Transform

Digital Image Watermarking Algorithm Based on Fast Curvelet Transform J. Software Engineering & Appications, 010, 3, 939-943 doi:10.436/jsea.010.310111 Pubished Onine October 010 (http://www.scirp.org/journa/jsea) 939 igita Image Watermarking Agorithm Based on Fast Curveet

More information

Automatic Hidden Web Database Classification

Automatic Hidden Web Database Classification Automatic idden Web atabase Cassification Zhiguo Gong, Jingbai Zhang, and Qian Liu Facuty of Science and Technoogy niversity of Macau Macao, PRC {fstzgg,ma46597,ma46620}@umac.mo Abstract. In this paper,

More information

An Alternative Approach for Solving Bi-Level Programming Problems

An Alternative Approach for Solving Bi-Level Programming Problems American Journa of Operations Research, 07, 7, 9-7 http://www.scirp.org/ourna/aor ISSN Onine: 60-889 ISSN rint: 60-880 An Aternative Approach for Soving Bi-Leve rogramming robems Rashmi Bira, Viay K. Agarwa,

More information

Lecture Notes for Chapter 4 Part III. Introduction to Data Mining

Lecture Notes for Chapter 4 Part III. Introduction to Data Mining Data Mining Cassification: Basic Concepts, Decision Trees, and Mode Evauation Lecture Notes for Chapter 4 Part III Introduction to Data Mining by Tan, Steinbach, Kumar Adapted by Qiang Yang (2010) Tan,Steinbach,

More information

A probabilistic fuzzy method for emitter identification based on genetic algorithm

A probabilistic fuzzy method for emitter identification based on genetic algorithm A probabitic fuzzy method for emitter identification based on genetic agorithm Xia Chen, Weidong Hu, Hongwen Yang, Min Tang ATR Key Lab, Coege of Eectronic Science and Engineering Nationa University of

More information

A HYBRID FEATURE SELECTION METHOD BASED ON FISHER SCORE AND GENETIC ALGORITHM

A HYBRID FEATURE SELECTION METHOD BASED ON FISHER SCORE AND GENETIC ALGORITHM Journa of Mathematica Sciences: Advances and Appications Voume 37, 2016, Pages 51-78 Avaiabe at http://scientificadvances.co.in DOI: http://dx.doi.org/10.18642/jmsaa_7100121627 A HYBRID FEATURE SELECTION

More information

Solving Large Double Digestion Problems for DNA Restriction Mapping by Using Branch-and-Bound Integer Linear Programming

Solving Large Double Digestion Problems for DNA Restriction Mapping by Using Branch-and-Bound Integer Linear Programming The First Internationa Symposium on Optimization and Systems Bioogy (OSB 07) Beijing, China, August 8 10, 2007 Copyright 2007 ORSC & APORC pp. 267 279 Soving Large Doube Digestion Probems for DNA Restriction

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Voume 10 Issue 16 BioTechnoogy 014 An Indian Journa FULL PAPER BTAIJ, 10(16), 014 [999-9307] Study on prediction of type- fuzzy ogic power system based

More information

On-Chip CNN Accelerator for Image Super-Resolution

On-Chip CNN Accelerator for Image Super-Resolution On-Chip CNN Acceerator for Image Super-Resoution Jung-Woo Chang and Suk-Ju Kang Dept. of Eectronic Engineering, Sogang University, Seou, South Korea {zwzang91, sjkang}@sogang.ac.kr ABSTRACT To impement

More information

Hiding secrete data in compressed images using histogram analysis

Hiding secrete data in compressed images using histogram analysis University of Woongong Research Onine University of Woongong in Dubai - Papers University of Woongong in Dubai 2 iding secrete data in compressed images using histogram anaysis Farhad Keissarian University

More information

Load Balancing by MPLS in Differentiated Services Networks

Load Balancing by MPLS in Differentiated Services Networks Load Baancing by MPLS in Differentiated Services Networks Riikka Susitaiva, Jorma Virtamo, and Samui Aato Networking Laboratory, Hesinki University of Technoogy P.O.Box 3000, FIN-02015 HUT, Finand {riikka.susitaiva,

More information

Chinese Grain Production Forecasting Method Based on Particle Swarm Optimization-based Support Vector Machine

Chinese Grain Production Forecasting Method Based on Particle Swarm Optimization-based Support Vector Machine 8 Recent Patents on Engineering 009, 3, 8-1 Cinese Grain Production Metod Based on Partice Swarm Optimization-based Support Vector Macine Seng-Wei Fei*, Yu-Bin Miao and Ceng-Liang Liu Scoo of Mecanica

More information

IEEE TRANSACTIONS ON CYBERNETICS 1. Shangfei Wang, Senior Member, IEEE, BowenPan, Huaping Chen, and Qiang Ji, Fellow, IEEE

IEEE TRANSACTIONS ON CYBERNETICS 1. Shangfei Wang, Senior Member, IEEE, BowenPan, Huaping Chen, and Qiang Ji, Fellow, IEEE This artice has been accepted for incusion in a future issue of this journa. Content is fina as presented, with the exception of pagination. IEEE TRANSACTIONS ON CYBERNETICS 1 Therma Augmented Expression

More information

FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES

FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES Tien Sy Nguyen, Stéphane Begot, Forent Ducuty, Manue Avia To cite this version: Tien Sy Nguyen, Stéphane Begot, Forent

More information

A Robust Sign Language Recognition System with Sparsely Labeled Instances Using Wi-Fi Signals

A Robust Sign Language Recognition System with Sparsely Labeled Instances Using Wi-Fi Signals A Robust Sign Language Recognition System with Sparsey Labeed Instances Using Wi-Fi Signas Jiacheng Shang, Jie Wu Center for Networked Computing Dept. of Computer and Info. Sciences Tempe University Motivation

More information

Fuzzy Equivalence Relation Based Clustering and Its Use to Restructuring Websites Hyperlinks and Web Pages

Fuzzy Equivalence Relation Based Clustering and Its Use to Restructuring Websites Hyperlinks and Web Pages Fuzzy Equivaence Reation Based Custering and Its Use to Restructuring Websites Hyperinks and Web Pages Dimitris K. Kardaras,*, Xenia J. Mamakou, and Bi Karakostas 2 Business Informatics Laboratory, Dept.

More information

Resource Optimization to Provision a Virtual Private Network Using the Hose Model

Resource Optimization to Provision a Virtual Private Network Using the Hose Model Resource Optimization to Provision a Virtua Private Network Using the Hose Mode Monia Ghobadi, Sudhakar Ganti, Ghoamai C. Shoja University of Victoria, Victoria C, Canada V8W 3P6 e-mai: {monia, sganti,

More information

Subgrade Cumulative Plastic Deformation under the Bridge in the Transitional Period of Orbit Dynamics Analysis

Subgrade Cumulative Plastic Deformation under the Bridge in the Transitional Period of Orbit Dynamics Analysis 499 A pubication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 2017 Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright 2017, AIDIC Servizi S.r.. ISBN 978-88-95608-49-5; ISSN 2283-9216 The Itaian Association

More information

Human Action Recognition Using Key Points Displacement

Human Action Recognition Using Key Points Displacement Human Action Recognition Using Key Points Dispacement Kuan-Ting Lai,, Chaur-Heh Hsieh 3, Mao-Fu Lai 4, and Ming-Syan Chen, Research Center for Information Technoogy Innovation, Academia Sinica, Taiwan

More information

MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION. Heng Zhang, Vishal M. Patel and Rama Chellappa

MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION. Heng Zhang, Vishal M. Patel and Rama Chellappa MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION Heng Zhang, Visha M. Pate and Rama Cheappa Center for Automation Research University of Maryand, Coage

More information

Online Learning for Hierarchical Networks of Locally Arranged Models using a Support Vector Domain Model

Online Learning for Hierarchical Networks of Locally Arranged Models using a Support Vector Domain Model Proceedings of Internationa Joint Conference on Neura Networks, Orando, Forida, USA, August 12-17, 2007 Onine Learning for Hierarchica Networks of Locay Arranged Modes using a Support Vector Domain Mode

More information

Layer-Specific Adaptive Learning Rates for Deep Networks

Layer-Specific Adaptive Learning Rates for Deep Networks Layer-Specific Adaptive Learning Rates for Deep Networks arxiv:1510.04609v1 [cs.cv] 15 Oct 2015 Bharat Singh, Soham De, Yangmuzi Zhang, Thomas Godstein, and Gavin Tayor Department of Computer Science Department

More information

The Classification of Stored Grain Pests based on Convolutional Neural Network

The Classification of Stored Grain Pests based on Convolutional Neural Network 2017 2nd Internationa Conference on Mechatronics and Information Technoogy (ICMIT 2017) The Cassification of Stored Grain Pests based on Convoutiona Neura Network Dexian Zhang1, Wenun Zhao*, 1 1 Schoo

More information

A Fast Block Matching Algorithm Based on the Winner-Update Strategy

A Fast Block Matching Algorithm Based on the Winner-Update Strategy In Proceedings of the Fourth Asian Conference on Computer Vision, Taipei, Taiwan, Jan. 000, Voume, pages 977 98 A Fast Bock Matching Agorithm Based on the Winner-Update Strategy Yong-Sheng Chenyz Yi-Ping

More information

Neural Network Enhancement of the Los Alamos Force Deployment Estimator

Neural Network Enhancement of the Los Alamos Force Deployment Estimator Missouri University of Science and Technoogy Schoars' Mine Eectrica and Computer Engineering Facuty Research & Creative Works Eectrica and Computer Engineering 1-1-1994 Neura Network Enhancement of the

More information

WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION

WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION Shen Tao Chinese Academy of Surveying and Mapping, Beijing 100039, China shentao@casm.ac.cn Xu Dehe Institute of resources and environment, North

More information

Sequential Approximate Multiobjective Optimization using Computational Intelligence

Sequential Approximate Multiobjective Optimization using Computational Intelligence The Ninth Internationa Symposium on Operations Research and Its Appications (ISORA 10) Chengdu-Jiuzhaigou, China, August 19 23, 2010 Copyright 2010 ORSC & APORC, pp. 1 12 Sequentia Approximate Mutiobjective

More information

Chapter Multidimensional Direct Search Method

Chapter Multidimensional Direct Search Method Chapter 09.03 Mutidimensiona Direct Search Method After reading this chapter, you shoud be abe to:. Understand the fundamentas of the mutidimensiona direct search methods. Understand how the coordinate

More information

University of Illinois at Urbana-Champaign, Urbana, IL 61801, /11/$ IEEE 162

University of Illinois at Urbana-Champaign, Urbana, IL 61801, /11/$ IEEE 162 oward Efficient Spatia Variation Decomposition via Sparse Regression Wangyang Zhang, Karthik Baakrishnan, Xin Li, Duane Boning and Rob Rutenbar 3 Carnegie Meon University, Pittsburgh, PA 53, wangyan@ece.cmu.edu,

More information

AUTOMATIC gender classification based on facial images

AUTOMATIC gender classification based on facial images SUBMITTED TO IEEE TRANSACTIONS ON NEURAL NETWORKS 1 Gender Cassification Using a Min-Max Moduar Support Vector Machine with Incorporating Prior Knowedge Hui-Cheng Lian and Bao-Liang Lu, Senior Member,

More information

Semi-Supervised Learning with Sparse Distributed Representations

Semi-Supervised Learning with Sparse Distributed Representations Semi-Supervised Learning with Sparse Distributed Representations David Zieger dzieger@stanford.edu CS 229 Fina Project 1 Introduction For many machine earning appications, abeed data may be very difficut

More information

A Design Method for Optimal Truss Structures with Certain Redundancy Based on Combinatorial Rigidity Theory

A Design Method for Optimal Truss Structures with Certain Redundancy Based on Combinatorial Rigidity Theory 0 th Word Congress on Structura and Mutidiscipinary Optimization May 9 -, 03, Orando, Forida, USA A Design Method for Optima Truss Structures with Certain Redundancy Based on Combinatoria Rigidity Theory

More information

Development of a hybrid K-means-expectation maximization clustering algorithm

Development of a hybrid K-means-expectation maximization clustering algorithm Journa of Computations & Modeing, vo., no.4, 0, -3 ISSN: 79-765 (print, 79-8850 (onine Scienpress Ltd, 0 Deveopment of a hybrid K-means-expectation maximization custering agorithm Adigun Abimboa Adebisi,

More information

SOFT SENSOR DEVELOPMENT AND OPTIMIZATION OF THE COMMERCIAL PETROCHEMICAL PLANT INTEGRATING SUPPORT VECTOR REGRESSION AND GENETIC ALGORITHM

SOFT SENSOR DEVELOPMENT AND OPTIMIZATION OF THE COMMERCIAL PETROCHEMICAL PLANT INTEGRATING SUPPORT VECTOR REGRESSION AND GENETIC ALGORITHM From the SeectedWorks of Dr. Sandip Kumar Lahiri 2009 SOFT SENSOR DEVELOPMENT AND OPTIMIZATION OF THE COMMERCIAL PETROCHEMICAL PLANT INTEGRATING SUPPORT VECTOR REGRESSION AND GENETIC ALGORITHM sandip k

More information

DETECTION OF OBSTACLE AND FREESPACE IN AN AUTONOMOUS WHEELCHAIR USING A STEREOSCOPIC CAMERA SYSTEM

DETECTION OF OBSTACLE AND FREESPACE IN AN AUTONOMOUS WHEELCHAIR USING A STEREOSCOPIC CAMERA SYSTEM DETECTION OF OBSTACLE AND FREESPACE IN AN AUTONOMOUS WHEELCHAIR USING A STEREOSCOPIC CAMERA SYSTEM Le Minh 1, Thanh Hai Nguyen 2, Tran Nghia Khanh 2, Vo Văn Toi 2, Ngo Van Thuyen 1 1 University of Technica

More information

Outline. Introduce yourself!! What is Machine Learning? What is CAP-5610 about? Class information and logistics

Outline. Introduce yourself!! What is Machine Learning? What is CAP-5610 about? Class information and logistics Outine Introduce yoursef!! What is Machine Learning? What is CAP-5610 about? Cass information and ogistics Lecture Notes for E Apaydın 2010 Introduction to Machine Learning 2e The MIT Press (V1.0) About

More information

Endoscopic Motion Compensation of High Speed Videoendoscopy

Endoscopic Motion Compensation of High Speed Videoendoscopy Endoscopic Motion Compensation of High Speed Videoendoscopy Bharath avuri Department of Computer Science and Engineering, University of South Caroina, Coumbia, SC - 901. ravuri@cse.sc.edu Abstract. High

More information

On Upper Bounds for Assortment Optimization under the Mixture of Multinomial Logit Models

On Upper Bounds for Assortment Optimization under the Mixture of Multinomial Logit Models On Upper Bounds for Assortment Optimization under the Mixture of Mutinomia Logit Modes Sumit Kunnumka September 30, 2014 Abstract The assortment optimization probem under the mixture of mutinomia ogit

More information

Transformation Invariance in Pattern Recognition: Tangent Distance and Propagation

Transformation Invariance in Pattern Recognition: Tangent Distance and Propagation Transformation Invariance in Pattern Recognition: Tangent Distance and Propagation Patrice Y. Simard, 1 Yann A. Le Cun, 2 John S. Denker, 2 Bernard Victorri 3 1 Microsoft Research, 1 Microsoft Way, Redmond,

More information

Formulation of Loss minimization Problem Using Genetic Algorithm and Line-Flow-based Equations

Formulation of Loss minimization Problem Using Genetic Algorithm and Line-Flow-based Equations Formuation of Loss minimization Probem Using Genetic Agorithm and Line-Fow-based Equations Sharanya Jaganathan, Student Member, IEEE, Arun Sekar, Senior Member, IEEE, and Wenzhong Gao, Senior member, IEEE

More information

Research on UAV Fixed Area Inspection based on Image Reconstruction

Research on UAV Fixed Area Inspection based on Image Reconstruction Research on UAV Fixed Area Inspection based on Image Reconstruction Kun Cao a, Fei Wu b Schoo of Eectronic and Eectrica Engineering, Shanghai University of Engineering Science, Abstract Shanghai 20600,

More information

Reference trajectory tracking for a multi-dof robot arm

Reference trajectory tracking for a multi-dof robot arm Archives of Contro Sciences Voume 5LXI, 5 No. 4, pages 53 57 Reference trajectory tracking for a muti-dof robot arm RÓBERT KRASŇANSKÝ, PETER VALACH, DÁVID SOÓS, JAVAD ZARBAKHSH This paper presents the

More information

IJOART. Copyright 2013 SciResPub. Shri Venkateshwara University, Institute of Computer & Information Science. India. Uttar Pradesh, India

IJOART. Copyright 2013 SciResPub. Shri Venkateshwara University, Institute of Computer & Information Science. India. Uttar Pradesh, India Internationa Journa of Advancements in Research & Technoogy, Voume, Issue 6, June-04 ISSN 78-7763 89 Pattern assification for andwritten Marathi haracters using Gradient Descent of Distributed error with

More information

COMPRESSIVE sensing (CS), which aims at recovering

COMPRESSIVE sensing (CS), which aims at recovering D-Net: Deep Learning pproach for Compressive Sensing RI Yan Yang, Jian Sun, Huibin Li, and Zongben u ariv:705.06869v [cs.cv] 9 ay 07 bstract Compressive sensing (CS) is an effective approach for fast agnetic

More information

Sparse Representation based Face Recognition with Limited Labeled Samples

Sparse Representation based Face Recognition with Limited Labeled Samples Sparse Representation based Face Recognition with Limited Labeed Sampes Vijay Kumar, Anoop Namboodiri, C.V. Jawahar Center for Visua Information Technoogy, IIIT Hyderabad, India Abstract Sparse representations

More information

Multiple Plane Phase Retrieval Based On Inverse Regularized Imaging and Discrete Diffraction Transform

Multiple Plane Phase Retrieval Based On Inverse Regularized Imaging and Discrete Diffraction Transform Mutipe Pane Phase Retrieva Based On Inverse Reguaried Imaging and Discrete Diffraction Transform Artem Migukin, Vadimir Katkovnik, and Jaakko Astoa Department of Signa Processing, Tampere University of

More information

CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING

CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING Binbin Dai and Wei Yu Ya-Feng Liu Department of Eectrica and Computer Engineering University of Toronto, Toronto ON, Canada M5S 3G4 Emais:

More information

Contourlet Tranform Based Human Emotion Recognition System

Contourlet Tranform Based Human Emotion Recognition System Internationa Journa of Signa Processing Systems Vo. 2, No. 1 June 2014 Contouret Tranform Based Human Emotion Recognition System R. Suresh and S. Audithan Department of computer science and Engineering,

More information

Large-Scale Modeling of Parametric Surfaces using Spherical Harmonics

Large-Scale Modeling of Parametric Surfaces using Spherical Harmonics Large-Scae Modeing of Parametric Surfaces using Spherica Harmonics Li Shen Dept of Computer and Info Science University of Massachusetts Dartmouth N Dartmouth, MA 2747 shen@umassdedu Moo K Chung Department

More information

Collinearity and Coplanarity Constraints for Structure from Motion

Collinearity and Coplanarity Constraints for Structure from Motion Coinearity and Copanarity Constraints for Structure from Motion Gang Liu 1, Reinhard Kette 2, and Bodo Rosenhahn 3 1 Institute of Information Sciences and Technoogy, Massey University, New Zeaand, Department

More information

5940 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 11, NOVEMBER 2014

5940 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 11, NOVEMBER 2014 5940 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 11, NOVEMBER 014 Topoogy-Transparent Scheduing in Mobie Ad Hoc Networks With Mutipe Packet Reception Capabiity Yiming Liu, Member, IEEE,

More information

Massively Parallel Part of Speech Tagging Using. Min-Max Modular Neural Networks.

Massively Parallel Part of Speech Tagging Using. Min-Max Modular Neural Networks. assivey Parae Part of Speech Tagging Using in-ax oduar Neura Networks Bao-Liang Lu y, Qing a z, ichinori Ichikawa y, & Hitoshi Isahara z y Lab. for Brain-Operative Device, Brain Science Institute, RIEN

More information

Grating cell operator features for oriented texture segmentation

Grating cell operator features for oriented texture segmentation Appeared in in: Proc. of the 14th Int. Conf. on Pattern Recognition, Brisbane, Austraia, August 16-20, 1998, pp.1010-1014. Grating ce operator features for oriented texture segmentation P. Kruizinga and

More information

Mixture Model Analysis of DNA Microarray Images

Mixture Model Analysis of DNA Microarray Images IEEE TANSACTIONS ON MEDICAL IMAIN, VOL.??, NO.??,?? 2005 1 Mixture Mode Anaysis of DNA Microarray Images K. Bekas, N. P. aatsanos, A. Likas and I. E. Lagaris Abstract In this paper we propose a new methodoogy

More information

A study of comparative evaluation of methods for image processing using color features

A study of comparative evaluation of methods for image processing using color features A study of comparative evauation of methods for image processing using coor features FLORENTINA MAGDA ENESCU,CAZACU DUMITRU Department Eectronics, Computers and Eectrica Engineering University Pitești

More information

Indexed Block Coordinate Descent for Large-Scale Linear Classification with Limited Memory

Indexed Block Coordinate Descent for Large-Scale Linear Classification with Limited Memory Indexed Bock Coordinate Descent for Large-Scae Linear Cassification with Limited Memory Ian E.H. Yen Chun-Fu Chang Nationa Taiwan University Nationa Taiwan University r0092207@csie.ntu.edu.tw r99725033@ntu.edu.tw

More information

Constellation Models for Recognition of Generic Objects

Constellation Models for Recognition of Generic Objects 1 Consteation Modes for Recognition of Generic Objects Wei Zhang Schoo of Eectrica Engineering and Computer Science Oregon State University zhangwe@eecs.oregonstate.edu Abstract Recognition of generic

More information

Providing Hop-by-Hop Authentication and Source Privacy in Wireless Sensor Networks

Providing Hop-by-Hop Authentication and Source Privacy in Wireless Sensor Networks The 31st Annua IEEE Internationa Conference on Computer Communications: Mini-Conference Providing Hop-by-Hop Authentication and Source Privacy in Wireess Sensor Networks Yun Li Jian Li Jian Ren Department

More information

Crossing Minimization Problems of Drawing Bipartite Graphs in Two Clusters

Crossing Minimization Problems of Drawing Bipartite Graphs in Two Clusters Crossing Minimiation Probems o Drawing Bipartite Graphs in Two Custers Lanbo Zheng, Le Song, and Peter Eades Nationa ICT Austraia, and Schoo o Inormation Technoogies, University o Sydney,Austraia Emai:

More information

ESTABLISHMENT OF EFFECTIVE METAMODELS FOR SEAKEEPING PERFORMANCE IN MULTIDISCIPLINARY SHIP DESIGN OPTIMIZATION

ESTABLISHMENT OF EFFECTIVE METAMODELS FOR SEAKEEPING PERFORMANCE IN MULTIDISCIPLINARY SHIP DESIGN OPTIMIZATION Journa of Marine Science and Technoogy, Vo., No., pp. - () DOI:./JMST--- ESTABLISHMENT OF EFFECTIVE METAMODELS FOR SEAKEEPING PERFORMANCE IN MULTIDISCIPLINARY SHIP DESIGN OPTIMIZATION Dongqin Li, Phiip

More information

Application of Image Fusion Techniques on Medical Images

Application of Image Fusion Techniques on Medical Images Internationa Journa of Current Engineering and Technoogy E-ISS 77 406, P-ISS 347 56 07 IPRESSCO, A Rights Reserved Avaiabe at http://inpressco.com/category/icet Research Artice Appication of Image usion

More information

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line American J. of Engineering and Appied Sciences 3 (): 5-24, 200 ISSN 94-7020 200 Science Pubications Appication of Inteigence Based Genetic Agorithm for Job Sequencing Probem on Parae Mixed-Mode Assemby

More information

Bilevel Optimization based on Iterative Approximation of Multiple Mappings

Bilevel Optimization based on Iterative Approximation of Multiple Mappings Bieve Optimization based on Iterative Approximation of Mutipe Mappings arxiv:1702.03394v2 [math.oc] 5 May 2017 Ankur Sinha 1, Zhichao Lu 2, Kayanmoy Deb 2 and Pekka Mao 3 1 Production and Quantitative

More information

Fault detection and classification by unsupervised feature extraction and dimensionality reduction

Fault detection and classification by unsupervised feature extraction and dimensionality reduction Compex Inte. Syst. (2015) 1:25 33 DOI 10.1007/s40747-015-0004-2 ORIGINAL ARTICLE Faut detection and cassification by unsupervised feature extraction and dimensionaity reduction Praveen Chopra 1,2 Sandeep

More information

Fastest-Path Computation

Fastest-Path Computation Fastest-Path Computation DONGHUI ZHANG Coege of Computer & Information Science Northeastern University Synonyms fastest route; driving direction Definition In the United states, ony 9.% of the househods

More information

Extended Node-Arc Formulation for the K-Edge-Disjoint Hop-Constrained Network Design Problem

Extended Node-Arc Formulation for the K-Edge-Disjoint Hop-Constrained Network Design Problem Extended Node-Arc Formuation for the K-Edge-Disjoint Hop-Constrained Network Design Probem Quentin Botton Université cathoique de Louvain, Louvain Schoo of Management, (Begique) botton@poms.uc.ac.be Bernard

More information

Table of Contents. Recognition of Facial Gestures... 1 Attila Fazekas

Table of Contents. Recognition of Facial Gestures... 1 Attila Fazekas Table of Contents Recognition of Facial Gestures...................................... 1 Attila Fazekas II Recognition of Facial Gestures Attila Fazekas University of Debrecen, Institute of Informatics

More information

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS Etienne Cornu 1, Aain Dufaux 2, and David Hermann 1 1 AMI Semiconductor Canada, 611 Kumpf Drive,

More information

Joint disparity and motion eld estimation in. stereoscopic image sequences. Ioannis Patras, Nikos Alvertos and Georgios Tziritas y.

Joint disparity and motion eld estimation in. stereoscopic image sequences. Ioannis Patras, Nikos Alvertos and Georgios Tziritas y. FORTH-ICS / TR-157 December 1995 Joint disparity and motion ed estimation in stereoscopic image sequences Ioannis Patras, Nikos Avertos and Georgios Tziritas y Abstract This work aims at determining four

More information

Testing Whether a Set of Code Words Satisfies a Given Set of Constraints *

Testing Whether a Set of Code Words Satisfies a Given Set of Constraints * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 6, 333-346 (010) Testing Whether a Set of Code Words Satisfies a Given Set of Constraints * HSIN-WEN WEI, WAN-CHEN LU, PEI-CHI HUANG, WEI-KUAN SHIH AND MING-YANG

More information

Relative Positioning from Model Indexing

Relative Positioning from Model Indexing Reative Positioning from Mode Indexing Stefan Carsson Computationa Vision and Active Perception Laboratory (CVAP)* Roya Institute of Technoogy (KTH), Stockhom, Sweden Abstract We show how to determine

More information

Proceedings of the International Conference on Systolic Arrays, San Diego, California, U.S.A., May 25-27, 1988 AN EFFICIENT ASYNCHRONOUS MULTIPLIER!

Proceedings of the International Conference on Systolic Arrays, San Diego, California, U.S.A., May 25-27, 1988 AN EFFICIENT ASYNCHRONOUS MULTIPLIER! [1,2] have, in theory, revoutionized cryptography. Unfortunatey, athough offer many advantages over conventiona and authentication), such cock synchronization in this appication due to the arge operand

More information