Augmented Reality Based Building Design Exhibition on DROID

Size: px
Start display at page:

Download "Augmented Reality Based Building Design Exhibition on DROID"

Transcription

1 EECS 598 Advanced Topcs n Moble Computer Vson Course Project Fnal Report Augmented Realty Based Buldng Desgn Exhbton on DROID Chen Feng, PhD Student, Department of Cvl and Envronmental Engneerng, Unversty of Mchgan, 2350 Hayward St., Ann Arbor, MI 48109, USA smba.forrest@gmal.com Chunxa L, PhD Student, Department of Cvl and Envronmental Engneerng, Unversty of Mchgan, 2350 Hayward St., Ann Arbor, MI 48109, USA chunxa@umch.edu ABSTRACT: In ths project, we successfully modfed FERNs, a newly proposed key pont recognton algorthm and mplemented t on the Androd 2.2 moble operatng system. We frstly explan n detals about the orgnal FERNs algorthm as well as the dea of matchng as a classfcaton problem. After understandng ths algorthm, we explan how to modfy t so as to make t applcable on moble platforms. Usng FAST corner detector nstead of local extrema of Laplacan used n orgnal methods, and a dynamc threshold technque to lmt the maxmum number of key ponts to be detected n each frame, we can acheve 15~20 frames per second on a 1.3GHz desktop PC and 3~5 frames per second on MOTOROLA DROID A855 moble platform. We also dscussed what could be done to further mprove our result. KEYWORDS: Buldng Desgn Exhbton, Computer Vson, Planar Marker Based Augmented Realty, FERNs, PhonyFERNs 1. INTRODUCTION Constructon ndustry has wtnessed rapd development durng last few decades, especally n developng countres such as Chna. Archtects all over the world have opportuntes to bd ther desgns and make real buldngs. However, n order to wn n the bddng process, a clear and vvd exhbton of the desgn could really help a lot. Currently, when archtects desgn a buldng and want to show t to the clent, there are typcally three methods besdes archtecture blueprnts. In the frst place, 2D archtecture renderngs are wdely used; secondly, as Buldng Informaton Modelng (BIM) becomes more and more popular, 3D vrtual realty technques are ntroduced to be used for desgn shows; also, usng sold models s another way to gve clents a real sense of the desgn (see FIG. 1). FIG. 1 Three methods to show desgns: (left) 2D renderng; (center) 3D vrtual model; (rght) sold model Recently, the wdespread use of moble phone brngs rapd upgrade of ts hardware, whch makes t possble to develop computer vson and augmented realty applcatons on moble platforms. If we can ntegrate all these development nto a new human computer nterface to be used n the buldng desgn exhbton, magng clents could use ts own moble phones to observe all detals of the desgn, ths new desgn exhbton methods could be very nterestng for the nteracton, as well as helpful to show the desgner s dea better, and thus help archtects to wn ther bd (see FIG. 2). 1

2 Dec. 19, 2010 FIG. 2 Proposed moble nterface to show desgns In ths project, we appled planar marker based augmented realty. By trackng the planar marker through the camera on moble phone, we can then recover the phone s pose,.e. poston and orentaton, relatve to the marker. Once we get the phone s pose, the desgned vrtual 3D model can then be augmented accordngly on the frame captured by camera. Next, we wll report the project n detals. In secton 2, we wll gve an overvew of the problem as well as a bref ntroducton of the technques we appled. In secton 3, we wll explan n detals about how the algorthm works and how we modfed t so that t can be used on moble platform. In secton 4, we wll show our experment results. In secton 5, we wll summarze the project and dscuss some future works. 2. OVERVIEW The problem of gettng the camera s poston and orentaton s termed as regstraton problem n augmented realty. Frstly, let s brefly revew the tradtonal regstraton methods. 2.1 Tradtonal Regstraton Regstraton problem has been ntensvely studed from both computer vson and augmented realty communty. Based on whether rely on any pror knowledge of the envronment, there are roughly two groups of regstraton methods. The frst group requres havng some pror knowledge about the scene to be augmented. Insde ths group, they can be further grouped by usng 2D planar nformaton or usng 3D nformaton. The former s usually called planar marker based method. Wthn ths, template matchng method has been successfully used n applcatons such as ARTOOLKIT [1]. By trackng partcular black-whte fducal marker, t can then estmate a homography between the marker plane and mage plane and then get camera pose relatve to the marker. The shortcomng of ths method s that the black-whte marker usually has nothng to do wth the augmented realty applcaton, whch may be annoyng. Besde ths method, nterest pont based planar marker methods have attract lots of attenton snce the development n key pont detecton and recognton such as SIFT [2] and SURF [3]. They typcally use nterest pont detectors and matchng schemes to assocate 2D locatons n the vdeo mage wth 3D locatons. The locaton nvarance afforded by nterest pont detectors s attractve for localzaton wthout pror knowledge and wde baselne matchng. However, computaton of SIFT and SURF descrptors that are nvarant across large vew changes s usually too expensve (less than 5 frames per second) to be appled n augmented realty applcatons. The second group usually takes advantage of vsual smultaneously locaton and mappng (SLAM). Among them, the recently proposed parallel trackng and mappng (PTAM) [4] system s typcal and successful. It splt the trackng and mappng nto two threads and gves trackng thread hgher prorty. In mappng thread t uses bundle adjustment to refne the map reconstructed from key frames. Although ths method requres no pror knowledge of the scene, t s stll too computatonally expensve and too complcated to be mplemented on moble platform. 2.2 FERNs Based Regstraton + After carefully comparng, we choose to use a newly proposed key pont recognton method called FERNs [5], whch falls nto the nterest pont based planar marker methods. There are several advantages of ths algorthm. Frstly, t runs really fast. On a normal desktop PC, t can easly acheve about 15 frames per second. Ths gves us confdence to get a satsfactory fps on moble platforms. Secondly, t does not requre multple threads nor any 2

3 EECS 598 Advanced Topcs n Moble Computer Vson Course Project Fnal Report numercal teratons, whch makes t easy to mplement on moble platforms. Thrdly, t s very flexble, whch makes t easer to use dfferent corner detectors such as FAST [6]. Usng FERNs based regstraton, t nvolves two stages: tranng stage and recognton stage. The former stage wll be done n an offlne way,.e. tranng before real-tme trackng. After tranng, the recognton stage looks lke ths for each frame of mage: frstly, usng whatever corner detector (FAST n our modfed case) to detect a set of key ponts; secondly, usng a small mage patch around each key pont and the tranng data to recognze whether the pont s a same key pont on the planar marker; then usng matched pont pars, a homography between the two planes can be estmated by RANSAC methods (see FIG. 3). 3. TECHNICAL DETAILS FIG. 3 General schema of FERNs In ths secton, we wll frst explan how FERNs works and then how we modfed t nto PhonyFERNs so that t s applcable n moble platform. 3.1 Matchng as Classfcaton The whole dea behnd FERNs s so called as matchng as a classfcaton problem [7]. Durng tranng stage, a set F { f, f,, f } 1 2 N of N key ponts s constructed. Each key pont f s represented by a samplng set of ts so called vew set,.e. the set of all ts possble appearances under dfferent vewng condtons. Ths s smulated by random affne transformatons, whch makes ths method nvarant to vew pont change (see FIG. 4). At the recognton stage, an nput mage patch p wll be classfed by a label Y( p) C { 1,1,2,, N}, where -1 means the newly detected key pont do not belong to the set F. FIG. 4 Example of samplng from vew set of an mage patch around a key pont by random affne transformatons The problem now becomes how to construct a classfer Y ˆ : P C, n whch P s the space of all mage patches of a gven sze. The author tred several dfferent classfers. The frst one they used s prncple analyss plus K-means and nearest neghbor search drectly appled on mage patches [7], whch proves the applcablty of ther matchng as a classfcaton problem dea, though stll slow (about 5 fps on a 2GHz desktop PC). As one can see from FIG. 5, t gves a decent result. 3

4 Dec. 19, 2010 After ths, the author tred ther second classfer, randomzed trees method [8]. But then they found out that, when the tests are chosen randomly, the power of the approach derves not from the tree structure tself but from the fact that combnng groups of bnary tests allows mproved classfcaton rates [5]. Ths results n FERNs, replacng the trees by non-herarchcal ferns and poolng ther answers n a Nave Bayesan manner yeldng better results and scalablty n terms of number of classes. 3.2 FERNs FIG. 5 (left) PCA+Kmeans+NN search classfers results; (rght) SIFT results The theoretcal background of FERNs looks lke ths: If we represent a patch by a set of mage features{ f }, we have Usng Bayesan equaton we have cˆ arg max P( C c patch) (1) c P( C c patch) P( C c f, f,, f ) 1 2 N (2) P( C c f, f,, f ) P( f, f,, f C c ) 1 2 N 1 2 N (3) Wthout losng some correlatons between mage features, one can get P( f1, f2,, fn C c ) P( f1, f2,, fn C c ) P( fn 1, fn 2,, f2n C c ) (4) f, f,, f s called a FERN, and the mage feature n whch P( 1 2 n C c) ntenstes of two randomly selected locatons p and p 1 2 wthn the mage patch: f s a comparson between f 1 f I( p ) I( p ) otherwse (5) whch makes FERNs nvarant to lght changes. In mplementaton, each FERN could be seen as a 2D hstogram wth one axs representng axs representng the group test result of f1, f2,, f n (see FIG. 6 left). C c and another 4

5 EECS 598 Advanced Topcs n Moble Computer Vson Course Project Fnal Report In the tranng stage, mage patch around each key pont detected by any key pont detector wll be tested by all FERNs so as to update the hstograms. After all mage patches are tested, normalzaton s performed on each FERN s 2D hstogram so that all ts values are summed up to be 1. Ths fnshes the tranng stage. In the recognton stage, for any newly detected key pont, test ts surroundng mage patch by each FERN. And for each class c, look up all ts FERNs probablty values and calculate P( f 1, f2,, fn C c) by equaton (4). Among all classes, fnd the class whch gves the maxmum response, then the new key pont s classfed as well as recognzed. FIG. 6 (left) an example of three FERNs for 3 classes, each FERN has 3 features, result n a 3 by 2 3 hstogram; red and blue dots represent mage features. (rght) recognton methods by FERNs 3.3 PhonyFERNs In order to apply FERNs n moble platforms, several changes are needed: 1. Usng FAST corner detector nstead of local extrema of Laplacan used n orgnal methods. Ths replacement gves us a better performance snce t takes advantage of the fast key pont detecton algorthm; 2. Snce the lmtaton n computatonal power of moble platform, a dynamc threshold technque s ntroduced. Ths lmts the maxmum number of key ponts to be detected n each frame, snce FERNs tme complexty s drectly related to the number of key ponts; 3. Snce the memory s relatvely small n moble platform, the parameters need to be tuned to lower ts memory consumpton. Besdes ths, further modfcatons could make t runs even faster on moble platforms, such as replacng floatng numbers by nteger numbers and so on [9]. 4. EXPERIMENTS We frst experment PhonyFERNs on a 1.3GHz desktop PC. By usng dynamc threshold n the tranng stage, we can lmt the number of model key ponts (ponts used to tran) to be 100±20. The mage patch sze s 32x32. We use 100 FERNs, and number of mage features for each FERN s 9. Also, durng the tranng stage, each mage patch s vew set s sampled by random affne transformatons. Durng recognzng stage, we also lmt the number of key ponts to be detected for each frame to be 500±50. Ths gves us a very fast performance wth 15~20 frames per second and uses about 40Mb of memory. The breakdown of tme consumpton wthn each frame looks lke ths: 5 mllseconds for FAST corner detecton, 45 mllseconds for PhonyFERNs and 15 mllseconds for RANSAC estmaton of homography (see FIG. 7 left). 5

6 Dec. 19, 2010 FIG. 7 (left) tme consumpton breakdown wthn each frame for PhonyFERNs on PC; (rght) tme consumpton breakdown for PhonyFERNs on DROID We then mplement the PhonyFERNs on MOTOROLA DROID A855 platform wth operatng system of Androd 2.2, usng the same tranng parameters; the only dfference s the lmtaton of number of key ponts to be detected for each frame s now set to be 300±50. Ths gves us a performance wth 3~5 frames per second and uses about 40Mb of memory as well. The breakdown of tme consumpton wthn each frame looks lke ths: 10 mllseconds for FAST corner detecton, 250 mllseconds for PhonyFERNs and 50~100 mllseconds for RANSAC estmaton of homography (see FIG. 7 rght). The results of the PhonyFERNs can be seen n FIG. 8. As one can see, when there s a moton blur, the algorthm wll fal snce no key pont s found wthn the marker plane. FIG. 8 PhonyFERNs results on PC: (up left) success case, red dots are canddate key ponts detected by FAST detector, green dots are recognzed nler key ponts and green polygon s calculated by the estmated homography; (up rght) falure case, due to moton blur of the marker. PhonyFERNs results on DROID: (bottom left) success case; (bottom rght) falure case, due to moton blur. 5. CONCLUSIONS In ths project, we successfully modfed FERNs, a newly proposed key pont recognton algorthm and mplemented t on the Androd 2.2 moble operatng system. We have three major conclusons: 6

7 EECS 598 Advanced Topcs n Moble Computer Vson Course Project Fnal Report 1. FERNs s very fast on PC, but stll slow on Moble platform, even f usng FAST key pont detecton; 2. The memory use of Ferns could be an ssue for moble applcaton; 3. RANSAC s too costly n tme for moble applcaton; 4. Natural Marker Trackng could become more popular n AR because t could easly be made more relevant to the applcaton (n our case, the marker could be a blueprnt of the desgn). For future works, we plan to replace RANSAC wth other faster robust estmator such as PROSAC [10]. Also, we want to use other advanced modfcatons of FERNs suggested by D. Wagner [9]. 6. REFERENCES [1] H. Kato and M. Bllnghurst, Marker trackng and HMD calbraton for a vdeo-based augmented realty conferencng system, Proceedngs 2nd IEEE and ACM Internatonal Workshop on Augmented Realty IWAR99, IEEE Comput. Soc, 1999, pp [2] D.G. Lowe, Object recognton from local scale-nvarant features, Proceedngs of the Seventh IEEE Internatonal Conference on Computer Vson, vol. 2, 1999, pp vol.2. [3] H. Bay, T. Tuytelaars, and L. Van Gool, SURF: Speeded Up Robust Features, Computer Vson ECCV 2006, vol. 3951, 2006, p [4] G. Klen and D. Murray, Parallel Trackng and Mappng for Small AR Workspaces, th IEEE and ACM Internatonal Symposum on Mxed and Augmented Realty, vol. 07, 2007, pp [5] M. Ozuysal, P. Fua, and V. Lepett, Fast Keypont Recognton n Ten Lnes of Code, 2007 IEEE Conference on Computer Vson and Pattern Recognton, Ieee, 2007, pp [6] E. Rosten and T. Drummond, Machne learnng for hgh-speed corner detecton, European Conference on Computer Vson, Sprnger, 2006, pp [7] V. Lepett, J. Plet, and P. Fua, Pont matchng as a classfcaton problem for fast and robust object pose estmaton, Proceedngs of the 2004 IEEE Computer Socety Conference on Computer Vson and Pattern Recognton 2004 CVPR 2004, vol. 2, 2004, pp [8] V. Lepett and P. Fua, Towards Recognzng Feature Ponts usng Classfcaton Trees, [9] D. Wagner, G. Retmayr, A. Mullon, T. Drummond, and D. Schmalsteg, Real-tme detecton and trackng for augmented realty on moble phones., IEEE transactons on vsualzaton and computer graphcs, vol. 16, 2010, pp

8 Dec. 19, 2010 [10] O. Chum and J. Matas, Matchng wth PROSAC Progressve Sample Consensus, 2005 IEEE Computer Socety Conference on Computer Vson and Pattern Recognton CVPR05, vol. 1, 2005, pp

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

A Suspect Vehicle Tracking System Based on Video

A Suspect Vehicle Tracking System Based on Video 3rd Internatonal Conference on Multmeda Technology ICMT 2013) A Suspect Vehcle Trackng System Based on Vdeo Yad Chen 1, Tuo Wang Abstract. Vdeo survellance systems are wdely used n securty feld. The large

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns Eye Center Localzaton on a Facal Image Based on Mult-Bloc Local Bnary Patterns Anatoly tn, Vladmr Khryashchev, Olga Stepanova Yaroslavl State Unversty Yaroslavl, Russa anatolyntnyar@gmal.com, vhr@yandex.ru,

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Hallucinating Multiple Occluded CCTV Face Images of Different Resolutions

Hallucinating Multiple Occluded CCTV Face Images of Different Resolutions In Proc. IEEE Internatonal Conference on Advanced Vdeo and Sgnal based Survellance (AVSS 05), September 2005 Hallucnatng Multple Occluded CCTV Face Images of Dfferent Resolutons Ku Ja Shaogang Gong Computer

More information

Forensic Handwritten Document Retrieval System

Forensic Handwritten Document Retrieval System Forensc Handwrtten Document Retreval System Sargur N SRIHARI and Zhxn SHI + Center of Excellence for Document Analyss and Recognton (CEDAR), Unversty at Buffalo, State Unversty of New York, Buffalo, USA

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION R. SEULIN, F. MERIENNE and P. GORRIA Laboratore Le2, CNRS FRE2309, EA 242, Unversté

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

A heuristic task deployment approach for load balancing

A heuristic task deployment approach for load balancing Xu Gaochao, Dong Yunmeng, Fu Xaodog, Dng Yan, Lu Peng, Zhao Ja Abstract A heurstc task deployment approach for load balancng Gaochao Xu, Yunmeng Dong, Xaodong Fu, Yan Dng, Peng Lu, Ja Zhao * College of

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Generation of High-Resolution Mosaic for Photo-Realistic Texture-Mapping of Cultural Heritage 3D Models

Generation of High-Resolution Mosaic for Photo-Realistic Texture-Mapping of Cultural Heritage 3D Models The 5th Internatonal Symposum on Vrtual Realty, Archaeology and Cultural Hertage VAST (004) K. Can, Y. Chrysanthou, F. Nccolucc, N. Slberman (Edtors) Generaton of Hgh-Resoluton Mosac for Photo-Realstc

More information

Human behaviour analysis and event recognition at a point of sale

Human behaviour analysis and event recognition at a point of sale Human behavour analyss and event recognton at a pont of sale R. Scre MIRANE S.A.S. Cenon, France scre@labr.fr H. Ncolas LaBRI, Unversty of Bordeaux Talence, France ncolas@labr.fr Abstract Ths paper presents

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture A Desgn Method of Hgh-avalablty and Low-optcal-loss Optcal Aggregaton Network Archtecture Takehro Sato, Kuntaka Ashzawa, Kazumasa Tokuhash, Dasuke Ish, Satoru Okamoto and Naoak Yamanaka Dept. of Informaton

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

Form-finding of grid shells with continuous elastic rods

Form-finding of grid shells with continuous elastic rods Page of 0 Form-fndng of grd shells wth contnuous elastc rods Jan-Mn L PhD student Insttute of Buldng Structures and Structural Desgn (tke), Unversty Stuttgart Stuttgar, Germany quantumamn@gmal.com Jan

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna Lnzheng@malst.xjtu.edu.cn

More information

EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP. Kun-chan Lan and Tsung-hsun Wu

EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP. Kun-chan Lan and Tsung-hsun Wu EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP Kun-chan Lan and Tsung-hsun Wu Natonal Cheng Kung Unversty klan@cse.ncku.edu.tw, ryan@cse.ncku.edu.tw ABSTRACT Voce over IP (VoIP) s one of

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

Incremental Reconstruction Approach for Telepresence or AR Applications

Incremental Reconstruction Approach for Telepresence or AR Applications Incremental Reconstructon Approach for Telepresence or AR Applcatons Lus Almeda ISR, Unv. Combra Polytechnc of Tomar Tomar, Portugal laa@pt.pt Paulo Menezes ISR, Unv. Combra Combra Portugal paulo@sr.uc.pt

More information

Matching Images with Different Resolutions

Matching Images with Different Resolutions Matchng Images wth Dfferent Resolutons Yves Dufournaud, Cordela Schmd, Radu Horaud To cte ths verson: Yves Dufournaud, Cordela Schmd, Radu Horaud. Matchng Images wth Dfferent Resolutons. Internatonal Conference

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Daily Mood Assessment based on Mobile Phone Sensing

Daily Mood Assessment based on Mobile Phone Sensing 2012 Nnth Internatonal Conference on Wearable and Implantable Body Sensor Networks Daly Mood Assessment based on Moble Phone Sensng Yuanchao Ma Bn Xu Yn Ba Guodong Sun Department of Computer Scence and

More information

CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE DISTRIBUTED VIDEO SURVEILLANCESYSTEM

CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE DISTRIBUTED VIDEO SURVEILLANCESYSTEM Internatonal Research Journal of Appled and Basc Scences 2013 Avalable onlne at www.rjabs.com ISSN 2251-838X / Vol, 4 (12):3658-3663 Scence Explorer Publcatons CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

An Empirical Study of Search Engine Advertising Effectiveness

An Empirical Study of Search Engine Advertising Effectiveness An Emprcal Study of Search Engne Advertsng Effectveness Sanjog Msra, Smon School of Busness Unversty of Rochester Edeal Pnker, Smon School of Busness Unversty of Rochester Alan Rmm-Kaufman, Rmm-Kaufman

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

DBA-VM: Dynamic Bandwidth Allocator for Virtual Machines

DBA-VM: Dynamic Bandwidth Allocator for Virtual Machines DBA-VM: Dynamc Bandwdth Allocator for Vrtual Machnes Ahmed Amamou, Manel Bourguba, Kamel Haddadou and Guy Pujolle LIP6, Perre & Mare Cure Unversty, 4 Place Jusseu 755 Pars, France Gand SAS, 65 Boulevard

More information

Disagreement-Based Multi-System Tracking

Disagreement-Based Multi-System Tracking Dsagreement-Based Mult-System Trackng Quannan L 1, Xnggang Wang 2, We Wang 3, Yuan Jang 3, Zh-Hua Zhou 3, Zhuowen Tu 1 1 Lab of Neuro Imagng, Unversty of Calforna, Los Angeles 2 Huazhong Unversty of Scence

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

OPT Online Person Tracking System for Context-awareness in Wireless Personal Network

OPT Online Person Tracking System for Context-awareness in Wireless Personal Network OPT Onlne Person Trackng System for Context-awareness n Wreless Personal Network Xuel An R. Venkatesha Prasad Jng Wang I.G.M.M. Nemegeers EEMCS, Delft Unversty of Technology, The Netherlands {x.an, j.wang3,vprasad,gnas.n}@ew.tudelft.nl

More information

3D Head Tracking Using Motion Adaptive Texture-Mapping

3D Head Tracking Using Motion Adaptive Texture-Mapping 3D Head Trackng Usng Moton Adaptve Texture-Mappng Lsa M Brown IBM T.J. Watson Research Center lsab@us.bm.com Abstract We have developed a fast robust 3D head trackng system based on renderng a texture-mapped

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

A Crossplatform ECG Compression Library for Mobile HealthCare Services

A Crossplatform ECG Compression Library for Mobile HealthCare Services A Crossplatform ECG Compresson Lbrary for Moble HealthCare Servces Alexander Borodn, Yulya Zavyalova Department of Computer Scence Petrozavodsk State Unversty Petrozavodsk, Russa {aborod, yzavyalo}@cs.petrsu.ru

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

Shielding Equations and Buildup Factors Explained

Shielding Equations and Buildup Factors Explained Sheldng Equatons and uldup Factors Explaned Gamma Exposure Fluence Rate Equatons For an explanaton of the fluence rate equatons used n the unshelded and shelded calculatons, vst ths US Health Physcs Socety

More information

Towards Specialization of the Contract-Aware Software Development Process

Towards Specialization of the Contract-Aware Software Development Process Towards Specalzaton of the Contract-Aware Software Development Process Anna Derezńska, Przemysław Ołtarzewsk Insttute of Computer Scence, Warsaw Unversty of Technology, Nowowejska 5/9, 00-665 Warsaw, Poland

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

An ILP Formulation for Task Mapping and Scheduling on Multi-core Architectures

An ILP Formulation for Task Mapping and Scheduling on Multi-core Architectures An ILP Formulaton for Task Mappng and Schedulng on Mult-core Archtectures Yng Y, We Han, Xn Zhao, Ahmet T. Erdogan and Tughrul Arslan Unversty of Ednburgh, The Kng's Buldngs, Mayfeld Road, Ednburgh, EH9

More information

Financial Mathemetics

Financial Mathemetics Fnancal Mathemetcs 15 Mathematcs Grade 12 Teacher Gude Fnancal Maths Seres Overvew In ths seres we am to show how Mathematcs can be used to support personal fnancal decsons. In ths seres we jon Tebogo,

More information

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 2319-1163 pissn: 2321-7308 VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM Yogn Ashokrao Kanhegaonkar 1, Jagtap Rupal

More information

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson Statstcs for Psychosocal Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson (LCR) What s t and when do we use t? Recall the standard latent class model

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

Research on Transformation Engineering BOM into Manufacturing BOM Based on BOP

Research on Transformation Engineering BOM into Manufacturing BOM Based on BOP Appled Mechancs and Materals Vols 10-12 (2008) pp 99-103 Onlne avalable snce 2007/Dec/06 at wwwscentfcnet (2008) Trans Tech Publcatons, Swtzerland do:104028/wwwscentfcnet/amm10-1299 Research on Transformaton

More information

M-applications Development using High Performance Project Management Techniques

M-applications Development using High Performance Project Management Techniques M-applcatons Development usng Hgh Performance Project Management Technques PAUL POCATILU, MARIUS VETRICI Economc Informatcs Department Academy of Economc Studes 6 Pata Romana, Sector, Bucharest ROMANIA

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Simultaneous Mosaicing and Tracking with an Event Camera

Simultaneous Mosaicing and Tracking with an Event Camera KIM et al.: SIMULTANEOUS MOSAICING AND TRACKING WITH AN EVENT CAMERA 1 Smultaneous Mosacng and Trackng wth an Event Camera Hanme Km 1 hanme.km@mperal.ac.uk Ankur Handa 2 ah781@cam.ac.uk Ryad Benosman 3

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Proactive Secret Sharing Or: How to Cope With Perpetual Leakage

Proactive Secret Sharing Or: How to Cope With Perpetual Leakage Proactve Secret Sharng Or: How to Cope Wth Perpetual Leakage Paper by Amr Herzberg Stanslaw Jareck Hugo Krawczyk Mot Yung Presentaton by Davd Zage What s Secret Sharng Basc Idea ((2, 2)-threshold scheme):

More information

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop IWFMS: An Internal Workflow Management System/Optmzer for Hadoop Lan Lu, Yao Shen Department of Computer Scence and Engneerng Shangha JaoTong Unversty Shangha, Chna lustrve@gmal.com, yshen@cs.sjtu.edu.cn

More information

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process Dsadvantages of cyclc TDDB47 Real Tme Systems Manual scheduler constructon Cannot deal wth any runtme changes What happens f we add a task to the set? Real-Tme Systems Laboratory Department of Computer

More information

Wildfire Smoke Detection Using SpatioTemporal Bag-of-Features of Smoke

Wildfire Smoke Detection Using SpatioTemporal Bag-of-Features of Smoke Wldfre Smoke Detecton Usng SpatoTemporal Bag-of-Features of Smoke JunOh Park, ByoungChul Ko, Jae-Yeal Nam Dept. of Computer Engneerng Kemyung Unversty Daegu, Korea wnsdhd, nceko, jynam@kmu.ac.kr Abstract

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information

How To Create A Cloud Based 3D Vrtual Presentaton For Nteractve Product Customzaton

How To Create A Cloud Based 3D Vrtual Presentaton For Nteractve Product Customzaton vpresent: A Cloud based 3D Vrtual Presentaton Envronment for Interactve Product Customzaton Xaomng Nan, Fe Guo, Yfeng He, and Lng Guan Ryerson Unversty, Toronto, Canada ABSTRACT In modern socety, many

More information

A Dynamic Load Balancing for Massive Multiplayer Online Game Server

A Dynamic Load Balancing for Massive Multiplayer Online Game Server A Dynamc Load Balancng for Massve Multplayer Onlne Game Server Jungyoul Lm, Jaeyong Chung, Jnryong Km and Kwanghyun Shm Dgtal Content Research Dvson Electroncs and Telecommuncatons Research Insttute Daejeon,

More information

A Passive Network Measurement-based Traffic Control Algorithm in Gateway of. P2P Systems

A Passive Network Measurement-based Traffic Control Algorithm in Gateway of. P2P Systems roceedngs of the 7th World Congress The Internatonal Federaton of Automatc Control A assve Network Measurement-based Traffc Control Algorthm n Gateway of 2 Systems Ybo Jang, Weje Chen, Janwe Zheng, Wanlang

More information

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System Mnng Feature Importance: Applyng Evolutonary Algorthms wthn a Web-based Educatonal System Behrouz MINAEI-BIDGOLI 1, and Gerd KORTEMEYER 2, and Wllam F. PUNCH 1 1 Genetc Algorthms Research and Applcatons

More information

Classification of Network Traffic via Packet-Level Hidden Markov Models

Classification of Network Traffic via Packet-Level Hidden Markov Models Classfcaton of Network Traffc va Packet-Level Hdden Markov Models Alberto Danott, Walter de Donato, Antono Pescapè Department of Computer Scence and Systems Unversty of Naples Federco II {alberto, walter.dedonato,

More information

QOS DISTRIBUTION MONITORING FOR PERFORMANCE MANAGEMENT IN MULTIMEDIA NETWORKS

QOS DISTRIBUTION MONITORING FOR PERFORMANCE MANAGEMENT IN MULTIMEDIA NETWORKS QOS DISTRIBUTION MONITORING FOR PERFORMANCE MANAGEMENT IN MULTIMEDIA NETWORKS Yumng Jang, Chen-Khong Tham, Ch-Chung Ko Department Electrcal Engneerng Natonal Unversty Sngapore 119260 Sngapore Emal: {engp7450,

More information