Jorge Marques, Image motion

Size: px
Start display at page:

Download "Jorge Marques, Image motion"

Transcription

1 Image motion

2 finding a temlate Suose we wish to find a known temlate ) in a given image I). his roblem is known as temlate matching. temlate image FC Barcelona the temlate can be small or large

3 alignment MRI images) atlas test slice Adated from Kubic Unser 2003

4 temlate matching I uv) temlate ) = 0... B - image I ) = 0... N - dislacement t = u v ) he solution is based on two stes: define a matching criterion M e.g. cross correlation) find local maima/minima e.g. ehaustive search)

5 object detection matching criterion: M nonlinear otimization Non-minimum suression: M t 0 ) < M t) for all t in a e vicinit of radius r of d hresholding: M t 0 ) < λ λ threshold

6 matching criteria ) ) ) 0 v u I v u R B + + = = cross-correlation B 2 0 )] ) [ ) v u I v u E B + + = = sum of square differences SSD) l 2 norm squared) sum of absolute differences SAD) l norm) ) ) ) 0 v u I v u E B + + = = Non integer dislacements can be considered. Image interolation is required in this case.

7 cross-correlation SSD SAD here are better was to detect faces e.g. Viola & Jones)!!

8 limitations emlate matching has weaknesses: not invariant to rotations and scaling not invariant to illumination changes time consuming more general transformations modif matching criteria to imrove robustness temlate adatation is trick

9 roblem formulation Image alignment Given 2 or more) images I we wish to estimate a transformation which mas the first into the second ) ' ') ' ') = W ; θ) according to some criterion. his can be done using: feature based methods: based on the alignment of feature oints marks) Matlab image based methods: based on the alignment of image intensit or color

10 What geometric transformations can we use?

11 translation & rigid bod translation W ;θ) = + t θ = t 2 degrees of freedom rigid bod 2 2 W;θ) = R + t 3 degrees of freedom θ = Rt) rotation matri RR detr) = = R R = I cosθ R = sinθ -sinθ cosθ

12 afinne and rojective transformations affine transformation q r q r W; θ) = A + t 6 degrees of freedom θ = At) rojective transformation homograh) r q r s s q Wθ) = θ=...9 ) 8 degrees of freedom

13 rojective and olnomial transformations ~ ~ ~ ~ = = ' ' ] [ ] [ ] [ ] [ ~ = = = = rojective contd.) olnomial = + + q q q q a b n q q n q q : : Wθ) others. e.g. free form deformations he estimation of coefficients is numericall ill conditioned

14 roerties DoF Preserves lines? Preserves Paralelism? Preserves Angles? Preserves length? translation 2 Yes Yes Yes Yes Rigid bod 3 Yes Yes Yes Yes Affine 6 Yes Yes X X Projective 8 Yes X X X Polnomial n+2)n+)/2 X X X X

15 can we align images using intensit?

16 image based methods Problem: Given two images I we wish to find a geometric transformation W) which mas oints of the first image into oints of the second such that IW)) ). color constanc Most oular criterion SSD) 2 E θ) = [ ) I W ; θ))] Note: the sum is for all the oints in which both images ) IW)) overla. he minimization of E is a non linear roblem!!

17 Lucas-Kanade translation motion) Criterion E u v) = [ ) I + t)] 2 Parameter udate t = t 0 + t First order aroimation of the image I + t) = I + t0) + I + t0) t Lucas Kanade algorithm recursion) 2 I I I I I t 2 I = ) I + t0)) I ) I + t0)) I R t=r t t 0 + t t t 0 + t I I are the artial derivatives of I at +t 0.

18 convergence from several starting oints SSD criterion he SSD criterion is not elicitl comuted in the L-K algorithm.

19 roof 0 ) t t] ) t ) t ) [ = = I I I t d de ] ) t ) t ) [ t I I E + + = Let us minimize A necessar condition is ) t )] t ) [ t ) t ) t = + + I I I I Defining + + = + ) t ) t ) t I I I We obtain + + = I I I I I I I I I I )) t ) )) t ) t

20 discussion L-K strong oints uses all the available information It is simle aroriate for tracking can be etended to deal with general motion models L-K weak oints no guarantee that the otimal solution is obtained the solution deends on the initialization convergence is difficult if the number of arameters is high solution deends on the illumination use multile scales Illumination can be estimated

21 can we align images from sarse rototes?

22 feature based matching Problem: Given two sets of oints { i } { j } detected in the images I we wish to find a geometric transformation W that mas the oints { i } into the oints { j }. 2 2 i i = ' i i = i' i' n I n we assume that the corresondence is known i ' i

23 aroach Define a matching criterion e.g. E θ) = ' i 2 i Wi;θ) SSD criterion Minimize the criterion with resect to θ using a closed form or a numeric algorithm. Note: there are other matching e.g. l norm.

24 eamle inut outut alignment using a rojective transform

25 estimation of an homograh Homograh '= f) ' ' = = = is a nonlinear function of the unknown arameters. he minimization of the SSD criterion is difficult!! 2 E ) = ' i fi) i Idea: use another simler) criterion instead ) ' 9) ' = ) = ) algebraic error e = ) ) ) ' ) ' 2 E' ) = ei i =

26 estimation of the rojective transform 2) M M ' = E = minimize with restriction ' ' ' ' ' ' = n n n n n n n M M M M M M M M M M M M M M his roblem can be easil solved using Lagrange multiliers: is the eigenvector of matri M M associated to the smallest eigenvalue. ' ' n n n n n n n M M M M M M M he whole algorithm can be written in long) line of Matlab!

27 roof Lagrangian function L = E' λ ) = M M λ ) dl d = 0 M M λ = 0 M M = λ is na eigen vector of matri M M which one? E = M M = λ = λ choose λ min

28 other transformations? he other transformations translation affine olnomial) are easil estimated b the minimization of the SSD criterion E. Onl the rigid bod transformation is a bit more difficult because matri R is not free. It is a rotation matri: R R=RR =I and the SSD criterion must be oimized under this restriction. his roblem can be solved using the singular vector decomosition of the data.

29 unknown corresondence his is a difficult roblem! We need to estimate a ermutation matri = which minimizes the matching criterion E. tough! See the aer b Maciel & Costeira PAMI03 subotimal aroaches are used instead!

30 ransac RANSAC stands for Random Samle Consensus Fischler Bolles 98 ) It is based on hothesis generation and classification of data oints as inliers and outliers. estimate translation onl 2 oints are matched! bad attemt!

31 ransac 2) Objective: to estimate a transform Wq) with 2n degrees of freedom. Algorithm Hotheses generation randoml select n airs of oints i k ) estimate the geometric transformation Wθ) Comute the number of oints which were correctl aligned suort) i.e. such that ' k Wiθ) < ε Model selection: choose the transformation with largest suort Refinement: imrove the estimate of θ b aling the least squares method to the subset of oints which are well aligned.

32 eamle - registration Afine transform 3 marks) Matlab demo)

33 eamle - mosaicing homograh 4 marks)

34 eemlo cont.)

35 mosaicing mosaicing alignment + fusion

36 3D ultrasound without alignment with alignment

37 non-rigid alignment Kbic Unser 2003

38 region tracking

39 wo stes region detection region tracking

40 Region detection

41 roblem goal: detect all moving objects assumtions static camera static ti background show illumination changes

42 Evolution of iel color iel t=0 t=000

43 Background subtraction background foreground Piel classification background image If I)-B) < ε the iel is classified as background iel. Otherwise it is classified as active.

44 Basic background subtraction he basic background subtraction classifies a iel I) as active if A ) = if I ) B ) > λ A ) = 0 otherwise Image A) is ver nois. It has man small regions classified as active and some true objects aear fragmented in several regions. Morhologinal ost-rocessing is usuall done. icall we comute all conected comonents and eliminate all the small regions.

45 Eamle I B eliminação de regiões equenas

46 How to deal with time-varing illumination? Illumination changes can be comensated b the adatation of the background image. Onl the iels belonging to the background regiion should be adated. B t) = αb t ) + α) I t) background iels B t) = B t ) foreground iels

47 Gaussian background model )) ) ~ ) R µ N I Cackground iels are corruted b noise. We can model each iel as a random variable with Gaussian distribution iel classification B see Wren et al. 997 ) λ I λ I < )) )) background iel foreground iel µ R G B )) ) )) ) ) det ) / 2 3/ )) µ I R µ I R π e I =

48 Estimation of the Gaussian model batch = = = = t t µ t I µ t I R t I µ )) ) )) ) ) ) ) t µ t I t µ t I α t αr t R t I α t αµ t µ )) ) )) ) ) ) ) ) ) ) ) + = + = adative = t Onl background iels should be used

49 region tracking

50 region tracking occlusion false alarm new track Goal: find the trajector of each object along multile frames Dificulties: misdetections false alarms occlusions object slits and merges new tracks

51 oint tracking t- t t+ Data D = { t t i )} t i osition of the i-th region at frame t rack is a sequence of oints detected at different usuall consecutive) frames = { t ) t2 2 )... tn n )} ti i ) D ti < ti + t i+ =t i +)

52 oint association t- t t+ available methods: Statistical: roagate uncertaint and assume a dnamic model for the target trajectories e.g. Kalman or PDA filter) Deterministic: based on assignment costs and do not require dnamic models e.g. grah based methods)

53 hotheses tical assumtions a) onl regions detected in consecutive frames can be associated b) regions should corresond to a single target and vice-versa) c) new objects ma aear track birth) d) objects can disaear or be occluded track death) b ) objects can overla and form grous

54 statistical methods Statistical methods assume we know a set of tracks and wish to etend them in new frames. Involve 3 stes: rediction data association udate observations frame t+ current estimate frame t rediction frame t+ Difficulties: data association roblem initialization of new tracks Methods: nearest neighbor Kalman filter robabilistic data association filter joint robabilistic data association filter article filter

55 methods based on grahs 3 2 Nodes cooresond to the detected objects in each frame and the links define a solution for the association roblem Each admissible link has a cost C t ij) unconnected nodes also have a cost).

56 Veenman et al PAMI 200) M tracks m targets his method deals with airs of frames and formulates the association of targets to eisting tracks as an assignment roblem if M=m.

57 assignment roblem Problem: there are M agents and m tasks M=m); we wish to assign one agent to one task minimizing the total cost m C = a ij c ij i i = agents tasks Restrictions m a = i = ij m j = a ij = a ij {0} c ij is the cost of assigning agent i to task j and a ij is a binar variable wich is equal to if and onl if agent i is assigned to task j. he minimization of C under these restrictions is a linear rogramming roblem for which there are ver efficient algorithms e.g. Hungarian method.

58 Eamle = C = A tasks total cost: 0+2+2=4 agents

59 cost matri In tracking the association cost can be defined in different was. wo oular choices are t t distance criterion aij = i j t t t rediction error aij = i + vi j t v dislacement vector comuted from a revious i assignment. cannot be used in track initialization)

60 Birth and death of tracks he revious method does not account for new tracks but it has been etended to allow birth and death of tracks Consider a roblem in which all the targets are new. In this case all the M tracks should die are all the m targets corresond to new tracks. How can we do this in the revious framework? solution: add M virtual targets and m virtual tracks m M C cij = chigh if i > M or j > m

61 Eamle d frame costs were comuted using the rediction error ecet at the beginning of each track.

62 How can we deal with grous?

63 tracking of edestrians in grous work of Pedro Jorge

64 Dealing with grous

65 Problem Goal: track all edestrians in the resence of occlusions and grous

66 Bottom u aroach Hothesis: ) low level algorithms erform well most of the time 2) difficult cases should be solved b a higher level module e.g. occlusions grou merging and slitting) region detection region association conflict management

67 Low level rocessing bakground subtraction + region matching mutual favorite airing) column time how do we assign a color to each track stroke)?

68 Problem formulation: labeling Detected strokes Sace Baesian net ime 8 7 Phsical constrains: causalit and ma. occlusion time and seed

69 What is a Baesian network? It is a robabilistic model for a set of variables n Drect deendences are reresented b a grah i are the arents of node i Hothesis Markov roert)... ) = i i i i ) P ) = P 4 3 ) P 3 2 ) P 2 ) P ) Factorization n... n) = i i ) i=

70 Baesian network generation 2 each node is associated to a stroke links are created between nodes which are close and could be associated to the same object 8 7 We comute the set of admissible labels and robabilit distribution for each node.

71 Admissible Labels Each node has a set of admissible labels {34} {2} {2} grous {3)4)23)24)234} {3)4)23)24)234} {3)4)23)24)234}

72 Basic Blocks hree basic blocks occlusion merging merging How can we deal more difficult cases merge-slit)? virtual node

73 Conditional robabilit tables i j P occ P j i ) = Pnew j j = i = new i j N P slit /2 P j i ) = Pocc P new 2) j P i ) \ { i i } j j = i = new j N P j Pocc... N ) = Pnew Pmerge / L j = or...or j j = new otherwise = N L number of different grou merges

74 Observations Each label node has an observation 4 node associated In this work we etract the 3 most significant colors of the image region and comare with the most significant colors of the model

75 Inference What is the label distribution in each model? his is the role of inference! Inference can be done using the junction tree algorithm. We have used Kevin Murh s toolbo for Matlab.

76 Eamle

77 Eamle 2)

78 Eamle

79 Eamle2)

80 Eamles

Image Alignment Computer Vision (Kris Kitani) Carnegie Mellon University

Image Alignment Computer Vision (Kris Kitani) Carnegie Mellon University Lucas Kanade Image Alignment 16-385 Comuter Vision (Kris Kitani) Carnegie Mellon University htt://www.humansensing.cs.cmu.edu/intraface/ How can I find in the image? Idea #1: Temlate Matching Slow, combinatory,

More information

Efficient & Robust LK for Mobile Vision

Efficient & Robust LK for Mobile Vision Efficient & Robust LK for Mobile Vision Instructor - Simon Lucey 16-623 - Designing Comuter Vision As Direct Method (ours) Indirect Method (ORB+RANSAC) H. Alismail, B. Browning, S. Lucey Bit-Planes: Dense

More information

The decision-feedback equalizer optimization for Gaussian noise

The decision-feedback equalizer optimization for Gaussian noise Journal of Theoretical and Alied Comuter Science Vol. 8 No. 4 4. 5- ISSN 99-634 (rinted 3-5653 (online htt://www.jtacs.org The decision-feedback eualizer otimization for Gaussian noise Arkadiusz Grzbowski

More information

Uniform Law on the Unit Sphere of a Banach Space

Uniform Law on the Unit Sphere of a Banach Space Uniform Law on the Unit Shere of a Banach Sace by Bernard Beauzamy Société de Calcul Mathématique SA Faubourg Saint Honoré 75008 Paris France Setember 008 Abstract We investigate the construction of a

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Bayesian Networks for Modeling and Managing Risks of Natural Hazards

Bayesian Networks for Modeling and Managing Risks of Natural Hazards [National Telford Institute and Scottish Informatics and Comuter Science Alliance, Glasgow University, Set 8, 200 ] Bayesian Networks for Modeling and Managing Risks of Natural Hazards Daniel Straub Engineering

More information

Nonlinear programming

Nonlinear programming 08-04- htt://staff.chemeng.lth.se/~berntn/courses/otimps.htm Otimization of Process Systems Nonlinear rogramming PhD course 08 Bernt Nilsson, Det of Chemical Engineering, Lund University Content Unconstraint

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Inverting: Representing rotations and translations between coordinate frames of reference. z B. x B x. y B. v = [ x y z ] v = R v B A. y B.

Inverting: Representing rotations and translations between coordinate frames of reference. z B. x B x. y B. v = [ x y z ] v = R v B A. y B. Kinematics Kinematics: Given the joint angles, comute the han osition = Λ( q) Inverse kinematics: Given the han osition, comute the joint angles to attain that osition q = Λ 1 ( ) s usual, inverse roblems

More information

Short course A vademecum of statistical pattern recognition techniques with applications to image and video analysis. Agenda

Short course A vademecum of statistical pattern recognition techniques with applications to image and video analysis. Agenda Short course A vademecum of statistical attern recognition techniques with alications to image and video analysis Lecture 6 The Kalman filter. Particle filters Massimo Piccardi University of Technology,

More information

Pairwise active appearance model and its application to echocardiography tracking

Pairwise active appearance model and its application to echocardiography tracking Pairwise active aearance model and its alication to echocardiograhy tracking S. Kevin Zhou 1, J. Shao 2, B. Georgescu 1, and D. Comaniciu 1 1 Integrated Data Systems, Siemens Cororate Research, Inc., Princeton,

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Principal Components Analysis and Unsupervised Hebbian Learning

Principal Components Analysis and Unsupervised Hebbian Learning Princial Comonents Analysis and Unsuervised Hebbian Learning Robert Jacobs Deartment of Brain & Cognitive Sciences University of Rochester Rochester, NY 1467, USA August 8, 008 Reference: Much of the material

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Optimal array pattern synthesis with desired magnitude response

Optimal array pattern synthesis with desired magnitude response Otimal array attern synthesis with desired magnitude resonse A.M. Pasqual a, J.R. Arruda a and P. erzog b a Universidade Estadual de Caminas, Rua Mendeleiev, 00, Cidade Universitária Zeferino Vaz, 13083-970

More information

Lecture 1.2 Pose in 2D and 3D. Thomas Opsahl

Lecture 1.2 Pose in 2D and 3D. Thomas Opsahl Lecture 1.2 Pose in 2D and 3D Thomas Osahl Motivation For the inhole camera, the corresondence between observed 3D oints in the world and 2D oints in the catured image is given by straight lines through

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

A randomized sorting algorithm on the BSP model

A randomized sorting algorithm on the BSP model A randomized sorting algorithm on the BSP model Alexandros V. Gerbessiotis a, Constantinos J. Siniolakis b a CS Deartment, New Jersey Institute of Technology, Newark, NJ 07102, USA b The American College

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Optical Design with Zemax

Optical Design with Zemax Otical Design with Zema Lecture 9: Imaging 13-1-8 Herbert Gross Winter term 1 www.ia.uni-jena.de Time schedule 1 16.1. Introduction Introduction, Zema interface, menues, file handling, references, Editors,

More information

Planar Transformations and Displacements

Planar Transformations and Displacements Chater Planar Transformations and Dislacements Kinematics is concerned with the roerties of the motion of oints. These oints are on objects in the environment or on a robot maniulator. Two features that

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

Online Learning for Sparse PCA in High Dimensions: Exact Dynamics and Phase Transitions

Online Learning for Sparse PCA in High Dimensions: Exact Dynamics and Phase Transitions Online Learning for Sarse PCA in High Dimensions: Eact Dynamics and Phase Transitions Chuang Wang and Yue M. Lu John A. Paulson School of Engineering and Alied Sciences Harvard University Abstract We study

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

An analytical approximation method for the stabilizing solution of the Hamilton-Jacobi equation based on stable manifold theory

An analytical approximation method for the stabilizing solution of the Hamilton-Jacobi equation based on stable manifold theory Proceedings of the 27 American Control Conference Marriott Marquis Hotel at Times Square New York City, USA, July -3, 27 ThA8.4 An analytical aroimation method for the stabilizing solution of the Hamilton-Jacobi

More information

Applied Fitting Theory VI. Formulas for Kinematic Fitting

Applied Fitting Theory VI. Formulas for Kinematic Fitting Alied Fitting heory VI Paul Avery CBX 98 37 June 9, 1998 Ar. 17, 1999 (rev.) I Introduction Formulas for Kinematic Fitting I intend for this note and the one following it to serve as mathematical references,

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Accelerator School Transverse Beam Dynamics-2. V. S. Pandit

Accelerator School Transverse Beam Dynamics-2. V. S. Pandit Accelerator School 8 Transverse Beam Dnamics- V. S. Pandit Equation of Motion Reference orbit is a single laner curve. Diole is used for bending and quadruole for focusing We use coordinates (r, θ, ) Diole

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System Vol.7, No.7 (4),.37-38 htt://dx.doi.org/.457/ica.4.7.7.3 Robust Predictive Control of Inut Constraints and Interference Suression for Semi-Trailer System Zhao, Yang Electronic and Information Technology

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Optical flow. Subhransu Maji. CMPSCI 670: Computer Vision. October 20, 2016

Optical flow. Subhransu Maji. CMPSCI 670: Computer Vision. October 20, 2016 Optical flow Subhransu Maji CMPSC 670: Computer Vision October 20, 2016 Visual motion Man slides adapted from S. Seitz, R. Szeliski, M. Pollefes CMPSC 670 2 Motion and perceptual organization Sometimes,

More information

0.1 Practical Guide - Surface Integrals. C (0,0,c) A (0,b,0) A (a,0,0)

0.1 Practical Guide - Surface Integrals. C (0,0,c) A (0,b,0) A (a,0,0) . Practical Guide - urface Integrals urface integral,means to integrate over a surface. We begin with the stud of surfaces. The easiest wa is to give as man familiar eamles as ossible ) a lane surface

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

Strong Matching of Points with Geometric Shapes

Strong Matching of Points with Geometric Shapes Strong Matching of Points with Geometric Shaes Ahmad Biniaz Anil Maheshwari Michiel Smid School of Comuter Science, Carleton University, Ottawa, Canada December 9, 05 In memory of Ferran Hurtado. Abstract

More information

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar 15-859(M): Randomized Algorithms Lecturer: Anuam Guta Toic: Lower Bounds on Randomized Algorithms Date: Setember 22, 2004 Scribe: Srinath Sridhar 4.1 Introduction In this lecture, we will first consider

More information

p(-,i)+p(,i)+p(-,v)+p(i,v),v)+p(i,v)

p(-,i)+p(,i)+p(-,v)+p(i,v),v)+p(i,v) Multile Sequence Alignment Given: Set of sequences Score matrix Ga enalties Find: Alignment of sequences such that otimal score is achieved. Motivation Aligning rotein families Establish evolutionary relationshis

More information

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation Uniformly best wavenumber aroximations by satial central difference oerators: An initial investigation Vitor Linders and Jan Nordström Abstract A characterisation theorem for best uniform wavenumber aroximations

More information

FAST AND EFFICIENT SIDE INFORMATION GENERATION IN DISTRIBUTED VIDEO CODING BY USING DENSE MOTION REPRESENTATIONS

FAST AND EFFICIENT SIDE INFORMATION GENERATION IN DISTRIBUTED VIDEO CODING BY USING DENSE MOTION REPRESENTATIONS 18th Euroean Signal Processing Conference (EUSIPCO-2010) Aalborg, Denmark, August 23-27, 2010 FAST AND EFFICIENT SIDE INFORMATION GENERATION IN DISTRIBUTED VIDEO CODING BY USING DENSE MOTION REPRESENTATIONS

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

A Solution for the Dark Matter Mystery based on Euclidean Relativity

A Solution for the Dark Matter Mystery based on Euclidean Relativity Long Beach 2010 PROCEEDINGS of the NPA 1 A Solution for the Dark Matter Mystery based on Euclidean Relativity Frédéric Lassiaille Arcades, Mougins 06250, FRANCE e-mail: lumimi2003@hotmail.com The study

More information

Keypoint extraction: Corners Harris Corners Pkwy, Charlotte, NC

Keypoint extraction: Corners Harris Corners Pkwy, Charlotte, NC Kepoint etraction: Corners 9300 Harris Corners Pkw Charlotte NC Wh etract kepoints? Motivation: panorama stitching We have two images how do we combine them? Wh etract kepoints? Motivation: panorama stitching

More information

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H:

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H: Mehryar Mohri Foundations of Machine Learning Courant Institute of Mathematical Sciences Homework assignment 2 October 25, 2017 Due: November 08, 2017 A. Growth function Growth function of stum functions.

More information

Convex Analysis and Economic Theory Winter 2018

Convex Analysis and Economic Theory Winter 2018 Division of the Humanities and Social Sciences Ec 181 KC Border Conve Analysis and Economic Theory Winter 2018 Toic 16: Fenchel conjugates 16.1 Conjugate functions Recall from Proosition 14.1.1 that is

More information

Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters

Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters Udacity and Mercedes February 7, 07 Introduction Lesson Ma 3 Estimation Problem Refresh 4 Measurement Udate Quiz 5 Kalman Filter Equations

More information

Lecture 7: Linear Classification Methods

Lecture 7: Linear Classification Methods Homeork Homeork Lecture 7: Linear lassification Methods Final rojects? Grous oics Proosal eek 5 Lecture is oster session, Jacobs Hall Lobby, snacks Final reort 5 June. What is linear classification? lassification

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

Spectral Clustering based on the graph p-laplacian

Spectral Clustering based on the graph p-laplacian Sectral Clustering based on the grah -Lalacian Thomas Bühler tb@cs.uni-sb.de Matthias Hein hein@cs.uni-sb.de Saarland University Comuter Science Deartment Camus E 663 Saarbrücken Germany Abstract We resent

More information

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier Australian Journal of Basic and Alied Sciences, 5(12): 2010-2020, 2011 ISSN 1991-8178 Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doed Fiber Amlifier

More information

Image Alignment and Mosaicing

Image Alignment and Mosaicing Image Alignment and Mosaicing Image Alignment Applications Local alignment: Tracking Stereo Global alignment: Camera jitter elimination Image enhancement Panoramic mosaicing Image Enhancement Original

More information

Basic statistical models

Basic statistical models Basic statistical models Valery Pokrovsky March 27, 2012 Part I Ising model 1 Definition and the basic roerties The Ising model (IM) was invented by Lenz. His student Ising has found the artition function

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

6.869 Advances in Computer Vision. Prof. Bill Freeman March 1, 2005

6.869 Advances in Computer Vision. Prof. Bill Freeman March 1, 2005 6.869 Advances in Computer Vision Prof. Bill Freeman March 1 2005 1 2 Local Features Matching points across images important for: object identification instance recognition object class recognition pose

More information

Lecture 21: Quantum Communication

Lecture 21: Quantum Communication CS 880: Quantum Information Processing 0/6/00 Lecture : Quantum Communication Instructor: Dieter van Melkebeek Scribe: Mark Wellons Last lecture, we introduced the EPR airs which we will use in this lecture

More information

Improved Capacity Bounds for the Binary Energy Harvesting Channel

Improved Capacity Bounds for the Binary Energy Harvesting Channel Imroved Caacity Bounds for the Binary Energy Harvesting Channel Kaya Tutuncuoglu 1, Omur Ozel 2, Aylin Yener 1, and Sennur Ulukus 2 1 Deartment of Electrical Engineering, The Pennsylvania State University,

More information

Instance-level l recognition. Cordelia Schmid INRIA

Instance-level l recognition. Cordelia Schmid INRIA nstance-level l recognition Cordelia Schmid NRA nstance-level recognition Particular objects and scenes large databases Application Search photos on the web for particular places Find these landmars...in

More information

Named Entity Recognition using Maximum Entropy Model SEEM5680

Named Entity Recognition using Maximum Entropy Model SEEM5680 Named Entity Recognition using Maximum Entroy Model SEEM5680 Named Entity Recognition System Named Entity Recognition (NER): Identifying certain hrases/word sequences in a free text. Generally it involves

More information

Resonances in high-contrast gratings with complex unit cell topology

Resonances in high-contrast gratings with complex unit cell topology Resonances in high-contrast gratings with comle unit cell toology Milan Maksimovic Focal-Vision & Otics, Oldenzaal, The Netherlands The XXI International Worksho on Otical Wave & Waveguide Theory and Numerical

More information

Robust Beamforming via Matrix Completion

Robust Beamforming via Matrix Completion Robust Beamforming via Matrix Comletion Shunqiao Sun and Athina P. Petroulu Deartment of Electrical and Comuter Engineering Rutgers, the State University of Ne Jersey Piscataay, Ne Jersey 8854-858 Email:

More information

I - Information theory basics

I - Information theory basics I - Information theor basics Introduction To communicate, that is, to carr information between two oints, we can emlo analog or digital transmission techniques. In digital communications the message is

More information

Combinatorics of topmost discs of multi-peg Tower of Hanoi problem

Combinatorics of topmost discs of multi-peg Tower of Hanoi problem Combinatorics of tomost discs of multi-eg Tower of Hanoi roblem Sandi Klavžar Deartment of Mathematics, PEF, Unversity of Maribor Koroška cesta 160, 000 Maribor, Slovenia Uroš Milutinović Deartment of

More information

Today. CS-184: Computer Graphics. Introduction. Some Examples. 2D Transformations

Today. CS-184: Computer Graphics. Introduction. Some Examples. 2D Transformations Toda CS-184: Comuter Grahics Lecture #3: 2D Transformations Prof. James O Brien Universit of California, Berkele V2005F-03-1.0 2D Transformations Primitive Oerations Scale, Rotate, Shear, Fli, Translate

More information

SQUARES IN Z/NZ. q = ( 1) (p 1)(q 1)

SQUARES IN Z/NZ. q = ( 1) (p 1)(q 1) SQUARES I Z/Z We study squares in the ring Z/Z from a theoretical and comutational oint of view. We resent two related crytograhic schemes. 1. SQUARES I Z/Z Consider for eamle the rime = 13. Write the

More information

Learning Sequence Motif Models Using Gibbs Sampling

Learning Sequence Motif Models Using Gibbs Sampling Learning Sequence Motif Models Using Gibbs Samling BMI/CS 776 www.biostat.wisc.edu/bmi776/ Sring 2018 Anthony Gitter gitter@biostat.wisc.edu These slides excluding third-arty material are licensed under

More information

Optimal Recognition Algorithm for Cameras of Lasers Evanescent

Optimal Recognition Algorithm for Cameras of Lasers Evanescent Otimal Recognition Algorithm for Cameras of Lasers Evanescent T. Gaudo * Abstract An algorithm based on the Bayesian aroach to detect and recognise off-axis ulse laser beams roagating in the atmoshere

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

Damage Identification from Power Spectrum Density Transmissibility

Damage Identification from Power Spectrum Density Transmissibility 6th Euroean Worksho on Structural Health Monitoring - h.3.d.3 More info about this article: htt://www.ndt.net/?id=14083 Damage Identification from Power Sectrum Density ransmissibility Y. ZHOU, R. PERERA

More information

Interest Operators. All lectures are from posted research papers. Harris Corner Detector: the first and most basic interest operator

Interest Operators. All lectures are from posted research papers. Harris Corner Detector: the first and most basic interest operator Interest Operators All lectures are from posted research papers. Harris Corner Detector: the first and most basic interest operator SIFT interest point detector and region descriptor Kadir Entrop Detector

More information

Multi-Operation Multi-Machine Scheduling

Multi-Operation Multi-Machine Scheduling Multi-Oeration Multi-Machine Scheduling Weizhen Mao he College of William and Mary, Williamsburg VA 3185, USA Abstract. In the multi-oeration scheduling that arises in industrial engineering, each job

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

Micro I. Lesson 5 : Consumer Equilibrium

Micro I. Lesson 5 : Consumer Equilibrium Microecono mics I. Antonio Zabalza. Universit of Valencia 1 Micro I. Lesson 5 : Consumer Equilibrium 5.1 Otimal Choice If references are well behaved (smooth, conve, continuous and negativel sloed), then

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve In Advances in Neural Information Processing Systems 4, J.E. Moody, S.J. Hanson and R.P. Limann, eds. Morgan Kaumann Publishers, San Mateo CA, 1995,. 950{957. A Simle Weight Decay Can Imrove Generalization

More information

Numerical Computation of the Eigenstructure of Cylindrical Acoustic Waveguides with Heated (or Cooled) Walls

Numerical Computation of the Eigenstructure of Cylindrical Acoustic Waveguides with Heated (or Cooled) Walls Alied Mathematical Sciences, Vol. 3, 29, no. 7, 82-837 Numerical Comutation of the Eigenstructure of Clindrical Acoustic Waveguides with Heated (or Cooled) Walls Brian J. M c Cartin Alied Mathematics,

More information

Generation of Linear Models using Simulation Results

Generation of Linear Models using Simulation Results 4. IMACS-Symosium MATHMOD, Wien, 5..003,. 436-443 Generation of Linear Models using Simulation Results Georg Otte, Sven Reitz, Joachim Haase Fraunhofer Institute for Integrated Circuits, Branch Lab Design

More information

Stable ion beam transport through periodic electrostatic structures: linear and non-linear effects

Stable ion beam transport through periodic electrostatic structures: linear and non-linear effects Available online at www.sciencedirect.com hsics rocedia rocedia 001 (008) (008) 000 000 87 97 www.elsevier.com/locate/rocedia www.elsevier.com/locate/ roceedings of the Seventh International Conference

More information

Proximal methods for the latent group lasso penalty

Proximal methods for the latent group lasso penalty Proximal methods for the latent grou lasso enalty The MIT Faculty has made this article oenly available. Please share how this access benefits you. Your story matters. Citation As Published Publisher Villa,

More information

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL G. Theodoridis, S. Theoharis, D. Soudris*, C. Goutis VLSI Design Lab, Det. of Electrical and Comuter Eng.

More information

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert).

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert). LIMITATIONS OF RECEPTRON XOR Problem The failure of the ercetron to successfully simle roblem such as XOR (Minsky and Paert). x y z x y z 0 0 0 0 0 0 Fig. 4. The exclusive-or logic symbol and function

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

The vast amount of sequence data collected over the past two

The vast amount of sequence data collected over the past two Local grah alignment and motif search in biological networks Johannes Berg and Michael Lässig Institut für Theoretische Physik, Universität zu Köln, Zülicherstrasse 77, 50937 Cologne, Germany Edited by

More information

Semicontinuous filter limits of nets of lattice groupvalued

Semicontinuous filter limits of nets of lattice groupvalued Semicontinuous ilter limits o nets o lattice grouvalued unctions THEMATIC UNIT: MATHEMATICS AND APPLICATIONS A Boccuto, Diartimento di Matematica e Inormatica, via Vanvitelli, I- 623 Perugia, Italy, E-mail:

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

The analysis and representation of random signals

The analysis and representation of random signals The analysis and reresentation of random signals Bruno TOÉSNI Bruno.Torresani@cmi.univ-mrs.fr B. Torrésani LTP Université de Provence.1/30 Outline 1. andom signals Introduction The Karhunen-Loève Basis

More information

Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis

Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis HIPAD LAB: HIGH PERFORMANCE SYSTEMS LABORATORY DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING AND EARTH SCIENCES Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis Why use metamodeling

More information

Conditioning and Independence

Conditioning and Independence Discrete Random Variables: Joint PMFs Conditioning and Indeendence Berlin Chen Deartment of Comuter Science & Information ngineering National Taiwan Normal Universit Reference: - D. P. Bertsekas J. N.

More information

RUN-TO-RUN CONTROL AND PERFORMANCE MONITORING OF OVERLAY IN SEMICONDUCTOR MANUFACTURING. 3 Department of Chemical Engineering

RUN-TO-RUN CONTROL AND PERFORMANCE MONITORING OF OVERLAY IN SEMICONDUCTOR MANUFACTURING. 3 Department of Chemical Engineering Coyright 2002 IFAC 15th Triennial World Congress, Barcelona, Sain RUN-TO-RUN CONTROL AND PERFORMANCE MONITORING OF OVERLAY IN SEMICONDUCTOR MANUFACTURING C.A. Bode 1, B.S. Ko 2, and T.F. Edgar 3 1 Advanced

More information

Bayesian Networks Practice

Bayesian Networks Practice Bayesian Networks Practice Part 2 2016-03-17 Byoung-Hee Kim, Seong-Ho Son Biointelligence Lab, CSE, Seoul National University Agenda Probabilistic Inference in Bayesian networks Probability basics D-searation

More information

Hidden Predictors: A Factor Analysis Primer

Hidden Predictors: A Factor Analysis Primer Hidden Predictors: A Factor Analysis Primer Ryan C Sanchez Western Washington University Factor Analysis is a owerful statistical method in the modern research sychologist s toolbag When used roerly, factor

More information

Variable Selection and Model Building

Variable Selection and Model Building LINEAR REGRESSION ANALYSIS MODULE XIII Lecture - 38 Variable Selection and Model Building Dr. Shalabh Deartment of Mathematics and Statistics Indian Institute of Technology Kanur Evaluation of subset regression

More information