Online Character Segmentation Method for Unconstrained Handwriting Strings Using Off-stroke Features

Size: px
Start display at page:

Download "Online Character Segmentation Method for Unconstrained Handwriting Strings Using Off-stroke Features"

Transcription

1 Onlne Character Segmentaton Method for Unconstraned Handwrtng Strngs Usng Off-stroke Features Naohro Furukawa, Junko Tokuno, Hsash Ikeda To cte ths verson: Naohro Furukawa, Junko Tokuno, Hsash Ikeda. Onlne Character Segmentaton Method for Unconstraned Handwrtng Strngs Usng Off-stroke Features. Guy Lorette. Tenth Internatonal Workshop on Fronters n Handwrtng Recognton, Oct 006, La Baule (France, Suvsoft, 006. <nra > HAL Id: nra Submtted on 6 Oct 006 HAL s a mult-dscplnary open access archve for the depost and dssemnaton of scentfc research documents, whether they are publshed or not. The documents may come from teachng and research nsttutons n France or abroad, or from publc or prvate research centers. L archve ouverte plurdscplnare HAL, est destnée au dépôt et à la dffuson de documents scentfques de nveau recherche, publés ou non, émanant des établssements d ensegnement et de recherche franças ou étrangers, des laboratores publcs ou prvés.

2 Onlne Character Segmentaton Method for Unconstraned Handwrtng Strngs Usng Off-stroke Features Naohro Furukawa Junko Tokuno Hsash Ikeda Central Research Laboratory, Htach, Ltd. -80 Hgash-Kogakubo, Kokubunj-sh, Tokyo, Japan E-mal: {naohro.furukawa.qv, Center for Innovaton and Intellectual Property, Tokyo Unversty of Agrculture and Technology -4-6 Naka-cho, Kogane-sh, Tokyo, Japan E-mal: Abstract In ths paper, an onlne character segmentaton method for unconstraned strngs s proposed. To recognze unconstraned-exsson strngs h as those n phrases and nformal notatons, we desgned physcal features of segmented patterns, n partcular, off-stroke features. Segmented-pattern lkelhood was also defned from these features usng a probablstc model. Evaluatons usng a dgtal pen system showed that the character segmentaton rates were 97.8%, 9.7%, and 75.6% of numerals, Japanese characters, and all characters (numerals, alphabets, symbols, and Japanese characters, respectvely. Keywords: character segmentaton, onlne recognton, box-free recognton, off-stroke feature, dgtal pen.. Introducton Paper s one of the most famlar meda to people and has many advantages, h as beng easy to read and wrte on. It s thus stll wdely used, even n today s nformaton socety. For example, when an end user wants to use servces at government offces, banks, or other h offces, he/she hands an applcaton form to an employee n the approprate secton, and that employee then ntates the applcaton processes accordng to the nformaton on the forms. We defne the sequences of all these processes between fllng n forms and startng the task as data entry. Many data entry systems usng pen and paper have been appled to busness tasks, h as notfcatons to government offces, remttances at banks, nsurance applcatons, patent-record updates n hosptals, mantenance records for utltes servces, and nventory management n warehouses. Onlne data entry systems h as a dgtal pen system [] [] have been ntroduced, and wth them, temporal nformaton can be used. To mprove user convenence, the rate of forms that are free of boxes that have to be flled n ( wrtng-box-free s ncreasng more and more. However, a system capable of recognzng not only constraned strngs h as addresses and names, but also unconstraned strngs h as phrases and nformal notatons s needed. Most wrtng-box-free recognton systems need a character segmentaton process that can determne correct segmented patterns from an nput strng. In general, the character segmentaton process s as follows. ( Pre-segmentaton: each character canddate pattern (segmented pattern from an nput strng s segmented; ths hypothess s output as a segmentaton graph. ( Feature extracton: feature vectors are extracted from each segmented pattern. (3 Calculatng segmented-pattern lkelhood: segmented-pattern lkelhood s calculated from segmented-pattern features. (4 Searchng a segmentaton path: a path s found on the segmentaton graph n whch the sum of segmented-pattern lkelhood has the best value. In the -segmentaton step, the segmentaton poston may not be unquely decded usng physcal nformaton. Thus, multple segmented-pattern canddates are created n the -segmentaton step and obtaned as a drected acyclc graph (DAG whch s called a segmentaton graph. Fgure shows an example of h a segmentaton graph for a text lne. Every segmented pattern n the segmentaton graph s tagged wth a segmented-pattern lkelhood, whch ndcates whether that pattern seems to have been correctly segmented. Fgure. Example of segmentaton graph.

3 Here, there are manly three types of nformaton for usng character segmentaton, as follows. ( Physcal nformaton: geometrc and temporal features h as wdth/heght of segmented patterns and wrtng tme of segmented pattern. ( Statstcal nformaton: co-occurrence frequency of concatenated characters, n-gram probablty, and so on. (3 Lngustc nformaton: usng a language model or a morphologcal analyss, etc. For an example of usng physcal nformaton, one method [3] uses eght shape features. Ths method can evaluate the character pattern canddates by lnear transformaton of ther feature vectors. An example of usng statstcal nformaton s a method [4] that uses the transton probablty of two characters (b-gram probablty. Ths method also uses physcal nformaton. An example of usng lngustc nformaton s a method [5] usng a TRIE-structure to obtan the exsson knowledge. Another example s usng a recursve transton network (RTN [6]. These methods can permt character-classfcaton falure and charactersegmentaton falure. In general, statstcal and lngustc nformaton are useful for constraned strng segmentaton. However, these types of nformaton cannot be appled or are ncorrect wth unconstraned strng segmentaton. Thus, for unconstraned strng segmentaton, t s mportant to use physcal nformaton. Even f for constraned strng segmentaton, physcal nformaton s used as a basc factor for statstcal and lngustc approaches. Some vously proposed methods [3] and [4] use physcal nformaton h as the wdth/heght of segmented patterns, the aspect rate of segmented patterns, gaps between segmented patterns, etc. The gap between segmented patterns s an especally useful feature. If all the ptches between characters n a strng are wde enough, h strngs can be segmented usng only the gaps. However, when ptches are narrow, or lkewse, some characters are touchng, a strng cannot be segmented correctly usng only tradtonal features. Therefore, we focused on the features of the offstroke. Even f some characters are touchng, the dstance and the tme perod of the off-stroke between the last stroke of the vous character and the frst stroke of the next character should both be bgger than those of the off-strokes that occur wthn characters. Consequently, we propose new off-stroke features. Segmented-pattern lkelhood combned wth these new features and tradtonal features by usng a probablstc model s also proposed. Ths paper reports our character segmentaton method and ts evaluaton tests.. Proposed Method.. Pre-segmentaton Strngs are usually flled n from left to rght. In ths case, f each segmented pattern s segmented accordng to the stroke order, the segmented pattern can be correctly determned. Wth touchng characters, t s only necessary to segment accordng to stroke order. However, a user sometmes nserts addtonal characters between vously wrtten characters. In ths case, usng the stroke order only would not work because any added characters would be regarded as the characters at the end of the strng. Thus, t s mportant to utlze not only temporal nformaton, but also geometrcal nformaton. The dgtal pen can obtan three varables ( x, y, t of samplng pont p : ( x-axs; ( y-axs; and (3 wrtng tme. A crteron for mergng strokes s calculated from these varables, and the segmented pattern s created accordng to the crteron. We focused on lnearly located characters, and a lnear sum functon of the samplng pont was defned as: ( x, y, t w0 + w x + w y + w t f 3 =. ( Ths functon converts three varables to the crteron. Here, varables of a whole stroke ( x, y, t were defned as varables of a samplng pont that had the smallest f of all samplng ponts. Thus, the lnear sum functon of a stroke was defned as follows. ( x y, t mn( f ( x, y t f, =,. (.. Segmented-pattern feature extracton We desgned 5 features for segmented patterns. These nclude the geometrcal and temporal features h as the wdth/heght of the segmented pattern, the aspect rate of the segmented pattern, and the wrtng tme of the segmented pattern (Table. In ths secton, we explan n detal our proposed features, the off-stroke features wthn segmented patterns and between segmented patterns. Table. Lst of segmented-pattern features. # Segmented-pattern features No. A Shape features of segmented pattern 6 B Poston features of segmented pattern 4 C Gap features wthn segmented pattern and 3 between segmented patterns D Length of strokes R Character classfcaton results F Off-stroke features wthn segmented pattern G Off-stroke features between segmented patterns 8

4 ... Off-stroke features wthn segmented pattern The dgtal pen we used can capture the tme perod used to wrte strokes and the wrtng order of strokes. Therefore, off-stroke nformaton can be obtaned from the last samplng pont of the vous stroke and the frst samplng pont of the next stroke. Both the dstance and tme of off-strokes wthn a correct segmented pattern have a relatvely small value. Usng ths property, we defned two segmented-pattern features (Table. Here, W e s the estmaton of the wdth of a correct segmented pattern and s defned as W e = {the maxmum wdth of segmented pattern n a strng}. N s the number of strokes n a segmented pattern. The other parameters are descrbed n Fgure.... Off-stroke features between segmentedpatterns Both the dstance and tme of off-strokes between segmented patterns have a relatvely large value f the patterns are correct. Here, when a focused segmented pattern s correct, two off-strokes, from the cedng stroke to the current stroke, and from the current stroke to the ceedng stroke, are both correct. In most correct off-strokes between segmented patterns, ther start ponts may be located n the bottom/rght poston, and ther end ponts may be located n the top/left poston because the start ponts of characters are manly n the top/left sde of the pattern, and the end ponts n the bottom/rght poston. Thus, we thnk that the angle of the off-stroke between segmented patterns s one of the most mportant factors. Usng ths property, we defned eght segmented-pattern features (Table 3. Table. Lst of off-stroke features wthn segmentedpattern. # Defntons Average dstance of off-strokes wthn segmented pattern: N F ( EndX StartX + ( EndY StartY N = W e Average tme of off-strokes wthn segmented pattern: F N ( StartTme EndTme N = ( EndX, EndY, EndTme ( StartX, StartY, StartTme Fgure. Parameters for calculaton of pattern features. Table 3. Lst of off-stroke features between segmented patterns. # Defntons Dstance of off-stroke from cedng stroke to current stroke: G ( EndX StartX + ( EndY StartY W e Tme of off-stroke from cedng stroke to G current stroke: StartTme EndTme Sne of the angle of off-stroke from cedng stroke to current stroke: G3 StartY EndY StartX EndX + ( StartY EndY ( Cosne of the angle of off-stroke from cedng stroke to current stroke: G4 StartX EndX StartX EndX + ( StartY EndY G5 G6 ( Dstance of the off-stroke from current stroke to ceedng stroke: ( StartX EndX + ( StartY EndY W e Tme of the off-stroke from current stroke to ceedng stroke: StartTme EndTme Sne of the angle of off-stroke from current stroke to ceedng stroke: G7 StartY EndY ( StartX EndX + ( StartY EndY Cosne of the angle of off-stroke from current stroke to ceedng stroke: G8 StartX EndX ( StartX EndX + ( StartY EndY

5 .3. Segmented-pattern lkelhood calculaton In ths paper, we suppose that each feature dstrbuton fts a normal dstrbuton. Segmented-pattern lkelhood can be calculated from means and varances of features usng a probablstc model. Let μ be a mean of a feature and σ be a varance. Then the probablty of x s P ( x μ, σ. Let x be the - th feature of a segmented-pattern. Here, the -th feature s segmented-pattern lkelhood L s as follows, L = log P( x μ, σ μ ( x = log(πσ. (3 σ We defned segmented-pattern lkelhood as the sum of the lkelhood of all features: L. (4 = L.4. Searchng for a segmentaton path Ths step fnds a path from the startng node to the endng node on the segmentaton graph n whch the sum of segmented-pattern lkelhood s the best value. We appled dynamc programmng (DP to ths step, as reported elsewhere [7] [8] [9]. Here, the -th node s score s defned as: L, S max { } { S } k + Lk, k L =. (5 k, L 4,5 L 5,6 N N N3 N 4 N5 N6 L,3 L,4 L 3,4 Fgure 3. Example of node score. 3. Expermental results { S + L S L } S + 4 = max,4, 3.. Evaluaton of the -segmentaton Frst, we collected,66 samples usng dgtal pens for the evaluaton of our -segmentaton method. These samples conssted of several knds of characters ncludng numerals, letters, symbols, and Japanese characters. There were 98 partcpants. Usng our -segmentaton method, we obtaned the segmentaton results and checked vsually to determne f there was a correct segmented pattern n the results. Table 4 shows ths evaluaton result. The accuracy of the -segmentaton was 00%. Samples wth touchng characters were segmented correctly. 3 3,4 However, more than 95 samples (3.4% had mstakes, for example, a wrong character wth a double lne as a correcton mark. In that case, our -segmentaton method was not able to segment characters correctly because of extra strokes. These samples were excluded from the evaluaton n ths paper. From a practcal pont of vew, a correcton mark recognton functon s necessary n the future. Table 4. Evaluaton result of -segmentaton. Correct Error 00% (,66 0% ( Evaluaton of the character segmentaton The samples for character segmentaton were collected usng dgtal pens from 387 people. We dvded the collected samples nto two data equally, for learnng and evaluaton. Table 5 gves detals of the sample sets for evaluaton. Usng the learnng sample sets, we pursued each mean and varance of segmented pattern feature. The evaluaton results are lsted n Table 6. For strng-based evaluaton, f even one segmented pattern n the path was not a correct pattern, the strng was counted as a falure. Evaluaton results showed that the character-based character segmentaton rates were 97.8%, 9.7%, and 75.6% of numerals, Japanese characters, and all characters, respectvely. Fgure 4 shows examples of correct segmentaton samples. Samples h as (a and (b have lttle character spacng; other samples h as (c, (d, and (e have touchng characters. Samples (f, (g, and (h have dfferent font szes and/or bg gaps wthn characters. Our proposed method was able to segment these samples correctly. For example, sample (e has two pars of touchng characters, and, and and. In ths case, our proposed method segmented them correctly. Moreover, the character whch has wde nternal gaps was also segmented correctly. However, some samples were segmented ncorrectly; these are shown n Fgure 5. There were manly fve types of falure: (a an over-segmented pattern; (b overmerged pattern; (c character classfcaton falure; (d small character msmerge; and (e a mxture of character szes. For example, n sample (a, 5 s over-segmented because of the wde nternal gap n the 5. Ths s especally lkely to occur when an nternal gap n the character wdens, because nternal gaps n numerals rarely exst. In addton, the falures n the over-segmented and over-merged patterns, h as n (a, (b, and (b, sometmes occur n strngs consstng of dfferent character szes, lke a mxture of Kanj characters and numerals. Ths s because the average pattern sze n the strng s dfferent from the sze of the Kanj characters

6 and the numerals. For nstance, (b contans many Kanj characters; thus the average pattern sze s bgger than the Hragana characters (e.g., enclosed n boxes. In ths case, the occurrence of over-merged patterns s slghtly hgher. In the case of (c, when a correct pattern s rejected by character classfcaton, character segmentaton tends to result n a mstake due to the use of the character classfcaton results as the pattern feature. The case of (d s a specal type of over-merged falures. Small characters h as commas and hyphens are sometmes msmerged wth neghborng characters. The case of (e s a falure accordng to mxture of character szes. In general, the wdth of Kanj characters s several tmes as large as the wdth of numerals and letters. Thus occurrence of numerals/letters over-merged or Kanj characters over-segmented s hgher, n ths case. To mprove h falures, we should use for the feature normalzaton not only global nformaton but also local nformaton h a mean wthn a short range. Table 7 lsts the comparatve experments of the character segmentaton methods usng physcal nformaton. The top lne n shows the result of the method usng physcal features descrbed by Senda, et al. [3]. The result of the second lne s from the method usng physcal features descrbed by Fukushma and Nakagawa [4]. From these results, we confrmed that our desgned off-stroke features are effectve nformaton for character segmentaton. Table 5. Sample sets for character segmentaton evaluaton. Set No. of char. No. of str. Char. /str. Strng propertes Set_N 0,588,077 Numerals, hyphens and 9.9 commas only. Set_K, Japanese characters only. All characters: numerals, Set_M 50,37 3, alphabets, symbols, and Japanese characters. Table 6. Evaluaton results of character segmentaton. Set Character based Strng based Set_N 97.8% (0, % (,87 Set_K 9.3% (,65 7.4% ( 35 Set_M 75.6% (38, % ( 736 All sets 8.3% (59, % (, Concluson We developed an onlne character segmentaton method for box-free strngs. To recognze strngs of unconstraned exssons h as phrases and nformal notatons, we desgned physcal features of segmented patterns, notably off-stroke features. Segmented-pattern lkelhood was also defned from these features usng a probablstc model. Evaluatons usng a dgtal pen system showed that the respectve character segmentaton rates were 97.8%, 9.7%, and 75.6% for numerals, Japanese characters, and all characters (numerals, alphabets, symbols, and Japanese characters. Moreover, from the comparatve experments, we confrmed that our desgned off-stroke features are effectve nformaton for character segmentaton. References [] [] N. Furukawa, H. Ikeda, Y., Kato, and H. Sako, D-Pen: a dgtal pen system for publc and busness enterprses, Proc. of 9th IWFHR, pp , 004. [3] S. Senda, M. Hamanaka, and K. Yamada, An Onlne Handwrtten Character Segmentaton Method of whch Parameters can be Decded by Learnng, Techncal Report of IEICE, PRMU97-9, pp.7-4, 998 (n Japanese. [4] T. Fukushma, and M. Nakagawa, On-lne Wrtng-boxfree Recognton of Handwrtten Japanese Text Consderng Character Sze Varatons, Proc. of ICPR 00, 000. [5] M. Koga, R. Mne, H. Sako, and H. Fujsawa, Lexcal Search Approach for Character-Strng Recognton, Proc. of DAS'98, Nov. 9, pp. 37-5, 998. [6] H. Ikeda, N. Furukawa, M. Koga, H. Sako, and H. Fujsawa, Context-Free Grammar-Based Language Model for Strng Recognton, Internatonal Journal of Computer Processng of Orental Languages, Vol. 5, No., pp , 00. [7] H. Bunke, A Fast Algorthm for Fndng the Nearest Neghbor of a Word n a Dctonary, Report of Insttut fur Informatk und Angewandte Mathematk, Unverstat Bern, 993. [8] F. Kmura, M. Shrdhar, and Z. Chen, Improvements of a lexcon drected algorthm for recognton of unconstraned handwrtten words, Proc. of nd ICDAR, pp. 8-, 993. [9] N. Furukawa, A. Imazum, M. Fujo, and H. Sako, Document Form Identfcaton Usng Constellaton Matchng, Techncal Report of IEICE, PRMU 00-5, Vol. 0, No. 4, pp. 85-9, 00 (n Japanese. Table 7. Comparatve experments usng all sets. Method Character-based Strng-based Usng features from [3] 69.% 3.0% Usng features from [4] 53.4% 5.4% Proposed method 8.3% 46.%

7 (a (b (c (d (e (f (g (h (a (a (b (b (c (d (e Fgure 5. Examples of segmentaton samples wth errors. Fgure 4. Examples of correct segmentaton samples.

An Approach to Real-Time Recognition of Chinese Handwritten Sentences

An Approach to Real-Time Recognition of Chinese Handwritten Sentences An Approach to Real-Tme Recognton of Chnese Handwrtten Sentences Da-Han Wang, Cheng-Ln Lu Natonal Laboratory of Pattern Recognton, Insttute of Automaton of Chnese Academy of Scences, Bejng 100190, P.R.

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

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

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

More information

th International Conference on Document Analysis and Recognition

th International Conference on Document Analysis and Recognition 2013 12th Internatonal Conference on Document Analyss and Recognton Onlne Handwrtten Cursve Word Recognton Usng Segmentaton-free n Combnaton wth P2DBM-MQDF Blan Zhu 1, Art Shvram 2, Srrangaraj Setlur 2,

More information

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

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

More information

Accumulated-Recognition-Rate Normalization for Combining Multiple On/Off-Line Japanese Character Classifiers Tested on a Large Database

Accumulated-Recognition-Rate Normalization for Combining Multiple On/Off-Line Japanese Character Classifiers Tested on a Large Database 4 th Internatonal Workshop on Multple Classfer Systems (MCS23) Guldford, UK Accumulated-Recognton-Rate Normalzaton for Combnng Multple On/Off-Lne Japanese Character Classfers Tested on a Large Database

More information

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

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

Cluster Analysis of Electrical Behavior

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

More information

Classifier Selection Based on Data Complexity Measures *

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

More information

An Optimal Algorithm for Prufer Codes *

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

More information

Load Balancing for Hex-Cell Interconnection Network

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

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

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

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

More information

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

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

More information

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

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

More information

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

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

More information

On-line Writing-box-free Recognition of Handwritten Japanese Text Considering Character Size Variations

On-line Writing-box-free Recognition of Handwritten Japanese Text Considering Character Size Variations On-lne Wrtng-box-free Recognton of Handwrtten Japanese Text Consderng Character Sze Varatons Takahro FUKUSHIMA Masak AKAGAWA Department of Computer Scence, Tokyo Unversty of Agrculture and Technology 2-24-6

More information

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

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

More information

Efficient Off-Line Cursive Handwriting Word Recognition

Efficient Off-Line Cursive Handwriting Word Recognition Effcent Off-Lne Cursve Handwrtng Word Recognton B. Gatos, I. Pratkaks, A.L. Kesds, S.J. Perantons To cte ths verson: B. Gatos, I. Pratkaks, A.L. Kesds, S.J. Perantons. Effcent Off-Lne Cursve Handwrtng

More information

An Empirical Comparative Study of Online Handwriting Chinese Character Recognition:Simplified v.s.traditional

An Empirical Comparative Study of Online Handwriting Chinese Character Recognition:Simplified v.s.traditional 2013 12th Internatonal Conference on Document Analyss and Recognton An Emprcal Comparatve Study of Onlne Handwrtng Chnese Recognton:Smplfed v.s.tradtonal Yan Gao, Lanwen Jn +, Wexn Yang School of Electronc

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

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

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

More information

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

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

More information

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

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

More information

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search Sequental search Buldng Java Programs Chapter 13 Searchng and Sortng sequental search: Locates a target value n an array/lst by examnng each element from start to fnsh. How many elements wll t need to

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

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

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

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

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

More information

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

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

More information

Face Detection with Deep Learning

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

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING An Improved K-means Algorthm based on Cloud Platform for Data Mnng Bn Xa *, Yan Lu 2. School of nformaton and management scence, Henan Agrcultural Unversty, Zhengzhou, Henan 450002, P.R. Chna 2. College

More information

USING GRAPHING SKILLS

USING GRAPHING SKILLS Name: BOLOGY: Date: _ Class: USNG GRAPHNG SKLLS NTRODUCTON: Recorded data can be plotted on a graph. A graph s a pctoral representaton of nformaton recorded n a data table. t s used to show a relatonshp

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Support Vector Machines

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

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Detection of an Object by using Principal Component Analysis

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

More information

Professional competences training path for an e-commerce major, based on the ISM method

Professional competences training path for an e-commerce major, based on the ISM method World Transactons on Engneerng and Technology Educaton Vol.14, No.4, 2016 2016 WIETE Professonal competences tranng path for an e-commerce maor, based on the ISM method Ru Wang, Pn Peng, L-gang Lu & Lng

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

S1 Note. Basis functions.

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

More information

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB V. Hotař, A. Hotař Techncal Unversty of Lberec, Department of Glass Producng Machnes and Robotcs, Department of Materal

More information

The Research of Support Vector Machine in Agricultural Data Classification

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

More information

Machine Learning: Algorithms and Applications

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

More information

Edge Detection in Noisy Images Using the Support Vector Machines

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

More information

Incremental MQDF Learning for Writer Adaptive Handwriting Recognition 1

Incremental MQDF Learning for Writer Adaptive Handwriting Recognition 1 200 2th Internatonal Conference on Fronters n Handwrtng Recognton Incremental MQDF Learnng for Wrter Adaptve Handwrtng Recognton Ka Dng, Lanwen Jn * School of Electronc and Informaton Engneerng, South

More information

Online Handwritten Cursive Word Recognition Using Segmentation-free and Segmentation-based Methods

Online Handwritten Cursive Word Recognition Using Segmentation-free and Segmentation-based Methods 3th Asan Conference on Pattern Recognton (ACPR2015), November 3-6, 2015, Kuala Lumpur, Malasa. Onlne Handwrtten Cursve Word Recognton Usng Segmentaton-free and Segmentaton-based Methods Blan Zhua, Art

More information

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Writer Identification using a Deep Neural Network

Writer Identification using a Deep Neural Network Wrter Identfcaton usng a Deep Neural Network Jun Chu and Sargur Srhar Department of Computer Scence and Engneerng Unversty at Buffalo, The State Unversty of New York Buffalo, NY 1469, USA {jchu6, srhar}@buffalo.edu

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

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

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

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

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

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Partial Restreaming Approach for Massive Graph Partitioning.

Partial Restreaming Approach for Massive Graph Partitioning. Partal Restreamng Approach for Massve Graph Parttonng. Ghzlane Echbarth, Hamamache Kheddouc To cte ths verson: Ghzlane Echbarth, Hamamache Kheddouc. Partal Restreamng Approach for Massve Graph Parttonng..

More information

THE MAP MATCHING ALGORITHM OF GPS DATA WITH RELATIVELY LONG POLLING TIME INTERVALS

THE MAP MATCHING ALGORITHM OF GPS DATA WITH RELATIVELY LONG POLLING TIME INTERVALS THE MA MATCHING ALGORITHM OF GS DATA WITH RELATIVELY LONG OLLING TIME INTERVALS Jae-seok YANG Graduate Student Graduate School of Engneerng Seoul Natonal Unversty San56-, Shllm-dong, Gwanak-gu, Seoul,

More information

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

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

More information

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

Feature Reduction and Selection

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

More information

Fingerprint matching based on weighting method and SVM

Fingerprint matching based on weighting method and SVM Fngerprnt matchng based on weghtng method and SVM Ja Ja, Lanhong Ca, Pnyan Lu, Xuhu Lu Key Laboratory of Pervasve Computng (Tsnghua Unversty), Mnstry of Educaton Bejng 100084, P.R.Chna {jaja}@mals.tsnghua.edu.cn

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

More information

Segmentation Based Online Word Recognition: A Conditional Random Field Driven Beam Search Strategy

Segmentation Based Online Word Recognition: A Conditional Random Field Driven Beam Search Strategy 2013 12th Internatonal Conference on Document Analyss and Recognton Segmentaton Based Onlne Word Recognton: A Condtonal Random Feld Drven Beam Search Strategy Art Shvram 1, Blan Zhu 2, Srrangaraj Setlur

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Intro. Iterators. 1. Access

Intro. Iterators. 1. Access Intro Ths mornng I d lke to talk a lttle bt about s and s. We wll start out wth smlartes and dfferences, then we wll see how to draw them n envronment dagrams, and we wll fnsh wth some examples. Happy

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

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

More information

Audio Content Classification Method Research Based on Two-step Strategy

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

More information

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

ELEC 377 Operating Systems. Week 6 Class 3

ELEC 377 Operating Systems. Week 6 Class 3 ELEC 377 Operatng Systems Week 6 Class 3 Last Class Memory Management Memory Pagng Pagng Structure ELEC 377 Operatng Systems Today Pagng Szes Vrtual Memory Concept Demand Pagng ELEC 377 Operatng Systems

More information

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Biostatistics 615/815

Biostatistics 615/815 The E-M Algorthm Bostatstcs 615/815 Lecture 17 Last Lecture: The Smplex Method General method for optmzaton Makes few assumptons about functon Crawls towards mnmum Some recommendatons Multple startng ponts

More information

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE Journal of Theoretcal and Appled Informaton Technology 30 th June 06. Vol.88. No.3 005-06 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 RECOGNIZING GENDER THROUGH FACIAL IMAGE

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

TN348: Openlab Module - Colocalization

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

More information

Clustering Algorithm of Similarity Segmentation based on Point Sorting

Clustering Algorithm of Similarity Segmentation based on Point Sorting Internatonal onference on Logstcs Engneerng, Management and omputer Scence (LEMS 2015) lusterng Algorthm of Smlarty Segmentaton based on Pont Sortng Hanbng L, Yan Wang*, Lan Huang, Mngda L, Yng Sun, Hanyuan

More information

Intrinsic Plagiarism Detection Using Character n-gram Profiles

Intrinsic Plagiarism Detection Using Character n-gram Profiles Intrnsc Plagarsm Detecton Usng Character n-gram Profles Efstathos Stamatatos Unversty of the Aegean 83200 - Karlovass, Samos, Greece stamatatos@aegean.gr Abstract: The task of ntrnsc plagarsm detecton

More information

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

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

More information

A Method of Hot Topic Detection in Blogs Using N-gram Model

A Method of Hot Topic Detection in Blogs Using N-gram Model 84 JOURNAL OF SOFTWARE, VOL. 8, NO., JANUARY 203 A Method of Hot Topc Detecton n Blogs Usng N-gram Model Xaodong Wang College of Computer and Informaton Technology, Henan Normal Unversty, Xnxang, Chna

More information

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

CSCI 104 Sorting Algorithms. Mark Redekopp David Kempe

CSCI 104 Sorting Algorithms. Mark Redekopp David Kempe CSCI 104 Sortng Algorthms Mark Redekopp Davd Kempe Algorthm Effcency SORTING 2 Sortng If we have an unordered lst, sequental search becomes our only choce If we wll perform a lot of searches t may be benefcal

More information

CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vidyanagar

CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vidyanagar CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vdyanagar Faculty Name: Am D. Trved Class: SYBCA Subject: US03CBCA03 (Advanced Data & Fle Structure) *UNIT 1 (ARRAYS AND TREES) **INTRODUCTION TO ARRAYS If we want

More information

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS Ej TAIRA, Sech UCHIDA, Hroak SAKOE Graduate School of Informaton Scence and Electrcal Engneerng, Kyushu Unversty Faculty of

More information

Discriminative Dictionary Learning with Pairwise Constraints

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

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

CS1100 Introduction to Programming

CS1100 Introduction to Programming Factoral (n) Recursve Program fact(n) = n*fact(n-) CS00 Introducton to Programmng Recurson and Sortng Madhu Mutyam Department of Computer Scence and Engneerng Indan Insttute of Technology Madras nt fact

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

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

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

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

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

A Bayesian Framework for Fusing Multiple Word Knowledge Models in Videotext Recognition

A Bayesian Framework for Fusing Multiple Word Knowledge Models in Videotext Recognition A Bayesan Framework for Fusng Multple Word Knowledge Models n Vdeotext Recognton DongQng Zhang and Shh-Fu Chang Department of Electrcal Engneerng, Columba Unversty New York, NY 0027, USA. {dqzhang, sfchang}@ee.columba.edu

More information

An Image Fusion Approach Based on Segmentation Region

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

More information