English

End to End Face Reconstruction via Differentiable PnP

Computer Vision and Pattern Recognition 2024-09-24 v1

Abstract

This is a challenge report of the ECCV 2022 WCPA Challenge, Face Reconstruction Track. Inside this report is a brief explanation of how we accomplish this challenge. We design a two-branch network to accomplish this task, whose roles are Face Reconstruction and Face Landmark Detection. The former outputs canonical 3D face coordinates. The latter outputs pixel coordinates, i.e. 2D mapping of 3D coordinates with head pose and perspective projection. In addition, we utilize a differentiable PnP (Perspective-n-Points) layer to finetune the outputs of the two branch. Our method achieves very competitive quantitative results on the MVP-Human dataset and wins a 3rd3^{rd} prize in the challenge.

Cite

@article{arxiv.2409.14249,
  title  = {End to End Face Reconstruction via Differentiable PnP},
  author = {Yiren Lu and Huawei Wei},
  journal= {arXiv preprint arXiv:2409.14249},
  year   = {2024}
}

Comments

Accepted by ECCV2022 workshop

R2 v1 2026-06-28T18:52:33.151Z