内容较多,提供目录便于查找
*[1] Chunyu Wang,Yizhou Wang,Zhouchen Lin,Alan L. Yuille,Wen Gao. Robust Estimation of 3D Human Poses from a Single Image. In the Center for Brains, Minds and Machines(CBMM), 2014(用优化的方法进行2D pose到3D pose的三维重建)
*[2] Atul Kanaujia. Coupling Top-down and Bottom-up Methods for 3D Human Pose and Shape Estimation from Monocular Image Sequences. 2014
*[3] Behnam Babagholami-Mohamadabadi, Amin Jourabloo, Ali Zarghami, and Shohreh Kasaei . A Bayesian Framework for Sparse Representation-Based 3D Human Pose Estimation. In IEEE Signal Processing Letters (SPL), 2014
[1] Sijin Li and Antoni B Chan. 3d human pose estimation from monocular images with deep convolutional neural network. In Asian Conference on Computer Vision (ACCV), pages 332–347, 2014.
第一个利用该思路进行三维人体姿态估计的工作,也是使用深度学习进行三维人体姿态估计的工作。该工作首先使用一个8层的网络做一个目标检测的视觉任务。然后将用来做特征提取部分的CNN层来作为三维人体姿态估计的初始化模型,并丢弃掉目标检测网络头部分进行训练。该方法相对于传统方法明显的提高。
[2] Sijin Li, Weichen Zhang, Antoni B. Chan. Maximum-Margin Structured Learning with Deep Networks for 3D Human Pose Estimation.CVPR, 2015
该网络除了从图像直接回归三维关键点坐标外,还加入了一个新的分支。该分支只在训练时发挥作用,其接收三维姿态的真是标注作为输入,然后经过多层感知机提取特征。然后利用该特征作为监督来训练,整个网络看上去也是一个多任务网络。
[3] Sungheon Park, Jihye Hwang, and Nojun Kwak. 3d human pose estimation using convolutional neural networks with 2d pose information. In Proceedings of the European Conference on Computer Vision (ECCV), pages 156–169, 2016.
提出的整个的网络的结构与[1]类似,不同点在于该网络使用的是二维姿态估计作为另一个任务分支的监督且这两个任务一同训练。
[4] Bugra Tekin, Isinsu Katircioglu, Mathieu Salzmann, Vincent Lepetit, and Pascal Fua. Structured prediction of 3d human pose with deep neural networks. In British Machine Vision Conference (BMVC), 2016.
首先利用三维关键点坐标作为输入和监督来预训练一个自编码-解码器,预训练好后保留解码器。之后在主网络中输入图像经过CNN提取特征不直接回归三维人体关键点坐标,而是来预测解码器输入端的隐向量,该隐向量通过解码器解码出三维人体关键点位置,在这个过程中解码器的参数不会更新。
*[5] Albert Haque, Boya Peng, Zelun Luo, Alexandre Alahi, Serena Yeung, Li Fei-Fei. Towards Viewpoint Invariant 3D Human Pose Estimation. ECCV, 2016.(从单一深度图出3D pose)
[6] 3D Human Pose Estimation in the Wild by Adversarial Learning. CVPR 2018.
[1] Julieta Martinez, Rayat Hossain, Javier Romero, and James J. Little. A simple yet effective baseline for 3d human pose estimation.ICCV 2017.
*[2] Hao-Shu Fang, Yuanlu Xu, Wenguan Wang, Xiaobai Liu, Song-Chun Zhu. Learning Pose Grammar to Encode Human Body Configuration for 3D Pose Estimation. AAAI 2018.
[3] Unsupervised Adversarial Learning of 3D Human Pose from 2D Joint Locations. 2018.
[4] Matteo Ruggero Ronchi, Oisin Mac Aodha, Robert Eng, and Pietro Perona. It’s all relative: Monocular 3d human pose estimation from weakly supervised data. In British Machine Vision Conference (BMVC), 2018.
[5] 3D Human Pose Estimation with Relational Networks. BMVC 2018.
[6] 3D Human Pose Estimation with Siamese Equivariant Embedding. Neurocomputing 2018.
[7] RepNet: Weakly Supervised Training of an Adversarial Reprojection Network for 3D Human Pose Estimation. CVPR 2019.
[8] Lifting 2d Human Pose to 3d : A Weakly Supervised Approach. IJCNN 2019.
[9] PoseLifter: Absolute 3D human pose lifting network from a single noisy 2D. 2020.
[1]Dushyant Mehta, Helge Rhodin, Dan Casas, Pascal Fua.Monocular 3D Human Pose Estimation In The Wild Using Improved CNN Supervision. 3DV, 2017(提出了MPI-INF-3DHP Dataset)
[2] Ching-Hang Chen,Deva Ramanan. 3D Human Pose Estimation = 2D Pose Estimation + Matching. CVPR, 2017
[3] Xingyi Zhou, Qixing Huang, Xiao Sun, Xiangyang Xue, Yichen Wei. Towards 3D Human Pose Estimation in the Wild: a Weakly-supervised Approach. ICCV 2017.
*[4] Ju Yong Chang, Kyoung Mu Lee. 2D-3D Pose Consistency-based Conditional Random Fields for 3D Human Pose Estimation. 2017.
[5] Semantic Graph Convolutional Networks for 3D Human Pose Regression. CVPR 2019.
[6] Generalizing Monocular 3D Human Pose Estimation in the Wild. 2019.
[7] XNect: Real-time Multi-person 3D Human Pose Estimation with a Single RGB Camera. 2019.
[8] xR-EgoPose: Egocentric 3D Human Pose from an HMD Camera. 2019.
[9] Multi-Person 3D Human Pose Estimation from Monocular Images. 3DV 2019.
[10] Deep, robust and single shot 3D multi-person human pose estimation in complex images. 2019.
*[11] Xiaowei Zhou, Menglong Zhu, Spyridon Leonardos, Konstantinos G. Derpanis, Kostas Daniilidis. Sparseness Meets Deepness: 3D Human Pose Estimation from Monocular Video. CVPR, 2016
[1] Francesc Moreno-Noguer. 3D Human Pose Estimation from a Single Image via Distance Matrix Regression. 2016
[2] Georgios Pavlakos, Xiaowei Zhou, Konstantinos G. Derpanis, Kostas Daniilidis. Coarse-to-Fine Volumetric Prediction for Single-Image 3D Human Pose. CVPR, 2017.(提出了3D heatmap)
*[3] Ehsan Jahangiri, Alan L. Yuille. Generating Multiple Diverse Hypotheses for Human 3D Pose Consistent with 2D Joint Detections. ICCV, 2017.
*[4] VNect: Real-time 3D Human Pose Estimation with a Single RGB Camera. SIGGRAPH 2017.
*[5] Umar Iqbal, Andreas Doering, Hashim Yasin, Björn Krüger, Andreas Weber, and Juergen Gall. A Dual-Source Approach for 3D Human Pose Estimation from a Single Image. Extended version of CVPR-2016.
[6] Ordinal Depth Supervision for 3D Human Pose Estimation. CVPR 2018.
[7] DRPose3D: Depth Ranking in 3D Human Pose Estimation. IJCAI 2018.
[8] 3D Human Pose Estimation with 2D Marginal Heatmaps. WACV 2018.
[9] FBI-Pose: Towards Bridging the Gap between 2D Images and 3D Human Poses using Forward-or-Backward Information. 2018.
[10] 3D human pose estimation from depth maps using a deep combination of poses. 2018. (深度图出3D Pose)
[11] Occluded Joints Recovery in 3D Human Pose Estimation based on Distance Matrix. ICPR 2018.
[12] Synthetic Occlusion Augmentation with Volumetric Heatmaps for the 2018 ECCV PoseTrack Challenge on 3D Human Pose Estimation. ECCV 2018 Workshop.
[13] Adversarial 3D Human Pose Estimation via Multimodal Depth Supervision. 2018.
[14] OriNet: A Fully Convolutional Network for 3D Human Pose Estimation. BMVC.
[15] 3D Human Pose Machines with Self-supervised Learning.T-PAMI, 2019.
[16] View Invariant 3D Human Pose Estimation. 2019.
[17] Monocular 3D Human Pose Estimation by Generation and Ordinal Ranking. ICCV 2019.
[18] In the Wild Human Pose Estimation UsingExplicit 2D Features and Intermediate 3D Representations. CVPR 2019.
[19] Generating Multiple Hypotheses for 3D Human Pose Estimation
with Mixture Density Network. CVPR 2019
[20] Multi-task human analysis in still images: 2D/3D pose, depth map, and multi-part segmentation. 2019.
[21] Geometric Pose Affordance: 3D Human Pose with Scene Constraints. 2019.
[22] Patch-based 3D Human Pose Refinement. CVPR 2019.
[23] Sim2real transfer learning for 3D human pose estimation: motion to the rescue. NIPS 2019.
[24] HEMlets Pose: Learning Part-Centric Heatmap Triplets for Accurate 3D Human Pose Estimation. ICCV2019.
[25] Consensus-based Optimization for 3D Human Pose Estimation in Camera Coordinates. 2019.
[26] Learning 3D Human Shape and Pose from Dense Body Parts. 2020.
[27] Chained Representation Cycling: Learning to Estimate 3D Human Pose and Shape by Cycling Between Representations. AAAI 2020.
[28] Lightweight 3D Human Pose Estimation Network Training
Using Teacher-Student Learning. 2020.
[29] Metric-Scale Truncation-Robust Heatmaps for 3D Human Pose Estimation. 2020.
[1] Learning Monocular 3D Human Pose Estimation from Multi-view Images. CVPR 2018.
[2] Unsupervised Geometry-Aware Representation for 3D Human Pose Estimation. 2018.
[3] A generalizable approach for multi-view 3D human pose regression. 2018.
[4] Weakly-Supervised Discovery of Geometry-Aware Representation for 3D Human Pose Estimation. CVPR 2019 oral paper.
[5] Multiview-Consistent Semi-Supervised Learning for 3D Human Pose Estimation. 2019.
[6] DeepFuse: An IMU-Aware Network for Real-Time 3D Human Pose Estimation from Multi-View Image.WACV 2019.
[7] Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS. CVPR 2020.
[8] Weakly-Supervised 3D Human Pose Learning via Multi-view Images in the Wild. CVPR 2020.
[1] Agne Grinciunaite, Amogh Gudi, Emrah Tasli, and Marten den Uyl. Human Pose Estimation in Space and Time using 3D CNN. ECCV 2016 Workshop
[2] 3D human pose estimation in video with temporal convolutions and semi-supervised training. CVPR 2019.
[3] 3D Human Pose Estimation from Deep Multi-View 2D Pose. ICPR 2019.
[4] Trajectory Space Factorization for Deep Video-Based 3D Human Pose Estimation. BMVC 2019.
[5] Cross View Fusion for 3D Human Pose Estimation. ICCV 2019.
[6] Multi-task Deep Learning for Real-Time 3D Human Pose Estimation and Action Recognition. PAMI 2020.
[7] Anatomy-aware 3D Human Pose Estimation in Videos. 2020
[8] PoseNet3D: Unsupervised 3D Human Shape and Pose Estimation. 2020.
[9] GAST-Net: Graph Attention Spatio-temporal Convolutional Networks for 3D Human Pose Estimation in Video. 2020.
[1] Federica Bogo, Angjoo Kanazawa,Javier Romero, Michael J. Black. Keep it SMPL: Automatic Estimation of 3D Human Pose and Shape from a Single Image. ECCV, 2016.
[2] Learning to Estimate 3D Human Pose and Shape from a Single Color Image. CVPR 2018.
[3] SMPLR: Deep SMPL reverse for 3D human pose and shape recovery. 2018
[4] Skeleton Transformer Networks: 3D Human Pose and Skinned Mesh from Single RGB Image. ACCV 2018.
[5] DenseBody: Directly Regressing Dense 3D Human Pose and Shape From a Single Color Image. 2019.
[6] Exploiting temporal context for 3D human pose estimation in the wild. CVPR 2019.
[7] Temporally Coherent Full 3D Mesh Human Pose Recovery from Monocular Video. 2019.
[8] Resolving 3D Human Pose Ambiguities with 3D Scene Constraints. ICCV 2019.(场景固定,即先将场景建模)
[9] Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop. ICCV 2019
[10] Weakly Supervised 3D Human Pose and Shape Reconstruction with Normalizing Flows. 2020