Literature DB >> 35669063

Generative model-enhanced human motion prediction.

Anthony Bourached1, Ryan-Rhys Griffiths2, Robert Gray1, Ashwani Jha1, Parashkev Nachev1.   

Abstract

The task of predicting human motion is complicated by the natural heterogeneity and compositionality of actions, necessitating robustness to distributional shifts as far as out-of-distribution (OoD). Here, we formulate a new OoD benchmark based on the Human3.6M and Carnegie Mellon University (CMU) motion capture datasets, and introduce a hybrid framework for hardening discriminative architectures to OoD failure by augmenting them with a generative model. When applied to current state-of-the-art discriminative models, we show that the proposed approach improves OoD robustness without sacrificing in-distribution performance, and can theoretically facilitate model interpretability. We suggest human motion predictors ought to be constructed with OoD challenges in mind, and provide an extensible general framework for hardening diverse discriminative architectures to extreme distributional shift. The code is available at: https://github.com/bouracha/OoDMotion.
© 2022 The Authors. Applied AI Letters published by John Wiley & Sons Ltd.

Entities:  

Keywords:  deep learning; generative models; human motion prediction; variational autoencoders

Year:  2022        PMID: 35669063      PMCID: PMC9159682          DOI: 10.1002/ail2.63

Source DB:  PubMed          Journal:  Appl AI Lett        ISSN: 2689-5595


INTRODUCTION

Human motion is naturally intelligible as a time‐varying graph of connected joints constrained by locomotor anatomy and physiology. Its prediction allows the anticipation of actions with applications across healthcare, , physical rehabilitation and training, , robotics, , , navigation, , , , manufacture, entertainment, , , and security. , , The favoured approach to predicting movements over time has been purely inductive, relying on the history of a specific class of movement to predict its future. For example, state‐space models enjoyed early success for simple, common, or cyclic motions. , , The range, diversity and complexity of human motion has encouraged a shift to more expressive, deep neural network architectures, , , , , , , , but still within a simple inductive framework. This approach would be adequate were actions both sharply distinct and highly stereotyped. But their complex, compositional nature means that within one category of action the kinematics may vary substantially, while between two categories they may barely differ. Moreover, few real‐world tasks restrict the plausible repertoire to a small number of classes—distinct or otherwise—that could be explicitly learnt. Rather, any action may be drawn from a great diversity of possibilities—both kinematic and teleological—that shape the characteristics of the underlying movements. This has two crucial implications. First, any modelling approach that lacks awareness of the full space of motion possibilities will be vulnerable to poor generalisation and brittle performance in the face of kinematic anomalies. Second, the very notion of in‐distribution (ID) testing becomes moot, for the relations between different actions and their kinematic signatures are plausibly determinable only across the entire domain of action. A test here arguably needs to be out‐of‐distribution (OoD) if it is to be considered a robust test at all. These considerations are amplified by the nature of real‐world applications of kinematic modelling, such as anticipating arbitrary deviations from expected motor behaviour early enough for an automatic intervention to mitigate them. Most urgent in the domain of autonomous driving, , such safety concerns are of the highest importance, and are best addressed within the fundamental modelling framework. Indeed, cites the ability to recognise our own ignorance as a safety mechanism that must be a core component in safe AI. Nonetheless, to our knowledge, current predictive models of human kinematics neither quantify OoD performance nor are designed with it in mind. There is therefore a need for two frameworks, applicable across the domain of action modelling: one for hardening a predictive model to anomalous cases, and another for quantifying OoD performance with established benchmark datasets. General frameworks are here desirable in preference to new models, for the field is evolving so rapidly greater impact can be achieved by introducing mechanisms that can be applied to a breadth of candidate architectures, even if they are demonstrated in only a subset. Our approach here is founded on combining a latent variable generative model with a standard predictive model, illustrated with the current state‐of‐the‐art discriminative architecture, , a strategy that has produced state‐of‐the‐art in the medical imaging domain. Our aim is to achieve robust performance within a realistic, low‐volume, high‐heterogeneity data regime by providing a general mechanism for enhancing a discriminative architecture with a generative model. In short, our contributions to the problem of achieving robustness to distributional shift in human motion prediction are as follows: 1. We provide a framework to benchmark OoD performance on the most widely used open‐source motion capture datasets: Human3.6M, and Carnegie Mellon University (CMU)‐Mocap (http://mocap.cs.cmu.edu/) and evaluate state‐of‐the‐art models on it. 2. We present a framework for hardening deep feed‐forward models to OoD samples. We show that the hardened models are fast to train, and exhibit substantially improved OoD performance with minimal impact on ID performance. We begin Section 2 with a brief review of human motion prediction with deep neural networks, and of OoD generalisation using generative models. In Section 3, we define a framework for benchmarking OoD performance using open‐source multi‐action datasets. We introduce in Section 4 the discriminative models that we harden using a generative branch to achieve a state‐of‐the‐art (SOTA) OoD benchmark. We then turn in Section 5 to the architecture of the generative model and the overall objective function. Section 6 presents our experiments and results. We conclude in Section 7 with a summary of our results, current limitations, and caveats, and future directions for developing robust and reliable OoD performance and a quantifiable awareness of unfamiliar behaviour.

RELATED WORK

Deep‐network‐based human motion prediction

Historically, sequence‐to‐sequence prediction using recurrent neural networks (RNNs) have been the de facto standard for human motion prediction. , , , , , , , Currently, the SOTA is dominated by feed‐forward models. , , , These are inherently faster and easier to train than RNNs. The jury is still out, however, on the optimal way to handle temporality for human motion prediction. Meanwhile, recent trends have overwhelmingly shown that graph‐based approaches are an effective means to encode the spatial dependencies between joints, , or sets of joints. In this study, we consider the SOTA models that have graph‐based approaches with a feed‐forward mechanism as presented by, and the subsequent extension which leverages motion attention,. Further attention‐based approaches may indicate an upcoming trend. We show that these may be augmented to improve robustness to OoD samples.

Generative models for out‐of‐distribution prediction and detection

Despite the power of deep neural networks for prediction in complex domains, they face several challenges that limit their suitability for safety‐critical applications. Amodei et al list robustness to distributional shift as one of the five major challenges to AI safety. Deep generative models, have been used extensively for the detection of OoD inputs and have been shown to generalise well in such scenarios. , , While recent work has shown some failures in simple OoD detection using density estimates from deep generative models, , they remain a prime candidate for anomaly detection. , , Myronenko use a variational autoencoder (VAE) to regularise an encoder‐decoder architecture with the specific aim of better generalisation. By simultaneously using the encoder as the recognition model of the VAE, the model is encouraged to base its segmentations on a complete picture of the data, rather than on a reductive representation that is more likely to be fitted to the training data. Furthermore, the original loss and the VAE's loss are combined as a weighted sum such that the discriminator's objective still dominates. Further work may also reveal useful interpretability of behaviour (via visualisation of the latent space as in Reference [50]), generation of novel motion, or reconstruction of missing joints as in Reference [52].

QUANTIFYING OUT‐OF‐DISTRIBUTION PERFORMANCE OF HUMAN MOTION PREDICTORS

Even a very compact representation of the human body such as OpenPose's 17 joint parameterisation explodes to unmanageable complexity when a temporal dimension is introduced of the scale and granularity necessary to distinguish between different kinds of action: typically many seconds, sampled at hundredths of a second. Moreover, though there are anatomical and physiological constraints on the space of licit joint configurations, and their trajectories, the repertoire of possibility remains vast and the kinematic demarcations of teleologically different actions remain indistinct. Thus, no practically obtainable dataset may realistically represent the possible distance between instances. To simulate OoD data, we first need ID data that can be varied in its quantity and heterogeneity, closely replicating cases where a particular kinematic morphology may be rare, and therefore undersampled, and cases where kinematic morphologies are both highly variable within a defined class and similar across classes. Such replication needs to accentuate the challenging aspects of each scenario. We therefore propose to evaluate OoD performance where only a single action, drawn from a single action distribution, is available for training and hyperparameter search, and testing is carried out on the remaining classes. To determine which actions can be clearly separated from the other actions we train a classifier of action category based on the motion inputs. We select the action “walking” from H3.6M, and “basketball” from CMU. Where the classifier can identify these actions with a precision and recall of 0.95 and 0.81, respectively for walking, in H3.6M, and 1.0, and 1.0 for basketball, in CMU. This is discussed further in Appendix A.

BACKGROUND

Here, we describe the current SOTA model proposed by Mao et al (graph convolutional network [GCN]). We then describe the extension by Mao et al (attention‐GCN) which antecedes the GCN prediction model with motion attention.

Problem formulation

We are given a motion sequence consisting of consecutive human poses, where , with the number of parameters describing each pose. The goal is to predict the poses for the subsequent time steps.

Discrete cosine transformations‐based temporal encoding

The input is transformed using discrete cosine transformations (DCT). In this way, each resulting coefficient encodes information of the entire sequence at a particular temporal frequency. Furthermore, the option to remove high or low frequencies is provided. Given a joint, , the position of over time steps is given by the trajectory vector: where we convert to a DCT vector of the form: where represents the lth DCT coefficient. For , these coefficients may be computed as If no frequencies are cropped, the DCT is invertible via the inverse discrete cosine transform (IDCT): Mao et al. use the DCT transform with a GCN architecture to predict the output sequence. This is achieved by having an equal length input‐output sequence, where the input is the DCT transformation of , here is the observed sequence and are replicas of (ie, for ). The target is now simply the ground truth .

Graph convolutional network

Suppose is defined on a graph with nodes and dimensions, then we define a GCN to respect this structure. First, we define a graph convolutional layer (GCL) that, as input, takes the activation of the previous layer (), where is the current layer. where and is a layer‐specific learnable normalised graph laplacian that represents connections between joints, are the learnable inter‐layer weightings and are the learnable biases where are the number of hidden units in layer .

Network structure and loss

The network consists of 12 graph convolutional blocks (GCBs), each containing two GCLs with skip (or residual) connections, see Figures A6 and A7. In addition, there is one GCL at the beginning of the network, and one at the end. , for each layer, . There is one final skip connection from the DCT inputs to the DCT outputs, which greatly reduces train time. The model has around 2.6M parameters. Hyperbolic tangent functions are used as the activation function. Batch normalisation is applied before each activation.
FIGURE A6

Network architecture with discriminative and variational autoencoder (VAE) branch

FIGURE A7

Graph convolutional layer (GCL) and a residual graph convolutional block (GCB)

The outputs are converted back to their original coordinate system using the IDCT (Equation (2)) to be compared to the ground truth. The loss used for joint angles is the average distance between the ground‐truth joint angles, and the predicted ones. Thus, the joint angle loss is: where is the predicted kth joint at timestep and is the corresponding ground truth. This is separately trained on three‐dimensional (3D) joint coordinate prediction making use of the mean per joint position error (MPJPE), as proposed in Reference [34] and used in References [29, 32]. This is defined, for each training example, as where denotes the predicted jth joint position in frame . And is the corresponding ground truth, while J is the number of joints in the skeleton.

Motion attention extension

Mao et al. extend this model by summing multiple DCT transformations from different sections of the motion history with weightings learned via an attention mechanism. For this extension, the above model (the GCN) along with the anteceding motion attention is trained end‐to‐end. We refer to this as the attention‐GCN.

OUR APPROACH

Myronenko augment an encoder‐decoder discriminative model by using the encoder as a recognition model for a VAE. , Myronenko show this to be a very effective regulariser. Here, we also use a VAE, but for conjugacy with the discriminator, we use graph convolutional layers in the decoder. This can be compared to the Variational Graph Autoencoder (VGAE), proposed by Kipf and Welling However, Kipf and Welling's application is a link prediction task in citation networks and thus it is desired to model only connectivity in the latent space. Here we model connectivity, position and temporal frequency. To reflect this distinction, the layers immediately before, and after, the latent space are fully connected creating a homogenous latent space. The generative model sets a precedence for information that can be modelled causally, while leaving elements of the discriminative machinery, such as skip connections, to capture correlations that remain useful for prediction but are not necessarily persuant to the objective of the generative model. In addition to performing the role of regularisation in general, we show that we gain robustness to distributional shift across similar, but different, actions that are likely to share generative properties. The architecture may be considered with the visual aid in Figure 1.
FIGURE 1

Graph convolutional network (GCN) network architecture with variational autoencoder (VAE) branch. Here, is the number of latent variables per joint

Graph convolutional network (GCN) network architecture with variational autoencoder (VAE) branch. Here, is the number of latent variables per joint

VAE branch and loss

Here we define the first 6 GCB blocks as our VAE recognition model, with a latent variable , where . n z = 8, or 32 depending on training stability. The KL divergence between the latent space distribution and a spherical Gaussian is given by: The decoder part of the VAE has the same structure as the discriminative branch; 6 GCBs. We parametrise the output neurons as , and . We can now model the reconstruction of inputs as samples of a maximum likelihood of a Gaussian distribution which constitutes the second term of the negative variational lower bound (VLB) of the VAE: where are the DCT coefficients of the ground truth.

Training

We train the entire network together with the addition of the negative VLB: Here, is a hyperparameter of the model. The overall network is parameters. The number of parameters varies slightly as per the number of joints, K, since this is reflected in the size of the graph in each layer ( for H3.6M, for CMU joint angles, and for CMU Cartesian coordinates). Furthermore, once trained, the generative model is not required for prediction and hence for this purpose is as compact as the original models.

EXPERIMENTS

Datasets and experimental setup

Human3.6M (H3.6M)

The H3.6M dataset, , so called as it contains a selection of 3.6 million 3D human poses and corresponding images, consists of seven actors each performing 15 actions, such as walking, eating, discussion, sitting and talking on the phone. Li et al, Mao et al, and Martinez et al all follow the same training and evaluation procedure: training their motion prediction model on 6 (5 for train and 1 for cross‐validation) of the actors, for each action, and evaluate metrics on the final actor, subject 5. For easy comparison to these ID baselines, we maintain the same train; cross‐validation; and test splits. However, we use the single, most well‐defined action (see Appendix A), walking, for train and cross‐validation, and we report test error on all the remaining actions from subject 5. In this way, we conduct all parameter selections based on ID performance.

CMU motion capture

(CMU‐mocap) The CMU dataset consists of five general classes of actions. Similar to References [27, 29, 57], we use eight detailed actions from these classes: “basketball,” “basketball signal,” “directing traffic,” “jumping,” “running,” “soccer,” “walking,” and “window washing.” We use two representations, a 64‐dimensional vector that gives an exponential map representation of the joint angle, and a 75‐dimensional vector that gives the 3D Cartesian coordinates of 25 joints. We do not tune any hyperparameters on this dataset and use only a train and test set with the same split as is common in the literature. ,

Model configuration

We implemented the model in PyTorch using the Adam optimiser. The learning rate was set to for all experiments where, unlike Mao et al., , we did not decay the learning rate as it was hypothesised that the dynamic relationship between the discriminative and generative loss would make this redundant. The batch size was 16. For numerical stability, gradients were clipped to a maximum ‐norm of and and values were clamped between −20 and 3. Code for all experiments is available at: https://github.com/bouracha/OoDMotion

Baseline comparison

Both Mao et al (GCN), and Mao et al (attention‐GCN) use this same GCN architecture with DCT inputs. In particular, Mao et al increase the amount of history accounted for by the GCN by adding a motion attention mechanism to weight the DCT coefficients from different sections of the history prior to being input to the GCN. We compare against both of these baselines on OoD actions. For attention‐GCN, we leave the attention mechanism preceding the GCN unchanged such that the generative branch of the model is reconstructing the weighted DCT inputs to the GCN, and the whole network is end‐to‐end differentiable.

Hyperparameter search

Since a new term has been introduced to the loss function, it was necessary to determine a sensible weighting between the discriminative and generative models. In Reference [33], this weighting was arbitrarily set to . It is natural that the optimum value here will relate to the other regularisation parameters in the model. Thus, we conducted random hyperparameter search for and in the ranges on a linear scale, and on a logarithmic scale. For fair comparison, we also conducted hyperparameter search on GCN, for values of the dropout probability () between 0.1 and 0.9. For each model, 25 experiments were run and the optimum values were selected on the lowest ID validation error. The hyperparameter search was conducted only for the GCN model on short‐term predictions for the H3.6M dataset and used for all future experiments hence demonstrating generalisability of the architecture.

Results

Consistent with the literature, we report short‐term () and long‐term () predictions. In comparison to GCN, we take short‐term history into account (10 frames, ) for both datasets to predict both short‐ and long‐term motion. In comparison to attention‐GCN, we take long‐term history (50 frames, 2 seconds) to predict the next 10 frames, and predict further into the future by recursively applying the predictions as input to the model as in Reference[32]. In this way, a single short‐term prediction model may produce long‐term predictions. We use Euclidean distance between the predicted and ground‐truth joint angles for the Euler angle representation. For 3D joint coordinate representation, we use the MPJPE as used for training (Equation (5)). Table 1 reports the joint angle error for the short‐term predictions on the H3.6M dataset. Here, we found the optimum hyperparameters to be for GCN, and , with for our augmentation of GCN. The latter of which was used for all future experiments, where for our augmentation of attention‐GCN we removed dropout altogether. On average, our model performs convincingly better both ID and OoD. Here, the generative branch works well as both a regulariser for small datasets and by creating robustness to distributional shifts. We see similar and consistent results for long‐term predictions in Table 2.
TABLE 1

Short‐term prediction of Euclidean distance between predicted and ground truth joint angles on H3.6M

Walking (ID)Eating (OoD)Smoking (OoD)Average (of 14 for OoD)
Milliseconds160320400160320400160320400160320400
GCN (OoD) 0.37 0.600.650.380.650.790.551.081.100.691.091.27
SD0.0080.0080.010.010.030.040.010.020.020.020.040.04
Ours (OoD) 0.37 0.59 0.64 0.37 0.59 0.72 0.54 1.01 0.99 0.68 1.07 1.21
SD0.0040.030.030.010.030.040.010.010.02 0.01 0.01 0.02

Note: Each experiment conducted three times. We report the mean and SD. Note that we have lower variance in our results. Full table is given in Table A1. Bold values correspond to the best score for the respective simulation across the different models.

Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution.

TABLE 2

Long‐term prediction of Eucildean distance between predicted and ground truth joint angles on H3.6M

WalkingEatingSmokingDiscussionAverage
Milliseconds56010005601000560100056010005601000
GCN (OoD)0.800.80 0.89 1.201.261.851.45 1.88 1.101.43
Ours (OoD) 0.66 0.72 0.90 1.19 1.17 1.78 1.44 1.90 1.04 1.40

Note: Bold correspond to lowest values.

Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution.

Short‐term prediction of Euclidean distance between predicted and ground truth joint angles on H3.6M Note: Each experiment conducted three times. We report the mean and SD. Note that we have lower variance in our results. Full table is given in Table A1. Bold values correspond to the best score for the respective simulation across the different models.
TABLE A1

Short‐term prediction of Euclidean distance between predicted and ground truth joint angles on H3.6M

Walking (ID)Eating (OoD)Smoking (OoD)Discussion (OoD)
Milliseconds80160320400801603204008016032040080160320400
GCN (OoD) 0.22 0.37 0.600.650.220.380.650.79 0.28 0.551.081.10 0.29 0.65 0.981.08
SD0.0010.0080.0080.010.0030.010.030.040.010.010.020.020.0040.010.040.04
Ours (OoD)0.23 0.37 0.59 0.64 0.21 0.37 0.59 0.72 0.28 0.54 1.01 0.99 0.31 0.65 0.97 1.07
SD0.0030.0040.030.030.0080.010.030.040.0050.010.010.020.0050.0090.020.01

Note: Each experiment conducted three times. We report the mean and standard deviation. Note that we have lower variance in our results.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution. Long‐term prediction of Eucildean distance between predicted and ground truth joint angles on H3.6M Note: Bold correspond to lowest values. Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution. From Tables 3 and 4, we can see that the superior OoD performance generalises to the CMU dataset with the same hyperparameter settings with a similar trend of the difference being larger for longer predictions for both joint angles and 3D joint coordinates. For each of these experiments .
TABLE 3

Euclidean distance between predicted and ground truth joint angles on CMU

Basketball (ID)Basketball signal (OoD)Average (of 7 for OoD)
Milliseconds801603204001000801603204001000801603204001000
GCN 0.40 0.67 1.11 1.25 1.63 0.27 0.55 1.14 1.42 2.180.360.651.411.492.17
Ours 0.40 0.66 1.121.291.760.280.571.151.43 2.07 0.34 0.62 1.35 1.41 2.10

Note: Full table is given in Table A2. Bold values correspond to the best score for the respective simulation across the different models.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

TABLE 4

Mean joint per position error (MPJPE) between predicted and ground truth three‐dimensional Cartesian coordinates of joints on CMU

BasketballBasketball signalAverage (of 7 for OoD)
Milliseconds801603204001000801603204001000801603204001000
GCN (OoD) 15.7 28.9 54.1 65.4 108.414.430.463.578.7114.8 20.0 43.886.3105.8169.2
Ours (OoD)16.030.054.565.5 98.1 12.8 26.0 53.7 67.6 103.2 21.6 42.3 84.2 103.8 164.3

Note: Full table is given in Table A3.

Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution.

Euclidean distance between predicted and ground truth joint angles on CMU Note: Full table is given in Table A2. Bold values correspond to the best score for the respective simulation across the different models.
TABLE A2

Euclidean distance between predicted and ground truth joint angles on CMU

Basketball (ID)Basketball signal (OoD)Directing traffic (OoD)
Milliseconds801603204001000801603204001000801603204001000
GCN 0.40 0.67 1.11 1.25 1.63 0.27 0.55 1.14 1.42 2.180.310.621.051.242.49
Ours 0.40 0.66 1.121.291.760.280.571.151.43 2.07 0.28 0.56 0.96 1.10 2.33

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution. Mean joint per position error (MPJPE) between predicted and ground truth three‐dimensional Cartesian coordinates of joints on CMU Note: Full table is given in Table A3.
TABLE A3

Mean joint per position error (MPJPE) between predicted and ground truth 3D Cartesian coordinates of joints on CMU

Basketball (ID)Basketball signal (OoD)Directing traffic (OoD)
Milliseconds801603204001000801603204001000801603204001000
GCN 15.7 28.9 54.1 65.4 108.414.430.463.578.7114.818.537.4 75.6 93.6 210.7
Ours16.030.054.565.5 98.1 12.8 26.0 53.7 67.6 103.2 18.3 37.2 75.793.8 199.6

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

Abbreviations: GCN, graph convolutional network; OoD, out‐of‐distribution. Table 5, shows that the effectiveness of the generative branch generalises to the very recent motion attention architecture. For attention‐GCN we used . Here, interestingly short‐term predictions are poor but long‐term predictions are consistently better. This supports our assertion that information relevant to generative mechanisms are more intrinsic to the causal model and thus, here, when the predicted output is recursively used, more useful information is available for the future predictions.
TABLE 5

Long‐term prediction of three‐dimensional joint positions on H3.6M

Walking (ID)Eating (OoD)Smoking (OoD)Average (of 14 for OoD)
Milliseconds5607208801000560720880100056072088010005607208801000
att‐GCN (OoD) 55.4 60.5 65.2 68.7 87.6103.6113.2120.381.793.7102.9108.7 112.1 129.6140.3147.8
Ours (OoD)58.760.665.569.1 81.7 94.4 102.7 109.3 80.6 89.9 99.2 104.1 113.1 127.7 137.9 145.3

Note: Here ours is also trained with the attention‐GCN model. Full table is given in Table A4. Bold values correspond to the best score for the respective simulation across the different models.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

Long‐term prediction of three‐dimensional joint positions on H3.6M Note: Here ours is also trained with the attention‐GCN model. Full table is given in Table A4. Bold values correspond to the best score for the respective simulation across the different models.
TABLE A4

Long‐term prediction of 3D joint positions on H3.6M

Walking (ID)Eating (OoD)Smoking (OoD)Discussion (OoD)
milliseconds5607208801000560720880100056072088010005607208801000
Attention‐GCN (OoD) 55.4 60.5 65.2 68.7 87.6103.6113.2120.381.793.7102.9108.7 114.6 130.0 133.5 136.3
Ours (OoD)58.760.665.569.1 81.7 94.4 102.7 109.3 80.6 89.9 99.2 104.1 115.4 129.0 134.5139.4

Note: Here ours is also trained with the attention‐GCN model.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

Abbreviations: GCN, graph convolutional network; ID, in‐distribution; OoD, out‐of‐distribution.

CONCLUSION

We draw attention to the need for robustness to distributional shifts in predicting human motion, and propose a framework for its evaluation based on major open‐source datasets. We demonstrate that state‐of‐the‐art discriminative architectures can be hardened to extreme distributional shifts by augmentation with a generative model, combining low in‐distribution predictive error with maximal generalisability. Our investigation argues for wider use of generative models in behavioural modelling, and shows it can be performed with minimal or no performance penalty, within hybrid architectures of potentially diverse constitution. Further work could examine the survey ability of latent space introduced by the VAE.
  9 in total

Review 1.  Deep learning.

Authors:  Yann LeCun; Yoshua Bengio; Geoffrey Hinton
Journal:  Nature       Date:  2015-05-28       Impact factor: 49.962

2.  Respiratory motion prediction by using the adaptive neuro fuzzy inference system (ANFIS).

Authors:  Manish Kakar; Håkan Nyström; Lasse Rye Aarup; Trine Jakobi Nøttrup; Dag Rune Olsen
Journal:  Phys Med Biol       Date:  2005-09-21       Impact factor: 3.609

3.  Human3.6M: Large Scale Datasets and Predictive Methods for 3D Human Sensing in Natural Environments.

Authors:  Catalin Ionescu; Dragos Papava; Vlad Olaru; Cristian Sminchisescu
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2014-07       Impact factor: 6.226

4.  OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields.

Authors:  Zhe Cao; Gines Hidalgo Martinez; Tomas Simon; Shih-En Wei; Yaser A Sheikh
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2019-07-17       Impact factor: 6.226

5.  Generative model-enhanced human motion prediction.

Authors:  Anthony Bourached; Ryan-Rhys Griffiths; Robert Gray; Ashwani Jha; Parashkev Nachev
Journal:  Appl AI Lett       Date:  2022-03-23

6.  Anticipating Human Activities Using Object Affordances for Reactive Robotic Response.

Authors:  Hema S Koppula; Ashutosh Saxena
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2016-01       Impact factor: 6.226

7.  Automated video-based detection of nocturnal convulsive seizures in a residential care setting.

Authors:  Evelien E Geertsema; Roland D Thijs; Therese Gutter; Ben Vledder; Johan B Arends; Frans S Leijten; Gerhard H Visser; Stiliyan N Kalitzin
Journal:  Epilepsia       Date:  2018-04-11       Impact factor: 5.864

Review 8.  Systematic review of Kinect applications in elderly care and stroke rehabilitation.

Authors:  David Webster; Ozkan Celik
Journal:  J Neuroeng Rehabil       Date:  2014-07-03       Impact factor: 4.262

9.  Integrating Gaze Tracking and Head-Motion Prediction for Mobile Device Authentication: A Proof of Concept.

Authors:  Zhuo Ma; Xinglong Wang; Ruijie Ma; Zhuzhu Wang; Jianfeng Ma
Journal:  Sensors (Basel)       Date:  2018-08-31       Impact factor: 3.576

  9 in total
  2 in total

1.  Generative model-enhanced human motion prediction.

Authors:  Anthony Bourached; Ryan-Rhys Griffiths; Robert Gray; Ashwani Jha; Parashkev Nachev
Journal:  Appl AI Lett       Date:  2022-03-23

2.  STTG-net: a Spatio-temporal network for human motion prediction based on transformer and graph convolution network.

Authors:  Lujing Chen; Rui Liu; Xin Yang; Dongsheng Zhou; Qiang Zhang; Xiaopeng Wei
Journal:  Vis Comput Ind Biomed Art       Date:  2022-07-29
  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.