Slides by Olga Sorkine, Tel Aviv University. 2 The plan today Singular Value Decomposition  Basic intuition  Formal definition  Applications.

Slides:



Advertisements
Similar presentations
Eigen Decomposition and Singular Value Decomposition
Advertisements

3D Geometry for Computer Graphics
Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Scientific Computing QR Factorization Part 2 – Algorithm to Find Eigenvalues.
Linear Algebra.
PCA + SVD.
Object Orie’d Data Analysis, Last Time Finished NCI 60 Data Started detailed look at PCA Reviewed linear algebra Today: More linear algebra Multivariate.
Lecture 19 Singular Value Decomposition
1cs542g-term High Dimensional Data  So far we’ve considered scalar data values f i (or interpolated/approximated each component of vector values.
Principal Component Analysis CMPUT 466/551 Nilanjan Ray.
Principal Component Analysis
Linear Transformations
Symmetric Matrices and Quadratic Forms
Symmetric Matrices and Quadratic Forms
From Greek Mythology to Modern Manufacturing: The Procrustes Problem By Dr. Dan Curtis Department of Mathematics Central Washington University.
Computer Graphics Recitation 5.
Iterative closest point algorithms
3D Geometry for Computer Graphics
Computer Graphics Recitation 6. 2 Last week - eigendecomposition A We want to learn how the transformation A works:
3D Geometry for Computer Graphics
Math for CSLecture 41 Linear Least Squares Problem Over-determined systems Minimization problem: Least squares norm Normal Equations Singular Value Decomposition.
1 Numerical geometry of non-rigid shapes Spectral Methods Tutorial. Spectral Methods Tutorial 6 © Maks Ovsjanikov tosca.cs.technion.ac.il/book Numerical.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 3 Determinants and Matrices
The Terms that You Have to Know! Basis, Linear independent, Orthogonal Column space, Row space, Rank Linear combination Linear transformation Inner product.
Previously Two view geometry: epipolar geometry Stereo vision: 3D reconstruction epipolar lines Baseline O O’ epipolar plane.
3D Geometry for Computer Graphics
3D Geometry for Computer Graphics
Lecture 18 Eigenvalue Problems II Shang-Hua Teng.
Olga Sorkine’s slides Tel Aviv University. 2 Spectra and diagonalization A If A is symmetric, the eigenvectors are orthogonal (and there’s always an eigenbasis).
E.G.M. PetrakisDimensionality Reduction1  Given N vectors in n dims, find the k most important axes to project them  k is user defined (k < n)  Applications:
Camera parameters Extrinisic parameters define location and orientation of camera reference frame with respect to world frame Intrinsic parameters define.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
Orthogonal Matrices and Spectral Representation In Section 4.3 we saw that n  n matrix A was similar to a diagonal matrix if and only if it had n linearly.
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
SVD(Singular Value Decomposition) and Its Applications
CHAPTER SIX Eigenvalues
Linear Least Squares Approximation. 2 Definition (point set case) Given a point set x 1, x 2, …, x n  R d, linear least squares fitting amounts to find.
CSE554AlignmentSlide 1 CSE 554 Lecture 8: Alignment Fall 2014.
CS246 Topic-Based Models. Motivation  Q: For query “car”, will a document with the word “automobile” be returned as a result under the TF-IDF vector.
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
+ Review of Linear Algebra Optimization 1/14/10 Recitation Sivaraman Balakrishnan.
CSE554AlignmentSlide 1 CSE 554 Lecture 5: Alignment Fall 2011.
SVD: Singular Value Decomposition
Eigenvectors and Linear Transformations Recall the definition of similar matrices: Let A and C be n  n matrices. We say that A is similar to C in case.
CSE554AlignmentSlide 1 CSE 554 Lecture 8: Alignment Fall 2013.
Introduction to Linear Algebra Mark Goldman Emily Mackevicius.
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
EIGENSYSTEMS, SVD, PCA Big Data Seminar, Dedi Gadot, December 14 th, 2014.
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
1 Chapter 8 – Symmetric Matrices and Quadratic Forms Outline 8.1 Symmetric Matrices 8.2Quardratic Forms 8.3Singular ValuesSymmetric MatricesQuardratic.
3D Geometry for Computer Graphics Class 3. 2 Last week - eigendecomposition A We want to learn how the transformation A works:
Singular Value Decomposition and Numerical Rank. The SVD was established for real square matrices in the 1870’s by Beltrami & Jordan for complex square.
Chapter 13 Discrete Image Transforms
Chapter 61 Chapter 7 Review of Matrix Methods Including: Eigen Vectors, Eigen Values, Principle Components, Singular Value Decomposition.
Lecture XXVII. Orthonormal Bases and Projections Suppose that a set of vectors {x 1,…,x r } for a basis for some space S in R m space such that r  m.
CS246 Linear Algebra Review. A Brief Review of Linear Algebra Vector and a list of numbers Addition Scalar multiplication Dot product Dot product as a.
CSE 554 Lecture 8: Alignment
Lecture 16: Image alignment
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Review of Linear Algebra
Spectral Methods Tutorial 6 1 © Maks Ovsjanikov
Multivariate Analysis: Theory and Geometric Interpretation
SVD: Physical Interpretation and Applications
Feature space tansformation methods
Maths for Signals and Systems Linear Algebra in Engineering Lectures 13 – 14, Tuesday 8th November 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR)
Lecture 13: Singular Value Decomposition (SVD)
Linear Algebra Lecture 32.
Presentation transcript:

Slides by Olga Sorkine, Tel Aviv University

2 The plan today Singular Value Decomposition  Basic intuition  Formal definition  Applications

3 Geometric analysis of linear transformations We want to know what a linear transformation A does Need some simple and “comprehendible” representation of the matrix of A. Let’s look what A does to some vectors  Since A(  v) =  A(v), it’s enough to look at vectors v of unit length A

4 The geometry of linear transformations A linear (non-singular) transform A always takes hyper-spheres to hyper-ellipses. A A

5 The geometry of linear transformations Thus, one good way to understand what A does is to find which vectors are mapped to the “main axes” of the ellipsoid. A A

6 Geometric analysis of linear transformations If we are lucky: A = V  V T, V orthogonal (true if A is symmetric) The eigenvectors of A are the axes of the ellipse A

7 Symmetric matrix: eigen decomposition In this case A is just a scaling matrix. The eigen decomposition of A tells us which orthogonal axes it scales, and by how much: A

8 General linear transformations: SVD In general A will also contain rotations, not just scales: A 1 1 22 11

9 General linear transformations: SVD A 1 1 22 11 orthonormal

10 SVD more formally SVD exists for any matrix Formal definition:  For square matrices A  R n  n, there exist orthogonal matrices U, V  R n  n and a diagonal matrix , such that all the diagonal values  i of  are non-negative and =

11 SVD more formally The diagonal values of  (  1, …,  n ) are called the singular values. It is accustomed to sort them:  1   2  …   n The columns of U ( u 1, …, u n ) are called the left singular vectors. They are the axes of the ellipsoid. The columns of V ( v 1, …, v n ) are called the right singular vectors. They are the preimages of the axes of the ellipsoid. =

12 Reduced SVD For rectangular matrices, we have two forms of SVD. The reduced SVD looks like this:  The columns of U are orthonormal  Cheaper form for computation and storage =

13 Full SVD We can complete U to a full orthogonal matrix and pad  by zeros accordingly =

14 Shape matching We have two objects in correspondence Want to find the rigid transformation that aligns them

15 Shape matching When the objects are aligned, the lengths of the connecting lines are small.

16 Shape matching – formalization Align two point sets Find a translation vector t and rotation matrix R so that:

17 Shape matching – solution Turns out we can solve the translation and rotation separately. Theorem: if (R, t) is the optimal transformation, then the points {p i } and {Rq i + t} have the same centers of mass.

18 Finding the rotation R To find the optimal R, we bring the centroids of both point sets to the origin: We want to find R that minimizes

19 Summary of rigid alignment: Translate the input points to the centroids: Compute the “covariance matrix” Compute the SVD of H : The optimal rotation is The translation vector is

20 Complexity Numerical SVD is an expensive operation We always need to pay attention to the dimensions of the matrix we’re applying SVD to.

See you next time

22 Finding the rotation R I These terms do not depend on R, so we can ignore them in the minimization

23 Finding the rotation R this is a scalar

24 Finding the rotation R 3  1 1  3 = 3  3 =

25 So, we want to find R that maximizes Theorem: if M is symmetric positive definite (all eigenvalues of M are positive) and B is any orthogonal matrix then So, let’s find R so that RH is symmetric positive definite. Then we know for sure that Trace(RH) is maximal. Finding the rotation R

26 This is easy! Compute SVD of H : Define R : Check RH : Finding the rotation R This is a symmetric matrix, Its eigenvalues are  i  0 So RH is positive!