chirality nets for human pose regression
play

Chirality Nets for Human Pose Regression Raymond A. Yeh*, Yuan-Ting - PowerPoint PPT Presentation

Chirality Nets for Human Pose Regression Raymond A. Yeh*, Yuan-Ting Hu*, Alexander G. Schwing University of Illinois at Urbana-Champaign December 14, 2019 Yeh et al. 1 NeurIPS2019 Motivation Human Pose Regression Prior works: Concatenation


  1. Chirality Nets for Human Pose Regression Raymond A. Yeh*, Yuan-Ting Hu*, Alexander G. Schwing University of Illinois at Urbana-Champaign December 14, 2019 Yeh et al. 1 NeurIPS2019

  2. Motivation Human Pose Regression Prior works: β€’ Concatenation of joint coordinates β€’ Regression via deep-nets Can we take advantage of structure in human pose? Yeh et al. NeurIPS2019 2

  3. Motivation Left Right Symmetry Yeh et al. NeurIPS2019 3

  4. Respecting Left Right Symmetry Yeh et al. NeurIPS2019 4

  5. Chirality Chirality Image Credit: Solomons & Fryhle Chiral Pairs for Human Pose Chirality Transformed T ( x ) Input Pose x Reflected Pose Yeh et al. NeurIPS2019 5

  6. Equivariance w.r.t. Chirality Transform T πš“πš˜ T πš™πšŸπšž Chirality Transformed Input T πš“πš˜ ( x ) Chirality Transformed Output T πš™πšŸπšž ( y ) Equivariance ( T πš“πš˜ , T πš™πšŸπšž ) A function is chirality equivariant w.r.t. if F ΞΈ T πš™πšŸπšž ( F ΞΈ ( x )) = F ΞΈ ( T πš“πš˜ ( x )) βˆ€ x Yeh et al. NeurIPS2019 6

  7. Human Pose Representation Notation: x ∈ ℝ ( | J πš“πš˜ πš– | + | J πš“πš˜ 𝚜 | + | J πš“πš˜ 𝚍 | ) β‹… | D πš“πš˜ | u πš’πšπš‹πšŽ , v πš’πšπš‹πšŽ β€’ J πš“πš˜ 𝚜 , J πš“πš˜ πš– , J πš“πš˜ denote the set of right, left and β€’ 𝚍 center joints D πš“πš˜ denotes the set of dimensions per joint β€’ for 2D key-points β€’ ( u , v ) p := D πš“πš˜ D πš“πš˜ D πš“πš˜ D πš“πš˜ D πš“πš˜ β€’ Split into and \ n n u πšπš™πš™πšž , v πšπš™πš™πšž β€’ Indicates whether to negate (reflect) the coordinates Yeh et al. NeurIPS2019 7

  8. Chirality Transform Chirality Transform: β€’ Step (1): Negating dimensions for all joints β€’ Multiply with a diagonal matrix with entries -1 and 1 β€’ Step (2): Switch the right and left joints’ labels β€’ Multiply with a permutation matrix Achieve Equivariance: β€’ (1) Enforce odd symmetry in parameters β€’ (2) Sharing parameters (Ravanbakhsh et al. 2017) Yeh et al. NeurIPS2019 8

  9. Chiral Bias Layer Bias Layer: y = f πšŒπš“πš‹πš ( x ; b ) := x + b β€’ Consider only step (2), the switch between right & left joints y 𝚜𝚘 + y 𝚜𝚚 y πš–πš˜ = + = + y πš–πšš y 𝚍𝚘 + y 𝚍𝚚 x + b b x Yeh et al. NeurIPS2019 9

  10. Chiral Bias Layer Bias Layer: y = f πšŒπš“πš‹πš ( x ; b ) := x + b β€’ Consider the full chirality transform y 𝚜𝚘 + y 𝚜𝚚 y πš–πš˜ = + = + y πš–πšš y 𝚍𝚘 + y 𝚍𝚚 x + b b x Darker color β†’ multiply by -1, and white β†’ multiply by 0 Yeh et al. NeurIPS2019 10

  11. Chiral Fully Connected Layer Fully Connected Layer: y = f 𝙢𝙳 ( x ; W , b ) := W x + b y 𝚜𝚘 y 𝚜𝚚 y πš–πš˜ = + y πš–πšš y 𝚍𝚘 y 𝚍𝚚 W b x β€’ Permutation between left/right joints β†’ Parameter sharing β€’ Reflection in pose β†’ Odd symmetry β€’ Generalize to other layers, e.g., Conv1D, LSTM/GRU, Batch-Normalization, etc . Yeh et al. NeurIPS2019 11

  12. Benefits of Chiral Layers Reduction in Parameters: β€’ Better data efficiency, i.e., performs better with less training data Reduction in FLOPs: w ⊺ x β€’ Consider , to compute : w := [ w 1 , w 1 ], x := [ x 1 , x 2 ] β€’ Naive: w 1 β‹… x 1 + w 1 β‹… x 2 β€’ Exploit symmetry: w 1 β‹… ( x 1 + x 2 ) β€’ Removes one multiplication operation for every shared weight Yeh et al. NeurIPS2019 12

  13. Video 2D to 3D Pose Estimation Task: y y β€’ Predict 3D pose given 2D pose x 2D to 3D pose estimation Metric: β€’ Mean per-joint position error between y z prediction and ground-truth x Models: β€’ 3D Human Pose Estimation in Video with Temporal Convolutions and Semi- Supervised Training (Pavllo et al. CVPR, 2019) β€’ Ours: replace all layers with their chiral Image Credit: Pavllo et al. equivariant version Yeh et al. NeurIPS2019 13

  14. Human3.6M Results 105.6 110 Pavllo et al. Ours 99.5 108.9 93.7 95 MPJPE (mm) 85.4 93 80 85 71.9 77.8 67.1 65.1 65 59.9 68.2 63.9 62 56.6 50 S1 .1% S1 1% S1 5% S1 10% S1 50% S1 100% S15 S156 Training Splits (Less data β†’ More data) Yeh et al. NeurIPS2019 14

  15. HumanEva-I Results Yeh et al. NeurIPS2019 15

  16. Summary Chirality Nets: β€’ A family of networks built from chiral layers β€’ Equivariance guarantees β€’ Data efficiency β€’ Reduction in computation http://chiralitynets.web.illinois.edu/ Applications on human pose regression tasks Yeh et al. NeurIPS2019 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend