24
Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence Yusuf Sahillioğlu and Yücel Yemez Computer Eng. Dept., Koç University, Istanbul, Turkey

Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Embed Size (px)

DESCRIPTION

Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence. Yusuf Sahillioğlu and Y ücel Yemez Computer Eng. Dept., Koç University, Istanbul, Turkey. Problem Definition & Apps. Goal: Find a mapping between two isometric shapes. Shape interpolation. - PowerPoint PPT Presentation

Citation preview

Page 1: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape

Correspondence

Yusuf Sahillioğlu and Yücel YemezComputer Eng. Dept., Koç University, Istanbul, Turkey

Page 2: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Problem Definition & Apps2 / 24

Shape interpolation

Shape registration

Shape matching

Time-varying recon.

Statistical shape analysis

Goal: Find a mapping between two isometric shapes

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Attribute transfer

Page 3: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Contributions Avoid embedding

C2F joint sampling of evenly-spaced salient vertices

geodesic curvatureintegral

Euclideanembedding

Non-Euclideanembedding

3 / 24

O(NlogN) time complexity for dense correspondenceYusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 4: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Isometry Our method is purely isometric Intrinsic global property

Similar shapes have similar metric structures

Metric: geodesic distance

4 / 24

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 5: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Isometric Distortion Given , measure its isometric distortion:

5 / 24

in the most general setting.: normalized geodesic distance b/w two

vertices.Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 6: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Isometric Distortion6 / 24

g ggggg

g g

average for .

in action:

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 7: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Minimizing Isometric Distortion

N = |S| = |T| for perfectly isometric shapes. N! different mappings; intractable.

7 / 24

Solution: Patch-by-patch matching to reduce search space. Optimal mapping maps nearby vertices in source to

nearby vertices in target.

Recursively subdivide matched patches into smaller patches (C2F sampling) to be matched (combinatorial search).

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 8: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Coarse-to-Fine Sampling : set of base vertices sampled from at level .

Sampling radii s.t. for k=0,1,..,K. at level defines patch : all vertices within a

distance from the base .

8 / 24

greens inherited from level k−1blues are all vertices ( )patches being defined ( )

blacks + greens =

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 9: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Correspondence Algorithm Correspondence at level k is obtained in two

steps: Match level k bases inside the patch pairs matched at level

k−1. Merge patch-based local correspondences into one global

correspondence over whole surface.

9 / 24

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 10: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Patch-based Matching ( ) Ensure base vertices fall into each patch to

allow combinatorial matching. Patch radius to select for such an :

10 / 24

, area of the largest patch at level k−1.

M=5 samples with circular patches to cover blue area

(enlarge a bit to cover whites)

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

5M

M

M

Page 11: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Patch-based Matching ( )

11 / 24

Combinatorial matching

greens inherited from level k−1

blacks + greens =

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 12: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Correspondence Merging ( ) Merge patch-to-patch correspondences into one

global correspondence that covers the whole surface.

12 / 24

Multi-graph single graph. Also, diso values made available.1st pass over source samples to keep only one match per sample, the one

with the min diso.

2nd pass over target samples to assign one match per isolated sample, the

one with the min diso.

Trim matches with diso > 2Diso, i.e., outliers.

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 13: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Insight to the Algorithm13 / 24

Conditions for the algorithm to work correctly High-resolution sampling on two perfectly isometric

surfaces Evenly-spaced sampling s.t. every vertex is in at least one

patch Distortion is a slowly changing convex function around

optimum One optimal solution (no symmetric flips)

Optimal mapping assigns si to tj which is as nearest to the ground-truth ti as possible

Inclusion assertion is then expected to apply:

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 14: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Inclusion assertion (demonstration)14 / 24

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 15: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Computational Complexity15 / 24

Saliency sorting

C2F sampling

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 16: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Computational Complexity16 / 24

Patch-based combinatorial matching

Merging

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 17: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Computational Complexity17 / 24

Overall

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 18: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Experimental Results18 / 24

Details captured, smooth flow Many-to-one

Two meshes at different resolutions

red line: the worst match

w.r.t. isometric distortion

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

6K vs. 16K

Page 19: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Experimental Results19 / 24

red line: the worst match w.r.t. isometric distortion

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 20: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Experimental Results20 / 2

for four more pairs:

red line: the worst match w.r.t. isometric distortiongreen line: the worst match w.r.t. ground-truth

distortionYusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 21: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Experimental Results21 / 24

Comparisons

GMDS O(N2logN)[Bronstein et al.]

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Spectral O(N2logN)[Jain et al.]

Nonrigid world dataset

Our method O(NlogN)

Our method O(NlogN)

Page 22: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Future Work22 / 24

Symmetric flip issue Purely isometry-based methods naturally fail at symmetric

inputs Not intrinsically symmetric only one optimal solution

Our method may still occasionally fail to find the optimum due to initial coarse sampling

Solution suggested

A solution for symmetric flips due to initial coarse sampling:

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 23: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

Conclusion23 / 24

Computationally efficient C2F dense isometric shape correspondence algorithm (O(NlogN)).

Isometric distortion minimized in the original 3D Euclidean space wherein isometry is defined.

Accurate for isometric and nearly isometric pairs. Different levels of detail thanks to the C2F joint

sampling. No restriction on topology. Symmetric flips may occasionally occur due to

initial coarse sampling (but can be healed as proposed).

Yusuf Sahillioğlu & Yücel Yemez, Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence, SGP’11.

Page 24: Coarse-to-Fine Combinatorial Matching for Dense Isometric Shape Correspondence

People

Assoc. Prof. Yücel Yemez, supervisor

Yusuf, PhD student

24 / 24