• Ingen resultater fundet

Laplace-Beltrami EigenstuffPart 1 -Background +

N/A
N/A
Info
Hent
Protected

Academic year: 2022

Del "Laplace-Beltrami EigenstuffPart 1 -Background +"

Copied!
35
0
0

Indlæser.... (se fuldtekst nu)

Hele teksten

(1)

+

Laplace-Beltrami Eigenstuff Part 1 - Background

Martin Reuter – reuter@mit.edu

Mass. General Hospital, Harvard Medical, MIT

(2)

+ Sound and Shape

(3)

+ Chladni’s strange patterns

vibration of plates

used a violin bow

discovered sound patterns by spreading sand on the plates

1809 invited by Napoleon

who held out price for mathematical explanation

“Entdeckungen über die Theorie des Klanges”

(Discoveries concerning the theory of music), Chladni, 1787

(4)

+ Can one “hear” Shape?

First asked by Bers, then paper by Kac 1966, idea dates back to Weyl 1911 (at least).

The sound (eigen-frequencies) of a drum depend on its shape.

This spectrum can be numerically computed if the shape is known.

E.g., no other shape has the same spectrum as a disk.

Can the shape be computed from the spectrum?

(5)

+ Contributions

Shape Analysis: Reuter, Wolter, Peinecke [SPM05],

[JCAD06](most cited paper award 09) and Patent Appl.

Introduced Laplace-Beltrami Op. for Non-Rigid Shape Analysis.

Cubic FEM to obtain accurate solutions for surfaces and solids.

Before a mesh Laplace (simplified linear FEM) has been used for parametrization, smoothing, mesh compression

Image Recognition: Peinecke et al [JCAD07] (Mass Density LBO) Neuroscience Applicantions:

Statistical morphometric studies of brain structures (eigenvalues), Niethammer, Reuter, Shenton, Bioux.. [MICCAI07], Reuter..

[CW08]

Topological studies of eigenfunctions, Reuter.. [CAD09] (invited) Segmentation: Reuter..(IMATI, Genova) [SMI09] [IJCV09]

Correspondence: Reuter [IJCV09]

(6)

+ Why is the Laplace Operator so interesting?

=> Many properties carry over to potential

applications from Physics …

(7)

+ Applications

(8)

+ Applications

(9)

+ Applications

(10)

+ Applications

(11)

+ Laplace Spectrum

(12)

+ Boundary Conditions

(13)

+ 1-Dimensional Helmholtz

f f {x: 0 x a}

f '' f f '' f 0

Neumann Boundary Condition: f '(0) 0 and f '(a) 0

f(x) c cos n

a x n 0,1,2,...

n a

2

Dirichlet Boundary Condition: f(0) 0 and f (a) 0

f(x) csin(n x /a) n 1,2, 3,...

(n /a)2

(14)

+ 2D Rectangle

Side lengths a and b (Neumann Boundary Condition)

Separation of variables leads to Eigenfunctions:

Eigenvalues:

Other cases where spectrum is known analytically:

Circle (Bessel functions)

Cylinder, flat torus (basically rectangle with special bndr. cond.)

Sphere (Spherical Harmonics)

(15)

+ Discrete Cosine Transform

Similar to Fourier Transform, but only cosines at different frequencies to combine a signal.

Compression

MP3

JPEG

(16)

+ DCT at Work

Source: Wikipedia

(17)

+ Heat Kernel

Heat Equation:

Temperature distribution after time t:

Solution (with initial condition ):

Initial condition unit heat source at point p:

Once we know Eigenfunctions and –values:

(18)

+ 1D Heat Kernel

Spread of Heat in 1D

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

-20 -15 -10 -5 0 5 10 15 20

Space (x) units

Measure of heat t=1

t=11 t=21 t=31 t=51 t=81

(19)

+ Discrete 1D Laplacian

The Laplace operator is simply the second derivative:

f : f in °

yi yi 1 yi h

yi yi 1 h

1 h yi 1 2yi yi 1

h2

yi yj h2

j (i)

h 1 1 2 1

yi 1 yi yi 1

(1D filter)

Full:

... 2 1 0 0

1 2 1 0

0 1 2 1

0 0 1 2...

y Ly

W adj(G) and Vii #Neighbors L W V

(20)

+ 1D-Laplacian-Smoothing

Move vertex half way towards center of neighbors:

vˆi vi 1

4 vi where vi xi yi

…but don’t wash it too long, it will shrink!

(21)

+ 2D Grid Laplacian

In 2D Laplace is sum of second partial derivatives:

Discrete 2D-Filter is a 5 Stencil:

0 1 0

1 4 1

0 1 0

again L W V f (x,y) : fxx fyy in ° 2

(22)

+ Graph Laplacian

Extension to a Graph is simply (guess):

L W V or yi (yj

j (i)

yi)

With (symmetric) edge weights (guess again):

yi wij(yj

j (i)

yi) or L : W V with W : (wij) and V : diag wij

j (i)

And finally with node weights:

yi 1

di wij(yj

j (i)

yi) or L : D 1 W V with D: diag(di)

(23)

+ Spectral Graph Theory

Eigenvalues

Closely related to variety of global graph invariants

Global shape descriptors

Eigenvectors

Useful extremal properties, e.g., heuristic for NP-hard problems, normalized cuts and sequencing

Spectral embeddings capture global information, e.g., clustering, manifold learning

However, we’ll not look at graphs here, but meshes …

(24)

+ Meshes

Meshes can be seen as graphs:

… with a geometry (here triangle mesh embedded into R3).

Therefore one possibility is to use same Laplace discretizations (with appropriate weights)

How to choose weights “correctly” ?

(x, y, z)

(25)

+ Operator Discretizations

Graph Laplace:

Vertex weights =1 (masses) and edge weights = 1 (stiffness)

Other options (vertex degree, other symmetric weights)

Usually not geometry aware

Mesh Laplace:

Different weights (based on geometry)

Possibly mesh dependent

What if we go to quad-meshes

Or tetrahedral meshes (3D)…

FEM Laplace:

Different approach based on Surface or Volume elements

Generalizable and higher order approximations Figure courtesy of Bruno Levy

(26)

+ Mesh Laplacians (Examples)

Pinkall and Polthier (93):

where α and βdenote the two angles opposite edge(i,j). Still depends on mesh sampling (missing mass weights).

Desbrun (99):

where the area is summed for all triangles at vertex i. Will turn out to be a simplified linear finite element operator.

Meyer (02):

use the the area obtained by joining the circumcenters of the triangles around vertex i (i.e., the Voronoi region).

wij cot( ij) cot( ij)

2 di 1

di areai 3

di voronoii 3

(27)

+ Finite Element Method

Instead of graph/wireframe (vertices, edges), we look at elements that assemble our geometry without gaps:

triangles

tetrahedra

voxels….

We define basis functions over this discretized geometry (linear, quadratic, cubic …)

We get a powerful framework to solve differential equations (not just Laplace).

Details later…

(28)

+ Spectral Embedding

Maps each vertex to the value of all (or a few) Eigenfunctions at that location:

(29)

+ Spectral Embedding

Dirichlet Energy measures smoothness

For Eigenfunctions it is:

Optimal Embedding:

The first (non constant) Eigenfunction (also called Fiedler vector) yields the optimal (smoothest) embedding of the shape onto a line (orthogonal to constant function and complying with boundary

condition)

Higher functions yield smoothest embedding orthogonal to previous ones

(30)

+ Difficulties

Numerical inaccuracies

Sign Flips

Scalar multiples are contained in same space

Higher dimensional Eigenspaces

Arbitrary basis (luckily they are rare, but being close to one is already problematic)

Due to numerical errors Eigenvalues will be slightly different and we cannot really detect these situations

Switching of Eigenfunctions

Occurs, because of numerical instabilities (two close Eigenvalues switch)

Or due to geometric (non-isometric) deformations

(31)

+ Switching of Eigenfunctions

(32)

+ Switching of Eigenfunctions

Z=2.74

Z=2.76

(33)

+ Applications: smoothing revisited

Represent any function as linear combination of Eigenfunctions (similar to DCT):

Smooth iteratively (modify coefficients):

(34)

+ Geometry Filtering

Take f =(x,y,z)

Courtesy of Bruno Levy

(35)

+ Color Filtering on Mesh

Courtesy of Bruno Levy Take f =(r,g,b)

Referencer

RELATEREDE DOKUMENTER

Pandoras box - in compliance with human rights  2019:  All 3 refugee status are granted ”for the purpose of temporary stay”.  Integration criteria for dispensation

Let’s first look a concrete example, Figure 6.1 shows an image of the laser lines projected onto a shell and the corresponding extracted line segments.. The object used

 Extend piecewise linear function by choosing basis of linear hat functions (value 1 at vertex i and zero at others):.. + Integral of

Motivated by the recent discovery of optimal parallel algorithms for the construction of suffix trees, we show in this paper that for strings drawn from a constant sized alpha-

The analysis design approach shows that the design method can improve the frequency quality by either decreasing the time constant of the disturbance function, D, or

Drawing on the correspondence between the graph Laplacian, the Laplace Beltrami operator on the manifold, and the connections to the heat equation, we propose a geometrically

 Over-simplification, missing invariance, complex pre-processing, difficult to compare signatures, support only special representations... + Can one

Regular waves have a non-zero mean value of the momentum in the direction of propagation, though this momentum is of 2.. Constant drift force on a body totally absorbing the