Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion

Size: px
Start display at page:

Download "Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion"

Transcription

1 Effective Tracking of the Players and Ball in Indoor Soccer Gaes in the Presence of Occlusion Soudeh Kasiri-Bidhendi and Reza Safabakhsh Airkabir Univerisity of Technology, Tehran, Iran {kasiri, Abstract Object tracking is one of the ajor subjects in achine vision and plays a ain role in detection of ajor events in indoor soccer atches. In this paper, a novel approach for tracking the ball and players is proposed. In this ethod, the ground lines are segented and eliinated using a fast and effective ethod. Then, the reaining non-field pixels are considered and labeled as players and the ball. A fast level set contour is used to track players and the ball. The proposed ethod can track players and the ball in presence of occlusion. Experients show that the proposed ethod is robust to occlusion and different field colors. 1. Introduction Tracking oving objects is one of the ost iportant fields in achine vision. Segenting and tracking indoor soccer players is a critical step since it is the first step of analyzing the oveent of the players. By tracking the players and extracting their oveent, it is possible to understand the tactic of the gae, and with this understanding, it is possible to autoatically extract the player s oveent, speed, strength, and ability in specific situations to instruct other players. Being able to track players quickly is iportant because the result of the tracking can be used in further analyses. Tracking soccer players using broadcast TV iages is a challenging proble because of players' quick oveents, occlusions, and caera oveents. Even though several systes have been suggested for tracking players and analyzing their oveents, there are still challenges in tracking players and detecting iportant events based on visual features. Research on segenting and tracking soccer players is growing in recent years. Figueroa[1] perfored the tracking through a graph representation in which the nodes correspond to the blobs obtained by iage segentation and the edges which represent the distance between the nodes. The edges are weighted using the blob inforation and trajectory in the iage sequence. Pers[2] suggested a tracking syste for indoor gaes based on cobination of otion detection, teplate atching, and color tracking. Chaven[3] segented and tracked players by background subtraction and a neural network-based digit recognition algorith. Needha [4] suggested a fraework for ulti-object tracking based on the Condensation approach and the Kalan filter. Utsui [5] detected and tracked players based on their color rarity and local edge properties. Choi [6] proposed a ethod in which players are tracked by teplate atching and Kalan filtering and their position is estiated based on the transforation between the input iage and the field odel. Deardena[7] used particle filtering to track players. Sato [8] suggested a fraework to track ultiple players using the teporal spatio-velocity (TSV) transfor. Zhu [9] used support vector achines and particle filters to track players in broadcasted sport videos. Beetz [10] suggested a fraework based on MHT [11] to deterine the coordinates and trajectories of football players in TV broadcasts. Ekin [12] proposed a ethod based on the KLT [13] ethod to track players, and finally Lefevre [14] used active contours to track soccer players. Most of the previous efforts which used iage sequences captured fro TV broadcasts segented the players and ball fro the non-field pixels of the iages. For this purpose, the opening orphological operator is usually used to eliinate noise and ground lines. However, using this operator to ground lines has the following drawbacks: 1. Specifying the size of the structuring eleent of operator depends on the specific iage. 2. The opening operator oits not only the ground lines, but also players feet which are very iportant in deterining the position of players in the ground odel. 3. It ay divide a player to several segents. 4. Soe of the players only have their legs in the ground field iage because they are next to the

2 ground borders. These players are eliinated by the operator and so are lost. 5. The cross-section of the circle and the central line of the ground ay not be eliinated by the opening operator, and soeties ay be istakenly considered as a player. 6. It ay eliinate the ball or ay cut apart the players feet aking sall sections which look siilar to the ball. Kalan and particle filters have usually been used for tracking players [4,6,7,9,15]. But tracking with these filters depends on specific paraeters and cannot handle topological changes [16]. Since active contours provide an independent fraework of paraeters and topological changes, they are suitable for tracking nonrigid objects. In this paper a novel approach based on a fast level set contour is proposed to track the players and ball in indoor soccer gaes. The ethod can handle occlusion effectively. The rest of this paper is organized as follows. In section 2, the general overview of the proposed syste is illustrated. In section 3, segentation of the ground lines, players, and ball is presented. Section 4 explains a fast level set algorith for tracking players and the ball. Experiental results are given in section 5. The conclusions are suarized in section General fraework overview The general fraework of the proposed ethod is given in Fig. 1. For each video frae, the playfield is detected first. Then the lines inside the extracted field are segented and the regions inside the extracted field are considered as player candidates. For each player regions, if it is identified as a newly appeared player, a tracker is assigned. The necessary steps are described in the ore details in the following sections. 3. Segentation of lines, players and ball 3.1 Field Extraction Extracting the region of the ground field is the ost iportant stage for tracking players since all iportant objects in the iage such as players, referee, ball, and the lines lie on the ground. In long shot iages, the field occupies the largest area in the iage. As a result, the peak value of the color histogra is generally considered as the field color and the iage is segented using a threshold. However, this threshold depends on the percentage of the field area pixels in the iage which varies in different iage sequences. For solving this proble, the distinctive colors of the iage are extracted and clustered into 10 clusters. Then color pixels are apped into these 10 clusters. The largest cluster specifies the pixels of the ground field. The ground color is odeled by Gaussian distribution. Figure 1. Players and ball tracking fraework To extract the entire field region, a binary iage of the field and non-field pixels should be created. For this purpose, we use the Mahalanobis distance between pixels of the frae and the ground color distribution. Fig. 1 shows typical result of applying the proposed algorith to different indoor soccer iages. By calculating the convex hull of the largest region, the field ask is extracted. Knowing the field regions in the iage allows sipler tracking by reoving clutter fro the crowd regions. The shape of the field region can also give inforation about the location of the field on which the caera is focused. 3.2 Line Segentation Ground lines are iportant parts of the field and are usually used to find the iage-to-odel transforation. To find the position of players and the ball in the field odel, the transforation between the iage and field odel ust be known. Ground lines usually collide with the players and ball and ake the segentation of players and ball difficult. If lines are segented accurately, segenting and tracking players and ball becoe easier.

3 Rule1: Connected coponents whose areas are not sall are selected as players. Rule2: Connected coponents whose areas and roundness are sall and are close to the border are selected as players. (a) (b) (c) (d) Figure 2. Ground field detection result. (a-c) saple iages fro different indoor soccer videos. (b-d) Corresponding ground field detection result (a) (b) Ground lines are white and thin. These features are coon in all iage sequences and they can be used in segentation. The proposed steps for segenting the ground lines are as follows: 1- White pixels of each frae are extracted and the Canny edge operator is applied to the frae. 2- By applying siple horizontal and vertical asks to the edges of the gray level iage, deterine the directed horizontal and vertical edges. 3- White pixels between positive and negative edges which have a distance less than 10 pixels are deterined and pixel values of negative and positive edges are replaced with distances between these edges. Other edge pixels are oitted (Fig. 3) 4- Adjacent edge pixels which are different at ost 2 are connected. The nuber of pixels each edges coponent has deterines its weight. 5- The edge coponents which have low weights are oitted. The regions between the reaining edge coponents are obtained and arked as ground lines (Fig. 3). 3.3 Player Segentation By oitting ground lines, the reaining connected coponents in the iage are players and the ball. To eliinate noise, soothing players and the ball regions, a edian filter is used. Fig. 4 shows the binary non-field iage without lines. The area and roundness (equation 1) of the connected coponents are used to detect the players. The following rules are used to specify players. Fig. 5a shows the result of segenting players. 4π Area Roundness = 2 (1) perieter (c) (d) Figure 3. (a) Directed horizontal edge. (b) Directed verticals edge. (c) Connected edges. (d) Segented ground lines 3.4 Ball Segentation By eliinating players and ground lines, other connected coponents are exained to detect the ball. For this purpose, area, roundness and the color of the connected coponent is used. Connected coponent which have a sall area, high roundness, and the difference between its ean color and white color is low is selected as the ball (Fig. 5). 4. Tracking Players and Ball Since level set contours are powerful techniques in handling topological changes such as the erging and splitting of object regions, they are ostly used for tracking ultiple objects. A fast level set contour which is proposed by Shi [17] is used for tracking players and the ball. In this fast algorith, the evolution of the curve is realized by siple operations such as switching eleents between two linked lists; therefore there will not be any need to solve any partial differential equations. Since the curve is still represented iplicitly, topological changes can be handled autoatically. Figure 4. Non-field pixels without lines

4 (a) (b) Figure 5. Result of segenting. (a) Players. (b) the ball In this level contour, a siple tracking strategy is used as follows. For each frae, the tracking results fro the last frae are used as the initial curves, and then each curve evolves to locate the object boundaries in the current frae. The boundaries of M object regions are denoted as C 1, C2,, CM. For the representation of ultiple object regions, two functions are used: one region indication function ψ and one level set functionφ. The region indication function is defined as follows: Ψ ( x) =, if x Ω ( = 0,1,, M ) (2) The level set function φ is negative inside all the object regions and positive in the background. For each object region Ω ( = 0,1,, M ) two lists of neighboring pixels L in and follows: L out L in L out can be defined as { x φ( x) > 0 and y N 4 ( x) such that φ( ) < 0} (3) { x φ( x) < 0 and y N4 ( x) suchthat φ( ) > 0} (4) = y = y where N ( ) 4 x is a 4-connected discrete Neighborhood of a pixel x ψwith x itself reoved. The interior pixels are those pixels inside the object regions but not contained in any L in, and exterior pixels are those pixels in the background but not in any L out. The level set function is defined as: 3 if x is an exterior pixel 1 if x L for 1 M φ ( x) = out (5) 1 if x L in for 1 M 3 if x is an interior pixel To switch pixels between L in and L out, two basic procedures are defined. The procedure switch_in() for a pixel x L out ( 0 < M ) ove the curve outward one pixel at x by switching it fro L out to L in and adding all its neighboring exterior pixels to L out. Forally, this procedure is defined as follows: switch_in( x) for x L out ( 0 < M ) : Step 1: Delete x fro L out and add it to L in. Set φ ( x) = 1 andψ ( x ) =. Step 2: y N 4( x ) satisfying φ ( x) = 3, add y to L out, and set φ(y) = 1. Siilarly, the switch_out() procedure that oves the curve inward one pixel at x L in ( 0 < M ) is defined as follows: switch_out( x) for x L in ( 0 < M ) : Step 1: Delete x fro φ ( x) = 1 andψ ( x) = 0. in L and add it to L out. Set Step 2: y N 4( x ) satisfying φ ( y) = 3, add y to in L, and set φ( y) = 1 and ψ ( x ) =. To track the object boundary, binary iage of the field and non-field pixels is coputed and stored in the array F d. First, the list is scanned and a switch_in() procedure is applied at a pixel if F d = 1. After this scan, soe of the pixels in Lin becoe interior pixels and they are deleted. Then, the list L in is scanned and a switch_out() procedure is applied for a pixel with F d = 0. Siilarly, exterior pixels in L out are deleted after this scan. At the end of this iteration, a stopping condition will be checked. If it is satisfied, the evolution will stop; otherwise, this iterative process will continue. Stopping condition is defined as follows: Stopping Condition: The curve evolution algorith stops if either of the following conditions is satisfied: The value of F d at each neighboring pixel satisfies: F ( x ) == 0 x ; F d L out d ( x ) == 1 x L in A pre-specified axiu nuber of iterations is reached. The details of this algorith for tracking M objects are listed as follows: Step 1: Initialize the arrayφ,ψ, F d, L in and L out. Step 2(cycle): For i=1: N do Copute the d a F for pixels in out < L out and L in For each pixel x L ( 0 M ), switch_in(x) if ( x ) > 0 F d

5 in < For each pixel x L ( 0 M ), if y N 4( x ), φ ( y) < 0, delete x fro Lin, and set φ ( x) = 3 in < For each pixel x L ( 0 M ), switch_out(x) if ( x) < 0 F d out < For each pixel x L ( 0 M ), if y N 4( x ), φ ( y) > 0, delete x fro L, and set φ ( x) = 3 out Check the stopping condition. 5. Results The perforance of proposed the fraework has been tested on test clips which are extracted fro 2 videos. The iage sequences were obtained fro international indoor soccer atches by different sources. Since, the videos have different forat and resolution. They were converted to AVI forat and the resolution of This algorith is ipleented in MATLAB on Windows XP with 2.4 GHz processor. The coputation period for tracking players depend on any factors, such as the nuber of players, occlusion, iage size, etc. On the average, the tie required to process each frae was about 11s. This is far fro real tie, but the current code is not optiized and contains large aounts of output visualization code. Fig. 6 illustrates the perforance of the proposed ethod on clips. The proposed ethod is able to detect all players in the ground field. We can see that our approach is able to detect all the players in the scene including the situation of player coing in (Fig.6 c-d) and out of frae (Fig.6 b-c). It tracks occluded players by one contour and the contour was divided into two contours when they ove away fro one another (Fig.6 d-f). The players were tracked successfully as long as they were detected. However, the contour of a player is segented in soe fraes. This is because of fast otion of the players, which akes soe regions of the player fade, specially their legs (Fig.6 h, ). It not only fails to eliinate soe parts of lines next to players and considers the as players region (Fig. 6 h, n), but also fails to track the ball in soe scenes where it has been shot (Fig. 6 h). 6. Conclusions and Future Work The ain objective of this paper is to track the players and ball in indoor soccer videos accurately. A novel approach is presented for segenting and tracking the players and the ball, which is robust in occlusion handling and fast caera oveents. Accurate segentation of ground lines allows us to find iage-to-odel transforation accurately, which is essential for finding position of players and the ball on the field odel. We wish to deterine the players position accurately for odeling the players behavior in future works. 7. References [1] P.J. Figueroa and N.J. Leite, Tracking soccer players aiing their kineatical otion analysis, Coputer Vision and Iage Understanding, vol. 101, pp , [2] J. Pers and S. Kovacic, Coputer vision syste for tracking players in sports gaes, First Int l Workshop on Iage and Signal Processing and Analysis, pp , [3] A. Chavan and S. Sasi, Vision-based real-tie speed tracking, IEEE International Workshop, Signal Processing, pp , [4] C. J. Needha and R. D. Boyle, Tracking ultiple sports players through Tracking ultiple sport players through occlusion, congestion and scale, British Machine Vision Conference, [5] O. Utsui, K. Miura, I. IDE, S. Sakari, and H. Tanaka, An object detection ethod for describing soccer gaes fro video, Proc. of IEEE Intentional Conf. Multiedia & Expo (ICME), pp , [6] S. Choi, Y. Seo, H. Ki, and K. S. Hong, Where are the ball and players? Soccer gae analysis with color based tracking and iage osaick, Proc. ICIAP Springer, [7] A. Deardena, Y. Deirisa, and O. Graub, Tracking football player oveent fro a single oving caera using particle filters, Proceeding of CVMP, pp , [8] K. Sato and J.K. Aggarwal, Tracking soccer players using broadcast TV iages, Proc. IEEE Conf. Advanced Video and Signal Based Surveillance,, pp , [9] G. Zhu, C. Xu, Q. Huang, and W. Gao, Autoatic ultiplayer detection and tracking in broadcast sports video using support vector achine and particle filter, Proc. IEEE International Conf. Multiedia and Expo, pp , [10] M. Beetz, S. Gedikli, J. Bandouch, Visually tracking football gaes based on TV broadcasts, Joint Conference on Artificial Intelligence (IJCAI), [11] D. B. Reid, An algorith for tracking ultiple targets, IEEE Transactions on Autoatic Control, pp , [12] A. Ekin, A.M. Tekalp, and R. Mehrotra, Autoatic extraction of low-level object otion descriptors, IEEE Conf. on Iage Processing, pp , [13] C. Toasi and T. Kanade, Detection and tracking of point features, Tech. Rep [14] S. Lef`evre, C. Fluck, B. Maillard, and N. Vincent, A fast snake-based ethod to track football players, Proc. IAPR International Workshop on Machine Vision Applications, pp , [15] J. Kang, I. Cohen, and G. Medioni, Tracking objects fro ultiple stationary and oving caeras, Proc. Of IEEE Conf. Intelligent Dist. Surveillance Systes, [16] Y. Rathi, N. Vaswani, A. Tannenbau, and A. Yezzi, Tracking deforing objects using particle filtering for geoetric active contours, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 29, no. 8, [17] Y. Shi and W.C. Karl Real-tie tracking using level sets, IEEE Conf. on Coputer Vision and Pattern Recognition, pp , 2005.

6 (a) 10 th frae (b) 20 th frae (c) 30 th frae (d) 43 trd frae (e) 55 th frae (f) 64 th frae (g) 82 nd frae (h) 110 th frae (i) 117 th frae (j) 1 st frae (k) 22 th frae (l) 40 th frae () 65 th frae (n) 85 th frae (p) 85 th frae Figure 6. Final contour of applying the proposed tracking algorith to two saple sequences: (a) to (i) for sequence 1. (j) to (p) for sequence 2.

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH V. Atienza; J.M. Valiente and G. Andreu Departaento de Ingeniería de Sisteas, Coputadores y Autoática Universidad Politécnica de Valencia.

More information

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK.

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Iage Processing for fmri John Ashburner Wellcoe Trust Centre for Neuroiaging, 12 Queen Square, London, UK. Contents * Preliinaries * Rigid-Body and Affine Transforations * Optiisation and Objective Functions

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Vision Based Mobile Robot Navigation System

Vision Based Mobile Robot Navigation System International Journal of Control Science and Engineering 2012, 2(4): 83-87 DOI: 10.5923/j.control.20120204.05 Vision Based Mobile Robot Navigation Syste M. Saifizi *, D. Hazry, Rudzuan M.Nor School of

More information

Region Segmentation Region Segmentation

Region Segmentation Region Segmentation /7/ egion Segentation Lecture-7 Chapter 3, Fundaentals of Coputer Vision Alper Yilaz,, Mubarak Shah, Fall UCF egion Segentation Alper Yilaz,, Mubarak Shah, Fall UCF /7/ Laer epresentation Applications

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

A wireless sensor network for visual detection and classification of intrusions

A wireless sensor network for visual detection and classification of intrusions A wireless sensor network for visual detection and classification of intrusions ANDRZEJ SLUZEK 1,3, PALANIAPPAN ANNAMALAI 2, MD SAIFUL ISLAM 1 1 School of Coputer Engineering, 2 IntelliSys Centre Nanyang

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

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

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

Hand Gesture Recognition for Human-Computer Interaction

Hand Gesture Recognition for Human-Computer Interaction Journal of Coputer Science 6 (9): 002-007, 200 ISSN 549-3636 200 Science Publications Hand Gesture Recognition for Huan-Coputer Interaction S. ohaed ansoor Rooi, R. Jyothi Priya and H. Jayalakshi Departent

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

Preprocessing I: Within Subject John Ashburner

Preprocessing I: Within Subject John Ashburner Preprocessing I: Within Subject John Ashburner Pre-processing Overview Statistics or whatever fmri tie-series Anatoical MRI Teplate Soothed Estiate Spatial Nor Motion Correct Sooth Coregister 11 21 31

More information

2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016)

2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Method for Marking and Positioning Corrosions in the Autoobile Engine Cylinder Cavity fro the Ultrasonic Phased Array

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER nd International Congress of Mechanical Engineering (COBEM 3) Noveber 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS

More information

Real Time Displacement Measurement of an image in a 2D Plane

Real Time Displacement Measurement of an image in a 2D Plane International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 0882 Volue 5, Issue 3, March 2016 176 Real Tie Displaceent Measureent of an iage in a 2D Plane Abstract Prashant

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor International Journal of Coputer Theory and Engineering, Vol 5, No, February 0 MGS-SIFT: A New Illuination Invariant Feature Based on SIFT Descriptor Reza Javanard Alitappeh and Fariborz Mahoudi Abstract

More information

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs International Journal of Electronics and Electrical Engineering Vol., No., June, 4 Action Recognition Using Local SpatioTeporal Oriented Energy Features and Additive Kernel SVMs Jiangfeng Yang and Zheng

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

Galois Homomorphic Fractal Approach for the Recognition of Emotion

Galois Homomorphic Fractal Approach for the Recognition of Emotion Galois Hooorphic Fractal Approach for the Recognition of Eotion T. G. Grace Elizabeth Rani 1, G. Jayalalitha 1 Research Scholar, Bharathiar University, India, Associate Professor, Departent of Matheatics,

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

Implementation of fast motion estimation algorithms and comparison with full search method in H.264

Implementation of fast motion estimation algorithms and comparison with full search method in H.264 IJCSNS International Journal of Coputer Science and Network Security, VOL.8 No.3, March 2008 139 Ipleentation of fast otion estiation algoriths and coparison with full search ethod in H.264 A.Ahadi, M.M.Azadfar

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor Willia Hoff Dept of Electrical Engineering &Coputer Science http://inside.ines.edu/~whoff/ 1 Caera Calibration 2 Caera Calibration Needed for ost achine vision and photograetry tasks (object

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Data Acquisition of Obstacle Shapes for Fish Robots

Data Acquisition of Obstacle Shapes for Fish Robots Proceedings of the 2nd WEA International Conference on Dynaical ystes and Control, Bucharest, oania, October -17, 6 Data Acquisition of Obstacle hapes for Fish obots EUNG Y. NA, DAEJUNG HIN, JIN Y. KIM,

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation International Journal of Advanced Coputer Research (ISSN (print): 49-777 ISSN (online): 77-7970) Volue-3 Nuber- Issue-8 March-03 MRI Brain Iage Segentation based on hresholding G. Evelin Sujji, Y.V.S.

More information

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m]

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m] Localization based on Visibility Sectors using Range Sensors Sooyong Lee y Nancy. Aato Jaes Fellers Departent of Coputer Science Texas A& University College Station, TX 7784 fsooyong,aato,jpf938g@cs.tau.edu

More information

Affine Invariant Texture Analysis Based on Structural Properties 1

Affine Invariant Texture Analysis Based on Structural Properties 1 ACCV: The 5th Asian Conference on Coputer Vision, --5 January, Melbourne, Australia Affine Invariant Texture Analysis Based on tructural Properties Jianguo Zhang, Tieniu Tan National Laboratory of Pattern

More information

A New Generic Model for Vision Based Tracking in Robotics Systems

A New Generic Model for Vision Based Tracking in Robotics Systems A New Generic Model for Vision Based Tracking in Robotics Systes Yanfei Liu, Ada Hoover, Ian Walker, Ben Judy, Mathew Joseph and Charly Heranson lectrical and Coputer ngineering Departent Cleson University

More information

Privacy-preserving String-Matching With PRAM Algorithms

Privacy-preserving String-Matching With PRAM Algorithms Privacy-preserving String-Matching With PRAM Algoriths Report in MTAT.07.022 Research Seinar in Cryptography, Fall 2014 Author: Sander Sii Supervisor: Peeter Laud Deceber 14, 2014 Abstract In this report,

More information

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM International Journal of Software Engineering & Applications (IJSEA), Vol.6, No.5, Septeber 205 AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM Xie Yang and Cheng Wushan College of Mechanical Engineering,

More information

Comparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types

Comparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types Coparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types Aritz Sánchez de la Fuente, Patrick Ndjiki-Nya, Karsten Sühring, Tobias Hinz, Karsten üller, and Thoas

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Object detection from Background Scene Using t-sne -ORB Gradient Boost

Object detection from Background Scene Using t-sne -ORB Gradient Boost ISSN:0975-9646 Radhaadhab Dalai et al, / (IJCSIT) International Journal of Coputer Science and Inforation Technologies, Vol. 8 (5), 2017,561-568 Object detection fro Background Scene Using t-sne -ORB Gradient

More information

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Coputing Sciences Main Series UG Exaination 2016-17 GRAPHICS 1 CMP-5010B Tie allowed: 2 hours Answer THREE questions. Notes are not peritted in this exaination Do not

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm INTERNATIONAL JOURNAL OF IRUITS, SYSTEMS AND SIGNAL PROESSING Volue 2, 208 Research on the lassification and Selection of Archive Texts with the Iproved 4.5 Algorith Xianbin Lv Abstract In the age of inforation

More information

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints 519 An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured fro Different Viewpoints Yousuke Kawauchi 1, Shin Usuki, Kenjiro T. Miura 3, Hiroshi Masuda 4 and Ichiro Tanaka 5 1 Shizuoka

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES

INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES Dehua Xie 1, Shuaicheng Liu 1, Kaio Lin 2, Shuyuan Zhu 1, and Bing Zeng 1 1 School of Electronic Engineering, University of Electronic Science and Technology

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

CS 361 Meeting 8 9/24/18

CS 361 Meeting 8 9/24/18 CS 36 Meeting 8 9/4/8 Announceents. Hoework 3 due Friday. Review. The closure properties of regular languages provide a way to describe regular languages by building the out of sipler regular languages

More information

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision Recent Researches in Syste Science Intelligent Robotic Syste with Fuzzy Learning Controller and D Stereo Vision SHIUH-JER HUANG Departent of echanical Engineering National aiwan University of Science and

More information

(Geometric) Camera Calibration

(Geometric) Camera Calibration (Geoetric) Caera Calibration CS635 Spring 217 Daniel G. Aliaga Departent of Coputer Science Purdue University Caera Calibration Caeras and CCDs Aberrations Perspective Projection Calibration Caeras First

More information

On computing global similarity in images

On computing global similarity in images On coputing global siilarity in iages S Ravela and R Manatha Coputer Science Departent University of Massachusetts, Aherst, MA 01003 Eail: ravela,anatha @csuassedu Abstract The retrieval of iages based

More information

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals Int'l Conf. Wireless etworks ICW'16 51 Secure Wireless Multihop Transissions by Intentional Collisions with oise Wireless Signals Isau Shiada 1 and Hiroaki Higaki 1 1 Tokyo Denki University, Japan Abstract

More information

A robust incremental learning framework for accurate skin region segmentation in color images

A robust incremental learning framework for accurate skin region segmentation in color images Pattern Recognition 40 (2007) 3621 3632 www.elsevier.co/locate/pr A robust increental learning fraework for accurate skin region segentation in color iages Bin Li a,, Xiangyang Xue a, Jianping Fan b a

More information

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds Evaluation of a ulti-frae blind deconvolution algorith using Craér-Rao bounds Charles C. Beckner, Jr. Air Force Research Laboratory, 3550 Aberdeen Ave SE, Kirtland AFB, New Mexico, USA 87117-5776 Charles

More information

Data pre-processing framework in SPM. Bogdan Draganski

Data pre-processing framework in SPM. Bogdan Draganski Data pre-processing fraework in SPM Bogdan Draganski Outline Why do we need pre-processing? Overview Structural MRI pre-processing fmri pre-processing Why do we need pre-processing? What do we want? Reason

More information

HUMAN pose estimation is an important problem in computer

HUMAN pose estimation is an important problem in computer JOURNAL OF L A T E X CLASS FILES, VOL. 6, NO., JANUARY 7 Robust 3D Huan Pose Estiation fro Single Iages or Video Sequences Chunyu Wang, Student Meber, IEEE, Yizhou Wang, Meber, IEEE, Zhouchen Lin, Meber,

More information

DIGITAL RECTIFICATION AND GENERATION OF ORTHOIMAGES IN ARCHITECTURAL PHOTOGRAMMETRY

DIGITAL RECTIFICATION AND GENERATION OF ORTHOIMAGES IN ARCHITECTURAL PHOTOGRAMMETRY DIGITAL RECTIFICATION AND GENERATION OF ORTHOIMAGES IN ARCHITECTURAL PHOTOGRAMMETRY MATTHIAS HEMMLEB Fokus GbH, Färberstr. 13, D-04105 Leipzig, Gerany E-ail: atti@fpk.tu-berlin.de ALBERT WIEDEMANN Technical

More information

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model 1746 J. Opt. Soc. A. A/ Vol. 22, No. 9/ Septeber 2005 Y. J. Xiao and Y. F. Li Optiized stereo reconstruction of free-for space curves based on a nonunifor rational B-spline odel Yi Jun Xiao Departent of

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information

AN APPROACH ON BIMODAL BIOMETRIC SYSTEMS

AN APPROACH ON BIMODAL BIOMETRIC SYSTEMS AN APPROACH ON BIODAL BIOETRIC SYSTES Eugen LUPU, Siina EERICH Technical University of Cluj-Napoca, 26-28 Baritiu str. Cluj-Napoca phone: +40-264-40-266; fax: +40-264-592-055; e-ail: Eugen.Lupu @co.utcluj.ro

More information

Motion Trajectory Clustering for Video Retrieval using Spatio-Temporal Approximations

Motion Trajectory Clustering for Video Retrieval using Spatio-Temporal Approximations Motion Trajectory Clustering for Video Retrieval using Spatio-Teporal Approxiations Shehzad Khalid and Andrew Naftel School of Inforatics, University of Manchester, PO Box 88, Sackville Street, Manchester

More information

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS I. Ernst a *, M. Hetscher a, K. Thiessenhusen a, M. Ruhé a, A. Börner b, S. Zuev a a DLR, Institute of Transportation Research,

More information

Classification and Prediction of Motion Trajectories using Spatiotemporal Approximations

Classification and Prediction of Motion Trajectories using Spatiotemporal Approximations Classification and Prediction of Motion Trajectories using Spatioteporal Approxiations Andrew Naftel & Shehzad Khalid School of Inforatics University of Manchester Manchester, M6 1QD a.naftel@anchester.ac.uk;

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

Video summarization based on shot boundary detection with penalized contrasts

Video summarization based on shot boundary detection with penalized contrasts Video suarization based on shot boundary detection with penalized contrasts Paschalina Medentzidou and Constantine Kotropoulos Departent of Inforatics Aristotle University of Thessaloniki Thessaloniki

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

A Discrete Spring Model to Generate Fair Curves and Surfaces

A Discrete Spring Model to Generate Fair Curves and Surfaces A Discrete Spring Model to Generate Fair Curves and Surfaces Atsushi Yaada Kenji Shiada 2 Tootake Furuhata and Ko-Hsiu Hou 2 Tokyo Research Laboratory IBM Japan Ltd. LAB-S73 623-4 Shiotsurua Yaato Kanagawa

More information

G045 3D Multiple Attenuation and Depth Imaging of Ocean Bottom Seismic Data

G045 3D Multiple Attenuation and Depth Imaging of Ocean Bottom Seismic Data G045 3D Multiple Attenuation and Depth Iaging of Ocean Botto Seisic Data J. Mispel* (StatoilHydro ASA), B. Arntsen (StatoilHydro ASA), A. Kritski (StatoilHydro ASA), L. Aundsen (StatoilHydro ASA), M. Thopson

More information

GROUND VEHICLE ATTITUDE ESTIMATION THROUGH MAGNETIC-INERTIAL SENSOR FUSION

GROUND VEHICLE ATTITUDE ESTIMATION THROUGH MAGNETIC-INERTIAL SENSOR FUSION F16-VDCF-4 GROUND VEHICLE ATTITUDE ESTIMATION THROUGH MAGNETIC-INERTIAL SENSOR FUSION 1 Hwang, Yoonjin * ; 1 Seibu, Choi 1 Korea Advanced Institute of Science and Technology, S. Korea KEYWORDS Vehicle

More information

The Method of Flotation Froth Image Segmentation Based on Threshold Level Set

The Method of Flotation Froth Image Segmentation Based on Threshold Level Set Advances in Molecular Iaging, 5, 5, 38-48 Published Online April 5 in SciRes. http://www.scirp.org/journal/ai http://dx.doi.org/.436/ai.5.54 The Method of Flotation Froth Iage Segentation Based on Threshold

More information

MAPPING THE DATA FLOW MODEL OF COMPUTATION INTO AN ENHANCED VON NEUMANN PROCESSOR * Peter M. Maurer

MAPPING THE DATA FLOW MODEL OF COMPUTATION INTO AN ENHANCED VON NEUMANN PROCESSOR * Peter M. Maurer MAPPING THE DATA FLOW MODEL OF COMPUTATION INTO AN ENHANCED VON NEUMANN PROCESSOR * Peter M. Maurer Departent of Coputer Science and Engineering University of South Florida Tapa, FL 33620 Abstract -- The

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

O-Snap: Optimization-Based Snapping for Modeling Architecture

O-Snap: Optimization-Based Snapping for Modeling Architecture O-Snap: Optiization-Based Snapping for Modeling Architecture MURAT ARIKAN Vienna University of Technology MICHAEL SCHWÄRZLER VRVis Research Center SIMON FLÖRY and MICHAEL WIMMER Vienna University of Technology

More information

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION 10th International Society for Music Inforation Retrieval Conference (ISMIR 2009) AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION Min-Yian Su, Yi-Hsuan Yang, Yu-Ching Lin, Hoer Chen National Taiwan

More information

Efficient Constraint Evaluation Algorithms for Hierarchical Next-Best-View Planning

Efficient Constraint Evaluation Algorithms for Hierarchical Next-Best-View Planning Efficient Constraint Evaluation Algoriths for Hierarchical Next-Best-View Planning Ko-Li Low National University of Singapore lowl@cop.nus.edu.sg Anselo Lastra University of North Carolina at Chapel Hill

More information

Supplementary Section. A. Algorithm. B. Datasets. C. More on Labeling Functions

Supplementary Section. A. Algorithm. B. Datasets. C. More on Labeling Functions Suppleentary Section In this section, we include ore details about our algorith, labeling functions, datasets as well as additional results and coparisons, which could not be included in the ain paper

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Optimal Route Queries with Arbitrary Order Constraints

Optimal Route Queries with Arbitrary Order Constraints IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL.?, NO.?,? 20?? 1 Optial Route Queries with Arbitrary Order Constraints Jing Li, Yin Yang, Nikos Maoulis Abstract Given a set of spatial points DS,

More information

Data & Knowledge Engineering

Data & Knowledge Engineering Data & Knowledge Engineering 7 (211) 17 187 Contents lists available at ScienceDirect Data & Knowledge Engineering journal hoepage: www.elsevier.co/locate/datak An approxiate duplicate eliination in RFID

More information

λ-harmonious Graph Colouring Lauren DeDieu

λ-harmonious Graph Colouring Lauren DeDieu λ-haronious Graph Colouring Lauren DeDieu June 12, 2012 ABSTRACT In 198, Hopcroft and Krishnaoorthy defined a new type of graph colouring called haronious colouring. Haronious colouring is a proper vertex

More information

Geometry. The Method of the Center of Mass (mass points): Solving problems using the Law of Lever (mass points). Menelaus theorem. Pappus theorem.

Geometry. The Method of the Center of Mass (mass points): Solving problems using the Law of Lever (mass points). Menelaus theorem. Pappus theorem. Noveber 13, 2016 Geoetry. The Method of the enter of Mass (ass points): Solving probles using the Law of Lever (ass points). Menelaus theore. Pappus theore. M d Theore (Law of Lever). Masses (weights)

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues Mapping Data in Peer-to-Peer Systes: Seantics and Algorithic Issues Anastasios Keentsietsidis Marcelo Arenas Renée J. Miller Departent of Coputer Science University of Toronto {tasos,arenas,iller}@cs.toronto.edu

More information

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm International Journal of Mechanical Engineering and Robotics Research Vol. 5, o., January 06 A Method of Generating Multi-Scale Disc-Like Distributions for D Registration Algorith Hyunki Hong and Beohee

More information

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation Algoriths 2015, 8, 234-247; doi:10.3390/a8020234 Article OPEN ACCESS algoriths ISSN 1999-4893 www.dpi.co/journal/algoriths An Optiization Clustering Algorith Based on Texture Feature Fusion for Color Iage

More information

Preprocessing of fmri data (basic)

Preprocessing of fmri data (basic) Preprocessing of fmri data (basic) Practical session SPM Course 2016, Zurich Andreea Diaconescu, Maya Schneebeli, Jakob Heinzle, Lars Kasper, and Jakob Sieerkus Translational Neuroodeling Unit (TNU) Institute

More information

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights 2007 IEEE International Conference on Robotics and Autoation Roa, Italy, 10-14 April 2007 FrC2.5 Mirror Localization for a Catadioptric Iaging Syste by Projecting Parallel Lights Ryusuke Sagawa, Nobuya

More information

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS Guofei Jiang and George Cybenko Institute for Security Technology Studies and Thayer School of Engineering Dartouth College, Hanover NH 03755

More information

Development of a Computer Application to Simulate Porous Structures

Development of a Computer Application to Simulate Porous Structures Vol. Materials 5, No. Research, 3, 00Vol. 5, No. 3, 75-79, 00. Developent of a Coputer Application to Siulate Porous Structures 00 75 Developent of a Coputer Application to Siulate Porous Structures S.C.

More information

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS AWNI ITRADAT Assistant Professor, Departent of Coputer Engineering, Faculty of Engineering, Hasheite University, P.O. Box 15459,

More information

Dynamical Topology Analysis of VANET Based on Complex Networks Theory

Dynamical Topology Analysis of VANET Based on Complex Networks Theory BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volue 14, Special Issue Sofia 014 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.478/cait-014-0053 Dynaical Topology Analysis

More information

Ascending order sort Descending order sort

Ascending order sort Descending order sort Scalable Binary Sorting Architecture Based on Rank Ordering With Linear Area-Tie Coplexity. Hatrnaz and Y. Leblebici Departent of Electrical and Coputer Engineering Worcester Polytechnic Institute Abstract

More information

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems Design Optiization of Mixed Tie/Event-Triggered Distributed Ebedded Systes Traian Pop, Petru Eles, Zebo Peng Dept. of Coputer and Inforation Science, Linköping University {trapo, petel, zebpe}@ida.liu.se

More information

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm Proble Solving of graph correspondence using Genetics Algorith and ACO Algorith Alireza Rezaee, 1, Azizeh Ajalli 2 Assistant professor,departent of Mechatronics Engineering, Faculty of New Sciences and

More information

3D Human Action Recognition using Hu Moment Invariants and Euclidean Distance Classifier

3D Human Action Recognition using Hu Moment Invariants and Euclidean Distance Classifier Vol. 8, No. 4, 017 3D Huan Action Recognition using Hu oent Invariants and Euclidean Distance Classifier Fadwa Al-Azzo Syste Engineering Departent University of Arkansas at Little Rock Arkansas, USA Arwa

More information

Detection and classification of moving objects from UAVs with optical sensors

Detection and classification of moving objects from UAVs with optical sensors Detection and classification of oving objects fro UAVs with optical sensors Michael Teutsch, Wolfgang Krüger, Norbert Heinze Fraunhofer Institute of Optronics, Syste Technologies and Iage Exploitation

More information