1 / 43

Learning 3D mesh segmentation and labeling

Learning 3D mesh segmentation and labeling. Presented by Ayrat Mutygullin 23 May 2017. Evangelos Kalogerakis Aaron Hertzmann Karan Singh. Goal: mesh segmentation and labeling. Labeled Mesh. Input Mesh. Head. Neck. Torso. Leg. Tail. Ear. Training Meshes. 2.

jaden
Télécharger la présentation

Learning 3D mesh segmentation and labeling

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. Learning 3D mesh segmentation and labeling Presented by Ayrat Mutygullin 23 May 2017 Evangelos Kalogerakis Aaron Hertzmann Karan Singh

  2. Goal: mesh segmentation and labeling Labeled Mesh Input Mesh Head Neck Torso Leg Tail Ear Training Meshes 2

  3. Related work: mesh segmentation [Mangan and Whitaker 1999, Shlafman et al. 2002, Katz and Tal 2003, Liu and Zhang 2004, Katz et al. 2005, Simari et al. 2006, Attene et al. 2006, Lin et al. 2007, Kraevoy et al. 2007, Pekelny and Gotsman 2008, Golovinskiy and Funkhouser 2008, Li et al. 2008, Lai et al. 2008, Lavoue and Wolf 2008, Huang et al. 2009, Shapira et al. 2010] Surveys: [Attene et al. 2006, Shamir 2008, Chen et al. 2009] 3

  4. Related work: mesh segmentation Shape Diameter [Shapira et al. 10] Randomized Cuts [Golovinskiy and Funkhouser 08] Normalized Cuts [Golovinskiy and Funkhouser 08] Random Walks [Lai et al. 08] 4

  5. Is it possible to perform human level segmentation? [X. Chen et al. SIGGRAPH 09] 5

  6. Is it possible to perform human level segmentation? [X. Chen et al. SIGGRAPH 09] 6

  7. Related work: computer vision for segmentation and labeling Textonboost [Shotton et al. ECCV 06] 7

  8. Related work: mesh segmentation & labeling Consistent segmentation of 3D meshes [Golovinskiy and Funkhouser 09] Multi-objective segmentation and labeling [Simari et al. 09] 8

  9. Learning mesh segmentation and labeling Learn from examples Significantly better results than state-of-the-art No manual parameter tuning Can learn different styles of segmentation Several applications of part labeling 9

  10. Labeling problem statement Head c2 Neck c3 c1 Torso Leg c4 Tail Ear C= { head,neck,torso,leg,tail,ear} 10

  11. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Unary term 11

  12. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Face features

  13. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Face Area

  14. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Pairwise Term

  15. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Edge Features

  16. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Edge Length

  17. Conditional Random Field for Labeling Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Unary term

  18. Feature vector surface curvature singular values from PCA shape diameter distances from medial surface average geodesic distances shape contexts spin images contextual label features x 18

  19. Learning a classifier Head x2 Neck Torso Leg Tail Ear x1 19

  20. Learning a classifier We use the Jointboost classifier [Torralba et al. 2007] Head x2 Neck Torso ? Leg Tail Ear x1

  21. Unary term 21

  22. Unary Term Most-likely labels Classifier entropy 22

  23. Our approach Head Neck Torso Leg Tail Ear Labeled Mesh Input Mesh Pairwise Term 23

  24. Pairwise Term Geometry-dependent term 24

  25. Pairwise Term Label compatibility term Head Neck Ear Torso Leg Tail Head Neck Ear Torso Leg Tail 25

  26. Full CRF result Head Neck Torso Leg Tail Unary term classifier Full CRF result Ear 26

  27. Dataset used in experiments We label 380 meshes from the Princeton Segmentation Benchmark Each of the 19 categories is treated separately [Chen et al. 2009] Antenna Head Thorax Leg Abdomen 27

  28. Quantitative Evaluation Labeling • 6% error by surface area • No previous automatic method Segmentation • Our result: 9.5% Rand Index error • State-of-the art: 16%[Golovinskiy and Funkhouser 08] • With 6 training meshes: 12% • With 3 training meshes: 15% 28

  29. Labeling results 29

  30. Segmentation Comparisons Shape Diameter [Shapira et al. 10] Randomized Cuts [Golovinskiy and Funkhouser 08] Our approach 30

  31. Segmentation Comparisons Shape Diameter [Shapira et al. 10] Randomized Cuts [Golovinskiy and Funkhouser 08] Our approach 31

  32. Learning different segmentation styles Head Neck Torso Leg Tail Ear Training Meshes Test Meshes Head Front Torso Middle Torso Back Torso Front Leg Back Leg Tail 32

  33. Generalization to different categories Head Wing Body Tail Head Neck Torso Leg 33

  34. Failure cases Face Hair Torso Handle Neck Leg Nose Cup 34

  35. Limitations Adjacent segments with the same label are merged Head Torso Upper arm Lower arm Hand Upper leg Lower leg Foot 35

  36. Limitations Results depend on having sufficient training data Handle Cup Top Spout 19 training meshes 3 training meshes 36

  37. Limitations Many features are sensitive to topology Head Torso Upper arm Lower arm Hand Upper leg Lower leg Foot 37

  38. Thank you! 38

  39. Question 1 • Density of meshes. Did you have to remesh? - No, they used just Benchmark meshes, And i think they are very nice and easy to use without remeshing.

  40. Question 2 • - If you would work with scanned meshes or something, you have to worry about density of samplings of this meshes, right? • - Ok, so for that reason we use multy-scaled features, so essentially we compute for example curvature in relative size of object, so during the feature selection that Joinboost does, the scale of this object would be also automatically selected to use this mapping, so its adapted for different density meshes. But for point clouds and some complex architecture models, we have to explore more features I guess.

  41. Question 3 Slide 18. - Some of this descriptors have already been used for segmentation individually? - In our case we put all this features in a big feature vector and we do this because different such a features might be relevant for different parts and different segmentation styles.

  42. Question 4 • What is the ω and μ in pairwise term ? - This classifier helps detect boundaries better than using only dihe- dral angles. The second term penalizes boundaries between faces with high exterior dihedral angle ω . The μ term penalizes boundary length and is helpful for preventing jaggy boundaries and for removing small, isolated segments. A small constant ε is added to avoid computing log 0.

  43. Question 5 • What do JointBoost classifier? • JointBoost is a boosting algo- rithm that has many appealing properties: it performs automatic feature selection and can handle large numbers of input features for multiclass classification, it has a fast sequential learning algorithm, and it produces output probabilities suitable for com- bination with other terms in the CRF model. JointBoost is designed to share features among classes, which greatly reduces generalization error for multiclass recognition when classes overlap in feature space.

More Related