2D&3D human pose estimation

Overview

Human Pose Estimation Papers

[CVPR 2016] - 201511

[IJCAI 2016] - 201602

Other

  • Action Recognition with Joints-Pooled 3D Deep Convolutional Descriptors [paper]

[ECCV 2016] - 201603

2D Pose

3D Pose

[NIPS 2016] - 201605

2D Pose

  • CRF-CNN: Modeling Structured Information in Human Pose Estimation [paper]

3D Pose

  • MoCap-guided Data Augmentation for 3D Pose Estimation in the Wild [paper]

[AAAI 2017] - 201609

none

[CVPR 2017] - 201611

[IJCAI 2017] - 201702

none

[ICCV 2017] - 201703

2D Pose

3D Pose

Other

  • Chained Multi-Stream Networks Exploiting Pose, Motion, and Appearance for Action Classification and Detection [paper] [project] [code] [supplemental]
  • The Pose Knows: Video Forecasting by Generating Pose Futures [paper]
  • RPAN: An End-To-End Recurrent Pose-Attention Network for Action Recognition in Videos (Oral) [paper] [code] [supplemental] ) [video]
  • Pose-Driven Deep Convolutional Model for Person Re-Identification [paper]
  • Long Short-Term Memory Kalman Filters: Recurrent Neural Estimators for Pose Regularization [paper] [code]

[NIPS 2017] - 201705

Other

[AAAI 2018] - 201709

2D Pose

  • A Cascaded Inception of Inception Network With Attention Modulated Feature Fusion for Human Pose Estimation [paper]

3D Pose

  • Learning Pose Grammar to Encode Human Body Configuration for 3D Pose Estimation [paper] [code]

Other

  • An Adversarial Hierarchical Hidden Markov Model for Human Pose Modeling and Generation [paper] [project] [PPT]
  • Cross-View Person Identification by Matching Human Poses Estimated With Confidence on Each Body Joint [paper]
  • PoseHD: Boosting Human Detectors Using Human Pose Information [paper]

[CVPR 2018] - 201711

2D Pose

3D Pose

Other

  • Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer (Spotlight) [paper] [code] [author:Hao-Shu Fang]
  • Multistage Adversarial Losses for Pose-Based Human Image Synthesis (Spotlight) [paper]
  • A Pose-Sensitive Embedding for Person Re-Identification With Expanded Cross Neighborhood Re-Ranking [paper] [code]
  • Learning to Estimate 3D Human Pose and Shape From a Single Color Image [paper] [project] [supplemental]
  • Recognizing Human Actions as the Evolution of Pose Estimation Maps [paper]
  • Monocular 3D Pose and Shape Estimation of Multiple People in Natural Scenes - The Importance of Multiple Scene Constraints [paper]
  • Deformable GANs for Pose-Based Human Image Generation [paper] [code] [supplemental]
  • Pose Transferrable Person Re-Identification [paper]
  • PoseFlow: A Deep Motion Representation for Understanding Human Behaviors in Videos [paper]
  • PoTion: Pose MoTion Representation for Action Recognition [paper]
  • End-to-End Recovery of Human Shape and Pose [paper] [project] [code]
  • Synthesizing Images of Humans in Unseen Poses (Oral) [paper] [code] [author:Adrian Vasile Dalca]
  • Unsupervised Person Image Synthesis in Arbitrary Poses (Spotlight) [paper]

arXiv 2017

2D Pose

  • Human Pose Regression by Combining Indirect Part Detection and Contextual Information [paper] [code] [PPT]

[IJCAI 2018] - 201801

3D Pose

  • DRPose3D: Depth Ranking in 3D Human Pose Estimation [paper]

ECCV 2018 - 201803

2D Pose

  • Deep Autoencoder for Combined Human Pose Estimation and body Model Upscaling (Oral) [paper]
  • Inner Space Preserving Generative Pose Machine [paper] [project] [code]
  • Multi-Scale Structure-Aware Network for Human Pose Estimation [paper]
  • MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network [paper][code]

3D Pose

  • Unsupervised Geometry-Aware Representation for 3D Human Pose Estimation (Oral) [paper] [project]

Other

  • Good Line Cutting: towards Accurate Pose Tracking of Line-assisted VO/VSLAM [paper]
Official implementation of "Accelerating Reinforcement Learning with Learned Skill Priors", Pertsch et al., CoRL 2020

Accelerating Reinforcement Learning with Learned Skill Priors [Project Website] [Paper] Karl Pertsch1, Youngwoon Lee1, Joseph Lim1 1CLVR Lab, Universi

Cognitive Learning for Vision and Robotics (CLVR) lab @ USC 134 Dec 06, 2022
Code for "3D Human Pose and Shape Regression with Pyramidal Mesh Alignment Feedback Loop"

PyMAF This repository contains the code for the following paper: 3D Human Pose and Shape Regression with Pyramidal Mesh Alignment Feedback Loop Hongwe

Hongwen Zhang 450 Dec 28, 2022
Code for this paper The Lottery Ticket Hypothesis for Pre-trained BERT Networks.

The Lottery Ticket Hypothesis for Pre-trained BERT Networks Code for this paper The Lottery Ticket Hypothesis for Pre-trained BERT Networks. [NeurIPS

VITA 122 Dec 14, 2022
This is the official implementation for the paper "Heterogeneous Multi-player Multi-armed Bandits: Closing the Gap and Generalization" in NeurIPS 2021.

MPMAB_BEACON This is code used for the paper "Decentralized Multi-player Multi-armed Bandits: Beyond Linear Reward Functions", Neurips 2021. Requireme

Cong Shen Research Group 0 Oct 26, 2021
Voice assistant - Voice assistant with python

🌐 Python Voice Assistant 🌵 - User's greeting 🌵 - Writing tasks to todo-list ?

PythonToday 10 Dec 26, 2022
Compact Bilinear Pooling for PyTorch

Compact Bilinear Pooling for PyTorch. This repository has a pure Python implementation of Compact Bilinear Pooling and Count Sketch for PyTorch. This

Grégoire Payen de La Garanderie 234 Dec 07, 2022
Go from graph data to a secure and interactive visual graph app in 15 minutes. Batteries-included self-hosting of graph data apps with Streamlit, Graphistry, RAPIDS, and more!

✔️ Linux ✔️ OS X ❌ Windows (#39) Welcome to graph-app-kit Turn your graph data into a secure and interactive visual graph app in 15 minutes! Why This

Graphistry 107 Jan 02, 2023
Rainbow DQN implementation that outperforms the paper's results on 40% of games using 20x less data 🌈

Rainbow 🌈 An implementation of Rainbow DQN which reaches a median HNS of 205.7 after only 10M frames (the original Rainbow from Hessel et al. 2017 re

Dominik Schmidt 31 Dec 21, 2022
Pytorch Lightning Distributed Accelerators using Ray

Distributed PyTorch Lightning Training on Ray This library adds new PyTorch Lightning accelerators for distributed training using the Ray distributed

166 Dec 27, 2022
This is code of book "Learn Deep Learning with PyTorch"

深度学习入门之PyTorch Learn Deep Learning with PyTorch 非常感谢您能够购买此书,这个github repository包含有深度学习入门之PyTorch的实例代码。由于本人水平有限,在写此书的时候参考了一些网上的资料,在这里对他们表示敬意。由于深度学习的技术在

Xingyu Liao 2.5k Jan 04, 2023
An end-to-end PyTorch framework for image and video classification

What's New: March 2021: Added RegNetZ models November 2020: Vision Transformers now available, with training recipes! 2020-11-20: Classy Vision v0.5 R

Facebook Research 1.5k Dec 31, 2022
Simple Tensorflow implementation of Toward Spatially Unbiased Generative Models (ICCV 2021)

Spatial unbiased GANs — Simple TensorFlow Implementation [Paper] : Toward Spatially Unbiased Generative Models (ICCV 2021) Abstract Recent image gener

Junho Kim 16 Apr 15, 2022
This repo contains the pytorch implementation for Dynamic Concept Learner (accepted by ICLR 2021).

DCL-PyTorch Pytorch implementation for the Dynamic Concept Learner (DCL). More details can be found at the project page. Framework Grounding Physical

Zhenfang Chen 31 Jan 06, 2023
Source code release of the paper: Knowledge-Guided Deep Fractal Neural Networks for Human Pose Estimation.

GNet-pose Project Page: http://guanghan.info/projects/guided-fractal/ UPDATE 9/27/2018: Prototxts and model that achieved 93.9Pck on LSP dataset. http

Guanghan Ning 83 Nov 21, 2022
The official implementation of paper Siamese Transformer Pyramid Networks for Real-Time UAV Tracking, accepted by WACV22

SiamTPN Introduction This is the official implementation of the SiamTPN (WACV2022). The tracker intergrates pyramid feature network and transformer in

Robotics and Intelligent Systems Control @ NYUAD 28 Nov 25, 2022
Visual Adversarial Imitation Learning using Variational Models (VMAIL)

Visual Adversarial Imitation Learning using Variational Models (VMAIL) This is the official implementation of the NeurIPS 2021 paper. Project website

14 Nov 18, 2022
Unofficial PyTorch Implementation of "DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features"

Pytorch Implementation of Deep Orthogonal Fusion of Local and Global Features (DOLG) This is the unofficial PyTorch Implementation of "DOLG: Single-St

DK 96 Jan 06, 2023
Benchmarks for the Optimal Power Flow Problem

Power Grid Lib - Optimal Power Flow This benchmark library is curated and maintained by the IEEE PES Task Force on Benchmarks for Validation of Emergi

A Library of IEEE PES Power Grid Benchmarks 207 Dec 08, 2022
Interpretable and Generalizable Person Re-Identification with Query-Adaptive Convolution and Temporal Lifting

QAConv Interpretable and Generalizable Person Re-Identification with Query-Adaptive Convolution and Temporal Lifting This PyTorch code is proposed in

Shengcai Liao 166 Dec 28, 2022
Lex Rosetta: Transfer of Predictive Models Across Languages, Jurisdictions, and Legal Domains

Lex Rosetta: Transfer of Predictive Models Across Languages, Jurisdictions, and Legal Domains This is an accompanying repository to the ICAIL 2021 pap

4 Dec 16, 2021