ArtTrack: Articulated Multi-Person Tracking in the Wild : CV勉強会関東
1. 第41回 コンピュータビジョン勉強会@関東 CVPR2017読み会(後編) 2017.8.19
ArtTrack: Articulated Multi-person Tracking in the Wild
Eldar Insafutdinov, Mykhaylo Andriluka, Leonid Pishchulin, Siyu Tang,
Evgeny Levinkov, Bjoern Andres, Bernt Schiele
Yukiyoshi Sasao @poyy
1
2. Articulated Multi-Person Tracking
Max Planck Institute for Informatics
project : http://pose.mpi-inf.mpg.de/art-track/
demo : https://youtu.be/eYtn13fzGGo
CVPR : https://youtu.be/kdV2sdZ9TWg
code : https://github.com/eldar/pose-tensorflow
[pdf] [supp] [arXiv]
2
単眼RGB動画で、複数人の人物検出?姿勢推定?追跡
3. Related Work : Human Pose Estimation
Joint Training of a Convolutional Network and a
Graphical Model for Human Pose Estimation,
Jonathan Tompson, et al. NIPS2014
Stacked Hourglass Networks for Human Pose
Estimation, Alejandro Newell, et al. ECCV2016
Realtime Multi-Person 2D Pose Estimation using Part
Affinity Fields, Zhe Cao, et al. CVPR2017
3
一人
複数人
4. Related Work : Multi Target Tracking
4
Continuous Energy Minimization for Multitarget
Tracking, PAMI2014, Anton Milan, et al. PAMI2014
Near-Online Multi-target Tracking with Aggregated
Local Flow Descriptor, Wongun Choi, et al. ICCV2015
Multiple People Tracking by Lifted Multicut and Person
Re-identification, Siyu Tang, et al. CVPR2017
MOT Challenge : https://motchallenge.net/
BoundingBoxが対象
ほぼ道を歩いているシーン
5. Related Work : Human Pose Tracking
5
Flowing ConvNets for Human Pose Estimation in
Videos, Tomas Pfister, et al. ICCV2015
Chained Predictions Using Convolutional Neural
Networks, Georgia Gkioxari, et al. ECCV2016
Thin-Slicing Network: A Deep Structured Model for
Pose Estimation in Videos, Jie Song, et al. CVPR 2017
対象一人、事前に位置は与えられる
6. 本手法 : 3 task を複数人でこなす初めての試み
6
CVPR2017で同じ問題設定:
PoseTrack: Joint Multi-Person Pose Estimation and Tracking, Umar Iqbal, et al.