1 / 22

Scale Normalization for Isometric Shape Matching

Scale Normalization for Isometric Shape Matching. Yusuf Sahillioğlu and Y ücel Yemez Computer Eng. Dept., Koç University, Istanbul, Turkey. Problem Definition & Scope. Scale problem inherent to isometric shape correspondence. Scale normalization tested by shape correspondence.

Download Presentation

Scale Normalization for Isometric Shape Matching

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Scale Normalization for Isometric Shape Matching Yusuf Sahillioğlu and Yücel Yemez Computer Eng. Dept., Koç University, Istanbul, Turkey

  2. Problem Definition & Scope • Scale problem inherent to isometric shape correspondence. • Scale normalization tested by shape correspondence. • One shape is an isometric part of the other up to an arbitrary scale. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  3. Motivation Mapping between two shapes initiates cool apps. • Shape interpolation, animation. • Attribute transfer. • Shape registration. • Time-varying reconstruction. • Shape recognition. • Statistical shape analysis. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  4. Contributions • A novel scale-invariant isometric distortion function. • Embedding avoided. • Correspondences are partial and dense at the same time. • No restriction on topology and triangulation type. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  5. Isometry • Our method is purely isometric. • Intrinsic global property. • Similar shapes have similar metric structures. • Metric: geodesic distance. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  6. Scale Normalization • Scale normalization to prepare geodesic distances for the upcoming isometric distortion computations. Complete shapes (scale by max geodesic) Partial shapes (max geodesic based normalization fails) Partial shapes (scale by trusted matches) Partial shapes (scale by Euclidean embedding, e.g., Möbius) Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  7. Isometric Distortion • Given,measure its isometric distortion: • O(N2)for a map of size N. in the most general setting. : normalizedgeodesic distance b/w two vertices. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  8. Isometric Distortion g g g g g g g in action: g average for . Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  9. Scale-invariant Isometric Distortion • Given, measure its scale-inv. isometric distortion: • This measure based on raw geodesics provides few trusted matches to be used in scale normalization. • O(N3)for a map of size N. : raw geodesic distance b/w two vertices. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  10. Scale-invariant Isometric Distortion in action: average for . Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  11. Minimizing Isometric Distortion • Optimization for completely isometric shapes. • Optimization for partially isometric shapes. • Covers complete shape matching naturally. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  12. Shape Matching Algorithm • Combinatorial optimization of for initial coarse correspondence. • The most extreme M source vertices are matched w/ |T| target extremities in the guidance of scale-inv. isometric distortion measure. • computational complexity where we set M=5. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  13. Shape Matching Algorithm • Two isometric distortion measures in action. • Scale-invariant isometric distortion . • Isometric distortion w/ normalized geodesics . Winner Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  14. Shape Matching Algorithm • Use initial coarse correspondence to bring the meshes to the same scale. • Scale the target mesh by • Dense sampling. Same radius 100 here Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  15. Shape Matching Algorithm • Dense matching. • Minimum-weight perfect matching on cost matrix C. • ci,j= cost of matching sito tj //generating is traversed by (si, tj). • Symmetric flip caring: repeat above (scaling, sampling, matching) with K-1 more generating initial coarse correspondences that follow in sorted distortions list. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  16. Computational Complexity • Initial coarse correspondence: • Extension to dense map of size U: • which also requires dense sampling. • Initial coarse correspondence dominates all. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  17. Results • Isometric part matching. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  18. Results • Also for complete matching • and for pairs w/ incompatible max geodesics. • Comparison w/ Möbius Voting (MV). MV: bad extremity matching, triangulation-sensitive. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  19. Results • Different choices of M. • Too small. • computation less reliable. • Too large. • High computational load. • Inconsistent joint sampling. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  20. Limitation & Future Work • Presence of uncommon parts may fail this framework which forces to match M=5 most extremes as a whole. • Embedding into a more sophisticated framework should help as it handles arbitrary scaling of the similar parts to be matched. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  21. Conclusion • A novel scale normalization method that proves useful for isometric partial and complete correspondence. • Scale-invariant isometric distortion minimized in the original 3D Euclidean space wherein isometry is defined. • So does dense isometric matching. • Correspondences are partial and dense at the same time. • Care for symmetric flips. • No restriction on topology and triangulation. • Applicable in its current form to 3D part retrieval problem. Yusuf Sahillioğlu & Yücel Yemez, Scale Normalization for Isometric Shape Matching, Pacific Graphics, 2012.

  22. People Yusuf, PhD student Assoc. Prof. Yücel Yemez, supervisor

More Related