3D object recognition using spin-images for a humanoid stereoscopic vision system.

Size: px
Start display at page:

Download "3D object recognition using spin-images for a humanoid stereoscopic vision system."

Transcription

1 D object ecognition using spin-images fo a humanoid steeoscopic vision system. Olivie Stasse, Sylvain Dupitie and Kazuhito Yokoi AIST/IS-CRS/STIC Joint Japanese-Fench Robotics Laboatoy (JRL Intelligent Systems Reseach Institute (IS, ational Institute of Advanced Industial Science and Technology (AIST AIST Cental, Umezono --, Tsukuba, Ibaaki, Japan {olivie.stasse,kazuhito.yokoi}@aist.go.jp Abstact This pape pesents a D object ecognition method based on spin-images fo a humanoid obot having a steeoscopic vision system. Spin-images have been poposed to seach CAD models database, and use D ange infomations. In this context, the use of a vision system is taken into account though a multi-esolution appoach. A method fo quickly computing multi-esolution and intepolating spin-images is poposed. The esults on simulation and on eal data ae given, and show the effectiveness of this method. Index Tems Spin-images, multi-esolution, D ecognition, humanoid obot. is computed, section IV details the seach pocess, finally section V pesents the simulation and the expeiments ealized with the pesented algoithm. P β α β α I. ITRODUCTIO D Mesh Discete spin image Efficient eal-time tacking exists fo collections of D views [] []. Howeve in a humanoid context, D geometical infomation is impotant because the high edundancy of such obot allows seveal kinds of D postues. Moeove if the infomation is pecise enough, it can also be used fo gasping behaviou. Recent woks on D object model building make possible a desciption based on geometical featues. Towads the design of a seach engine fo databases of CAD models, seveal D desciptos have been poposed to build signatues of D objects [], [4], [5]. The ecognition pocess poposed hee is based on spin-images poposed initially by []. The main diffeence in the conventional wok and this one lies on the tageted application and a seach scheme based on multi-esolution spin images. Moeove the computation of the multi-esolution scheme is efined and allows a fast implementation. The tageted application us a Teasue hunting behaviou on a HRP- humanoid obot [6]. This behaviou consists in two majos steps: fist building an intenal epesentation of an object unknown to the obot, second finding this object in an unknown envionment. This behaviou is useful fo a obot used in an industial envionment, o as an aid fo eldely peson. It may incementally build its knowledge of its suounding envionment and the object it has to manipulate without any a-pioi models. The time constaint is cucial, as a easonable limit has to be set on the time an end use can wait the obot to achieve its mission. Finally the method to cope with the widest set of objects should ely on a limited set of assumptions. The eminde of this pape is as follow: in section II the computation of spin images ae intoduced, section III details how the multi-esolution signatue of objects Fig.. A. Desciption Example of spin image computation. II. SPI IMAGES A spin-image can be seen as an image epesenting the distibution of the object s density view fom a paticula point []. Moe pecisely, it is assume that all the D data ae given as a mesh Mesh = V,E whee V ae the vetices and E the edges. Let s conside a vetex P V. The spin image axis ae the nomal to the point P, and a pependicula vecto to this nomal. The fome one is called β, and the latte one α. The suppot egion of a spinimage is a cylinde cented on P, and aligned aound its nomal. Fom this, each point of the model is assigned to a ing with a height along β, and a adius along α. An example of spin-images fo a dinosau model is given in Fig.. They ae two paametes of impotance while using the spin-images: the size of the ings (δα,δβ, and the boundaies of the spin-image (α max,β max. The size of the ings is simila to a esolution paamete. The limitation (α max,β max allows to impose constaints between the points chosen fo computing the spin-image P and othe points of the model P. This is paticulaly meaningful to take into account occlusion poblem. In ou implementation, two points should have less than 90 degees between thei nomals. A geate value would implies that P is occluded by some othe points while P is facing the camea. B. omal computation When computing spin-images, the nomal computation should be as less sensitive as possible to noise. This is

2 specially impotant fo vision based infomations whee the noise might be significant. Following the tests done in [7], 8 methods have been tested: gavity cente of the polynoms fomed by neighbous of each point; inetia matix; nomal aveage of each face; nomal aveage of faces fomed by neighbou points only; nomal aveage weighted by angle; nomal aveage weighted by sine and edge length ecipocal; nomal aveage weighted by aeas of adjacent tiangles; nomal aveage weighted by edge length ecipocals; nomal aveage weighted by squae oot of edge length ecipocals. Using the Stanfod Bunny model, and adding a Gaussian noise of 0 pecent fom the aveage adjacent edge, the most stable method found was the gavity cente of the polynoms fomed by the neighbous of each point. Diect image filling δα Bilinea image filling III. MULTI-RESOLUTIO One of the most impotant featue needed in ou case, is the possibility to peceive the object at diffeent distances, and thus at diffeent esolutions. This implies to build a multi-esolution signatue of the object, and to be able to compute the esolution at which the object has been peceived. In the following, the finest spin-image SI max has the highest esolution which coespond to ( δα δβ max, max, while the spin-image SI k has a esolution ( δα, δβ = (δα k k k,δβ k. A. Computing esolution of an object Image Left d Image Right Inteval analysis model ( ab ab δβ M (α,β M (α,β Gaussian model b Optical cente Optical cente ( a( b a a( b ( α, (, i β α j i β j Fig.. Two ways to fill a spin-image: (a diect way (b bilinea intepolation. C. Spin-image filling Regading the spin-image filling, Johnson popose two ways: eithe using a diect accumulation, o a bilinea intepolation. Those two methods ae depicted in Fig.. M is the pojection of a point P V. The fist solution elates M = (α,β in suface (α i,β j -(α i+,β j - (α i+,β j+ -(α i,β j+ to the point (α i,β j egadless its position in the suface. This makes the spin-image sensitive to noise. Indeed if M is close to a bounday, it will involves impotant discete modification. To solve this poblem, a bilinea intepolation allows to smooth the effect of noise by shaing the density infomation among the 4 points connected to the suface. This is achieved by computing the distance of M to those 4 points, using two paametes (a,b as depicted in Fig.. If the points ae pocessed iteatively in the following {0,,...,k,k +,... V }, then densities ae updated as follows: W i, j (k + = W i, j (k + ( a( b W i+, j (k + = W i, j (k + a( b W i, j+ (k + = W i, j (k + ( ab W i+, j+ (k + = W i, j (k + ab whee a = (α α i /δα and b = (β β j /δβ. It is staightfowad to check that fo a point M the sum of each contibution is one. In the emainde of this pape, fo sake of claity the iteation numbe is implicit. Fig.. Model induces by the suface natue of the pixels. The esolution of the peceived object depends upon the steeoscopic system capabilities, the distance between the obot and the object, and the possible sub-sampling scheme duing image pocessing. This eo may also be induced by the segmentation used to match two points in the ight and the left images, in ou case a coelation. If the pixel is consideed as a suface on the image plane, the steeoscopic vision system may be seen as a senso which peceive D volumes. Those volumes ae the intesection of the cones epesenting the sufaces on the image planes. A D epesentation is given in Fig.. They can be intepeted also as the location eo of a D point. [8] and [9] poposed an ellipsoid based appoximation of this volume, while [0] poposed a waanted bounding box using inteval analysis. Both technics show the non-lineaity of the uncetainty elated to the econstuction of a D point. Howeve fom those pevious wok, it is clea that the eo estimation, and hee the esolution, may be diffeent fo diffeent pats of the object. While computing the signatue, the esolution of the model is given by the aveage edge s length L model = E e E E of its coesponding data. The numbe of multiple esolution m pictues can be deduced fom the following elationship: B model = L model m whee B model = min{x max,y max,z max } and {X max,y max,z max } is the bounding box englobing the model. Thus in ode to extact a global esolution fom the scene, the aveage edge s length L scene is also used. The esolution is chosen in the signatue such as: min{ L scene < L model } ( B. Multi-esolution signatue The dyadic scheme consists in dividing by each dimension of the spin image between two esolutions. Using

3 the diect filling way, it is possible to compute, fom the esolution to +, the density of a point M = (i, j in SI by: W(i, j = ( j, j +W(i+, j +W(i, j+ +W(i+, j+ Using the bilinea intepolated image, the elationship between and + is not so obvious. In Fig. 4, the points fom esolution and + ae depicted. Ou goal is to find a elationship between the density W(i, j and the densities + (i+k, j+l fo k {,,0,,} and l {,,0,,}. The main question is how to shae the infomation caied by the points which will disappea. In Fig. 4 let s conside. As this point is not pesent in esolution +, its contibution has to be edistibuted to the fou adjacent points emaining at esolution. Howeve as the density of a point M depends upon its distance, if M was in Q (i, j 0, = Q + (i, j, then its contibution has aleady been patially taken into account by + (i, j, but not by + (i, j, + (i, j, and + (i, j. Fo this thee points, an offset of ( δα, δβ has to be intoduce while pocessing (i, j. We note Q (i, j the suface descibed by the points (i, j, (i+, j, (i+, j+, (i, j+. This suface can be cut in fou quadants Q (i, j l l {0,,,} as depicted in Fig. 4. Fo convenience, and following those notations, those quadants may also be divided by fou and will be noted Q (i, j l,k k {0,,, }. One can notice that the same quadant may have seveal notations depending of the efeence point used. Fo instance Q (i, j = Q (i+, j+ 0, o Q (i, j 0, = Q+ (i, j. The notation used fo the vaiables (a,b is now extended as they change accoding to the esolution. a(m,(i, j is the distance along α fom (i, j to M. b(m, (i, j is the same along β. The elationship between those vaiables fom one esolution to the next one is summaised in Tab. I. TABLE I COEFFICIETS FOR COMPUTIG THE MULTI-RESOLUTIO BILIEAR Aeas Distances ITERPOLATIO Q (i, j 0 a(m,(i, j = a(m,+ (i, j b(m, (i, j = b(m,+ (i, j Q (i, j a(m,(i, j = a(m,+ (i+, j + δα + b(m,(i, j = b(m,+ (i+, j Q (i, j a(m,(i, j = a(m,+ (i+, j+ + δα + b(m,(i, j = b(m,+ (i+, j+ + δβ + Q (i, j a(m,(i, j = a(m,+ (i, j+ b(m,(i, j = b(m,+ (i, j+ + δβ + Lemma: Let s note W(i, j (Q the contibution of the quadant Q fo the density at point (i, j of a spin image having a esolution filled by bilinea intepolation. If m { + (i+k, j+l } fo k {0,,} and l {0,,}, and Q Q 0 (i,j Y size at esolution + (i,j 0 (i,j + (i, j Q 0, Q 0, Q Q 0,0 0, X size at esolution + Point at esolution + 6 (i,j+ + (i, j (i+, j+ X size at esolution Point at esolution (i+, j (i+,j+ Q Q (i,j (i+,j Y size at esolution Fig. 4. Computing bilinea intepolated spin-images fom one esolution to the othe. m = k + l, then we have: (i, j (Q (i, j = (i+, j (Q (i+, j = (i, j+ (Q (i, j+ = (i+, j+ (Q (i, j a m a m (i,j ( a m ( b m W + δα δβ m ( b m W + δα δβ m,n ( a m b m W + δα δβ m,n,n b m 0 = W + δα δβ m 0,n ( with a m = a(m m,(i, j, b m = b( m,(i, + j, and W m = +. Finally + (i+k, j+l W(i, j = W(i, j (Q (i, j n ( n=0 Poof: We give hee a patial poof to illustate the geneal concept. Lets conside the point M Q (i, j, = Q + (i+, j+ = Q + at esolution +. The points, 5 and 7 of the spin images mesh ae consideed. The contibution povided by M to each of those points is computed as follows: + (Q + = + 5 (Q + = + 7 (Q + = + 8 (Q + = a(m, δα + ( b(m, δβ + ( a(m, δα + b(m, δβ + ( a(m, δα + ( b(m, δβ + a(m, δα + b(m, δβ +

4 ow the same point M Q + at esolution can be computed though bilinea intepolation filling. This may be witten fo (i, j : (i, j (Q+ = ( b(m, (i, j δβ ( a(m, (i, j δα Fom Tab. I, and having δα + = δα Eq. 4 can be ewitten: (i, j (Q+ = (i, j (Q (i, j, = = ( a(m, + δα + δα + ( b(m, + δα + δβ + = ( a(m, δα + ( b(m, = δβ + 4 W + 4 (Q + Using the same aguments, we can find: Thus (i, j (Q (i, j,0 = + 0,0 + +,0 + +, ,0 (i, j (Q (i, j, = +, + 4 +, (i, j (Q (i, j, = +, + 4 +, W(i, j (Q (i, j = n=0 (i, j (Q (i, j,n = + 0,0 + +,0 + +, ,0 + +, + 4 +, + +, + 4 +, = ( a m ( b m W + δα δβ m,n (7 The same aguments holds fo the othe points and poof the lemma. The multi-esolution computation of the spin images is done fist by computing the most pecise spin-image though examination of evey points. Fo each point of the spin image, fou densities coesponding to each quadant ae stoed. Fo lowe esolution images, the density is computed using the position of the point egading the quadant consideed and Eq.. (4 (5 (6 It should be stess hee that in ou cuent implementation, only the spin-images ae submit to a multi-esolution scheme. In this fist step, no sub-sampling of the mesh has been applied. Thus if the size of the spin-images decease in this pocess, the numbe of points does not. Simulato scene IV. SEARCH PROCESS Simulato scene being analysed Fig. 5. A D mesh extacted fom the Stanfod Bunny flying in the OpenHRP simulato. The scene is cut accoding to the bounding box model. The seach pocess descibed hee is based on a D mesh. This can be eithe a single view of the envionment o an incementally build epesentation. In ou cuent implementation, it is a single view povided by the steeoscopic system. In the following, it is called the scene. The scene is divided in sub-blocks. The sub-block size is given by the bounding box of the seached object as depicted in Fig. 5. On each of the sub-block the following algoithm is applied: Select the best esolution accoding to the aveage edge-length; Get the main igid tansfomation which poject the model into the scene; Check if if the model is in the scene using the peviously computed igid-tansfomation. This povides a main coelation coefficient, and the position plus oientation in the scene of the seen object. A. Selection of the best esolution Fom section III, the object esolution is the aveage edge s length in the scene. Then the esolution fo the model s spin-images is chosen accoding to Eq.. Two spin-images (p, q with the same esolution ae compaed using the following coelation function as poposed in []:. i=0 R = p i.q i i=0 p i. i=0 q i. i=0 p i ( i=0 p i.. i=0 q i ( i=0 q i R [ ; ] (8 with the numbe of non-empty points in spin-image of the scene. This coelation can be poven to be independent to the nomalisation of a spin-image. Thus duing the multiesolution phase the spin-images ae not nomalised. B. Rigid tansfomation evaluation The main igid tansfomation is obtained as follows: Some points ae andomly selected in the scene. Thei coesponding points in the model ae seached by compaing

5 Scene Model Best match Fig. 6. Matching points. Fig. 9. The Stanfod Bunny with a white noise based on the aveage edge length. thei spin-image to all the model s spin-images as depicted in Fig. 6. This gives a list L C of matching points soted by thei coelation coefficients. To emove false matching, the last 0 % elements of L C ae discaded. Fom this, a list of igid tansfomation L is extacted by consideing sets of 4 points in the list L C as depicted in Fig. 7. Matching list couples tab. Fig. 0. The Stanfod Bunny with self occlusion. Compute a igid tansfomation fo a set of 4 points. Fig. 7. Rigid tansfomation : Get a list of. Sets of 4 points used to compute igid tansfomation. Fo each igid tansfomation e L, a mak is computed by consideing all the couples of L C. If e is the eal igid tansfomation, then it should poject the maximum numbe of points fom the scene to the model. C. Final coelation coefficient On ode to veify the main igid tansfomation, points of the model ae chosen andomly and veified against the scene using the poposed main igid tansfomation. The main coelation coefficient is the aveage of the 80 % best coelation coefficients. This pocedue is applied to each of the sub-space. A. Simulation Stanfod Bunny Coelation coefficient Fig. 8. V. EXPERIMETS Stanfod Bunny Stanfod Bunny Coelation coefficient Spin images compaison examples. Dinosau The peviously descibed algoithm was tested on diffeent situations to check its efficiency. Fist, a Stanfod Bunny spin-image was tested against a spin-image of the dinosau epesented in Fig.. This intended to evaluate the coelation value against a vey diffeent spin-image. The etuned coelation was 0.9. ext, a 0 % white noise has been added to the Stanfod Bunny afte a igid tansfomation including two otations: 45 degees aound the X axis, and 90 degees aound the Y axis and no tanslation as depicted in Fig. 9. This noise was taken accoding to the aveage length of the connected edge fo a point. The etuned coelation was 0.9 and the otation evaluated to 4 degees aound X, 9 degees aound Y and aound Z. The thid case intends to simulate a single view of the complete D model, and the subsequent self-occlusion as shown in Fig. 0. The associated igid tansfomation has no otation and no tanslation. The esulting main coelation coefficient was 0.. Fom those simulation we can conclude that the seach seems to be otation invaiant, obust against noise but is sensitive to occlusion. Howeve the coelation coefficient is still highe when only patial infomations ae available, than with a complete diffeent object. This povides a good candidate fo the next view. B. OpenHRP[] simulato In this context, the HRP- humanoid obot is simulated inside a house envionment. The goal of this simulation was to ty to cope with diffeent objects pesent in the scene. In ode to discad any petubation fom the occlusion, and the multi-esolution, the model used fo the seach pocess

6 Simulato view used as efeence Simulato scene Fig.. Simulation using the OpenHRP simulato. ou tageted application. This implementation has not been optimised to take fully advantage of the newest Pentium capabilities. Moeove duing the ecognition pocess, as it has aleady been noted, if the size of the spin-images is deceasing in the multi-esolution scheme, it is not the case of the numbe of points. It has no impact on the efficiency of the ecognition as the coelation is not sensitive to this poblem. Howeve, this is clealy time consuming. Two kinds of impovement ae possible: using a compession scheme such as the Pincipal Component Analysis as poposed in [], o a Wavelet based appoach such as WaveMesh []. Chocochips: "hand made" model Chocochips: scene image Chocochips: econstucted data Fig.. Expeiment on a single view of the HRP humanoid obot was a view of the Stanfod Bunny fom the OpenHRP simulato. This model is theeafte seach inside a vitual house. The Stanfod Bunny is above a table, behind chais, and seveal objects ae pesents in the backgound, as depicted in Fig. and Fig. 5. Using the peviously descibed scheme, the model is found with a coelation coefficient close to In this context, we can conclude that the othe objects in the scene does not decease the efficiency of the seach. C. Real data The HRP- humanoid obot is equipped with a tinoptic vision system. In this paticula case, only two cameas ae used. Using a coelation method to match points between the left image and the ight image, clouds of D points ae computed using epipola geomety. The implementation is a modified vesion of the VVV system []. The object used fo this test is a box of cookies depicted in Fig..(b. Its model, hee hand-made, is epesented in Fig..(a. The econstucted mesh is displayed in Fig..(c. The ecognition pocess etuned a coelation coefficient equal to 0.4 which is simila to the esult obtained though simulation. D. Computation time To build the Stanfod Bunny model, it takes 6 minutes and 4 seconds fo 484 points. The ecognition pocess takes seconds fo a scene, using 00 spin images to compute the igid tansfomation. The ecognition pocess applied to 8 scenes takes minutes 9 seconds, using 50 spin images fo the igid tansfomation. Also ou multiesolution appoach deceased the initial esults obtained with this implementation, it is cuently not sufficient fo VI. COCLUSIO A visual seach pocess based on clouds of D points has been pesented in this pape. It elies on a multiesolution signatue using spin-images as desciptos. A fast iteative algoithm has been poposed to compute efficiently lowe esolution spin-images fom the finest one. A fist implementation and its applications to simulated and eal data have been pesented to validate the appoach. It shows the pocess obust against noise, otation invaiant, able to cope with size, and still able to povide infomation when an occlusion occus. Ou futue wok is too impove the efficiency of this implementation, and applied it in the context of a Teasue Hunting behaviou. REFERECES [] F. Juie and M. Dhome, Real time tacking of d objects : a obust appoach, Patten Recognition, vol. 5, no., pp. 7 8, 00. [] A. Ude and C. Atkeson, Pobabilistic detection and tacking at high fame ates using affine waping, in Poceedings of the Intenational Confeence on Patten Recognition, Quebec City, Canada, august 00. [] A. E. Johnson and M. Hebet, Using spin images fo efficient object ecognition in clutteed d scenes, 999. [4] M. Kazdhan, T. Funkhouse, and S. Rusinkiewicz, Rotation invaiant spheical hamonic epesentation of d shape desciptos, 00. [5] A. Fome, D. Hube, R. Kollui, T. Bülow, and J. Malik, Recognizing objects in ange data using egion and point desciptos, 004. [6] K.Kaneko, F.Kanehio, S.Kajita, H.Hiukawa, T.Kawasaki, M.Hiata, K.Akachi, and T.Isozumi, Humanoid obot hp-, in Poceedings of the 004 IEEE Intenational Confeence on Robotics & Automation, 004. [7] S. Jin, R. R. Lewis, and D. West, A compaison of algoithms fo vetex nomal computation, 00. [8] H. Hischmülle, P. R. Innocent, and J. M. Gaibaldi, Fast, unconstained camea motion estimation fom steeo without tacking and obust statistics, in 7th Intenational Confeence on Contol, Automation, Robotics and Vision, Singapoe, Decembe 00. [9]. Molton and M. Bady, Pactical stuctue and motion fom steeo, Intenational Jounal of Compute Vision, vol. 9, no., August 000. [0] B. Telle, O. Stasse, T. Ueshiba, K. Yokoi, and F. Tomita, d boundaies patial epesentation of objects using inteval analysis, in Intenational Confeence on Intelligent Robotics Systems and Systems (IROS, Sendai, Japan, 004. [] H. Hiukawa, F. Kanehio, and S. Kajita, Openhp: Open achitectue humanoid obotics platfom, in Poceedings of the Intenational Symposium of Robotics Reseach, 00. [] Y. Sumi, Y. Kawai, T.Yoshimi, and T. Tomita, d object ecognition in clutteed envionments by segment-based steeo vision, Intenational Jounal of Compute Vision, vol. 6, Januay 00. [] S. Valette and R. Post, Wavelet-based pogessive compession scheme fo tiangle meshes: Wavemesh, IEEE Tansaction on Visualization and Compute Gaphics, vol. 0, umbe, 004.

Software Engineering and Development

Software Engineering and Development I T H E A 67 Softwae Engineeing and Development SOFTWARE DEVELOPMENT PROCESS DYNAMICS MODELING AS STATE MACHINE Leonid Lyubchyk, Vasyl Soloshchuk Abstact: Softwae development pocess modeling is gaining

More information

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors Tacking/Fusion and Deghosting with Dopple Fequency fom Two Passive Acoustic Sensos Rong Yang, Gee Wah Ng DSO National Laboatoies 2 Science Pak Dive Singapoe 11823 Emails: yong@dso.og.sg, ngeewah@dso.og.sg

More information

The Detection of Obstacles Using Features by the Horizon View Camera

The Detection of Obstacles Using Features by the Horizon View Camera The Detection of Obstacles Using Featues b the Hoizon View Camea Aami Iwata, Kunihito Kato, Kazuhiko Yamamoto Depatment of Infomation Science, Facult of Engineeing, Gifu Univesit aa@am.info.gifu-u.ac.jp

More information

UNIT CIRCLE TRIGONOMETRY

UNIT CIRCLE TRIGONOMETRY UNIT CIRCLE TRIGONOMETRY The Unit Cicle is the cicle centeed at the oigin with adius unit (hence, the unit cicle. The equation of this cicle is + =. A diagam of the unit cicle is shown below: + = - - -

More information

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses,

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses, 3.4. KEPLER S LAWS 145 3.4 Keple s laws You ae familia with the idea that one can solve some mechanics poblems using only consevation of enegy and (linea) momentum. Thus, some of what we see as objects

More information

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review Vecto Calculus: Ae you eady? Vectos in D and 3D Space: Review Pupose: Make cetain that you can define, and use in context, vecto tems, concepts and fomulas listed below: Section 7.-7. find the vecto defined

More information

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers Concept and Expeiences on using a Wiki-based System fo Softwae-elated Semina Papes Dominik Fanke and Stefan Kowalewski RWTH Aachen Univesity, 52074 Aachen, Gemany, {fanke, kowalewski}@embedded.wth-aachen.de,

More information

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM Main Golub Faculty of Electical Engineeing and Computing, Univesity of Zageb Depatment of Electonics, Micoelectonics,

More information

An Introduction to Omega

An Introduction to Omega An Intoduction to Omega Con Keating and William F. Shadwick These distibutions have the same mean and vaiance. Ae you indiffeent to thei isk-ewad chaacteistics? The Finance Development Cente 2002 1 Fom

More information

Carter-Penrose diagrams and black holes

Carter-Penrose diagrams and black holes Cate-Penose diagams and black holes Ewa Felinska The basic intoduction to the method of building Penose diagams has been pesented, stating with obtaining a Penose diagam fom Minkowski space. An example

More information

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing M13914 Questions & Answes Chapte 10 Softwae Reliability Pediction, Allocation and Demonstation Testing 1. Homewok: How to deive the fomula of failue ate estimate. λ = χ α,+ t When the failue times follow

More information

Gauss Law. Physics 231 Lecture 2-1

Gauss Law. Physics 231 Lecture 2-1 Gauss Law Physics 31 Lectue -1 lectic Field Lines The numbe of field lines, also known as lines of foce, ae elated to stength of the electic field Moe appopiately it is the numbe of field lines cossing

More information

Converting knowledge Into Practice

Converting knowledge Into Practice Conveting knowledge Into Pactice Boke Nightmae srs Tend Ride By Vladimi Ribakov Ceato of Pips Caie 20 of June 2010 2 0 1 0 C o p y i g h t s V l a d i m i R i b a k o v 1 Disclaime and Risk Wanings Tading

More information

Uncertain Version Control in Open Collaborative Editing of Tree-Structured Documents

Uncertain Version Control in Open Collaborative Editing of Tree-Structured Documents Uncetain Vesion Contol in Open Collaboative Editing of Tee-Stuctued Documents M. Lamine Ba Institut Mines Télécom; Télécom PaisTech; LTCI Pais, Fance mouhamadou.ba@ telecom-paistech.f Talel Abdessalem

More information

Strength Analysis and Optimization Design about the key parts of the Robot

Strength Analysis and Optimization Design about the key parts of the Robot Intenational Jounal of Reseach in Engineeing and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Pint): 2320-9356 www.ijes.og Volume 3 Issue 3 ǁ Mach 2015 ǁ PP.25-29 Stength Analysis and Optimization Design

More information

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS Vesion:.0 Date: June 0 Disclaime This document is solely intended as infomation fo cleaing membes and othes who ae inteested in

More information

Automatic Testing of Neighbor Discovery Protocol Based on FSM and TTCN*

Automatic Testing of Neighbor Discovery Protocol Based on FSM and TTCN* Automatic Testing of Neighbo Discovey Potocol Based on FSM and TTCN* Zhiliang Wang, Xia Yin, Haibin Wang, and Jianping Wu Depatment of Compute Science, Tsinghua Univesity Beijing, P. R. China, 100084 Email:

More information

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it.

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it. Candidates should be able to : Descibe how a mass ceates a gavitational field in the space aound it. Define gavitational field stength as foce pe unit mass. Define and use the peiod of an object descibing

More information

Research on Risk Assessment of the Transformer Based on Life Cycle Cost

Research on Risk Assessment of the Transformer Based on Life Cycle Cost ntenational Jounal of Smat Gid and lean Enegy eseach on isk Assessment of the Tansfome Based on Life ycle ost Hui Zhou a, Guowei Wu a, Weiwei Pan a, Yunhe Hou b, hong Wang b * a Zhejiang Electic Powe opoation,

More information

3D Model Streaming Based on JPEG 2000

3D Model Streaming Based on JPEG 2000 3D Model Steaming Based on JPEG 2000 Nein-Hsien Lin, Ting-Hao Huang, and Bing-Yu Chen, Membe, IEEE Abstact Fo PC and even mobile device, video and image steaming technologies, such as H.264 and JPEG/JPEG

More information

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION Page 1 STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION C. Alan Blaylock, Hendeson State Univesity ABSTRACT This pape pesents an intuitive appoach to deiving annuity fomulas fo classoom use and attempts

More information

The transport performance evaluation system building of logistics enterprises

The transport performance evaluation system building of logistics enterprises Jounal of Industial Engineeing and Management JIEM, 213 6(4): 194-114 Online ISSN: 213-953 Pint ISSN: 213-8423 http://dx.doi.og/1.3926/jiem.784 The tanspot pefomance evaluation system building of logistics

More information

Episode 401: Newton s law of universal gravitation

Episode 401: Newton s law of universal gravitation Episode 401: Newton s law of univesal gavitation This episode intoduces Newton s law of univesal gavitation fo point masses, and fo spheical masses, and gets students pactising calculations of the foce

More information

SUPPORT VECTOR MACHINE FOR BANDWIDTH ANALYSIS OF SLOTTED MICROSTRIP ANTENNA

SUPPORT VECTOR MACHINE FOR BANDWIDTH ANALYSIS OF SLOTTED MICROSTRIP ANTENNA Intenational Jounal of Compute Science, Systems Engineeing and Infomation Technology, 4(), 20, pp. 67-7 SUPPORT VECTOR MACHIE FOR BADWIDTH AALYSIS OF SLOTTED MICROSTRIP ATEA Venmathi A.R. & Vanitha L.

More information

Ilona V. Tregub, ScD., Professor

Ilona V. Tregub, ScD., Professor Investment Potfolio Fomation fo the Pension Fund of Russia Ilona V. egub, ScD., Pofesso Mathematical Modeling of Economic Pocesses Depatment he Financial Univesity unde the Govenment of the Russian Fedeation

More information

MATHEMATICAL SIMULATION OF MASS SPECTRUM

MATHEMATICAL SIMULATION OF MASS SPECTRUM MATHEMATICA SIMUATION OF MASS SPECTUM.Beánek, J.Knížek, Z. Pulpán 3, M. Hubálek 4, V. Novák Univesity of South Bohemia, Ceske Budejovice, Chales Univesity, Hadec Kalove, 3 Univesity of Hadec Kalove, Hadec

More information

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH nd INTERNATIONAL TEXTILE, CLOTHING & ESIGN CONFERENCE Magic Wold of Textiles Octobe 03 d to 06 th 004, UBROVNIK, CROATIA YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH Jana VOBOROVA; Ashish GARG; Bohuslav

More information

Comparing Availability of Various Rack Power Redundancy Configurations

Comparing Availability of Various Rack Power Redundancy Configurations Compaing Availability of Vaious Rack Powe Redundancy Configuations White Pape 48 Revision by Victo Avela > Executive summay Tansfe switches and dual-path powe distibution to IT equipment ae used to enhance

More information

Experiment 6: Centripetal Force

Experiment 6: Centripetal Force Name Section Date Intoduction Expeiment 6: Centipetal oce This expeiment is concened with the foce necessay to keep an object moving in a constant cicula path. Accoding to Newton s fist law of motion thee

More information

Comparing Availability of Various Rack Power Redundancy Configurations

Comparing Availability of Various Rack Power Redundancy Configurations Compaing Availability of Vaious Rack Powe Redundancy Configuations By Victo Avela White Pape #48 Executive Summay Tansfe switches and dual-path powe distibution to IT equipment ae used to enhance the availability

More information

Fast FPT-algorithms for cleaning grids

Fast FPT-algorithms for cleaning grids Fast FPT-algoithms fo cleaning gids Josep Diaz Dimitios M. Thilikos Abstact We conside the poblem that given a gaph G and a paamete k asks whethe the edit distance of G and a ectangula gid is at most k.

More information

ENABLING INFORMATION GATHERING PATTERNS FOR EMERGENCY RESPONSE WITH THE OPENKNOWLEDGE SYSTEM

ENABLING INFORMATION GATHERING PATTERNS FOR EMERGENCY RESPONSE WITH THE OPENKNOWLEDGE SYSTEM Computing and Infomatics, Vol. 29, 2010, 537 555 ENABLING INFORMATION GATHERING PATTERNS FOR EMERGENCY RESPONSE WITH THE OPENKNOWLEDGE SYSTEM Gaia Tecaichi, Veonica Rizzi, Mauizio Machese Depatment of

More information

METHODOLOGICAL APPROACH TO STRATEGIC PERFORMANCE OPTIMIZATION

METHODOLOGICAL APPROACH TO STRATEGIC PERFORMANCE OPTIMIZATION ETHODOOGICA APPOACH TO STATEGIC PEFOANCE OPTIIZATION ao Hell * Stjepan Vidačić ** Željo Gaača *** eceived: 4. 07. 2009 Peliminay communication Accepted: 5. 0. 2009 UDC 65.02.4 This pape pesents a matix

More information

Manual ultrasonic inspection of thin metal welds

Manual ultrasonic inspection of thin metal welds Manual ultasonic inspection of thin metal welds Capucine Capentie and John Rudlin TWI Cambidge CB1 6AL, UK Telephone 01223 899000 Fax 01223 890689 E-mail capucine.capentie@twi.co.uk Abstact BS EN ISO 17640

More information

Real Time Tracking of High Speed Movements in the Context of a Table Tennis Application

Real Time Tracking of High Speed Movements in the Context of a Table Tennis Application Real Time Tacking of High Speed Movements in the Context of a Table Tennis Application Stephan Rusdof Chemnitz Univesity of Technology D-09107, Chemnitz, Gemany +49 371 531 1533 stephan.usdof@infomatik.tu-chemnitz.de

More information

Automatic Closed Caption Detection and Filtering in MPEG Videos for Video Structuring

Automatic Closed Caption Detection and Filtering in MPEG Videos for Video Structuring JOURNAL OF INFORMATION SCIENCE AND ENGINEERING, 1145-116 (006) Automatic Closed Caption Detection and Filteing in MPEG Videos fo Video Stuctuing Depatment of Compute Science and Infomation Engineeing National

More information

Semipartial (Part) and Partial Correlation

Semipartial (Part) and Partial Correlation Semipatial (Pat) and Patial Coelation his discussion boows heavily fom Applied Multiple egession/coelation Analysis fo the Behavioal Sciences, by Jacob and Paticia Cohen (975 edition; thee is also an updated

More information

Coordinate Systems L. M. Kalnins, March 2009

Coordinate Systems L. M. Kalnins, March 2009 Coodinate Sstems L. M. Kalnins, Mach 2009 Pupose of a Coodinate Sstem The pupose of a coodinate sstem is to uniquel detemine the position of an object o data point in space. B space we ma liteall mean

More information

12. Rolling, Torque, and Angular Momentum

12. Rolling, Torque, and Angular Momentum 12. olling, Toque, and Angula Momentum 1 olling Motion: A motion that is a combination of otational and tanslational motion, e.g. a wheel olling down the oad. Will only conside olling with out slipping.

More information

Gravitational Mechanics of the Mars-Phobos System: Comparing Methods of Orbital Dynamics Modeling for Exploratory Mission Planning

Gravitational Mechanics of the Mars-Phobos System: Comparing Methods of Orbital Dynamics Modeling for Exploratory Mission Planning Gavitational Mechanics of the Mas-Phobos System: Compaing Methods of Obital Dynamics Modeling fo Exploatoy Mission Planning Alfedo C. Itualde The Pennsylvania State Univesity, Univesity Pak, PA, 6802 This

More information

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project Spiotechnics! Septembe 7, 2011 Amanda Zeingue, Michael Spannuth and Amanda Zeingue Dieential Geomety Poject 1 The Beginning The geneal consensus of ou goup began with one thought: Spiogaphs ae awesome.

More information

Timing Synchronization in High Mobility OFDM Systems

Timing Synchronization in High Mobility OFDM Systems Timing Synchonization in High Mobility OFDM Systems Yasamin Mostofi Depatment of Electical Engineeing Stanfod Univesity Stanfod, CA 94305, USA Email: yasi@wieless.stanfod.edu Donald C. Cox Depatment of

More information

Mining Relatedness Graphs for Data Integration

Mining Relatedness Graphs for Data Integration Mining Relatedness Gaphs fo Data Integation Jeemy T. Engle (jtengle@indiana.edu) Ying Feng (yingfeng@indiana.edu) Robet L. Goldstone (goldsto@indiana.edu) Indiana Univesity Bloomington, IN. 47405 USA Abstact

More information

Skills Needed for Success in Calculus 1

Skills Needed for Success in Calculus 1 Skills Needed fo Success in Calculus Thee is much appehension fom students taking Calculus. It seems that fo man people, "Calculus" is snonmous with "difficult." Howeve, an teache of Calculus will tell

More information

Structure and evolution of circumstellar disks during the early phase of accretion from a parent cloud

Structure and evolution of circumstellar disks during the early phase of accretion from a parent cloud Cente fo Tubulence Reseach Annual Reseach Biefs 2001 209 Stuctue and evolution of cicumstella disks duing the ealy phase of accetion fom a paent cloud By Olusola C. Idowu 1. Motivation and Backgound The

More information

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor > PNN05-P762 < Reduced Patten Taining Based on Task Decomposition Using Patten Distibuto Sheng-Uei Guan, Chunyu Bao, and TseNgee Neo Abstact Task Decomposition with Patten Distibuto (PD) is a new task

More information

STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL DATA 1. INTRODUCTION

STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL DATA 1. INTRODUCTION Jounal of Machine Engineeing, Vol. 11, No. 4, 211 Batosz POWALKA 1 Macin CHODZKO 1 Kzysztof JEMIELNIAK 2 milling, chatte, opeational modal analysis STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL

More information

DETC2002/MECH-34317 A FINGER MECHANISM FOR ADAPTIVE END EFFECTORS

DETC2002/MECH-34317 A FINGER MECHANISM FOR ADAPTIVE END EFFECTORS Poceedings of DETC ASME Design Engineeing Technical Confeence and Computes and Infomation in Engineeing Confeence Monteal, Canada, Septembe 9-Octobe, DETC/MECH-34317 A FINGER MECHANISM FOR ADAPTIVE END

More information

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods A famewok fo the selection of entepise esouce planning (ERP) system based on fuzzy decision making methods Omid Golshan Tafti M.s student in Industial Management, Univesity of Yazd Omidgolshan87@yahoo.com

More information

Review Graph based Online Store Review Spammer Detection

Review Graph based Online Store Review Spammer Detection Review Gaph based Online Stoe Review Spamme Detection Guan Wang, Sihong Xie, Bing Liu, Philip S. Yu Univesity of Illinois at Chicago Chicago, USA gwang26@uic.edu sxie6@uic.edu liub@uic.edu psyu@uic.edu

More information

Nontrivial lower bounds for the least common multiple of some finite sequences of integers

Nontrivial lower bounds for the least common multiple of some finite sequences of integers J. Numbe Theoy, 15 (007), p. 393-411. Nontivial lowe bounds fo the least common multiple of some finite sequences of integes Bai FARHI bai.fahi@gmail.com Abstact We pesent hee a method which allows to

More information

Supplementary Material for EpiDiff

Supplementary Material for EpiDiff Supplementay Mateial fo EpiDiff Supplementay Text S1. Pocessing of aw chomatin modification data In ode to obtain the chomatin modification levels in each of the egions submitted by the use QDCMR module

More information

VISCOSITY OF BIO-DIESEL FUELS

VISCOSITY OF BIO-DIESEL FUELS VISCOSITY OF BIO-DIESEL FUELS One of the key assumptions fo ideal gases is that the motion of a given paticle is independent of any othe paticles in the system. With this assumption in place, one can use

More information

Approximation Algorithms for Data Management in Networks

Approximation Algorithms for Data Management in Networks Appoximation Algoithms fo Data Management in Netwoks Chistof Kick Heinz Nixdof Institute and Depatment of Mathematics & Compute Science adebon Univesity Gemany kueke@upb.de Haald Räcke Heinz Nixdof Institute

More information

CONCEPTUAL FRAMEWORK FOR DEVELOPING AND VERIFICATION OF ATTRIBUTION MODELS. ARITHMETIC ATTRIBUTION MODELS

CONCEPTUAL FRAMEWORK FOR DEVELOPING AND VERIFICATION OF ATTRIBUTION MODELS. ARITHMETIC ATTRIBUTION MODELS CONCEPUAL FAMEOK FO DEVELOPING AND VEIFICAION OF AIBUION MODELS. AIHMEIC AIBUION MODELS Yui K. Shestopaloff, is Diecto of eseach & Deelopment at SegmentSoft Inc. He is a Docto of Sciences and has a Ph.D.

More information

Chris J. Skinner The probability of identification: applying ideas from forensic statistics to disclosure risk assessment

Chris J. Skinner The probability of identification: applying ideas from forensic statistics to disclosure risk assessment Chis J. Skinne The pobability of identification: applying ideas fom foensic statistics to disclosue isk assessment Aticle (Accepted vesion) (Refeeed) Oiginal citation: Skinne, Chis J. (2007) The pobability

More information

Pessu Behavior Analysis for Autologous Fluidations

Pessu Behavior Analysis for Autologous Fluidations EXPERIENCE OF USING A CFD CODE FOR ESTIMATING THE NOISE GENERATED BY GUSTS ALONG THE SUN- ROOF OF A CAR Liang S. Lai* 1, Geogi S. Djambazov 1, Choi -H. Lai 1, Koulis A. Peicleous 1, and Fédéic Magoulès

More information

Over-encryption: Management of Access Control Evolution on Outsourced Data

Over-encryption: Management of Access Control Evolution on Outsourced Data Ove-encyption: Management of Access Contol Evolution on Outsouced Data Sabina De Capitani di Vimecati DTI - Univesità di Milano 26013 Cema - Italy decapita@dti.unimi.it Stefano Paaboschi DIIMM - Univesità

More information

Chapter 3 Savings, Present Value and Ricardian Equivalence

Chapter 3 Savings, Present Value and Ricardian Equivalence Chapte 3 Savings, Pesent Value and Ricadian Equivalence Chapte Oveview In the pevious chapte we studied the decision of households to supply hous to the labo maket. This decision was a static decision,

More information

High Availability Replication Strategy for Deduplication Storage System

High Availability Replication Strategy for Deduplication Storage System Zhengda Zhou, Jingli Zhou College of Compute Science and Technology, Huazhong Univesity of Science and Technology, *, zhouzd@smail.hust.edu.cn jlzhou@mail.hust.edu.cn Abstact As the amount of digital data

More information

Secure Smartcard-Based Fingerprint Authentication

Secure Smartcard-Based Fingerprint Authentication Secue Smatcad-Based Fingepint Authentication [full vesion] T. Chales Clancy Compute Science Univesity of Mayland, College Pak tcc@umd.edu Nega Kiyavash, Dennis J. Lin Electical and Compute Engineeing Univesity

More information

An Epidemic Model of Mobile Phone Virus

An Epidemic Model of Mobile Phone Virus An Epidemic Model of Mobile Phone Vius Hui Zheng, Dong Li, Zhuo Gao 3 Netwok Reseach Cente, Tsinghua Univesity, P. R. China zh@tsinghua.edu.cn School of Compute Science and Technology, Huazhong Univesity

More information

Top K Nearest Keyword Search on Large Graphs

Top K Nearest Keyword Search on Large Graphs Top K Neaest Keywod Seach on Lage Gaphs Miao Qiao, Lu Qin, Hong Cheng, Jeffey Xu Yu, Wentao Tian The Chinese Univesity of Hong Kong, Hong Kong, China {mqiao,lqin,hcheng,yu,wttian}@se.cuhk.edu.hk ABSTRACT

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

FIRST EXPERIENCES WITH THE DEFORMATION ANALYSIS OF A LARGE DAM COMBINING LASERSCANNING AND HIGH-ACCURACY SURVEYING

FIRST EXPERIENCES WITH THE DEFORMATION ANALYSIS OF A LARGE DAM COMBINING LASERSCANNING AND HIGH-ACCURACY SURVEYING FIRST EXPERIENCES WITH THE DEFORMATION ANALYSIS OF A LARGE DAM COMBINING LASERSCANNING AND HIGH-ACCURACY SURVEYING Diego González Aguilea a*, Javie Gómez Lahoz a and José Antonio Sánchez Seano b a Land

More information

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates 9:6.4 INITIAL PUBLIC OFFERINGS 9:6.4 Sample Questions/Requests fo Managing Undewite Candidates Recent IPO Expeience Please povide a list of all completed o withdawn IPOs in which you fim has paticipated

More information

TECHNICAL DATA. JIS (Japanese Industrial Standard) Screw Thread. Specifications

TECHNICAL DATA. JIS (Japanese Industrial Standard) Screw Thread. Specifications JIS (Japanese Industial Standad) Scew Thead Specifications TECNICAL DATA Note: Although these specifications ae based on JIS they also apply to and DIN s. Some comments added by Mayland Metics Coutesy

More information

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years.

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years. 9.2 Inteest Objectives 1. Undestand the simple inteest fomula. 2. Use the compound inteest fomula to find futue value. 3. Solve the compound inteest fomula fo diffeent unknowns, such as the pesent value,

More information

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN Modeling and Veifying a Pice Model fo Congestion Contol in Compute Netwoks Using PROMELA/SPIN Clement Yuen and Wei Tjioe Depatment of Compute Science Univesity of Toonto 1 King s College Road, Toonto,

More information

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems Efficient Redundancy Techniques fo Latency Reduction in Cloud Systems 1 Gaui Joshi, Emina Soljanin, and Gegoy Wonell Abstact In cloud computing systems, assigning a task to multiple seves and waiting fo

More information

Uncertainty Associated with Microbiological Analysis

Uncertainty Associated with Microbiological Analysis Appendix J STWG Pat 3 Uncetainty 7-8-06 Page 1 of 31 Uncetainty Associated with Micobiological Analysis 1. Intoduction 1.1. Thee ae only two absolute cetainties in life: death and taxes! Whateve task we

More information

Effect of Contention Window on the Performance of IEEE 802.11 WLANs

Effect of Contention Window on the Performance of IEEE 802.11 WLANs Effect of Contention Window on the Pefomance of IEEE 82.11 WLANs Yunli Chen and Dhama P. Agawal Cente fo Distibuted and Mobile Computing, Depatment of ECECS Univesity of Cincinnati, OH 45221-3 {ychen,

More information

Financing Terms in the EOQ Model

Financing Terms in the EOQ Model Financing Tems in the EOQ Model Habone W. Stuat, J. Columbia Business School New Yok, NY 1007 hws7@columbia.edu August 6, 004 1 Intoduction This note discusses two tems that ae often omitted fom the standad

More information

Quantity Formula Meaning of variables. 5 C 1 32 F 5 degrees Fahrenheit, 1 bh A 5 area, b 5 base, h 5 height. P 5 2l 1 2w

Quantity Formula Meaning of variables. 5 C 1 32 F 5 degrees Fahrenheit, 1 bh A 5 area, b 5 base, h 5 height. P 5 2l 1 2w 1.4 Rewite Fomulas and Equations Befoe You solved equations. Now You will ewite and evaluate fomulas and equations. Why? So you can apply geometic fomulas, as in Ex. 36. Key Vocabulay fomula solve fo a

More information

Model-Driven Engineering of Adaptation Engines for Self-Adaptive Software: Executable Runtime Megamodels

Model-Driven Engineering of Adaptation Engines for Self-Adaptive Software: Executable Runtime Megamodels Model-Diven Engineeing of Adaptation Engines fo Self-Adaptive Softwae: Executable Runtime Megamodels Thomas Vogel, Holge Giese Technische Beichte N. 66 des Hasso-Plattne-Instituts fü Softwaesystemtechnik

More information

Distributed Computing and Big Data: Hadoop and MapReduce

Distributed Computing and Big Data: Hadoop and MapReduce Distibuted Computing and Big Data: Hadoop and Map Bill Keenan, Diecto Tey Heinze, Achitect Thomson Reutes Reseach & Development Agenda R&D Oveview Hadoop and Map Oveview Use Case: Clusteing Legal Documents

More information

Database Management Systems

Database Management Systems Contents Database Management Systems (COP 5725) D. Makus Schneide Depatment of Compute & Infomation Science & Engineeing (CISE) Database Systems Reseach & Development Cente Couse Syllabus 1 Sping 2012

More information

Unveiling the MPLS Structure on Internet Topology

Unveiling the MPLS Structure on Internet Topology Unveiling the MPLS Stuctue on Intenet Topology Gabiel Davila Revelo, Mauicio Andeson Ricci, Benoit Donnet, José Ignacio Alvaez-Hamelin INTECIN, Facultad de Ingenieía, Univesidad de Buenos Aies Agentina

More information

THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION

THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION IADIS Intenational Confeence Applied Computing 2006 THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION Jög Roth Univesity of Hagen 58084 Hagen, Gemany Joeg.Roth@Fenuni-hagen.de ABSTRACT

More information

Online Learning of Region Confidences for Object Tracking

Online Learning of Region Confidences for Object Tracking Online Leaning of Region Confidences fo Object Tacking ABSTRACT This pape pesents an online leaning method fo object tacking. Movated by the attenon shifng among local egions of a human vision system duing

More information

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360!

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360! 1. What ae angles? Last time, we looked at how the Geeks intepeted measument of lengths. Howeve, as fascinated as they wee with geomety, thee was a shape that was much moe enticing than any othe : the

More information

Seshadri constants and surfaces of minimal degree

Seshadri constants and surfaces of minimal degree Seshadi constants and sufaces of minimal degee Wioletta Syzdek and Tomasz Szembeg Septembe 29, 2007 Abstact In [] we showed that if the multiple point Seshadi constants of an ample line bundle on a smooth

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distibution A. It would be vey tedious if, evey time we had a slightly diffeent poblem, we had to detemine the pobability distibutions fom scatch. Luckily, thee ae enough similaities between

More information

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request.

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request. Retiement Benefit 1 Things to Remembe Complete all of the sections on the Retiement Benefit fom that apply to you equest. If this is an initial equest, and not a change in a cuent distibution, emembe to

More information

IBM Research Smarter Transportation Analytics

IBM Research Smarter Transportation Analytics IBM Reseach Smate Tanspotation Analytics Laua Wynte PhD, Senio Reseach Scientist, IBM Watson Reseach Cente lwynte@us.ibm.com INSTRUMENTED We now have the ability to measue, sense and see the exact condition

More information

Optimizing Content Retrieval Delay for LT-based Distributed Cloud Storage Systems

Optimizing Content Retrieval Delay for LT-based Distributed Cloud Storage Systems Optimizing Content Retieval Delay fo LT-based Distibuted Cloud Stoage Systems Haifeng Lu, Chuan Heng Foh, Yonggang Wen, and Jianfei Cai School of Compute Engineeing, Nanyang Technological Univesity, Singapoe

More information

NURBS Drawing Week 5, Lecture 10

NURBS Drawing Week 5, Lecture 10 CS 43/585 Compute Gaphics I NURBS Dawing Week 5, Lectue 1 David Been, William Regli and Maim Pesakhov Geometic and Intelligent Computing Laboato Depatment of Compute Science Deel Univesit http://gicl.cs.deel.edu

More information

An Efficient Group Key Agreement Protocol for Ad hoc Networks

An Efficient Group Key Agreement Protocol for Ad hoc Networks An Efficient Goup Key Ageement Potocol fo Ad hoc Netwoks Daniel Augot, Raghav haska, Valéie Issany and Daniele Sacchetti INRIA Rocquencout 78153 Le Chesnay Fance {Daniel.Augot, Raghav.haska, Valéie.Issany,

More information

Define What Type of Trader Are you?

Define What Type of Trader Are you? Define What Type of Tade Ae you? Boke Nightmae srs Tend Ride By Vladimi Ribakov Ceato of Pips Caie 20 of June 2010 1 Disclaime and Risk Wanings Tading any financial maket involves isk. The content of this

More information

CLOSE RANGE PHOTOGRAMMETRY WITH CCD CAMERAS AND MATCHING METHODS - APPLIED TO THE FRACTURE SURFACE OF AN IRON BOLT

CLOSE RANGE PHOTOGRAMMETRY WITH CCD CAMERAS AND MATCHING METHODS - APPLIED TO THE FRACTURE SURFACE OF AN IRON BOLT CLOSE RANGE PHOTOGRAMMETR WITH CCD CAMERAS AND MATCHING METHODS - APPLIED TO THE FRACTURE SURFACE OF AN IRON BOLT Tim Suthau, John Moé, Albet Wieemann an Jens Fanzen Technical Univesit of Belin, Depatment

More information

Optimal Peer Selection in a Free-Market Peer-Resource Economy

Optimal Peer Selection in a Free-Market Peer-Resource Economy Optimal Pee Selection in a Fee-Maket Pee-Resouce Economy Micah Adle, Rakesh Kuma, Keith Ross, Dan Rubenstein, David Tune and David D Yao Dept of Compute Science Univesity of Massachusetts Amhest, MA; Email:

More information

A Hybrid DCT-SVD Video Compression Technique (HDCTSVD)

A Hybrid DCT-SVD Video Compression Technique (HDCTSVD) A Hybid - Video Compession echnique (H) ong, Lin; Rao, K.R. Abstact A new hybid - (H) video compession technique is poposed in this pape. Discete cosine tansfom () is widely used in video coding due to

More information

An Analysis of Manufacturer Benefits under Vendor Managed Systems

An Analysis of Manufacturer Benefits under Vendor Managed Systems An Analysis of Manufactue Benefits unde Vendo Managed Systems Seçil Savaşaneil Depatment of Industial Engineeing, Middle East Technical Univesity, 06531, Ankaa, TURKEY secil@ie.metu.edu.t Nesim Ekip 1

More information

Office of Family Assistance. Evaluation Resource Guide for Responsible Fatherhood Programs

Office of Family Assistance. Evaluation Resource Guide for Responsible Fatherhood Programs Office of Family Assistance Evaluation Resouce Guide fo Responsible Fathehood Pogams Contents Intoduction........................................................ 4 Backgound..........................................................

More information

Epdf Sulf petroleum, Eflecti and Eeflecti

Epdf Sulf petroleum, Eflecti and Eeflecti ANALYSIS OF GLOBAL WARMING MITIGATION BY WHITE REFLECTING SURFACES Fedeico Rossi, Andea Nicolini Univesity of Peugia, CIRIAF Via G.Duanti 67 0615 Peugia, Italy T: +9-075-585846; F: +9-075-5848470; E: fossi@unipg.it

More information

Predictive Control of Permanent Magnet Synchronous Motor Based on Optimization Model Algorithmic Control

Predictive Control of Permanent Magnet Synchronous Motor Based on Optimization Model Algorithmic Control Pedictive Contol of Pemanent Magnet Synchonous Moto Based on Optimization Model Algoithmic Contol 1 Chen Junshuo, 2 Liu Jinglin, 3 Zhang Ying *1, Chen Junshuo School of Automation, Nothwesten Ploytechnical

More information

Gravitation and Kepler s Laws Newton s Law of Universal Gravitation in vectorial. Gm 1 m 2. r 2

Gravitation and Kepler s Laws Newton s Law of Universal Gravitation in vectorial. Gm 1 m 2. r 2 F Gm Gavitation and Keple s Laws Newton s Law of Univesal Gavitation in vectoial fom: F 12 21 Gm 1 m 2 12 2 ˆ 12 whee the hat (ˆ) denotes a unit vecto as usual. Gavity obeys the supeposition pinciple,

More information

Exam #1 Review Answers

Exam #1 Review Answers xam #1 Review Answes 1. Given the following pobability distibution, calculate the expected etun, vaiance and standad deviation fo Secuity J. State Pob (R) 1 0.2 10% 2 0.6 15 3 0.2 20 xpected etun = 0.2*10%

More information

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary PCE SEMINIUM Z PODSTW ELEKTOTECHNIKI I TEOII OBWODÓW 8 - TH SEMIN ON FUNDMENTLS OF ELECTOTECHNICS ND CICUIT THEOY ZDENĚK BIOLEK SPŠE OŽNO P.., CZECH EPUBLIC DLIBO BIOLEK MILITY CDEMY, BNO, CZECH EPUBLIC

More information

Thank you for participating in Teach It First!

Thank you for participating in Teach It First! Thank you fo paticipating in Teach It Fist! This Teach It Fist Kit contains a Common Coe Suppot Coach, Foundational Mathematics teache lesson followed by the coesponding student lesson. We ae confident

More information