paper-with-me

Papers

Convolutional Sequence to Sequence Model for Human Dynamics

2018-05-02 · CVPR 2018 6 · Chen Li, Zhen Zhang, Wee Sun Lee, Gim Hee Lee

Human motion modeling is a classic problem in computer vision and graphics. Challenges in modeling human motion include high dimensional prediction as well as extremely complicated dynamics.We present a novel approach to human motion modeling based on convolutional neural networks (CNN). The hierarchical structure of CNN makes it capable of capturing both spatial and temporal correlations effectively. In our proposed approach,a convolutional long-term encoder is used to encode the whole given motion sequence into a long-term hidden variable, which is used with a decoder to predict the remainder of the sequence. The decoder itself also has an encoder-decoder structure, in which the short-term encoder encodes a shorter sequence to a short-term hidden variable, and the spatial decoder maps the long and short-term hidden variable to motion predictions. By using such a model, we are able to capture both invariant and dynamic information of human motion, which results in more accurate predictions. Experiments show that our algorithm outperforms the state-of-the-art methods on the Human3.6M and CMU Motion Capture datasets. Our code is available at the project website.

📄 PDF Abstract BibTeX arXiv:1805.00655

Code (1)

chaneyddtt/Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics 공식 구현 tf

Tasks

DecoderHuman DynamicsHuman Pose Forecastingmodel

Similar Papers 제목 키워드 기반

Eigen Evolution Pooling for Human Action Recognition

2017-08-17 · Yang Wang, Vinh Tran, Minh Hoai

We introduce Eigen Evolution Pooling, an efficient method to aggregate a sequence of feature vectors. Eigen evolution pooling is designed to produce compact feature representations for a sequence of feature vectors, whil…

Action RecognitionTemporal Action Localization

TrajectoryNet: a new spatio-temporal feature learning network for human motion prediction

2019-10-15 · Xiaoli Liu, Jianqin Yin, Jin Liu, Pengxiang Ding 외

Human motion prediction is an increasingly interesting topic in computer vision and robotics. In this paper, we propose a new 2D CNN based network, TrajectoryNet, to predict future poses in the trajectory space. Compared…

Human motion predictionmotion predictionPose Prediction

Human Action Recognition using Factorized Spatio-Temporal Convolutional Networks

2015-10-02 · ICCV 2015 12 · Lin Sun, Kui Jia, Dit-yan Yeung, Bertram E. Shi

Human actions in video sequences are three-dimensional (3D) spatio-temporal signals characterizing both the visual appearance and motion dynamics of the involved humans and objects. Inspired by the success of convolution…

Action Recognitionimage-classificationImage ClassificationTemporal Action Localization

Action Recognition Based on Joint Trajectory Maps with Convolutional Neural Networks

2016-12-30 · Pichao Wang, Wanqing Li, Chuankun Li, Yonghong Hou

Convolutional Neural Networks (ConvNets) have recently shown promising performance in many computer vision tasks, especially image-based recognition. How to effectively apply ConvNets to sequence-based data is still an o…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Lattice Long Short-Term Memory for Human Action Recognition

2017-08-13 · ICCV 2017 10 · Lin Sun, Kui Jia, Kevin Chen, Dit Yan Yeung 외

Human actions captured in video sequences are three-dimensional signals characterizing visual appearance and motion dynamics. To learn action patterns, existing methods adopt Convolutional and/or Recurrent Neural Network…

Action RecognitionOptical Flow EstimationTemporal Action Localization