Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Size: px
Start display at page:

Download "Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application"

Transcription

1 World Aademy of Siene, Engineering and Tehnology Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah Wong, and G. Sainarayanan Abstrat Arms detetion is one of the fundamental problems in human motion analysis appliation. The arms are onsidered as the most hallenging body part to be deteted sine its pose and speed varies in image sequenes. Moreover, the arms are usually oluded with other body parts suh as the head and torso. In this paper, histogram-based skin olour segmentation is proposed to detet the arms in image sequenes. Six different olour spaes namely RGB, rgb, HSI,, SCT and CIELAB are evaluated to determine the best olour spae for this segmentation proedure. The evaluation is divided into three ategories, whih are single olour omponent, olour without luminane and olour with luminane. The performane is measured using True Positive (TP) and True Negative (TN) on 50 images with manual ground truth. The best olour is seleted based on the highest TN value followed by the highest TP value. Keywords image olour analysis, image motion analysis, skin, wavelet transform. I. INTRODUCTION ETECTING arms for human motion analysis appliation D is a hallenging task as the arms tends to move farther, faster and more often than the other body parts. Silhouette and edge features may not be suffiient and effetive for arms detetion espeially when the arms were oluded in the head or torso regions. Colour is a useful feature for arms detetion. It provides omputationally effetive yet, robust information against rotation, saling and partial olusions [1]. Performing skin olour segmentation for arms detetion in aount of all variation suh as rae fators, illumination and blurriness due to fast movement is diffiult and time onsuming. Several issues have to be onsidered. This inludes the hoies of olour spae to be implemented and how the skin olour R. R. Porle is with Computer Engineering Program, Shool of Engineering and Information Tehnology, Universiti Malaysia Sabah, Kota Kinabalu, Sabah, Malaysia (phone: ext 3083; fax: ; rosalynrporle@yahoo.om.my). A. Chekima, is with Computer Engineering Program, Shool of Engineering and Information Tehnology, Universiti Malaysia Sabah, Kota Kinabalu, Sabah, Malaysia ( hekima@ums.edu.my). F. Wong is with the Eletrial and Eletronis Engineering Program, Shool of Engineering and Information Tehnology, Universiti Malaysia Sabah, Kota Kinabalu, Sabah, Malaysia ( farrah@ums.edu.my). G. Sainarayanan is with the ICT Aademy of Tamil Nadu, ELCOT Complex, -7 Developed Plots, Industrial Estate, Perungudi, , Chennai, India ( sainarayanan@itat.org). distribution should be modelled. In human motion analysis, the skin olour template an be onstruted speifi to the human subjet onsidered in the system []. Several researhers in human motion analysis field apply olour for performing arms or legs detetion. In [3], the normalized RGB is used to segment the lower arms and upper-leg regions. A skin olour model is onstruted from the pixels of skin olour luster obtained from the k-means algorithm within the deteted fae region. The skin region is segmented using the learned olour histogram. In [], the mean and standard deviation of RGB omponent in skin region are evaluated to segment the skin and non-skin regions. Thresholding method is used for the segmentation. In [4], the bivariate Gaussian (Hue and Saturation) is onstruted from skin samples taken from natural images. A refined skin model is reated based on a new bivariate that is learned from the inlier in region H. In this paper, histogram-based skin olour segmentation is proposed for arms detetion. A skin olour model is onstruted from the skin olour pixels that are extrated within the fae region. Histogram analysis is then performed to the skin olour model to obtain two threshold values. These threshold values are used to segment the image. Lastly, post proessing is performed to eliminate other regions in the image exept the arm regions. To selet the best olour spae for the histogram-based skin olour segmentation, six olour spaes are evaluated. These olour spaes are RGB, rgb, HSI,, SCT and CIELAB. The performane evaluation is performed in three ategories, whih are single olour omponent, olour without luminane and olour with luminane. True Positive (TP) and True Negative (TN) are used as measurement metris. The olour that provides the highest TN followed by TP value is seleted as the best olour for the proposed segmentation method. This paper is organized into six setions. The first setion is the introdution. The seond setion desribes the olour spaes that are used in this paper. The histogram-based skin olour segmentation proedure is explained in the third setion. Later, in the fourth setion, the post proessing proedure is desribed. Experimental results and disussion are inluded in setion five. Finally, overall researh is onluded in setion six. 169

2 World Aademy of Siene, Engineering and Tehnology II. COLOUR SPACES FOR SKIN COLOUR SEGMENTATION The seletion of olour spae is ruial as it influenes the performane of the segmentation methodology. There are many olour spaes available. In this paper, instead of randomly hoosing a olour spae, six olour spaes; RGB, rgb, HSI,, SCT and CIELAB are examined. The desription of eah the olour spae is presented as the following: A. RGB RGB olour spae is onsidered as a basi olour spae. It orresponds to the three primary olours whih are the red, green and blue omponents. It is the most ommonly used olour spae for digital image storing and representation. B. rgb The rgb olour spae is the normalized RGB, whih is defined as ( R + G B) ( R + G B) r rgb = R / + (1) g rgb = G / + () b rgb = B /( R + G + B). (3) The b rgb omponent is usually omitted in the skin segmentation as it does not hold any signifiant information. One of the advantages of this olour spae is that it is invariant to lighting variation [5]. C. HSI HSI is a olour spae that desribes olours as pereived by human beings [6]. HSI represents the Hue, Saturation and Intensity respetively. Hue defines the dominant olour suh as red, green, purple and yellow of an area. Meanwhile, the saturation measures the olourfulness or whiteness in the pereived olour. Lastly, the intensity provides a measure of the brightness of the olour. The HSI omponents an be expressed by 1 H HSI = os 1 [( R G ) + ( R B) ] ( R G ) + ( R B)( G B) [ 3( min ( R, G, B) ) ( R + G B) ] ( R + G B) / 3 S HSI = 1 / + (5) I HSI = + (6) D. (Tint, Saturation and Luminane) is a pereptual olour that is similar to HSI olour spae [7]. T desribes the olour, S is the saturation and L is the luminane (for Gamma orreted RGB values). This is given as (4) T 1 1 r tan π g 1 1 r = tan π g 0; g = ; ; 4 ( r g ) g g < 0 > 0 S = 9 / 5 + (8) L = 0.99 R G B (9) where r = r rgb 1 / 3 (10) g g 1 / 3 (11) = rgb E. SCT The Spherial Coordinate Transform (SCT) olour omponents are defined in (1) to (14). L SCT is the intensity; A SCT and B SCT represent olours independently from intensity. If a partiular olour is plotted as a point in RGB spae, then the norm of the vetor from the origin to the point is L SCT, the angle between the vetor and the blue axis is A SCT, and the angle between the red axis and the projetion of the vetor onto the RG plane is B SCT [8]. L SCT + A / B = R + G B (1) SCT = os ( B L SCT ) (13) SCT = tan 1 ( G /( L SCT ( sin ASCT ))) (14) F. CIELAB The last olour spae is CIELAB, whih was adopted as an international standard in the 1970s, by CIE (International Commission on Illumination). The first olour omponent, L CIELAB, is the lightness of olour. The A CIELAB omponent represents its position between red/magenta and green. Meanwhile the B CIELAB omponent represents its position between yellow and blue. 3 ( Y / Yn) 1 / 16 ( Y / Yn ) ; Y ; [ f ( X / Xn ) ( Y Yn) ] [ f ( Y / Yn) ( Z Zn )] 116 / Yn > L = (15) CIELAB otherwise A CIELAB = 500 / (16) B CIELAB = 00 / (17) where X = Y Z R G B (7) (18) 170

3 World Aademy of Siene, Engineering and Tehnology and 1 / 3 t ; t > f () t = (19) t + ( 16 /116 ) ; otherwise III. HISTOGRAM-BASED SKIN COLOUR SEGMENTATION The flowhart of the histogram-based skin olour segmentation is illustrated in Fig. 1. Firstly, the olour spae of input image is onverted. Approximation image, whih is extrated using Haar wavelet transform at level one [9], is used as input image. The wavelet transformation shrinks the images and at the same time smoothes the texture of the image. This an redue the effet of lightness variations in the images. The input images are in RGB olour format. The desription of the desired olour was given in previous setion. Then, the onverted olour image is separated into three olour image omponents. For example the rgb olour image is separated into r rgb, g rgb and b rgb olour image omponent respetively. The skin olour sample that is speifi to the user in the image an be obtained from the head region. The loation of the head region is estimated using pose estimation tehnique. One the loation is determined, the olour information within the head region is extrated. The olour information within the head region ontains skin and non-skin olours. The non-skin olour is usually originated from the hair, eyes and the lips regions of the user. Extration of the non-skin olour is time onsuming. Moreover, it is diffiult to distinguish the non-skin olour regions when the head is relatively small in the image. Due to these reasons, the non-skin olour in the skin olour sample an be ignored. The extrated skin olour sample is analyzed using histogram distribution. From this histogram, the skin olour range for the user has to be determined. It is noted that eah of the olour image omponents provides different range of histogram distribution. This is due to the small olour range in the skin olour sample. Therefore, eah bin in the histogram is set to represent only one olour value. The ourrene in eah bin is referred as frequeny, f. Two threshold values are used to determine the skin olour range. The low threshold, T l, is the minimum olour value in the skin olour range. Meanwhile, the high threshold, T h, is the maximum olour value in the skin olour range. Minimum frequeny, f min, is used to alulate these threshold values. Let f max be the maximum frequeny and P f is the frequeny perentage. The range of P f is set between 0 and 1. The minimum frequeny is alulated as f = f P (0) min max f The skin olour range is assumed to be in the range where the frequeny is more than the minimum frequeny. If the histogram bin is denoted as H b, the low threshold value is alulated as End Fig. 1 Flowhart of the histogram-based skin olour segmentation l [ H ( f f )] T = min > (1) h b min Meanwhile, the high threshold value is alulated as [ H ( f f )] T = max > () b Start Input Image Colour Spae Conversion Skin Colour Sample Histogram Analysis Skin Colour Segmentation Arms Detetion min Head Region Loation After the threshold values are obtained, the olour image omponents an be segmented. The olour pixel in the olour image omponent is denoted as I. The olour pixel is deteted as skin olour if its value lies between the low threshold and the high threshold values. If the olour pixel value is outside of this range, it is deteted as non-skin olour. The olour pixel value is then set to 1 if it a skin olour. Otherwise, if it is a non-skin olour, the value is set to 0. This an be expressed as 1 if Tl I Th I = (3) 0 else After the olour image omponents are segmented, logial operator is used to ombine these images. Two logial operators are suggested for the ombination. The first logial operator is OR operator. For OR operator, the olour pixel of the ombined image is assigned to 1 if any of the olour pixels, at the same loation in the olour image omponents are deteted as skin olour. Otherwise, the olour pixel of the ombined image is assigned to 0 if none of the olour pixels, at the same loation in the olour image omponents are deteted as non-skin olour. The seond logial operator is 171

4 World Aademy of Siene, Engineering and Tehnology AND operator. For AND operator, the olour pixel of the ombined image is assigned to 1 if all the olour pixels, at the same loation in the olour image omponents are deteted as skin olour. Otherwise, the olour pixel of the ombined image is assigned to 0 if any of the olour pixels, at the same loation in the olour image omponents are deteted as nonskin olour. The best logial operator for the olour image omponents ombination will be determined in setion IV. IV. EXPERIMENTAL RESULTS AND DISCUSSION Six olour spaes are evaluated in this paper. They are RGB, rgb, HSI,, SCT and CIELAB. The performanes of these olour spaes are measured using True Positive (TP) and True Negative (TN). In the skin olour segmentation ontext, True Positive is defined as the number of orretly deteted skin olour pixels divided by the total number of skin olour pixels. High TP value means that the olour has high skin olour detetion performane. On the other hand, low TP value means that the olour has low performane in skin olour detetion. The True Negative is defined as the number of orretly deteted non-skin olour pixels divided by the total number of non-skin olour pixels. High TN value means that the olour has high performane in eliminating non-skin olour pixels. On the other hand, low TN value means that the olour has poor performane in eliminating non-skin olour pixels. The performane measurement is performed in three ategories. The first ategory is to evaluate the performanes of eah olour omponent. There are 18 olour omponents to be analyzed. The aim of this evaluation is to determine whether a single olour omponent an be used to segment the arms in the image. Another purpose is that the possibility of a single olour omponent to be ombined with other olour omponent of different olour spae. This ombination may be performed if the three ategories of the performane measurement did not produe satisfatory or higher performane. The seond ategory is to evaluate the olour spae without the luminane or intensity olour omponent. Many researhers suggested that omitting the luminane/intensity omponent from the olour spae will improve the segmentation performane [10]. This possibility is also investigated in this paper. In this ase, ten olour ombinations are evaluated. Five olour ombinations used OR operator and the other five olour ombinations used AND operator. The last ategory is to evaluate the olour spae with luminane or intensity olour omponent. For this ategory, 1 olour omponents ombinations are evaluated. The experimental database onsists of 150 images. These images were extrated from 30 reorded videos in indoor environment with different user for eah reorded video. For the evaluation purpose, most of the parameters are fixed. It is assumed that only P f in (0) is adjustable. Ten different ratio values were seleted (i.e. 0.1, 0., 0.3,, 1) and from eah ratio value, TP and TN are then alulated. Ground truth for test images were onstruted manually. From these three ategories, the best olour omponent or ombination that produes the highest TN is seleted as the best olour for the segmentation proedure. The results of the evaluation are presented as the following: A. Single Colour Component The first experiment evaluates the performane of 18 single olour omponents. Table I shows the performane result of 18 olour omponents. The best TN for eah olour omponent is presented in the third olumn. The orresponding TP and P f values are presented in the fourth and fifth olumn respetively. Three olour omponents have higher TN value, whih are above 80 perent. They are H HSI, T and A CIELAB. By referring to the desription of these olour omponents, they represent the olours (hue, tint and red/magenta and green) in the olour spae respetively. The A CIELAB olour omponent partiularly has the highest TN value ompared to the other olour omponents. This is beause A CIELAB only detet a speified olour range (red/magenta and green). This may not overs the olour range available in the bakground. Other olour omponents suh as R, G, B, r rgb and g rgb provide moderate performane. In this ase TN value is around 70 to 80 perent. Meanwhile, the olour omponents suh as b rgb, I HSI, L, L SCT, A SCT and B SCT have performane that is around 60 to 70 perent of TN value. The remaining olour omponents, whih are S HSI, S, L CIELAB and B CIELAB, are the olour omponents that provide lowest TN performane. B. Colour without Luminane Component The seond experiment evaluates the performane of ten olour ombination without luminane or intensity omponent. In more detail; the rgb without b rgb omponent, HSI without I HSI omponent, without L omponent, No. TABLE I THE PERFORMANCE OF SINGLE COLOUR COMPONENT Colour Component True Negative True Positive 1 R G B r rgb g rgb b rgb H HSI S HSI I HSI T S L L SCT A SCT B SCT L CIELAB A CIELAB B CIELAB Pf 17

5 World Aademy of Siene, Engineering and Tehnology SCT without L SCT omponent and CIELAB without L CIELAB omponent. Five olour ombination used OR operator and the other five olour ombination used AND operator. The result of olour ombination without luminane omponent using OR and AND operators is shown in Table II. For OR operator, TN value for all ombination is around 40 to 60 perent. Meanwhile, their respetive TP values are around 50 to 70 perent. CIELAB reorded the highest performane with TN value of perent for the OR operator. The seond and third highest performanes for the OR operator are HSI and SCT, with TN value of and perent respetively. For the AND operator, the TN value for all olour ombination is more than 80 perent exept SCT olour with perent. Their orresponding TP values are around 50 perent. CIELAB has the highest TN with perent for the AND operator. This is followed by rgb, HSI and also when applying the OR operator. By omparing between the OR and AND operators, it is onluded that the AND operator performs better than the OR operator. Among all olour ombination, CIELAB with AND operator ahieved the highest performane. C. Colour Spae The third experiment evaluates the performane of 1 olour spaes. Six olour ombination used OR operator and the other six olour ombination used AND operator. The result of olour spae performane using OR and AND operators is shown in Table III. For OR operator, RGB olour spae has the highest performane with TN value of perent. This is followed by HSI, SCT, rgb, CIELAB and olour spaes. All olour spaes exept rgb have TP performanes around 50 perent. The rgb olour spae has the highest TP, whih is around perent. For the AND operator, the best olour spae for this ombination is CIELAB with TN and TP values of and perent respetively. The other olour spaes have TN values around 70 perent. By omparing these two operators, the AND operator gives better performane than OR operator. Among the olour spaes, CIELAB ahieved highest performane in this ategory. D. Overall result The single olour omponent, olour spae without luminane and olour spae performanes are ompared to TABLE II THE PERFORMANCE OF COLOUR COMBINATION WITHOUT LUMINANCE COMPONENT Colour Operator True True No. Pf Combination Negative Positive 1 rgb OR HSI OR OR SCT OR CIELAB OR rgb AND HSI AND AND SCT AND CIELAB AND TABLE III THE PERFORMANCE OF COLOUR COMBINATION WITH LUMINANCE COMPONENT Colour Operator True True No. Pf Component Negative Positive 1 RGB OR rgb OR HSI OR OR SCT OR CIELAB OR RGB AND rgb AND HSI AND AND SCT AND CIELAB AND determine the best result for the histogram based skin olour segmentation. In all three ategories CIELAB olour spae has better performanes than the other olour spaes. The CIELAB without luminane omponent using AND operator has the highest performane in eliminating non-skin pixels, whih reahed about perent. This attribute is desirable in human motion analysis appliation as the olusion and motion blur usually ours during the video apture. The performane in deteting the skin pixel is moderate, whih is around perent. This is expeted as the skin olour information in human s head region may not over all skin olour range in the arms. The illumination hanges and motion blur are also some of the fators that the olour in the arm region is slightly differ from the skin olour in the head region. In motion analysis appliation, the deformable arm regions an be solved by estimating or modelling the arms using robust tehnique. V. CONCLUSION Arms detetion for human motion analysis appliation an be performed by evaluating the skin olour information in human s head region. The designed histogram-based skin olour segmentation omputed the maximum olour frequeny and two threshold values were derived based on the evaluated perentage of the maximum olour frequeny. From the six olour spaes proposed for this algorithm, the CIELAB without luminane omponent using AND operator has ahieved the highest TN value, thus, this olour is seleted as the best olour to be used in the segmentation proedure. REFERENCES [1] P. Kakumanu, S. Makrogiannis and N. Bourbakis, A survey of skinolor modelling and detetion methods, Pattern Reognition, vol. 40, no. 3, pp , Marh, 007. [] J. Mulligan, Upper Body Pose Estimation from Stereo and Hand-Fae Traking, in Pro. nd Canadian Conf. on Computer and Robot Vision, 005, pp [3] G. Hua, M. H. Yang and Y. Wu, Learning to estimate human pose with data driven belief propagation, in Pro. of the IEEE Computer Soiety Conf. on Computer Vision and Pattern Reognition, 005, Vol., pp [4] A. S. Miilotta and R. Bowden, View-based loation and traking of body parts for visual interation, in Pro. of British Mahine Vision Conferene. 004, vol., pp

6 World Aademy of Siene, Engineering and Tehnology [5] S. Mallat, Wavelets for a vision, Pro. of the IEEE, 1996, vol. 84 (4), pp [6] T. Aharya, and A. Ray, Image Proessing: Priniples and Appliation. John Willey & Sons, 005. [7] V. Vezhnevets, V. Sazonov and A. Andreeva, A Survey on Pixel- Based Skin Color Detetion Tehniques, in Pro. of GRAPHICON, Mosow, Russia, 003, pp [8] S. E. Umbaugh, Computer imaging: digital image analysis and proessing. CRC Press, 005. [9] J. -C. Terrillon, M. N. Shirazi, H. Fukamahi and S. Akamatsu, Comparative performane of different skin hrominane models andhrominane spaes for the automati detetion of human faes in olor images, in Pro. of 4th IEEE International Conferene on Automati Fae and Gesture Reognition, Grenoble, Frane, 000, pp [10] S. Jayaram, S. Shmugge, M. C. Shin and L. V. Tsap, Effet of olorspae transformation, the illuminane omponent, and olor modeling on skin detetion, in Pro. of the 004 IEEE Computer Soiety Conferene on Computer Vision and Pattern Reognition, 004, vol., pp

FUZZY WATERSHED FOR IMAGE SEGMENTATION

FUZZY WATERSHED FOR IMAGE SEGMENTATION FUZZY WATERSHED FOR IMAGE SEGMENTATION Ramón Moreno, Manuel Graña Computational Intelligene Group, Universidad del País Vaso, Spain http://www.ehu.es/winto; {ramon.moreno,manuel.grana}@ehu.es Abstrat The

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition A Coarse-to-Fine Classifiation Sheme for Faial Expression Reognition Xiaoyi Feng 1,, Abdenour Hadid 1 and Matti Pietikäinen 1 1 Mahine Vision Group Infoteh Oulu and Dept. of Eletrial and Information Engineering

More information

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2 On - Line Path Delay Fault Testing of Omega MINs M. Bellos, E. Kalligeros, D. Nikolos,2 & H. T. Vergos,2 Dept. of Computer Engineering and Informatis 2 Computer Tehnology Institute University of Patras,

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

A scheme for racquet sports video analysis with the combination of audio-visual information

A scheme for racquet sports video analysis with the combination of audio-visual information A sheme for raquet sports video analysis with the ombination of audio-visual information Liyuan Xing a*, Qixiang Ye b, Weigang Zhang, Qingming Huang a and Hua Yu a a Graduate Shool of the Chinese Aadamy

More information

Exploiting Enriched Contextual Information for Mobile App Classification

Exploiting Enriched Contextual Information for Mobile App Classification Exploiting Enrihed Contextual Information for Mobile App Classifiation Hengshu Zhu 1 Huanhuan Cao 2 Enhong Chen 1 Hui Xiong 3 Jilei Tian 2 1 University of Siene and Tehnology of China 2 Nokia Researh Center

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

Approximate logic synthesis for error tolerant applications

Approximate logic synthesis for error tolerant applications Approximate logi synthesis for error tolerant appliations Doohul Shin and Sandeep K. Gupta Eletrial Engineering Department, University of Southern California, Los Angeles, CA 989 {doohuls, sandeep}@us.edu

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq Volume 4 Issue 6 June 014 ISSN: 77 18X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om Medial Image Compression using

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

Color Image Fusion for Concealed Weapon Detection

Color Image Fusion for Concealed Weapon Detection In: E.M. Carapezza (Ed.), Sensors, and ommand, ontrol, ommuniations, and intelligene (C3I) tehnologies for homeland defense and law enforement II, SPIE-571 (pp. 372-379). Bellingham, WA., USA: The International

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Gait Based Human Recognition with Various Classifiers Using Exhaustive Angle Calculations in Model Free Approach

Gait Based Human Recognition with Various Classifiers Using Exhaustive Angle Calculations in Model Free Approach Ciruits and Systems, 2016, 7, 1465-1475 Published Online June 2016 in SiRes. http://www.sirp.org/journal/s http://dx.doi.org/10.4236/s.2016.78128 Gait Based Human Reognition with Various Classifiers Using

More information

Evolutionary Feature Synthesis for Image Databases

Evolutionary Feature Synthesis for Image Databases Evolutionary Feature Synthesis for Image Databases Anlei Dong, Bir Bhanu, Yingqiang Lin Center for Researh in Intelligent Systems University of California, Riverside, California 92521, USA {adong, bhanu,

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Appliations 39 (2012) 2842 2855 Contents lists available at SiVerse SieneDiret Expert Systems with Appliations journal homepage: www.elsevier.om/loate/eswa An automated vision system

More information

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller Trajetory Traking Control for A Wheeled Mobile Robot Using Fuzzy Logi Controller K N FARESS 1 M T EL HAGRY 1 A A EL KOSY 2 1 Eletronis researh institute, Cairo, Egypt 2 Faulty of Engineering, Cairo University,

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 22 BioTehnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(22), 2014 [13995-14001] Improvement of low illumination image enhanement

More information

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification A New RBFNDDA-KNN Network and Its Appliation to Medial Pattern Classifiation Shing Chiang Tan 1*, Chee Peng Lim 2, Robert F. Harrison 3, R. Lee Kennedy 4 1 Faulty of Information Siene and Tehnology, Multimedia

More information

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating Original Artile Partile Swarm Optimization for the Design of High Diffration Effiient Holographi Grating A.K. Tripathy 1, S.K. Das, M. Sundaray 3 and S.K. Tripathy* 4 1, Department of Computer Siene, Berhampur

More information

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION Cuiui Kang 1, Shengai Liao, Shiming Xiang 1, Chunhong Pan 1 1 National Laboratory of Pattern Reognition, Institute of Automation, Chinese

More information

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Journal of Computer Siene 4 (): 9-97, 008 ISSN 549-3636 008 Siene Publiations Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Deepti Gaur, Aditya Shastri and Ranjit Biswas Department of Computer

More information

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 1, 3, Number 1, 3, Pages 1-22 365-382 2007 Institute for Sientifi Computing and Information A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE

More information

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing Defet Detetion and Classifiation in Cerami Plates Using Mahine Vision and Naïve Bayes Classifier for Computer Aided Manufaturing 1 Harpreet Singh, 2 Kulwinderpal Singh, 1 Researh Student, 2 Assistant Professor,

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Dynamic Algorithms Multiple Choice Test

Dynamic Algorithms Multiple Choice Test 3226 Dynami Algorithms Multiple Choie Test Sample test: only 8 questions 32 minutes (Real test has 30 questions 120 minutes) Årskort Name Eah of the following 8 questions has 4 possible answers of whih

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

More information

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification erformane Improvement of TC on Wireless Cellular Networks by Adaptive Combined with Expliit Loss tifiation Masahiro Miyoshi, Masashi Sugano, Masayuki Murata Department of Infomatis and Mathematial Siene,

More information

13.1 Numerical Evaluation of Integrals Over One Dimension

13.1 Numerical Evaluation of Integrals Over One Dimension 13.1 Numerial Evaluation of Integrals Over One Dimension A. Purpose This olletion of subprograms estimates the value of the integral b a f(x) dx where the integrand f(x) and the limits a and b are supplied

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors Eurographis Symposium on Geometry Proessing (003) L. Kobbelt, P. Shröder, H. Hoppe (Editors) Rotation Invariant Spherial Harmoni Representation of 3D Shape Desriptors Mihael Kazhdan, Thomas Funkhouser,

More information

Simulation of Crystallographic Texture and Anisotropie of Polycrystals during Metal Forming with Respect to Scaling Aspects

Simulation of Crystallographic Texture and Anisotropie of Polycrystals during Metal Forming with Respect to Scaling Aspects Raabe, Roters, Wang Simulation of Crystallographi Texture and Anisotropie of Polyrystals during Metal Forming with Respet to Saling Aspets D. Raabe, F. Roters, Y. Wang Max-Plank-Institut für Eisenforshung,

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

Machine Vision. Laboratory Exercise Name: Student ID: S

Machine Vision. Laboratory Exercise Name: Student ID: S Mahine Vision 521466S Laoratory Eerise 2011 Name: Student D: General nformation To pass these laoratory works, you should answer all questions (Q.y) with an understandale handwriting either in English

More information

Acoustic Links. Maximizing Channel Utilization for Underwater

Acoustic Links. Maximizing Channel Utilization for Underwater Maximizing Channel Utilization for Underwater Aousti Links Albert F Hairris III Davide G. B. Meneghetti Adihele Zorzi Department of Information Engineering University of Padova, Italy Email: {harris,davide.meneghetti,zorzi}@dei.unipd.it

More information

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology The International Arab Journal of Information Tehnology, Vol. 12, No. 6, November 15 519 Model Based Approah for Content Based Image Retrievals Based on Fusion and Relevany Methodology Telu Venkata Madhusudhanarao

More information

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem Calulation of typial running time of a branh-and-bound algorithm for the vertex-over problem Joni Pajarinen, Joni.Pajarinen@iki.fi Otober 21, 2007 1 Introdution The vertex-over problem is one of a olletion

More information

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method 3537 Multiple-Criteria Deision Analysis: A Novel Rank Aggregation Method Derya Yiltas-Kaplan Department of Computer Engineering, Istanbul University, 34320, Avilar, Istanbul, Turkey Email: dyiltas@ istanbul.edu.tr

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

More information

Improved Circuit-to-CNF Transformation for SAT-based ATPG

Improved Circuit-to-CNF Transformation for SAT-based ATPG Improved Ciruit-to-CNF Transformation for SAT-based ATPG Daniel Tille 1 René Krenz-Bååth 2 Juergen Shloeffel 2 Rolf Drehsler 1 1 Institute of Computer Siene, University of Bremen, 28359 Bremen, Germany

More information

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Arne Hamann, Razvan Rau, Rolf Ernst Institute of Computer and Communiation Network Engineering Tehnial University of Braunshweig,

More information

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION Lei Li 1, Y. X. ZOU 1* and Yi Li 1 ADSPLAB/ELIP, Shool of ECE, Peking Universit, Shenzhen 518055, China Shenzhen JiFu

More information

Tracking Table Tennis Balls in Real Match Scenes for Umpiring Applications

Tracking Table Tennis Balls in Real Match Scenes for Umpiring Applications British Journal of Mathematis & Computer Siene 1(4): 228-241, 2011 SCIENCEDOMAIN international www.sienedomain.org Traking Tale Tennis Balls in Real Math Senes for Umpiring Appliations K. C. P. Wong 1*

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

Hyperspectral Images Classification Using Energy Profiles of Spatial and Spectral Features

Hyperspectral Images Classification Using Energy Profiles of Spatial and Spectral Features journal homepage: www.elsevier.om Hyperspetral Images Classifiation Using Energy Profiles of Spatial and Spetral Features Hamid Reza Shahdoosti a a Hamedan University of ehnology, Department of Eletrial

More information

Partial Character Decoding for Improved Regular Expression Matching in FPGAs

Partial Character Decoding for Improved Regular Expression Matching in FPGAs Partial Charater Deoding for Improved Regular Expression Mathing in FPGAs Peter Sutton Shool of Information Tehnology and Eletrial Engineering The University of Queensland Brisbane, Queensland, 4072, Australia

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

Image Steganography Scheme using Chaos and Fractals with the Wavelet Transform

Image Steganography Scheme using Chaos and Fractals with the Wavelet Transform International Journal of Innovation, Management and Tehnology, Vol. 3, o. 3, June Image Steganography Sheme using Chaos and Fratals with the Wavelet Transform Yue Wu and Joseph P. oonan bstrat This paper

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management Semanti Conept Detetion Using Weighted Disretization Multiple Correspondene Analysis for Disaster Information Management Samira Pouyanfar and Shu-Ching Chen Shool of Computing and Information Sienes Florida

More information

ASL Recognition Based on a Coupling Between HMMs and 3D Motion Analysis

ASL Recognition Based on a Coupling Between HMMs and 3D Motion Analysis An earlier version of this paper appeared in the proeedings of the International Conferene on Computer Vision, pp. 33 3, Mumbai, India, January 4 7, 18 ASL Reognition Based on a Coupling Between HMMs and

More information

The Implementation of RRTs for a Remote-Controlled Mobile Robot

The Implementation of RRTs for a Remote-Controlled Mobile Robot ICCAS5 June -5, KINEX, Gyeonggi-Do, Korea he Implementation of RRs for a Remote-Controlled Mobile Robot Chi-Won Roh*, Woo-Sub Lee **, Sung-Chul Kang *** and Kwang-Won Lee **** * Intelligent Robotis Researh

More information

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering A Novel Bit Level Time Series Representation with Impliation of Similarity Searh and lustering hotirat Ratanamahatana, Eamonn Keogh, Anthony J. Bagnall 2, and Stefano Lonardi Dept. of omputer Siene & Engineering,

More information

ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE

ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE Min Chen a, b,, *, Qing Zhu a, b,, Shengzhi Huang a, b,, Han Hu a, Jingxue Wang a a Faulty of Geosienes

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

Bring Your Own Coding Style

Bring Your Own Coding Style Bring Your Own Coding Style Naoto Ogura, Shinsuke Matsumoto, Hideaki Hata and Shinji Kusumoto Graduate Shool of Information Siene and Tehnology, Osaka University, Japan {n-ogura, shinsuke, kusumoto@ist.osaka-u.a.jp

More information

Performance Benchmarks for an Interactive Video-on-Demand System

Performance Benchmarks for an Interactive Video-on-Demand System Performane Benhmarks for an Interative Video-on-Demand System. Guo,P.G.Taylor,E.W.M.Wong,S.Chan,M.Zukerman andk.s.tang ARC Speial Researh Centre for Ultra-Broadband Information Networks (CUBIN) Department

More information

Semi-Supervised Affinity Propagation with Instance-Level Constraints

Semi-Supervised Affinity Propagation with Instance-Level Constraints Semi-Supervised Affinity Propagation with Instane-Level Constraints Inmar E. Givoni, Brendan J. Frey Probabilisti and Statistial Inferene Group University of Toronto 10 King s College Road, Toronto, Ontario,

More information

Preliminary investigation of multi-wavelet denoising in partial discharge detection

Preliminary investigation of multi-wavelet denoising in partial discharge detection Preliminary investigation of multi-wavelet denoising in partial disharge detetion QIAN YONG Department of Eletrial Engineering Shanghai Jiaotong University 8#, Donghuan Road, Minhang distrit, Shanghai

More information

Weak Dependence on Initialization in Mixture of Linear Regressions

Weak Dependence on Initialization in Mixture of Linear Regressions Proeedings of the International MultiConferene of Engineers and Computer Sientists 8 Vol I IMECS 8, Marh -6, 8, Hong Kong Weak Dependene on Initialization in Mixture of Linear Regressions Ryohei Nakano

More information

Fast Elliptic Curve Algorithm of Embedded Mobile Equipment

Fast Elliptic Curve Algorithm of Embedded Mobile Equipment Send Orders for Reprints to reprints@benthamsiene.net 8 The Open Eletrial & Eletroni Engineering Journal, 0, 7, 8-4 Fast Ellipti Curve Algorithm of Embedded Mobile Equipment Open Aess Lihong Zhang *, Shuqian

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

Test Case Generation from UML State Machines

Test Case Generation from UML State Machines Test Case Generation from UML State Mahines Dirk Seifert To ite this version: Dirk Seifert. Test Case Generation from UML State Mahines. [Researh Report] 2008. HAL Id: inria-00268864

More information

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2 Superpixel Traking Shu Wang1, Huhuan Lu1, Fan Yang1, and Ming-Hsuan Yang2 1 Shool of Information and Communiation Engineering, Dalian University of Tehnology, China 2 Eletrial Engineering and Computer

More information

1. Introduction. 2. The Probable Stope Algorithm

1. Introduction. 2. The Probable Stope Algorithm 1. Introdution Optimization in underground mine design has reeived less attention than that in open pit mines. This is mostly due to the diversity o underground mining methods and omplexity o underground

More information

Multi-modal Clustering for Multimedia Collections

Multi-modal Clustering for Multimedia Collections Multi-modal Clustering for Multimedia Colletions Ron Bekkerman and Jiwoon Jeon Center for Intelligent Information Retrieval University of Massahusetts at Amherst, USA {ronb jeon}@s.umass.edu Abstrat Most

More information

Unsupervised color film restoration using adaptive color equalization

Unsupervised color film restoration using adaptive color equalization Unsupervised olor film restoration using adaptive olor equalization A. Rizzi 1, C. Gatta 1, C. Slanzi 1, G. Cioa 2, R. Shettini 2 1 Dipartimento di Tenologie dell Informazione Università degli studi di

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera Self-oation of a Mobile Robot ith unertainty by ooperation of an heading sensor and a CCD TV amera E. Stella, G. Ciirelli, A. Distante Istituto Elaborazione Segnali ed Immagini - C.N.R. Via Amendola, 66/5-706

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT FP7-ICT-2007-1 Contrat no.: 215040 www.ative-projet.eu PROJECT PERIODIC REPORT Publishable Summary Grant Agreement number: ICT-215040 Projet aronym: Projet title: Enabling the Knowledge Powered Enterprise

More information

Dynamic Backlight Adaptation for Low Power Handheld Devices 1

Dynamic Backlight Adaptation for Low Power Handheld Devices 1 Dynami Baklight Adaptation for ow Power Handheld Devies 1 Sudeep Pasriha, Manev uthra, Shivajit Mohapatra, Nikil Dutt and Nalini Venkatasubramanian 444, Computer Siene Building, Shool of Information &

More information

A Unified Subdivision Scheme for Polygonal Modeling

A Unified Subdivision Scheme for Polygonal Modeling EUROGRAPHICS 2 / A. Chalmers and T.-M. Rhyne (Guest Editors) Volume 2 (2), Number 3 A Unified Subdivision Sheme for Polygonal Modeling Jérôme Maillot Jos Stam Alias Wavefront Alias Wavefront 2 King St.

More information