Object Tracking using Ane Structure for Point. Correspondences. Subhashis Banerjee. Department of Computer Science and Engineering

Size: px
Start display at page:

Download "Object Tracking using Ane Structure for Point. Correspondences. Subhashis Banerjee. Department of Computer Science and Engineering"

Transcription

1 Object Trackin usin Ane Structure or Point Correspondences Gurmeet Sinh Manku Pankaj Jain y Amit Aarwal Lalit Kumar Subhashis Banerjee Department o Computer Science and Enineerin Indian Institute o Technoloy New Delhi suban@cseiitdernetin Abstract A new object trackin alorithm based on ane structure has been developed and it is shown that the perormance is better than that o a Kalman lter based correlation tracker The alorithm is ast, reliable, viewpoint invariant, and insensitive to occlusion and/or individual corner disappearance or reappearance Detailed experimental analysis on a lon real imae sequence is also presented 1 Introduction Trackin and computation o structure and motion have been treated in the past as two separate problems On one hand, traditional approaches to trackin have been based primarily on intensity correlation matchin, with the more sophisticated approaches employin recursive Kalman lterin [, ] or temporal consistency Little attempt has been made to impose structural constraints on the eatures bein tracked [, 8] On the other hand most approaches to structure and motion parameter estimation have assumed that reliable correspondences are already available [, 9] The successes o these approaches are crucially dependent on the correctness o the assumed correspondences Reid and Murray [, ] have developed a real-time object tracker which uses a constant imae velocity Kalman lter to establish the point correspondences across rames They use the point correspondences obtained usin their Kalman lter based correlation matcher to compute the D ane structure o the xation point and the ane camera projection equations in each rame, and use these to localize the xation point in each rame The method is ast, requirin O(n) oper- Present address: Dept Computer Science, University o Caliornia, Berkeley, USA y Present address: Dept Computer Science, Stanord University, Stanord, USA ations to track n corners in each rame, and the xation point can also be located with reasonable accuracy In this paper we urther improve the Kalman lter based trackin alorithm Our work attempts to uniy eature trackin and structure computation and provide simultaneous solutions to both, each o which aids the other We use the Kalman lter based method proposed by Reid and Murray to obtain the initial correspondences and subsequently impose the structure based constraints to obtain better correspondence results Such an approach improves upon the perormance o the Kalman lter based correlation tracker with minimal overheads and enhances the quality o correspondences makin the structure and motion computations more accurate Usin the structure and motion we localize the xation point in each rame more accurately, and the aze demand enerated is smooth and immune to occlusion or disappearance o the corners We show that usin our approach it is possible to obtain sinicantly smaller averae per-pixel error in the localization o points on the imae than what is obtained usin the Reid-Murray alorithm Such improved correspondence results may be useul not only or locatin xation points or trackin but also or any other application that uses structure, like object reconition, video indexin etc Further, we compute the basis (a- ne camera projection parameters) in each rame rom a lare number o corners and the method does not depend on the accuracy o the detection o ew particular corners In each rame we compute the correspondin basis and consequently no chane o basis is required The computation required in each rame is directly proportional to the number o corners tracked (O(n)), and consequently the alorithm can be implemented in realtime We assume that the object in view is underoin a- ne motion, which is more eneral than the customary

2 assumption o riid transormations [] We use the ane camera projective model [, ] and recover structure up to an arbitrary ane transormation The ane camera model is valid when the eld o view is small and the depth o the object is small compared to the viewin distance, which is expected in any oveal trackin application [, ] When the perspective eects are small, it is convenient to assume the parallel projection model o the ane camera which explicitly models the ambiuities Further, it is possible to detect when the ane camera approximation ails to hold In what ollows we describe our new approach to eature trackin In Sec, we describe the Kalman lter based corner trackin alorithm [] which we use to obtain the initial matches or our alorithm and discuss its limitations In In Sec, we describe our new alorithm or trackin usin ane structure In Sec we present trackin results on a lon real imae sequence and compare the perormance with the Kalman lter based trackin alorithm o [] Kalman Filter based Trackin (Reid and Murray) Kalman lters comprise a class o linear unbiased minimum-error covariance sequential state estimation alorithms A constant imae-velocity Kalman lter is used or each corner [] to be tracked The state vector or any corner, x(k) is iven by a x 1 matrix [x(k); y(k); _x(k); _y(k)] T State transition is modeled by x(k + 1) = Fx(k) + v(k)? u(k); where v(k) are iid Gaussian zero-mean, temporally uncorrelated noise with covariance Q, u(k) is the camera's displacement (eo-motion) rom time step k? 1 to k, and F = 1 t 1 t 1 1 Measurement is noisy and iven by a x 1 vector z(k) = Hx(k)+w(k), where w(k) are iid Gaussian, zero-mean, temporally uncorrelated noises with covariance R, and 1 H = 1 The covariance matrix R can be constructed by notin that the localization error in corner detection has the same variance as that o the Gaussian mask used by the corner detector The position o each corner is predicted in the new rame usin the Kalman lter prediction equation [1] and all corners ound within a search area whose size depends on the predicted covariance matrix P are crosscorrelated with the corner in the previous rame The best match, above a certain minimum threshold (typically ) is selected and the Kalman lter's state vector and state covariance is updated usin the standard equations [1] For each corner unmatched in the previous rame (Kalman lter not initialized) the position in the next rame is predicted usin the eo-motion o the camera I a match is ound successully by crosscorrelation then the Kalman lter or the corner is initialized The method yields several alse matches across rames This is because matchin is based on the correlation o intensities in a window around the corner which is inherently unreliable Moreover, the method tracks each corner individually, without reard to the interrelation o the eatures amon themselves, ie, the structure Invokin the assumptions o an ane camera model and ane motion o the object, it is possible to impose some constraints on the corners collectively The motivation or imposin such constraints is to be able to reject alse matches reported by the Kalman lter and also orce some more matches, thereby improvin the overall perormance and reliability Matchin usin Ane Structure We assume that the object in view is underoin a- ne motion and that the imaes in the successive views are ormed by ane projection In the ane projection model [] all projection rays are parallel and the epipoles are at innity resultin in parallel epipolar lines Given n point correspondences in two or more views, it is possible to determine the ane structure o the n point conuration [] and the ane structure is invariant to ane motion See [] or an exposition o the ane multiple views eometry We derive the ollowin constraint or matchin based on ane multiple views eometry: The point matches between the k th and the (k + 1) th views must be consistent with the ane structure computed up to the k th view In what ollows we briey describe the overall structure o our new alorithm and then describe some o the crucial procedures used in more detail 1 Overall alorithm Track mode = KALMAN or each successive imae in the sequence do Match usin Kalman lters; (Sec ) I Track mode = KALMAN (Comment: Kalman lter based trackin) Gaze Point = center o mass o matched corners; I Initialization o basis (Sec ) is successul

3 then set Track mode to AFFINE; else (Comment: Ane structure based trackin) I basis computation (Sec ) is unsuccessul then Set Track mode to KALMAN; Gaze Point = center o mass o matched corners; continue with the next rame; Compute ane structure;(sec ) Reject outliers usin ane structure; (Sec ) I Re-computation o basis is unsuccessul then Set Track mode to KALMAN; Gaze Point = center o mass o matched corners; continue with the next rame; Compute ane structure; Force matches usin ane structure; (Sec ) Locate the Gaze point usin its ane structure; (Sec ) Update Kalman lters or all matched corners; Initialization o basis and structure We use the Tomasi and Kanade [9] procedure to initialize the basis and the ane structure o the corners which have a match history o at least F rames by constructin a F P measurement matrix W iven below We use F = in our experiments W = x 1 1 x 1 : : : x 1 P y1 1 y 1 : : : y 1 P x 1 x : : : x P y1 y : : : y P where (x j i ; yj i ) are the centered coordinates o the i th corner in the j th rame Carryin out a sinular value decomposition o W yields its actorization into W = e 1 e e e 1 e e 1 : : : P 1 : : : P 1 : : : P (1) The rows o the rst matrix ive the ane bases in the F views and the second matrix ives the invariant ane structure o the P points The actorization o the observation matrix is the best rank approximation possible in a least square sense I the residual error is lare suestin a rank situation it indicates that the ane projective model is invalid A rank situation suests deeneracy - planar object or planar motion Basis Computation Consider all corners in the previous rame which have been matched and or which ane structure is known Compute the basis matrix h usin least squares methods such that h 11 h 1 h 1 h h 1 h h 1 h = x N 1 y1 N x N y N The oodness o t provides us with an estimate o how closely the observed matches ollow the theoretical model I time is at a premium then the re-computation o basis may be carried out only i the oodness o t turns out to be really bad The least squares procedure also returns the matrix h, which contains the variance o the correspondin elements o h Note that with the above procedure we always obtain a correspondin basis in each rame with respect to an invariant set o D ane coordinates Consequently no chane o basis is ever required Rejection o Outliers usin Ane structure Out-lier rejection is done by considerin all corners in the previous rame that have been matched and whose ane structure is known and predictin the position o correspondin corners in the current rame by projectin the ane structure I the discrepancy between the predicted and the matched position is more than what is predicted by h then we label the corner as unmatched For a corner with ane structure (,, ) the predicted position is: x = h 11 + h 1 + h 1 + h 1 y = h 1 + h + h + h Forcin o Matches usin Ane structure Consider all corners in the previous rame that have not been matched in the current rame but whose ane structure is known We predict the position o those corners in the current rame by a projection mechanism similar to that used in rejection o outliers and search or the match in the window dened about the predicted positions usin correlation matchin In addition, or all those corners whose ane structure is known rom the past rames and which have not been matched in

4 the previous rame, we orce matches by projectin the ane coordinates in the current rame and searchin or corners in the present rame in the neihborhood o the predicted position determined by h and the variance o the ane structure This procedure helps in recoverin corners which ail to appear in one or two rames and retain the structure inormation Ane Structure Computation Ane structure computation is similar to computation o basis except we have the h matrix and compute the ane structure For all the matched corners the ane structure (,, ) can be computed by least squares such that h 11 h 1 h 1 h 1 h h h 11 h 1 h 1 h 1 h h = x? h 1 y? h x? h 1 y? h where the primed variables reer to the previous rame Gaze Point Computation Determination o the aze point by xatin on the centroid o all the matched points results in jitter in the aze demand This is because the centroid tends to shit due to disappearance and re-appearance o eature points Instead, as suested in [], we determine the aze point by determinin the position o a xed point in the new rame usin the computed ane basis Let the invariant ane coordinates o the aze point be (,, ) and let h be the basis matrix The new aze point is then iven by x aze = h 11 + h 1 + h 1 + h 1 y aze = h 1 + h + h + h In our experiments, we observed that the errors involved in the computation o basis are minimum in the ourth component o the basis ie its oriin We have thereore set all the components o the ane coordinates o the aze point to zero which corresponds to the center o mass chosen in Tomasi Kanade actorization (Sec ) 8 Computational cost Consider the problem o trackin n corners usin the above alorithm Kalman lterin (Sec ), computin ane structure (Sec ), rejectin outliers usin ane structure (Sec ) and orcin matches usin ane structure (Sec ) are all O(n) operations and the least square computation o ane structure involves a xed size basis matrix The only non-linear steps in the above alorithm are the initialization o structure and basis usin the Tomasi-Kanade actorization (Sec ) and the basis computation (Sec ) These require least square solutions with matrices whose sizes are proportional to n However, these processes can also be made o constant time by usin only a xed number o corners We have ound in our experiments that choosin a xed number () o corners with maximum match ae or these computations does not aect the perormance o the overall alorithm Consequently, the overall trackin alorithm can be made to work in linear time Further, note that in our alorithm it is not necessary to handle the deenerate (D) and the nondeenerate (D) cases separately in all the procedures mentioned above Results We have implemented the corner trackin alorithm in real-time (at Hz) usin a SUN machine or rame rabbin and corner detection [] and a Pentium (1 M Hz) or trackin and robot control We have carried out extensive experimentation on some imae sequences In what ollows we present the trackin results in a 1 rames o-line sequence obtained at Hz The sequence consists o acial motion includin nod, shake and curl The sequence contains instances o both deenerate and non-deenerate motion In Fi 1 we present the trackin results in six rames Some statistics contrastin the perormance o the Kalman lter based alorithm aainst our method have been plotted in Fi 1 to The ane structure based alorithm nally matches rouhly the same number o corners in each rame as the Kalman lter alorithm (Fi ) But in each rame about 8-1% o the corners matched by the Kalman lter are rejected by the various staes o out-lier rejection and a similar number o new matches are ound by orcin matches usin ane structure This increases the quality o matchin as is evident rom the comparison o the averae per-pixel error in structure based prediction usin both methods (Fi ) Consequently, the aze point can be located more accurately In particular, we have observed that the quality o aze xation is sinicantly better than the Kalman lter based alorithm when there is an abrupt chane in the motion and the Kalman lters ail to predict accurately Also, the structure based method o aze xation, as suested in [], enerates a smoother aze demand as compared to center o mass trackin (Fi ) and results in a smaller camera speed (Fi ) In Fi we plot the D bases across the entire sequence to demonstrate that our method computes correspondin bases across the rames and no chane o basis is ever required The correspondin averae variance o the invariant ane coordinates o the point set is iven in Fi

5 Kalman Filter Based Trackin Aine Structure based Trackin 1 Total RMS Pixel Error Fiure : Averae per-pixel error in prediction usin structure and basis Fiure 1: Frame numbers 1, 1 and 1 o the sequence The ures on the let show the matched corners ater Kalman lterin The ures on the riht show the matches ater the entire alorithm The tail with each corner shows its displacement (scaled by a actor o ) The bi rectanle is the ovea under view Gaze 1 1 Aine Structure based Trackin (X) Aine Structure based Trackin (Y) Centre o Mass Trackin (X) Centre o Mass Trackin (Y) Fiure : X and Y coordinates o the Gaze point Total Number o Matches Kalman Filter Based Trackin Aine Structure based Trackin Gaze Demand 1 1 Aine Structure based Trackin Centre o Mass Trackin Fiure : Total number o matches Fiure : Camera speed

6 Fiure : The correspondin basis computed in Frame numbers,,, 8, 1 and 1 (let to riht and top to bottom) In this particular case the second and the third basis vectors nearly coincide in the imae projections For visual clarity a circle has been put at the end o the third basis vector Variance in Structure 1 Variance in Structure Conclusions We have presented a trackin alorithm based on a- ne structure which sinicantly improves the perormance over just Kalman lter based trackin with very little extra computational overheads The alorithm does not suer rom problems like the occlusion and disappearance o corners and never requires a chane o basis The basis computation is done rom a lare set o corners which leads to hiher accuracy The averae per-pixel error in prediction o imae positions o corners rom the computed structure and basis is also smaller Consequently, the aze demand is smoother and more accurate Moreover, such improved correspondences and structure and basis computation may be useul or other applications like object reconition The alorithm is ast and amenable to real-time implementation Acknowledments We wish to thank Vardhan Verma, Himanshu Nautiyal and Ashish Thusoo or their help in the course o this work Reerences [1] Y Bar-Shalom and T E Fortmann Trackin and Data Association Academic Press, 1988 [] A Blake, R Curwen, and A Zisserman A Framework or Spatio-temporal Control in the Trackin o Visual Contour Intl J Computer Vision, 11():1{ 1, 199 [] C Harris and M Stephens A Combined Corner and Ede Detector In Proc th Alvey Vision Con, paes 1{18, 1988 [] J J Koenderink and A J van Doorn Ane Structure rom Motion Journal o the Optical Society o America, Series A, 8:{8, 1991 [] J L Mundy and A Zisserman Geometric Invariance in Computer Vision MIT Press, 199 [] I D Reid and D W Murray Trackin Foveated Corner Clusters usin Ane Structure In Proc Intl Con Computer Vision, paes {8, 199 [] I D Reid and D W Murray Active Trackin o Foveated Feature Clusters usin Ane Structure Intl J Computer Vision, 18(1):1{, 199 [8] G Sudhir, S Banerjee, and A Zisserman Findin Point Correspondences in Motion Sequences Preservin Ane Structure In Proc British Machine Vision Con, 199 Also accepted or CVGIP: Imae Understandin [9] C Tomasi and T Kanade Shape and Motion rom Imae Streams under Orthoraphy: A Factorization Method Intl J Computer Vision, 9:1{1, 199 Fiure : Averae variance o ane structure coordinates

Camera Models and Affine Multiple Views Geometry

Camera Models and Affine Multiple Views Geometry Camera Models and Affine Multiple Views Geometry Subhashis Banerjee Dept. Computer Science and Engineering IIT Delhi email: suban@cse.iitd.ac.in May 29, 2001 1 1 Camera Models A Camera transforms a 3D

More information

Lecture 12. Local Feature Detection. Matching with Invariant Features. Why extract features? Why extract features? Why extract features?

Lecture 12. Local Feature Detection. Matching with Invariant Features. Why extract features? Why extract features? Why extract features? Lecture 1 Why extract eatures? Motivation: panorama stitching We have two images how do we combine them? Local Feature Detection Guest lecturer: Alex Berg Reading: Harris and Stephens David Lowe IJCV We

More information

Announcements. Tracking. Comptuer Vision I. The Motion Field. = ω. Pure Translation. Motion Field Equation. Rigid Motion: General Case

Announcements. Tracking. Comptuer Vision I. The Motion Field. = ω. Pure Translation. Motion Field Equation. Rigid Motion: General Case Announcements Tracking Computer Vision I CSE5A Lecture 17 HW 3 due toda HW 4 will be on web site tomorrow: Face recognition using 3 techniques Toda: Tracking Reading: Sections 17.1-17.3 The Motion Field

More information

Logic Design 2013/9/26. Introduction. Chapter 4: Optimized Implementation of Logic Functions. K-map

Logic Design 2013/9/26. Introduction. Chapter 4: Optimized Implementation of Logic Functions. K-map 2/9/26 Loic Desin Chapter 4: Optimized Implementation o Loic Functions Introduction The combinin property allows us to replace two minterms that dier in only one variable with a sinle product term that

More information

Categorical Background (Lecture 2)

Categorical Background (Lecture 2) Cateorical Backround (Lecture 2) February 2, 2011 In the last lecture, we stated the main theorem o simply-connected surery (at least or maniolds o dimension 4m), which hihlihts the importance o the sinature

More information

Analysis Scheme in the Ensemble Kalman Filter

Analysis Scheme in the Ensemble Kalman Filter JUNE 1998 BURGERS ET AL. 1719 Analysis Scheme in the Ensemble Kalman Filter GERRIT BURGERS Royal Netherlands Meteorological Institute, De Bilt, the Netherlands PETER JAN VAN LEEUWEN Institute or Marine

More information

Optical Flow, Motion Segmentation, Feature Tracking

Optical Flow, Motion Segmentation, Feature Tracking BIL 719 - Computer Vision May 21, 2014 Optical Flow, Motion Segmentation, Feature Tracking Aykut Erdem Dept. of Computer Engineering Hacettepe University Motion Optical Flow Motion Segmentation Feature

More information

CS 532: 3D Computer Vision 6 th Set of Notes

CS 532: 3D Computer Vision 6 th Set of Notes 1 CS 532: 3D Computer Vision 6 th Set of Notes Instructor: Philippos Mordohai Webpage: www.cs.stevens.edu/~mordohai E-mail: Philippos.Mordohai@stevens.edu Office: Lieb 215 Lecture Outline Intro to Covariance

More information

Controllability and Observability: Tools for Kalman Filter Design

Controllability and Observability: Tools for Kalman Filter Design Controllability and Observability: Tools for Kalman Filter Design B Southall zy, B F Buxton y and J A Marchant z z Silsoe Research Insitute, Wrest Park, Silsoe, Bedfordshire MK45 4HS, UK y Department of

More information

Gaussian Processes for Sequential Prediction

Gaussian Processes for Sequential Prediction Gaussian Processes for Sequential Prediction Michael A. Osborne Machine Learning Research Group Department of Engineering Science University of Oxford Gaussian processes are useful for sequential data,

More information

A Unied Factorization Algorithm for Points, Line Segments and. Planes with Uncertainty Models. Daniel D. Morris and Takeo Kanade

A Unied Factorization Algorithm for Points, Line Segments and. Planes with Uncertainty Models. Daniel D. Morris and Takeo Kanade Appeared in: ICCV '98, pp. 696-7, Bombay, India, Jan. 998 A Unied Factorization Algorithm or oints, Line Segments and lanes with Uncertainty Models Daniel D. Morris and Takeo Kanade Robotics Institute,

More information

Corners, Blobs & Descriptors. With slides from S. Lazebnik & S. Seitz, D. Lowe, A. Efros

Corners, Blobs & Descriptors. With slides from S. Lazebnik & S. Seitz, D. Lowe, A. Efros Corners, Blobs & Descriptors With slides from S. Lazebnik & S. Seitz, D. Lowe, A. Efros Motivation: Build a Panorama M. Brown and D. G. Lowe. Recognising Panoramas. ICCV 2003 How do we build panorama?

More information

Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix

Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix René Vidal Stefano Soatto Shankar Sastry Department of EECS, UC Berkeley Department of Computer Sciences, UCLA 30 Cory Hall,

More information

A Factorization Method for 3D Multi-body Motion Estimation and Segmentation

A Factorization Method for 3D Multi-body Motion Estimation and Segmentation 1 A Factorization Method for 3D Multi-body Motion Estimation and Segmentation René Vidal Department of EECS University of California Berkeley CA 94710 rvidal@eecs.berkeley.edu Stefano Soatto Dept. of Computer

More information

10log(1/MSE) log(1/MSE)

10log(1/MSE) log(1/MSE) IROVED MATRI PENCIL METHODS Biao Lu, Don Wei 2, Brian L Evans, and Alan C Bovik Dept of Electrical and Computer Enineerin The University of Texas at Austin, Austin, T 7872-84 fblu,bevans,bovik@eceutexasedu

More information

Computer Vision Motion

Computer Vision Motion Computer Vision Motion Professor Hager http://www.cs.jhu.edu/~hager 12/1/12 CS 461, Copyright G.D. Hager Outline From Stereo to Motion The motion field and optical flow (2D motion) Factorization methods

More information

5. Network Analysis. 5.1 Introduction

5. Network Analysis. 5.1 Introduction 5. Network Analysis 5.1 Introduction With the continued rowth o this country as it enters the next century comes the inevitable increase in the number o vehicles tryin to use the already overtaxed transportation

More information

Development of Crane Tele-operation System using Laser Pointer Interface

Development of Crane Tele-operation System using Laser Pointer Interface 23 IEEE/RSJ International Conerence on Intellient Robots and Systems (IROS) November 3-7, 23. Tokyo, Japan Development o Crane Tele-operation System usin Laser Pointer Interace Masaki Neishi, Hisasi Osumi

More information

Feature extraction: Corners and blobs

Feature extraction: Corners and blobs Feature extraction: Corners and blobs Review: Linear filtering and edge detection Name two different kinds of image noise Name a non-linear smoothing filter What advantages does median filtering have over

More information

5 Shallow water Q-G theory.

5 Shallow water Q-G theory. 5 Shallow water Q-G theory. So far we have discussed the fact that lare scale motions in the extra-tropical atmosphere are close to eostrophic balance i.e. the Rossby number is small. We have examined

More information

Functions. Introduction

Functions. Introduction Functions,00 P,000 00 0 y 970 97 980 98 990 99 000 00 00 Fiure Standard and Poor s Inde with dividends reinvested (credit "bull": modiication o work by Prayitno Hadinata; credit "raph": modiication o work

More information

Model to predict the mechanical behaviour of oriented rigid PVC

Model to predict the mechanical behaviour of oriented rigid PVC Louhborouh University Institutional Repository Model to predict the mechanical behaviour o oriented riid PVC This item was submitted to Louhborouh University's Institutional Repository by the/an author.

More information

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid Probabilistic Model o Error in Fixed-Point Arithmetic Gaussian Pyramid Antoine Méler John A. Ruiz-Hernandez James L. Crowley INRIA Grenoble - Rhône-Alpes 655 avenue de l Europe 38 334 Saint Ismier Cedex

More information

Kalman filtering based probabilistic nowcasting of object oriented tracked convective storms

Kalman filtering based probabilistic nowcasting of object oriented tracked convective storms Kalman iltering based probabilistic nowcasting o object oriented traced convective storms Pea J. Rossi,3, V. Chandrasear,2, Vesa Hasu 3 Finnish Meteorological Institute, Finland, Eri Palménin Auio, pea.rossi@mi.i

More information

OVERTURNING CRITERIA FOR FREE-STANDING RIGID BLOCKS TO EARTHQUAKE PULSES

OVERTURNING CRITERIA FOR FREE-STANDING RIGID BLOCKS TO EARTHQUAKE PULSES 0 th HSTAM International Conress on Mechanics Chania, Crete, Greece, 5 7 May, 03 OVERTURNING CRITERIA FOR FREE-STANDING RIGID BLOCKS TO EARTHQUAKE PULSES Elia Voyaaki, Ioannis N. Psycharis and Geore E.

More information

Permission to copy without fee all or part of this material is granted, provided that the copies are not made or distributed for direct commercial

Permission to copy without fee all or part of this material is granted, provided that the copies are not made or distributed for direct commercial Precomputation-Based Sequential Loic Optimization or Low Power Mazhar Alidina, Jose Monteiro, Srinivas Devadas Department o EECS MIT, Cambride, MA Marios Papaethymiou Department o EE Yale University, CT

More information

Image Alignment and Mosaicing Feature Tracking and the Kalman Filter

Image Alignment and Mosaicing Feature Tracking and the Kalman Filter Image Alignment and Mosaicing Feature Tracking and the Kalman Filter Image Alignment Applications Local alignment: Tracking Stereo Global alignment: Camera jitter elimination Image enhancement Panoramic

More information

Relaxed Multiplication Using the Middle Product

Relaxed Multiplication Using the Middle Product Relaxed Multiplication Usin the Middle Product Joris van der Hoeven Département de Mathématiques (bât. 425) Université Paris-Sud 91405 Orsay Cedex France joris@texmacs.or ABSTRACT In previous work, we

More information

L06. LINEAR KALMAN FILTERS. NA568 Mobile Robotics: Methods & Algorithms

L06. LINEAR KALMAN FILTERS. NA568 Mobile Robotics: Methods & Algorithms L06. LINEAR KALMAN FILTERS NA568 Mobile Robotics: Methods & Algorithms 2 PS2 is out! Landmark-based Localization: EKF, UKF, PF Today s Lecture Minimum Mean Square Error (MMSE) Linear Kalman Filter Gaussian

More information

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition COMP 408/508 Computer Vision Fall 07 PCA or Recognition Recall: Color Gradient by PCA v λ ( G G, ) x x x R R v, v : eigenvectors o D D with v ^v (, ) x x λ, λ : eigenvalues o D D with λ >λ v λ ( B B, )

More information

9. v > 7.3 mi/h x < 2.5 or x > x between 1350 and 5650 hot dogs

9. v > 7.3 mi/h x < 2.5 or x > x between 1350 and 5650 hot dogs .5 Etra Practice. no solution. (, 0) and ( 9, ). (, ) and (, ). (, 0) and (, 0) 5. no solution. ( + 5 5 + 5, ) and ( 5 5 5, ) 7. (0, ) and (, 0). (, ) and (, 0) 9. (, 0) 0. no solution. (, 5). a. Sample

More information

Cryptologia Publication details, including instructions for authors and subscription information:

Cryptologia Publication details, including instructions for authors and subscription information: This article was downloaded by: [Sachin Kumar] On: 8 July 013, At: 07:00 Publisher: Taylor & Francis Inorma Ltd Reistered in Enland and Wales Reistered Number: 107954 Reistered oice: Mortimer House, 37-41

More information

Categories and Quantum Informatics: Monoidal categories

Categories and Quantum Informatics: Monoidal categories Cateories and Quantum Inormatics: Monoidal cateories Chris Heunen Sprin 2018 A monoidal cateory is a cateory equipped with extra data, describin how objects and morphisms can be combined in parallel. This

More information

2.2 Differentiation and Integration of Vector-Valued Functions

2.2 Differentiation and Integration of Vector-Valued Functions .. DIFFERENTIATION AND INTEGRATION OF VECTOR-VALUED FUNCTIONS133. Differentiation and Interation of Vector-Valued Functions Simply put, we differentiate and interate vector functions by differentiatin

More information

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A Nuclear Instruments and Methods in Physics Research A 66 (29) 517 522 Contents lists available at ScienceDirect Nuclear Instruments and Methods in Physics Research A journal homepae: www.elsevier.com/locate/nima

More information

STRENGTH ESTIMATION OF END FAILURES IN CORRUGATED STEEL SHEAR DIAPHRAGMS

STRENGTH ESTIMATION OF END FAILURES IN CORRUGATED STEEL SHEAR DIAPHRAGMS SDSS Rio STABILITY AND DUCTILITY OF STEEL STRUCTURES Nobutaka Shimizu et al. (Eds.) Rio de Janeiro, Brazil, September 8 -, STRENGTH ESTIMATION OF END FAILURES IN CORRUGATED STEEL SHEAR DIAPHRAGMS Nobutaka

More information

TLT-5200/5206 COMMUNICATION THEORY, Exercise 3, Fall TLT-5200/5206 COMMUNICATION THEORY, Exercise 3, Fall Problem 1.

TLT-5200/5206 COMMUNICATION THEORY, Exercise 3, Fall TLT-5200/5206 COMMUNICATION THEORY, Exercise 3, Fall Problem 1. TLT-5/56 COMMUNICATION THEORY, Exercise 3, Fall Problem. The "random walk" was modelled as a random sequence [ n] where W[i] are binary i.i.d. random variables with P[W[i] = s] = p (orward step with probability

More information

Western University. Imants Barušs King's University College, Robert Woodrow

Western University. Imants Barušs King's University College, Robert Woodrow Western University Scholarship@Western Psycholoy Psycholoy 2013 A reduction theorem or the Kripke-Joyal semantics: Forcin over an arbitrary cateory can always be replaced by orcin over a complete Heytin

More information

Uncertainty Models in Quasiconvex Optimization for Geometric Reconstruction

Uncertainty Models in Quasiconvex Optimization for Geometric Reconstruction Uncertainty Models in Quasiconvex Optimization for Geometric Reconstruction Qifa Ke and Takeo Kanade Department of Computer Science, Carnegie Mellon University Email: ke@cmu.edu, tk@cs.cmu.edu Abstract

More information

Mixture Behavior, Stability, and Azeotropy

Mixture Behavior, Stability, and Azeotropy 7 Mixture Behavior, Stability, and Azeotropy Copyrihted Material CRC Press/Taylor & Francis 6 BASIC RELATIONS As compounds mix to some deree in the liquid phase, the Gibbs enery o the system decreases

More information

Computer Vision Lecture 3

Computer Vision Lecture 3 Demo Haribo Classification Computer Vision Lecture 3 Linear Filters 23..24 Bastian Leibe RWTH Aachen http://www.vision.rwth-aachen.de leibe@vision.rwth-aachen.de Code available on the class website...

More information

OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL

OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL Dionisio Bernal, Burcu Gunes Associate Proessor, Graduate Student Department o Civil and Environmental Engineering, 7 Snell

More information

Scale & Affine Invariant Interest Point Detectors

Scale & Affine Invariant Interest Point Detectors Scale & Affine Invariant Interest Point Detectors KRYSTIAN MIKOLAJCZYK AND CORDELIA SCHMID [2004] Shreyas Saxena Gurkirit Singh 23/11/2012 Introduction We are interested in finding interest points. What

More information

BECK'S THEOREM CHARACTERIZING ALGEBRAS

BECK'S THEOREM CHARACTERIZING ALGEBRAS BEK'S THEOREM HARATERIZING ALGEBRAS SOFI GJING JOVANOVSKA Abstract. In this paper, I will construct a proo o Beck's Theorem characterizin T -alebras. Suppose we have an adjoint pair o unctors F and G between

More information

Solution to the take home exam for ECON 3150/4150

Solution to the take home exam for ECON 3150/4150 Solution to the tae home exam for ECO 350/450 Jia Zhiyan and Jo Thori Lind April 2004 General comments Most of the copies we ot were quite ood, and it seems most of you have done a real effort on the problem

More information

Edges and Scale. Image Features. Detecting edges. Origin of Edges. Solution: smooth first. Effects of noise

Edges and Scale. Image Features. Detecting edges. Origin of Edges. Solution: smooth first. Effects of noise Edges and Scale Image Features From Sandlot Science Slides revised from S. Seitz, R. Szeliski, S. Lazebnik, etc. Origin of Edges surface normal discontinuity depth discontinuity surface color discontinuity

More information

4.3. Solving Friction Problems. Static Friction Problems. Tutorial 1 Static Friction Acting on Several Objects. Sample Problem 1.

4.3. Solving Friction Problems. Static Friction Problems. Tutorial 1 Static Friction Acting on Several Objects. Sample Problem 1. Solvin Friction Problems Sometimes friction is desirable and we want to increase the coefficient of friction to help keep objects at rest. For example, a runnin shoe is typically desined to have a lare

More information

Sliding Window Test vs. Single Time Test for Track-to-Track Association

Sliding Window Test vs. Single Time Test for Track-to-Track Association Sliding Window Test vs. Single Time Test for Track-to-Track Association Xin Tian Dept. of Electrical and Computer Engineering University of Connecticut Storrs, CT 06269-257, U.S.A. Email: xin.tian@engr.uconn.edu

More information

Algorithms for Computing a Planar Homography from Conics in Correspondence

Algorithms for Computing a Planar Homography from Conics in Correspondence Algorithms for Computing a Planar Homography from Conics in Correspondence Juho Kannala, Mikko Salo and Janne Heikkilä Machine Vision Group University of Oulu, Finland {jkannala, msa, jth@ee.oulu.fi} Abstract

More information

Asynchronous Parallel Programming in Pei. E. Violard. Boulevard S. Brant, F Illkirch.

Asynchronous Parallel Programming in Pei. E. Violard. Boulevard S. Brant, F Illkirch. Asynchronous Parallel Prorammin in Pei E. Violard ICPS, Universite Louis Pasteur, Strasbour Boulevard S. Brant, F-67400 Illkirch e-mail: violard@icps.u-strasb.r Abstract. This paper presents a transormational

More information

A matching of. matrix elements and parton showers. J. Andre and T. Sjostrand 1. Department of Theoretical Physics, Lund University, Lund, Sweden

A matching of. matrix elements and parton showers. J. Andre and T. Sjostrand 1. Department of Theoretical Physics, Lund University, Lund, Sweden LU TP 97{18 Auust 1997 A matchin of matrix elements and parton showers J. Andre and T. Sjostrand 1 Department of Theoretical Physics, Lund University, Lund, Sweden Abstract We propose a simple scheme to

More information

Invariant local features. Invariant Local Features. Classes of transformations. (Good) invariant local features. Case study: panorama stitching

Invariant local features. Invariant Local Features. Classes of transformations. (Good) invariant local features. Case study: panorama stitching Invariant local eatures Invariant Local Features Tuesday, February 6 Subset o local eature types designed to be invariant to Scale Translation Rotation Aine transormations Illumination 1) Detect distinctive

More information

On K-Means Cluster Preservation using Quantization Schemes

On K-Means Cluster Preservation using Quantization Schemes On K-Means Cluster Preservation usin Quantization Schemes Deepak S. Turaa Michail Vlachos Olivier Verscheure IBM T.J. Watson Research Center, Hawthorne, Y, USA IBM Zürich Research Laboratory, Switzerland

More information

Electromagnetic Time Reversal Applied to Fault Location: On the Properties of Back-Injected Signals

Electromagnetic Time Reversal Applied to Fault Location: On the Properties of Back-Injected Signals Electromanetic Time Reversal Applied to Fault Location: On the Properties o Back-Injected Sinals Zhaoyan Wan, Reza Razzahi, Mario Paolone, and Farhad Rachidi Electromanetic Compatibility (EMC) Laboratory,

More information

Study of In line Tube Bundle Heat Transfer to Downward Foam Flow

Study of In line Tube Bundle Heat Transfer to Downward Foam Flow Proceedins o the 5th IASME/WSEAS Int. Conerence on Heat Transer, Thermal Enineerin and Environment, Athens, Greece, Auust 25-27, 7 167 Study o In line Tube Bundle Heat Transer to Downward Foam Flow J.

More information

n j u = (3) b u Then we select m j u as a cross product between n j u and û j to create an orthonormal basis: m j u = n j u û j (4)

n j u = (3) b u Then we select m j u as a cross product between n j u and û j to create an orthonormal basis: m j u = n j u û j (4) 4 A Position error covariance for sface feate points For each sface feate point j, we first compute the normal û j by usin 9 of the neihborin points to fit a plane In order to create a 3D error ellipsoid

More information

Lecture 8: Interest Point Detection. Saad J Bedros

Lecture 8: Interest Point Detection. Saad J Bedros #1 Lecture 8: Interest Point Detection Saad J Bedros sbedros@umn.edu Last Lecture : Edge Detection Preprocessing of image is desired to eliminate or at least minimize noise effects There is always tradeoff

More information

Do We Really Have to Consider Covariance Matrices for Image Feature Points?

Do We Really Have to Consider Covariance Matrices for Image Feature Points? Electronics and Communications in Japan, Part 3, Vol. 86, No. 1, 2003 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J85-A, No. 2, February 2002, pp. 231 239 Do We Really Have to Consider Covariance

More information

Scale & Affine Invariant Interest Point Detectors

Scale & Affine Invariant Interest Point Detectors Scale & Affine Invariant Interest Point Detectors Krystian Mikolajczyk and Cordelia Schmid Presented by Hunter Brown & Gaurav Pandey, February 19, 2009 Roadmap: Motivation Scale Invariant Detector Affine

More information

6.869 Advances in Computer Vision. Bill Freeman, Antonio Torralba and Phillip Isola MIT Oct. 3, 2018

6.869 Advances in Computer Vision. Bill Freeman, Antonio Torralba and Phillip Isola MIT Oct. 3, 2018 6.869 Advances in Computer Vision Bill Freeman, Antonio Torralba and Phillip Isola MIT Oct. 3, 2018 1 Sampling Sampling Pixels Continuous world 3 Sampling 4 Sampling 5 Continuous image f (x, y) Sampling

More information

Multi-Frame Factorization Techniques

Multi-Frame Factorization Techniques Multi-Frame Factorization Techniques Suppose { x j,n } J,N j=1,n=1 is a set of corresponding image coordinates, where the index n = 1,...,N refers to the n th scene point and j = 1,..., J refers to the

More information

Affine Structure From Motion

Affine Structure From Motion EECS43-Advanced Computer Vision Notes Series 9 Affine Structure From Motion Ying Wu Electrical Engineering & Computer Science Northwestern University Evanston, IL 68 yingwu@ece.northwestern.edu Contents

More information

Disparity as a Separate Measurement in Monocular SLAM

Disparity as a Separate Measurement in Monocular SLAM Disparity as a Separate Measurement in Monocular SLAM Talha Manzoor and Abubakr Muhammad 2 Abstract In this paper, we investigate the eects o including disparity as an explicit measurement not just or

More information

Linear Dynamical Systems

Linear Dynamical Systems Linear Dynamical Systems Sargur N. srihari@cedar.buffalo.edu Machine Learning Course: http://www.cedar.buffalo.edu/~srihari/cse574/index.html Two Models Described by Same Graph Latent variables Observations

More information

6.801/866. Affine Structure from Motion. T. Darrell

6.801/866. Affine Structure from Motion. T. Darrell 6.801/866 Affine Structure from Motion T. Darrell [Read F&P Ch. 12.0, 12.2, 12.3, 12.4] Affine geometry is, roughly speaking, what is left after all ability to measure lengths, areas, angles, etc. has

More information

Nonlinear Model Reduction of Differential Algebraic Equation (DAE) Systems

Nonlinear Model Reduction of Differential Algebraic Equation (DAE) Systems Nonlinear Model Reduction of Differential Alebraic Equation DAE Systems Chuili Sun and Jueren Hahn Department of Chemical Enineerin eas A&M University Collee Station X 77843-3 hahn@tamu.edu repared for

More information

Convergence of DFT eigenvalues with cell volume and vacuum level

Convergence of DFT eigenvalues with cell volume and vacuum level Converence of DFT eienvalues with cell volume and vacuum level Sohrab Ismail-Beii October 4, 2013 Computin work functions or absolute DFT eienvalues (e.. ionization potentials) requires some care. Obviously,

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 17 Sep 1999

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 17 Sep 1999 Shape Effects of Finite-Size Scalin Functions for Anisotropic Three-Dimensional Isin Models Kazuhisa Kaneda and Yutaka Okabe Department of Physics, Tokyo Metropolitan University, Hachioji, Tokyo 92-397,

More information

Propagation Modes in Multimode Graded-Index Fibers

Propagation Modes in Multimode Graded-Index Fibers International Journal o Science and Research (IJSR) ISSN (Online): 319-7064 Index Copernicus Value (013): 6.14 Impact Factor (015): 6.391 Propaation Modes in Multie Graded-Index Fibers Zaman Hameed Kareem

More information

Efficient method for obtaining parameters of stable pulse in grating compensated dispersion-managed communication systems

Efficient method for obtaining parameters of stable pulse in grating compensated dispersion-managed communication systems 3 Conference on Information Sciences and Systems, The Johns Hopkins University, March 12 14, 3 Efficient method for obtainin parameters of stable pulse in ratin compensated dispersion-manaed communication

More information

SOFTWARE FOR THE GALE TRANSFORM OF FEWNOMIAL SYSTEMS AND A DESCARTES RULE FOR FEWNOMIALS

SOFTWARE FOR THE GALE TRANSFORM OF FEWNOMIAL SYSTEMS AND A DESCARTES RULE FOR FEWNOMIALS SOFTWARE FOR THE GALE TRANSFORM OF FEWNOMIAL SYSTEMS AND A DESCARTES RULE FOR FEWNOMIALS DANIEL J. BATES, JONATHAN D. HAUENSTEIN, MATTHEW E. NIEMERG, AND FRANK SOTTILE Abstract. We ive a Descartes -like

More information

Journal of Advanced Mechanical Design, Systems, and Manufacturing

Journal of Advanced Mechanical Design, Systems, and Manufacturing Numerical Analysis on Paper Separation Usin the Overlap Separation echanism * Hui CHENG **, Hiroshi IKEDA ** and Kazushi YOSHIDA ** ** echanical Enineerin Research Laboratory, Hitachi Ltd. 8- Horiuchi-machi,

More information

Improvement of Sparse Computation Application in Power System Short Circuit Study

Improvement of Sparse Computation Application in Power System Short Circuit Study Volume 44, Number 1, 2003 3 Improvement o Sparse Computation Application in Power System Short Circuit Study A. MEGA *, M. BELKACEMI * and J.M. KAUFFMANN ** * Research Laboratory LEB, L2ES Department o

More information

Robust Motion Segmentation by Spectral Clustering

Robust Motion Segmentation by Spectral Clustering Robust Motion Segmentation by Spectral Clustering Hongbin Wang and Phil F. Culverhouse Centre for Robotics Intelligent Systems University of Plymouth Plymouth, PL4 8AA, UK {hongbin.wang, P.Culverhouse}@plymouth.ac.uk

More information

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Simo Särkkä E-mail: simo.sarkka@hut.fi Aki Vehtari E-mail: aki.vehtari@hut.fi Jouko Lampinen E-mail: jouko.lampinen@hut.fi Abstract

More information

Determining the Translational Speed of a Camera from Time-Varying Optical Flow

Determining the Translational Speed of a Camera from Time-Varying Optical Flow Determining the Translational Speed of a Camera from Time-Varying Optical Flow Anton van den Hengel, Wojciech Chojnacki, and Michael J. Brooks School of Computer Science, Adelaide University, SA 5005,

More information

A Peter May Picture Book, Part 1

A Peter May Picture Book, Part 1 A Peter May Picture Book, Part 1 Steve Balady Auust 17, 2007 This is the beinnin o a larer project, a notebook o sorts intended to clariy, elucidate, and/or illustrate the principal ideas in A Concise

More information

Analysis of visibility level in road lighting using image processing techniques

Analysis of visibility level in road lighting using image processing techniques Scientific Research and Essays Vol. 5 (18), pp. 2779-2785, 18 September, 2010 Available online at http://www.academicjournals.or/sre ISSN 1992-2248 2010 Academic Journals Full enth Research Paper Analysis

More information

Sensor-based control of nonholonomic mobile robots

Sensor-based control of nonholonomic mobile robots INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Sensor-based control of nonholonomic mobile robots Mauro Maya-Mendez Pascal Morin Claude Samson N 5944 Juillet 2006 Thème NUM apport de

More information

Local Features (contd.)

Local Features (contd.) Motivation Local Features (contd.) Readings: Mikolajczyk and Schmid; F&P Ch 10 Feature points are used also or: Image alignment (homography, undamental matrix) 3D reconstruction Motion tracking Object

More information

Markov chain Monte Carlo methods for visual tracking

Markov chain Monte Carlo methods for visual tracking Markov chain Monte Carlo methods for visual tracking Ray Luo rluo@cory.eecs.berkeley.edu Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720

More information

Introduction to Unscented Kalman Filter

Introduction to Unscented Kalman Filter Introduction to Unscented Kalman Filter 1 Introdution In many scientific fields, we use certain models to describe the dynamics of system, such as mobile robot, vision tracking and so on. The word dynamics

More information

INTERSECTION THEORY CLASSES 20 AND 21: BIVARIANT INTERSECTION THEORY

INTERSECTION THEORY CLASSES 20 AND 21: BIVARIANT INTERSECTION THEORY INTERSECTION THEORY CLASSES 20 AND 21: BIVARIANT INTERSECTION THEORY RAVI VAKIL CONTENTS 1. What we re doin this week 1 2. Precise statements 2 2.1. Basic operations and properties 4 3. Provin thins 6

More information

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function.

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function. Precalculus Notes: Unit Polynomial Functions Syllabus Objective:.9 The student will sketch the graph o a polynomial, radical, or rational unction. Polynomial Function: a unction that can be written in

More information

An Adaptive Bayesian Network for Low-Level Image Processing

An Adaptive Bayesian Network for Low-Level Image Processing An Adaptive Bayesian Network for Low-Level Image Processing S P Luttrell Defence Research Agency, Malvern, Worcs, WR14 3PS, UK. I. INTRODUCTION Probability calculus, based on the axioms of inference, Cox

More information

USE OF FILTERED SMITH PREDICTOR IN DMC

USE OF FILTERED SMITH PREDICTOR IN DMC Proceedins of the th Mediterranean Conference on Control and Automation - MED22 Lisbon, Portual, July 9-2, 22. USE OF FILTERED SMITH PREDICTOR IN DMC C. Ramos, M. Martínez, X. Blasco, J.M. Herrero Predictive

More information

PHY 133 Lab 1 - The Pendulum

PHY 133 Lab 1 - The Pendulum 3/20/2017 PHY 133 Lab 1 The Pendulum [Stony Brook Physics Laboratory Manuals] Stony Brook Physics Laboratory Manuals PHY 133 Lab 1 - The Pendulum The purpose of this lab is to measure the period of a simple

More information

Generalized Least-Squares Regressions V: Multiple Variables

Generalized Least-Squares Regressions V: Multiple Variables City University of New York (CUNY) CUNY Academic Works Publications Research Kinsborouh Community Collee -05 Generalized Least-Squares Reressions V: Multiple Variables Nataniel Greene CUNY Kinsborouh Community

More information

Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix

Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix ECCV Workshop on Vision and Modeling of Dynamic Scenes, Copenhagen, Denmark, May 2002 Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix René Vidal Dept of EECS, UC Berkeley Berkeley,

More information

Least Squares Estimation Namrata Vaswani,

Least Squares Estimation Namrata Vaswani, Least Squares Estimation Namrata Vaswani, namrata@iastate.edu Least Squares Estimation 1 Recall: Geometric Intuition for Least Squares Minimize J(x) = y Hx 2 Solution satisfies: H T H ˆx = H T y, i.e.

More information

matic scaling, ii) it can provide or bilateral power amplication / attenuation; iii) it ensures the passivity o the closed loop system with respect to

matic scaling, ii) it can provide or bilateral power amplication / attenuation; iii) it ensures the passivity o the closed loop system with respect to Passive Control o Bilateral Teleoperated Manipulators Perry Y. Li Department o Mechanical Engineering University o Minnesota 111 Church St. SE Minneapolis MN 55455 pli@me.umn.edu Abstract The control o

More information

Improved Kalman Filter Initialisation using Neurofuzzy Estimation

Improved Kalman Filter Initialisation using Neurofuzzy Estimation Improved Kalman Filter Initialisation using Neurofuzzy Estimation J. M. Roberts, D. J. Mills, D. Charnley and C. J. Harris Introduction It is traditional to initialise Kalman filters and extended Kalman

More information

Shape of Gaussians as Feature Descriptors

Shape of Gaussians as Feature Descriptors Shape of Gaussians as Feature Descriptors Liyu Gong, Tianjiang Wang and Fang Liu Intelligent and Distributed Computing Lab, School of Computer Science and Technology Huazhong University of Science and

More information

Image Analysis. Feature extraction: corners and blobs

Image Analysis. Feature extraction: corners and blobs Image Analysis Feature extraction: corners and blobs Christophoros Nikou cnikou@cs.uoi.gr Images taken from: Computer Vision course by Svetlana Lazebnik, University of North Carolina at Chapel Hill (http://www.cs.unc.edu/~lazebnik/spring10/).

More information

Estimation and detection of a periodic signal

Estimation and detection of a periodic signal Estimation and detection o a periodic signal Daniel Aronsson, Erik Björnemo, Mathias Johansson Signals and Systems Group, Uppsala University, Sweden, e-mail: Daniel.Aronsson,Erik.Bjornemo,Mathias.Johansson}@Angstrom.uu.se

More information

A simple approximation for seismic attenuation and dispersion in a fluid-saturated porous rock with aligned fractures

A simple approximation for seismic attenuation and dispersion in a fluid-saturated porous rock with aligned fractures A simple approximation or seismic attenuation and dispersion in a luid-saturated porous rock with alined ractures Robert Galvin 1,, Julianna Toms 1, and Boris Gurevich 1, 1 Curtin University o Technoloy,

More information

Mitsuru Matsui , Ofuna, Kamakura, Kanagawa, 247, Japan. which are block ciphers with a 128-bit key, a 64-bit block and a variable

Mitsuru Matsui , Ofuna, Kamakura, Kanagawa, 247, Japan. which are block ciphers with a 128-bit key, a 64-bit block and a variable New Block Encryption Algorithm MISTY Mitsuru Matsui Inormation Technology R&D Center Mitsubishi Electric Corporation 5-1-1, Ouna, Kamakura, Kanagawa, 247, Japan matsui@iss.isl.melco.co.jp Abstract. We

More information

Temporal Factorization Vs. Spatial Factorization

Temporal Factorization Vs. Spatial Factorization Temporal Factorization Vs. Spatial Factorization Lihi Zelnik-Manor 1 and Michal Irani 2 1 California Institute of Technology, Pasadena CA, USA, lihi@caltech.edu, WWW home page: http://www.vision.caltech.edu/lihi

More information

/99 $10.00 (c) 1999 IEEE

/99 $10.00 (c) 1999 IEEE The PDAF Based Active Contour N. Peterfreund Center for Engineering Systems Advanced Research Oak Ridge National Laboratory, P.O.Box 8 Oak Ridge, TN, 3783-355. email: vp@ornl.gov Abstract We present a

More information

Slopes of Lefschetz fibrations and separating vanishing cycles

Slopes of Lefschetz fibrations and separating vanishing cycles Slopes of Lefschetz fibrations and separatin vanishin cycles Yusuf Z. Gürtaş Abstract. In this article we find upper and lower bounds for the slope of enus hyperelliptic Lefschetz fibrations. We demonstrate

More information