覚え書きブログ

顔向き推定

監視カメラ画像からの顔向き推定の論文には以下のようなものがある。

  • Biternion Nets: Continuous Head Pose Regression from Discrete Training Labels, Lucas Beyer, Alexander Hermans, and Bastian Leibe, GCPR2015

http://www.spencer.eu/papers/beyerBiternions15.pdf
github.com
・顔向きを(cos(\alpha), sin(\alpha))の2次元ベクトルで表し、真値と予測値の内積を1から引いたBiternion損失を用いている
・Town Centre Datasetを用いて評価、左右反転とクロップの水増しあり
https://github.com/lucasb-eyer/BiternionNet/blob/master/Experiments%20-%20TownCentre.ipynb

  • Deep Directional Statistics: Pose Estimation with Uncertainty Quantification, Sergey Prokudin, Peter Gehler, and Sebastian Nowozin, ECCV2015

https://eccv2018.org/openaccess/content_ECCV_2018/papers/Sergey_Prokudin_Deep_Directional_Statistics_ECCV_2018_paper.pdf

  • Unsupervised Learning of a Scene-Specific Coarse Gaze Estimator, Ben Benfold and Ian Reid, ICCV2011

http://www.robots.ox.ac.uk/~lav/Papers/benfold_reid_iccv2011/benfold_reid_iccv2011.pdf
・Town Centre Dataset
MegaPixels: Oxford Town Centre Dataset