Complex Human Activity Searching in a Video Employing Negative Space Analysis

Size: px
Start display at page:

Download "Complex Human Activity Searching in a Video Employing Negative Space Analysis"

Transcription

1 Compex Human Activity Searching in a Video Empoying Negative Space Anaysis Shah Atiqur Rahman, Siu-Yeung Cho, M.K.H. Leung 3, Schoo of Computer Engineering, Nanyang Technoogica University, Singapore FICT, Universiti Tunu Abdu Rahman (Kampar), Maaysia shah008@ntu.edu.sg, davidcho@pmai.ntu.edu.sg, 3 asmeung@gmai.com Abstract - In this paper a region based technique is proposed to search compex human activity in a video. Most of the current activity recognition systems deas with singe action type but in this system, by taing meaningfu composition of different types of human actions, compex human activity is constructed which is searched in a video sequence. To extract features, this system empoyed the surrounding regions of the human sihouette which is termed as negative space according to art theory whereas other region based methods wor on the sihouette of the person. Negative space based features have the abiity to describe human poses with simpe shapes impying simpe description of poses. Moreover, negative space features are ess sensitive to noise, overcome some imitation of sihouette based methods such as eas or hoes in the sihouette, robust to partia occusion, shadows and different cothing. The system consists of hierarchica processing of bacground segmentation, region partitioning, extraction of shape based features, finding matching score by Dynamic Time Warping and speed cacuation. The system is compared with state of the art method and offered significanty improved performance over different compex activities. Keywords: Human action recognition; Negative space; Sihouette; Dynamic time warping; Compex activity. Introduction Automatic categorization of human activity is an important topic in computer vision. Soving of this probem is important due to its vast appication area which incudes virtua reaity, games, video indexing, human computer interaction, video surveiance etc. Most of the chaenges faced by human action recognition systems are cuttered bacground, camera motion, shadow, viewpoint change etc. Various wors have been proposed with diverse ideas to recognize human actions [, ]. Some of the methods have shown good performance but there are sti some imitations. Periodicity anaysis based methods [3] ony deas with cycic actions. Key frames or eigen-shapes of sihouettes methods [3, 4] do not utiize the motion information which is an important cue for some actions. Tracing based methods [5] face difficuties in case of sefoccusion, change of appearance etc. Bags of words methods [6] extract oca features which do not have the information of tempora co-reation between frames. On the other hand, region based methods wor we as they are robust to noise. Region based methods face difficuties in case of shadow and partia occusion []. Fig. : Pose description by means of negative space regions. (a) Input pose, (b) After region partitioning process, (c) Negative space regions represented as triange or quadrange. Most of the current systems of action recognition wor with the videos containing singe action type. However, in rea ife, human activity can be meaningfuy composed, e.g. waing foowed by running. In this paper, we proposed a region-based method which can search for compex human activity (composition of different human activity) in a singe video. To perform the matching, we extract features from the surrounding regions of human sihouette which is termed as negative space according to art theory [7]. In art theory, negative space is the space between the object (positive space) and the canvas. In our case, smaest bounding rectange of human sihouette is the canvas and the human sihouette is the positive space which indicates that the empty regions inside the bounding rectange are the negative space (Fig. (a)). By empoying negative space, poses can be described by simpe shapes which are formed by the sihouette and the bounding box as shown in Fig. (c). Moreover, negative spaces based methods are robust to noise since it s a region-based methods with other advantages, e.g. not affected by hoes or eas inside the sihouette, robust to partia occusion, shadows, cothing variations and deformed actions which is shown in our earier wor [7]. However, our earier wor [7] deas with singe action type. In this paper, we extend the idea of negative space to query for compex human activity in a singe video based on the simpe shape features and motion information extracted from the negative spaces.

2 Fig. : Boc diagram of the system. Proposed system Our proposed system s boc diagram is shown in Fig.. In our system, query activity can contain mutipe action type (e.g. wa, run) and the input video is a singe video sequence containing mutipe types of activities which are performed sequentiay. Our goa is to search the action types in the input video, in the same order as given in query activity (e.g. wa foowed by run). We are interested to find the action types ony in the input sequence regardess of their tempora position in the input sequence. Mode data and input data are processed separatey which share some common processing steps. Sihouettes of the human body are obtained by bacground subtraction in segmentation step. In our current system we empoyed Li et a. [8] agorithm to segment the bacground. Negative space regions are captured in negative space extraction step by taing the smaest rectange bounding the human sihouette of the segmented image. Inside the bounding box, empty regions (Fig. (a)) are the region of interest in our system. Compex negative space regions are partitioned into simpe regions in the region partitioning step. In pose description, shape based features are extracted from the negative space regions to describe poses. In speed cacuation step, speed of mode and speed of input subsequence is cacuated. In case of mode data, speed is cacuated from a the segmented images of a mode sequence whereas for input data, speed is cacuated from the segmented images of matched input sub-sequence ony which can be obtained from the matching step. Matching of the mode data with input video sequence is performed by Dynamic Time Warping (DTW) in matching step and tota matching score is obtained. 3 Region partitioning Number of regions shared by the same pose group may not aways be same because of continuous movement of the body as shown in Fig. 3 where pose 3(a) and 3(b) are taen from same pose group but they do not share same number of regions. Region partitioning is appied to overcome this situation and simpify the matching process. Technique used in [7] is empoyed for the partitioning process where by ine scanning process peninsua growing from the sihouette is identified. The vaidity of the peninsua for partition is identified by the protrusive measure of three distances (Fig. 3(c)). If the peninsua is vaid for partition, the region is partitioned into two by the tip of the peninsua (Fig. 3(d), 3(e)). Finay sma regions, yieded due to the different cothing or noise, are removed since those regions provide nonimportant description of the pose. 4 Pose description To describe each pose, we extract two types of features: positiona (ocate the empty region inside the bounding box) and region-based features (describe the shape of the region). For identifying the ocation of the region, we abe the bounding box with 4 anchoring points as done in our earier wor [7]. For each region, mid-point on the side of the bounding box is computed and the region is assigned a positiona abe with respect to the nearest anchoring point from that mid-point. Simpe region based features are extracted to describe the trianguar or quadranguar shape of the negative space as shown in Fig. (c). Our shape based features are area, orientation, eccentricity, rectanguarity, horizonta and vertica engths which are cacuated as foows:

3 Fig. 3: Region partitioning scenarios. (a) No partition is needed, (b) partition is desired (c) partitioning measures taen for region x of (b), (d) partition output of region x. (e) fina partion output of (b). Area: region area is cacuated by centraized moment, 00, which is normaized by tota empty area. Eccentricity: Simpe eccentricity measure is / where is the semi-minor axis ength and is the semi-major axis ength, which can be cacuated by foowing equations where ij is the i, j th order centraized moments of the region s pixes. Orientation: Ange of major principe axis (orientation of the shape), denoted by can be determined by µ, (µ 0 - µ 0 ) and [9], where is cacuated by tan 0 s range is -/ to / which is normaized to the range 0 to. Rectanguarity: Simpe rectanguarity measure is the ratio of region area over bounding rectange area of that region (equation (4)). rectanguarity=reg_area/bounding_rec_area (4) Horzonta and vertica side engths: The engths of the bounding box sides incuded in each region are used as features, which are normaized by height (ver en ) or width (hor en ) of the bounding box (equation (5) and (6)) 0 reg _ hor _ en hor en sign bb _ width reg _ ver _ en sign bb _ height ver en () () (3) (5) (6) where sign is negative for bottom and eft side of the bounding box, otherwise positive. For region with a corner point from the bounding box both hor en and ver en wi be present, or ese one of the engths wi be zero. Our feature vector ength is 6*4=84 as we have 4 anchoring points and for each region there are 6 features. 5 Speed cacuation Speeds of the person are important cues in activity recognition since different actions are performed in different speeds (e.g. running is performed in faster speed than waing). Speed of the person coud be cacuated as equation (7) hor sp ds dt xi xi xi xi fr _ rate (7) fr _ rate where x i is the X-axis coordinate of the centroid of human body of i th frame and fr_rate is the frame rate of the sequence. Equation (7) is normaized by the height of the bounding box of the person to remove scaing effect. Expressing with respect to the average vaue we have t _ hordisp fr _ rate n t hor fr rate hor _ disp _ sp t _ height t _ height n where t _ hor disp n i x x i i (8), n is the tota number of frames in the sequence and t _ height is the sum of a bounding box height excuding the first frame. For mode data a the segmented images are taen to cacuate the speed whereas for input data ony the matched poses are taen which are obtained by matching with certain mode sequence. 6 Matching 6.. Matching poses Association of anchoring points for two simiar poses can be shifted to neighboring anchoring points [7]. Hence, we need to deveop a distance metric which may aow the region to shift at most one position without any penaty and cacuate the distance between poses

4 effectivey. This can be done by constructing a matrix PM according to equations (9) and (0) and then appying agorithm 6.. PM i, j r dist v i, v j i j or i j 3 otherwise where i, j= to4, v and v are two pose vectors. r v i, dist v j 6 v ( i) v v ( i) v 0.5 v ( i) v 0.5 & v ( i) v Otherwise 0.5 where is the index variabe of 6 features for each region with orientation being v ( i) or v ( j. ) Agorithm 6.: Function r_dist(pm) Begin pose_d=0; m_ee=min(pm); whie m_eeinf [r c]=position(m_ee,pm); pose_d=pose_d+m_ee; assign INF to a eements of row r in PM assign INF to a eements of coumn c in PM if rc // anchor point is shifted pose_d=pose_d+pm(c,r); assign INF to a eements of row c in PM assign INF to a eements of coumn r in PM end m_ee=min(pm); end return pose_d end where INF=, MIN(X) returns the minimum eement in matrix X and POSITION(j,X) returns the ocation of j inside matrix X in terms of row and coumn. If there are mutipe j, return the ocation of j with owest row and coumn vaues. 6.. Matching sequences We empoyed DTW agorithm to match mode with input sequence, since DTW not ony find the simiarity of two sequences regardess of non-inear variation in the time dimension, aso it checs the order of poses between two sequences. In our earier wor, we showed sequence matching where ony one type of action in mode data but in current situation there can be mutipe types of action in mode data. Hence, we need to extend our earier idea to sequentia matching of DTW for mutipe action types. Fig. 4 shows the one iteration (querying one action type) matching procedure. Suppose we have a query ie action foowed by action foowed by action q. Let action have p number of mode sequences. Thus, p DTW matrices are constructed (Fig. 4) by using the recurrence (9) (0) reation of equation () and the same DTW constraints (one cyce of mode aong the rows, whoe input sequence aong the coumns, reaxed end point, sope constraints) as our earier wor [7]. D i, j wv i, j D i, j d ( i, j) min D ( i, j ) D ( i, j ) wh i, j () D, t d (, t) ini t, D i,, ini p _ row, _ row j D, min n, j sp, j row 0,0,0,..., _ m 0 0 where i= to n, j= to m, = to q, t= to m, = to p, n and m are the number of poses in mode and input sequences respectivey, q is the number of query action type, p is the number of mode sequences for query action, d (i,j) distance between pose i of mode and input pose j, D is the DTW matrix for mode, w h and w v are the sope constraints: w h(v) =cons_m h(v) if cons_m h(v) > otherwise 0 (cons_m h(v) is consecutive move of warping path in horizonta (vertica) direction), sp(,j) is the difference between speed of mode and the speed of input poses r to j where r is the starting pose of a warping path which ends at pose j of input sequence. Fig. 4: Matching process for one query action type, action. D is the DTW matrix for mode, sp(,j) is the speed difference between mode and input sequence.

5 wa-carry run-carry stand-reach stand-wave crouch-run wa-stand stand-picup run-picup wa-jump crouch-jump-run run-picup-run wa-jump-carry wa-picup-carry wa-stand-run wa-stand-wave-wa (a) ran Fig. 5: Searching resut of 5 queries. (a) Raning of reevant sequences by our system. Queries are shown on eft. (b) Comparison with Iizer et a. [5] method. Queries are numbered according to their position in (a), e.g. query wa-carry is and wa-stand-wave-wa is 5. Average precision query (b) Next _row vector is formed by taing minimum of a the ast row of p DTW matrices. This _row vector is then used as ini vector for next iteration (equation ()). After performing matching with a the query action types, fina matching score is cacuated as m m _ score min j _ row 7 Experimenta resuts q j Our system is evauated by a pubicy avaiabe dataset UIUC compex activity dataset [5]. This data set contains 73 video sequences where in each sequence an actor performing mutipe actions sequentiay. There are 5 actors wearing 5 different outfits. Iizar et a. [5] used a the sequences of actor as the training and rest sequences as the testing (input) data. We aso empoyed the same settings. To create the mode data, each training video sequence is divided into sub-sequences so that each sub-sequence contain ony one cyce of one action type. Performance over a set of queries is evauated by mean average precision (MAP), which is the area under precision reca curve of a query. Mathematicay, average precision P avg over a dataset, S is defined as N p r re r r (3) P avg number of reevant sequence in S () where, r is the ran of a video sequence (owest distance video is ran ) re(r) is binary reevance vector (reevant=, otherwise 0), p(r) is the precision at ran r and N is the number of retrieved sequence. For mutipe queries mean vaue of P avg of a queries is MAP vaue. Iizer et a. [5] performed 5 queries on whoe dataset where the queries are shown in Fig. 5(a). We aso performed these queries and showed the raning of reevant sequences (sequences contain a the query action type in the same order as the query) in Fig. 5(a). Among 5 queries, 9 queries give higher average precision than [5] (Fig. 5(b)) which impies that our system can search for compex activity in a dataset effectivey. Iizer [5] method is a tracer based method which faced difficuties due to sef-occusion whereas in our method sefoccusions is not a probem. Main chaenge faced by our system is insufficient mode data (for some action type, ony one mode sequence). If more training data are provided, our system efficiency woud be improved. 8 Concusion In this paper, a sihouette based method is proposed where features are extracted from the surrounding regions (negative space) of the sihouette to search compex human activity in a singe video sequence. Main contribution of this wor is to extend the idea of negative space to search mutipe action types sequentiay in a video sequence by eeping a the advantages of negative space approaches. Negative space based methods have severa advantages: robust to noise, shadow, partia occusions, variations of cothing with simpe representation of pose. Our system performance, which is better than the state-of-art method, can be further improved by incuding more training data in the system. However, the system is not fuy invariant to viewing ange which can be overcome by incorporating different viewing ange data in the training set. 9 References [] Poppe, R.: A Survey on Vision-based Human Action Recognition, Image and Vision Computing, 00, 8, (6), pp [] Wang, L., Hu, W., and Tan, T.: Recent Deveopments in Human Motion Anaysis, Pattern Recognition, 003, 36, (3), pp

6 [3] Godenberg, R., Kimme, R., Rivin, E., and Rudzsy, M.: Behavior Cassification by Eigen Decomposition of Periodic Motions, Pattern Recognition, 005, 38, (7), pp [4] Diaf, A., Ksantini, R., Boufama, B., and Benamri, R.: A Nove Human Motion Recognition Method Based on Eigenspace. Proc. Lecture Notes in Computer Science, 00, pp [5] Iizer, N., and Forsyth, D.A.: Searching for Compex Human Activities with No Visua Exampes, Int. J. Comput. Vision, 008, 80, (3), pp [6] Wang, X., Ma, X., and Grimson, W.E.: Unsupervised Activity Perception in Crowded and Compicated Scenes Using Hierarchica Bayesian Modes, IEEE Trans. Pattern Ana. Mach. Inte., 009, 3, (3), pp [7] Rahman, S.A., Li, L., and Leung, M.K.H.: Human Action Recognition by Negative Space Anaysis. Proc. Cyberwords (CW), 00, pp [8] Li, L., Huang, W., Gu, I.Y.-H., and Qi, T.: Statistica Modeing of Compex Bacgrounds for Foreground Object Detection, Image Processing, 004, 3, (), pp [9] Teague, M.R.: Image Anaysis via the Genera Theory of Moments, Journa of the Optica Society of America, 980, 70, pp

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

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

More information

A Memory Grouping Method for Sharing Memory BIST Logic

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

More information

Alpha labelings of straight simple polyominal caterpillars

Alpha labelings of straight simple polyominal caterpillars Apha abeings of straight simpe poyomina caterpiars Daibor Froncek, O Nei Kingston, Kye Vezina Department of Mathematics and Statistics University of Minnesota Duuth University Drive Duuth, MN 82-3, U.S.A.

More information

Stereo. CS 510 May 2 nd, 2014

Stereo. CS 510 May 2 nd, 2014 Stereo CS 510 May 2 nd, 2014 Where are we? We are done! (essentiay) We covered image matching Correation & Correation Fiters Fourier Anaysis PCA We covered feature-based matching Bag of Features approach

More information

Endoscopic Motion Compensation of High Speed Videoendoscopy

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

More information

Mobile App Recommendation: Maximize the Total App Downloads

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

More information

Searching, Sorting & Analysis

Searching, Sorting & Analysis Searching, Sorting & Anaysis Unit 2 Chapter 8 CS 2308 Fa 2018 Ji Seaman 1 Definitions of Search and Sort Search: find a given item in an array, return the index of the item, or -1 if not found. Sort: rearrange

More information

Outline. Parallel Numerical Algorithms. Forward Substitution. Triangular Matrices. Solving Triangular Systems. Back Substitution. Parallel Algorithm

Outline. Parallel Numerical Algorithms. Forward Substitution. Triangular Matrices. Solving Triangular Systems. Back Substitution. Parallel Algorithm Outine Parae Numerica Agorithms Chapter 8 Prof. Michae T. Heath Department of Computer Science University of Iinois at Urbana-Champaign CS 554 / CSE 512 1 2 3 4 Trianguar Matrices Michae T. Heath Parae

More information

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion.

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion. Lecture outine 433-324 Graphics and Interaction Scan Converting Poygons and Lines Department of Computer Science and Software Engineering The Introduction Scan conversion Scan-ine agorithm Edge coherence

More information

Fastest-Path Computation

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

More information

Automatic Grouping for Social Networks CS229 Project Report

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

More information

AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART

AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART 13 AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART Eva Vona University of Ostrava, 30th dubna st. 22, Ostrava, Czech Repubic e-mai: Eva.Vona@osu.cz Abstract: This artice presents the use of

More information

Nearest Neighbor Learning

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

More information

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

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

More information

Distance Weighted Discrimination and Second Order Cone Programming

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

More information

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

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

More information

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

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

More information

Research of Classification based on Deep Neural Network

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

More information

Language Identification for Texts Written in Transliteration

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

More information

On-Chip CNN Accelerator for Image Super-Resolution

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

More information

Computer Graphics. - Shading & Texturing -

Computer Graphics. - Shading & Texturing - Computer Graphics - Shading & Texturing - Empirica BRDF Approximation Purey heuristic mode Initiay without units (vaues [0,1] r = r,a + r,d + r,s ( + r,m + r,t r,a : Ambient term Approximate indirect iumination

More information

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm A Comparison of a Second-Order versus a Fourth- Order Lapacian Operator in the Mutigrid Agorithm Kaushik Datta (kdatta@cs.berkeey.edu Math Project May 9, 003 Abstract In this paper, the mutigrid agorithm

More information

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

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

More information

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

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

More information

Path-Based Protection for Surviving Double-Link Failures in Mesh-Restorable Optical Networks

Path-Based Protection for Surviving Double-Link Failures in Mesh-Restorable Optical Networks Path-Based Protection for Surviving Doube-Link Faiures in Mesh-Restorabe Optica Networks Wensheng He and Arun K. Somani Dependabe Computing and Networking Laboratory Department of Eectrica and Computer

More information

Discrete elastica model for shape design of grid shells

Discrete elastica model for shape design of grid shells Abstracts for IASS Annua Symposium 017 5 8th September, 017, Hamburg, Germany Annette Böge, Manfred Grohmann (eds.) Discrete eastica mode for shape design of grid shes Yusuke SAKAI* and Makoto OHSAKI a

More information

A Petrel Plugin for Surface Modeling

A Petrel Plugin for Surface Modeling A Petre Pugin for Surface Modeing R. M. Hassanpour, S. H. Derakhshan and C. V. Deutsch Structure and thickness uncertainty are important components of any uncertainty study. The exact ocations of the geoogica

More information

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

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

More information

Load Balancing by MPLS in Differentiated Services Networks

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

More information

Automatic Hidden Web Database Classification

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

More information

Image Segmentation Using Semi-Supervised k-means

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

More information

Relative Positioning from Model Indexing

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

More information

Hiding secrete data in compressed images using histogram analysis

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

More information

Register Allocation. Consider the following assignment statement: x = (a*b)+((c*d)+(e*f)); In posfix notation: ab*cd*ef*++x

Register Allocation. Consider the following assignment statement: x = (a*b)+((c*d)+(e*f)); In posfix notation: ab*cd*ef*++x Register Aocation Consider the foowing assignment statement: x = (a*b)+((c*d)+(e*f)); In posfix notation: ab*cd*ef*++x Assume that two registers are avaiabe. Starting from the eft a compier woud generate

More information

Solutions to the Final Exam

Solutions to the Final Exam CS/Math 24: Intro to Discrete Math 5//2 Instructor: Dieter van Mekebeek Soutions to the Fina Exam Probem Let D be the set of a peope. From the definition of R we see that (x, y) R if and ony if x is a

More information

TechTest2017. Solutions Key. Final Edit Copy. Merit Scholarship Examination in the Sciences and Mathematics given on 1 April 2017, and.

TechTest2017. Solutions Key. Final Edit Copy. Merit Scholarship Examination in the Sciences and Mathematics given on 1 April 2017, and. TechTest07 Merit Schoarship Examination in the Sciences and Mathematics given on Apri 07, and sponsored by The Sierra Economics and Science Foundation Soutions Key V9feb7 TechTest07 Soutions Key / 9 07

More information

17.3 Surface Area of Pyramids and Cones

17.3 Surface Area of Pyramids and Cones Name Cass Date 17.3 Surface Area of Pyramids and Cones Essentia Question: How is the formua for the atera area of a reguar pyramid simiar to the formua for the atera area of a right cone? Expore G.11.C

More information

Forgot to compute the new centroids (-1); error in centroid computations (-1); incorrect clustering results (-2 points); more than 2 errors: 0 points.

Forgot to compute the new centroids (-1); error in centroid computations (-1); incorrect clustering results (-2 points); more than 2 errors: 0 points. Probem 1 a. K means is ony capabe of discovering shapes that are convex poygons [1] Cannot discover X shape because X is not convex. [1] DBSCAN can discover X shape. [1] b. K-means is prototype based and

More information

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

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

More information

Adaptive 360 VR Video Streaming: Divide and Conquer!

Adaptive 360 VR Video Streaming: Divide and Conquer! Adaptive 360 VR Video Streaming: Divide and Conquer! Mohammad Hosseini *, Viswanathan Swaminathan * University of Iinois at Urbana-Champaign (UIUC) Adobe Research, San Jose, USA Emai: shossen2@iinois.edu,

More information

Real-Time Feature Descriptor Matching via a Multi-Resolution Exhaustive Search Method

Real-Time Feature Descriptor Matching via a Multi-Resolution Exhaustive Search Method 297 Rea-Time Feature escriptor Matching via a Muti-Resoution Ehaustive Search Method Chi-Yi Tsai, An-Hung Tsao, and Chuan-Wei Wang epartment of Eectrica Engineering, Tamang University, New Taipei City,

More information

1682 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 22, NO. 6, DECEMBER Backward Fuzzy Rule Interpolation

1682 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 22, NO. 6, DECEMBER Backward Fuzzy Rule Interpolation 1682 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 22, NO. 6, DECEMBER 2014 Bacward Fuzzy Rue Interpoation Shangzhu Jin, Ren Diao, Chai Que, Senior Member, IEEE, and Qiang Shen Abstract Fuzzy rue interpoation

More information

Service Scheduling for General Packet Radio Service Classes

Service Scheduling for General Packet Radio Service Classes Service Scheduing for Genera Packet Radio Service Casses Qixiang Pang, Amir Bigoo, Victor C. M. Leung, Chris Schoefied Department of Eectrica and Computer Engineering, University of British Coumbia, Vancouver,

More information

Blackboard Mechanism Based Ant Colony Theory for Dynamic Deployment of Mobile Sensor Networks

Blackboard Mechanism Based Ant Colony Theory for Dynamic Deployment of Mobile Sensor Networks Journa of Bionic Engineering 5 (2008) 197 203 Bacboard Mechanism Based Ant Coony Theory for Dynamic Depoyment of Mobie Sensor Networs Guang-ping Qi, Ping Song, Ke-jie Li Schoo of Aerospace Science and

More information

Outerjoins, Constraints, Triggers

Outerjoins, Constraints, Triggers Outerjoins, Constraints, Triggers Lecture #13 Autumn, 2001 Fa, 2001, LRX #13 Outerjoins, Constraints, Triggers HUST,Wuhan,China 358 Outerjoin R S = R S with danging tupes padded with nus and incuded in

More information

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Why Learn to Program?

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Why Learn to Program? Intro to Programming & C++ Unit 1 Sections 1.1-3 and 2.1-10, 2.12-13, 2.15-17 CS 1428 Spring 2018 Ji Seaman 1.1 Why Program? Computer programmabe machine designed to foow instructions Program a set of

More information

Utility-based Camera Assignment in a Video Network: A Game Theoretic Framework

Utility-based Camera Assignment in a Video Network: A Game Theoretic Framework This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Y.LI AND B.BHANU CAMERA ASSIGNMENT: A GAME-THEORETIC

More information

Identifying and Tracking Pedestrians Based on Sensor Fusion and Motion Stability Predictions

Identifying and Tracking Pedestrians Based on Sensor Fusion and Motion Stability Predictions Sensors 2010, 10, 8028-8053; doi:10.3390/s100908028 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journa/sensors Artice Identifying and Tracking Pedestrians Based on Sensor Fusion and Motion Stabiity

More information

JOINT IMAGE REGISTRATION AND EXAMPLE-BASED SUPER-RESOLUTION ALGORITHM

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

More information

Efficient Histogram-based Indexing for Video Copy Detection

Efficient Histogram-based Indexing for Video Copy Detection Efficient Histogram-based Indexing for Video Copy Detection Chih-Yi Chiu, Jenq-Haur Wang*, and Hung-Chi Chang Institute of Information Science, Academia Sinica, Taiwan *Department of Computer Science and

More information

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS A C Finch K J Mackenzie G J Basdon G Symonds Raca-Redac Ltd Newtown Tewkesbury Gos Engand ABSTRACT The introduction of fine-ine technoogies to printed

More information

Human Action Recognition Using Key Points Displacement

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

More information

InnerSpec: Technical Report

InnerSpec: Technical Report InnerSpec: Technica Report Fabrizio Guerrini, Aessandro Gnutti, Riccardo Leonardi Department of Information Engineering, University of Brescia Via Branze 38, 25123 Brescia, Itay {fabrizio.guerrini, a.gnutti006,

More information

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

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

More information

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

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

More information

As Michi Henning and Steve Vinoski showed 1, calling a remote

As Michi Henning and Steve Vinoski showed 1, calling a remote Reducing CORBA Ca Latency by Caching and Prefetching Bernd Brügge and Christoph Vismeier Technische Universität München Method ca atency is a major probem in approaches based on object-oriented middeware

More information

MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY

MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY R.D. FALGOUT, T.A. MANTEUFFEL, B. O NEILL, AND J.B. SCHRODER Abstract. The need for paraeism in the time dimension is being driven

More information

AUTOMATIC gender classification based on facial images

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

More information

A Method for Calculating Term Similarity on Large Document Collections

A Method for Calculating Term Similarity on Large Document Collections $ A Method for Cacuating Term Simiarity on Large Document Coections Wofgang W Bein Schoo of Computer Science University of Nevada Las Vegas, NV 915-019 bein@csunvedu Jeffrey S Coombs and Kazem Taghva Information

More information

An Introduction to Design Patterns

An Introduction to Design Patterns An Introduction to Design Patterns 1 Definitions A pattern is a recurring soution to a standard probem, in a context. Christopher Aexander, a professor of architecture Why woud what a prof of architecture

More information

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

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

More information

Response Surface Model Updating for Nonlinear Structures

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

More information

Collinearity and Coplanarity Constraints for Structure from Motion

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

More information

Multi-level Shape Recognition based on Wavelet-Transform. Modulus Maxima

Multi-level Shape Recognition based on Wavelet-Transform. Modulus Maxima uti-eve Shape Recognition based on Waveet-Transform oduus axima Faouzi Aaya Cheikh, Azhar Quddus and oncef Gabbouj Tampere University of Technoogy (TUT), Signa Processing aboratory, P.O. Box 553, FIN-33101

More information

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

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

More information

Reference trajectory tracking for a multi-dof robot arm

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

More information

index.pdf March 17,

index.pdf March 17, index.pdf March 17, 2013 1 ITI 1121. Introduction to omputing II Marce Turcotte Schoo of Eectrica Engineering and omputer Science Linked List (Part 2) Tai pointer ouby inked ist ummy node Version of March

More information

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

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

More information

For Review Only. CFP: Cooperative Fast Protection. Bin Wu, Pin-Han Ho, Kwan L. Yeung, János Tapolcai and Hussein T. Mouftah

For Review Only. CFP: Cooperative Fast Protection. Bin Wu, Pin-Han Ho, Kwan L. Yeung, János Tapolcai and Hussein T. Mouftah Journa of Lightwave Technoogy Page of CFP: Cooperative Fast Protection Bin Wu, Pin-Han Ho, Kwan L. Yeung, János Tapocai and Hussein T. Mouftah Abstract We introduce a nove protection scheme, caed Cooperative

More information

Revisions for VISRAD

Revisions for VISRAD Revisions for VISRAD 16.0.0 Support has been added for the SLAC MEC target chamber: 4 beams have been added to the Laser System: X-ray beam (fixed in Port P 90-180), 2 movabe Nd:Gass (ong-puse) beams,

More information

Sequential Learning of Layered Models from Video

Sequential Learning of Layered Models from Video Sequentia Learning of Layered Modes from Video Michais K. Titsias and Christopher K. I. Wiiams Schoo of Informatics, University of Edinburgh, Edinburgh EH1 2QL, UK M.Titsias@sms.ed.ac.uk, c.k.i.wiiams@ed.ac.uk

More information

Human Instance Segmentation from Video using Detector-based Conditional Random Fields

Human Instance Segmentation from Video using Detector-based Conditional Random Fields VINEET ET AL.: HUMAN INSTANCE SEGMENTATION 1 Human Instance Segmentation from Video using Detector-based Conditiona Random Fieds Vibhav Vineet 1 vibhav.vineet-2010@brookes.ac.uk Jonathan Warre 1 jwarre@brookes.ac.uk

More information

Performance Enhancement of 2D Face Recognition via Mosaicing

Performance Enhancement of 2D Face Recognition via Mosaicing Performance Enhancement of D Face Recognition via Mosaicing Richa Singh, Mayank Vatsa, Arun Ross, Afze Noore West Virginia University, Morgantown, WV 6506 {richas, mayankv, ross, noore}@csee.wvu.edu Abstract

More information

CHAPTER 13 FINITE ELEMENTS: STIFFNESS MATRICES

CHAPTER 13 FINITE ELEMENTS: STIFFNESS MATRICES 4 5 CHAPTER FINITE ELEMENTS: STIFFNESS MATRICES. Introduction The purpose of this chapter is to use two simpe exampes to expain the asics of how finite eement stiffness matrices are formuated and how static

More information

Neural Network Enhancement of the Los Alamos Force Deployment Estimator

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

More information

Sequential Learning of Layered Models from Video

Sequential Learning of Layered Models from Video Sequentia Learning of Layered Modes from Video Michais K. Titsias and Christopher K. I. Wiiams Schoo of Informatics, University of Edinburgh, Edinburgh EH1 2QL, UK M.Titsias@sms.ed.ac.uk, c.k.i.wiiams@ed.ac.uk

More information

PCT: Partial Co-Alignment of Social Networks

PCT: Partial Co-Alignment of Social Networks PCT: Partia Co-Aignment of Socia Networks Jiawei Zhang University of Iinois at Chicago Chicago, IL, USA jzhan9@uicedu Phiip S Yu University of Iinois at Chicago, IL, USA Institute for Data Science Tsinghua

More information

NCH Software Spin 3D Mesh Converter

NCH Software Spin 3D Mesh Converter NCH Software Spin 3D Mesh Converter This user guide has been created for use with Spin 3D Mesh Converter Version 1.xx NCH Software Technica Support If you have difficuties using Spin 3D Mesh Converter

More information

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

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

More information

Genetic Algorithms for Parallel Code Optimization

Genetic Algorithms for Parallel Code Optimization Genetic Agorithms for Parae Code Optimization Ender Özcan Dept. of Computer Engineering Yeditepe University Kayışdağı, İstanbu, Turkey Emai: eozcan@cse.yeditepe.edu.tr Abstract- Determining the optimum

More information

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

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

More information

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components Illustrated

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components Illustrated Intro to Programming & C++ Unit 1 Sections 1.1-3 and 2.1-10, 2.12-13, 2.15-17 CS 1428 Fa 2017 Ji Seaman 1.1 Why Program? Computer programmabe machine designed to foow instructions Program instructions

More information

Space-Time Trade-offs.

Space-Time Trade-offs. Space-Time Trade-offs. Chethan Kamath 03.07.2017 1 Motivation An important question in the study of computation is how to best use the registers in a CPU. In most cases, the amount of registers avaiabe

More information

On a Font Setting based Bayesian Model to extract mathematical expression in PDF files

On a Font Setting based Bayesian Model to extract mathematical expression in PDF files On a Font Setting based Bayesian Mode to extract mathematica expression in PDF fies Xing Wang Department of Computer Science and Engineering Texas A&M University Coege Station, USA xingwang@cse.tamu.edu

More information

Jacobian Range Space

Jacobian Range Space Kinematic Redundanc A manipuator ma have more DOFs than are necessar to contro a desired variabe What do ou do w/ the etra DOFs? However, even if the manipuator has enough DOFs, it ma sti be unabe to contro

More information

AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION

AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION S.Sai Kumar et a. / (IJCSIT Internationa Journa of Computer Science and Information Technoogies, Vo. 1 (4, 010, 73-79 AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION 1 S.Sai Kumar,

More information

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

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

More information

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges Specia Edition Using Microsoft Exce 2000 - Lesson 3 - Seecting and Naming Ces and.. Page 1 of 8 [Figures are not incuded in this sampe chapter] Specia Edition Using Microsoft Exce 2000-3 - Seecting and

More information

A Near-Optimal Distributed QoS Constrained Routing Algorithm for Multichannel Wireless Sensor Networks

A Near-Optimal Distributed QoS Constrained Routing Algorithm for Multichannel Wireless Sensor Networks Sensors 2013, 13, 16424-16450; doi:10.3390/s131216424 Artice OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journa/sensors A Near-Optima Distributed QoS Constrained Routing Agorithm for Mutichanne Wireess

More information

TSR: Topology Reduction from Tree to Star Data Grids

TSR: Topology Reduction from Tree to Star Data Grids 03 Seventh Internationa Conference on Innovative Mobie and Internet Services in biquitous Computing TSR: Topoogy Reduction from Tree to Star Data Grids Ming-Chang Lee #, Fang-Yie Leu *, Ying-ping Chen

More information

Privacy Preserving Subgraph Matching on Large Graphs in Cloud

Privacy Preserving Subgraph Matching on Large Graphs in Cloud Privacy Preserving Subgraph Matching on Large Graphs in Coud Zhao Chang,#, Lei Zou, Feifei Li # Peing University, China; # University of Utah, USA; {changzhao,zouei}@pu.edu.cn; {zchang,ifeifei}@cs.utah.edu

More information

FACE RECOGNITION WITH HARMONIC DE-LIGHTING. s: {lyqing, sgshan, wgao}jdl.ac.cn

FACE RECOGNITION WITH HARMONIC DE-LIGHTING.  s: {lyqing, sgshan, wgao}jdl.ac.cn FACE RECOGNITION WITH HARMONIC DE-LIGHTING Laiyun Qing 1,, Shiguang Shan, Wen Gao 1, 1 Graduate Schoo, CAS, Beijing, China, 100080 ICT-ISVISION Joint R&D Laboratory for Face Recognition, CAS, Beijing,

More information

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

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

More information

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS Pave Tchesmedjiev, Peter Vassiev Centre for Biomedica Engineering,

More information

A Fast-Convergence Decoding Method and Memory-Efficient VLSI Decoder Architecture for Irregular LDPC Codes in the IEEE 802.

A Fast-Convergence Decoding Method and Memory-Efficient VLSI Decoder Architecture for Irregular LDPC Codes in the IEEE 802. A Fast-Convergence Decoding Method and Memory-Efficient VLSI Decoder Architecture for Irreguar LDPC Codes in the IEEE 82.16e Standards Yeong-Luh Ueng and Chung-Chao Cheng Dept. of Eectrica Engineering,

More information

A texture evolution model in cubic-orthotropic polycrystalline system

A texture evolution model in cubic-orthotropic polycrystalline system Internationa Journa of Pasticity 21 (25) 1591 1617 www.esevier.com/ocate/ijpas A texture evoution mode in cubic-orthotropic poycrystaine system D.S. Li a, H. Garmestani a, *, B.L. Adams b a Schoo of Materias

More information

Searching & Sorting. Definitions of Search and Sort. Other forms of Linear Search. Linear Search. Week 11. Gaddis: 8, 19.6,19.8. CS 5301 Spring 2017

Searching & Sorting. Definitions of Search and Sort. Other forms of Linear Search. Linear Search. Week 11. Gaddis: 8, 19.6,19.8. CS 5301 Spring 2017 Searching & Sorting Week 11 Gaddis: 8, 19.6,19.8 CS 5301 Spring 2017 Ji Seaman 1 Definitions of Search and Sort Search: find a given item in a ist, return the position of the item, or -1 if not found.

More information

Shape-based Object Recognition in Videos Using 3D Synthetic Object Models

Shape-based Object Recognition in Videos Using 3D Synthetic Object Models Shape-based Object Recognition in Videos Using 3D Synthetic Object Modes Aexander Toshev GRASP Lab University of Pennsyvania toshev@seas.upenn.edu Ameesh Makadia Googe makadia@googe.com Kostas Daniiidis

More information

Arithmetic Coding. Prof. Ja-Ling Wu. Department of Computer Science and Information Engineering National Taiwan University

Arithmetic Coding. Prof. Ja-Ling Wu. Department of Computer Science and Information Engineering National Taiwan University Arithmetic Coding Prof. Ja-Ling Wu Department of Computer Science and Information Engineering Nationa Taiwan University F(X) Shannon-Fano-Eias Coding W..o.g. we can take X={,,,m}. Assume p()>0 for a. The

More information

Incremental Discovery of Object Parts in Video Sequences

Incremental Discovery of Object Parts in Video Sequences Incrementa Discovery of Object Parts in Video Sequences Stéphane Drouin, Patrick Hébert and Marc Parizeau Computer Vision and Systems Laboratory, Department of Eectrica and Computer Engineering Lava University,

More information