Hierarchical GP-LVM code in MATLAB
This page describes examples of how to use the hierarchical Gaussian process latent variable model Software (HGPLVM).
The hierarchical GP-LVM allows you to create hierarchies of Gaussian process models. With the toolbox two hierarchy examples are given below.
The HGPLVM software can be downloaded here.
Current release is 0.1.
As well as downloading the HGPLVM software you need to obtain the toolboxes specified below.
Toolbox | Version |
---|---|
NETLAB | 3.3 |
PRIOR | 0.131 |
OPTIMI | 0.132 |
DATASETS | 0.131 |
NDLUTIL | 0.157 |
MLTOOLS | 0.126 |
MOCAP | 0.132 |
KERN | 0.166 |
GP | 0.12 |
FGPLVM | 0.151 |
This is preliminary work released as a placeholder.
Two examples of hierarchical models are provided with the code, the first is an example where two interacting subjects are jointly model. Two subjects from the CMU Mocap data base approach each other and 'high five'. The hierarchy models the subjects separately and jointly. It can be run with the command
>> demHighFive1
A visualisation of the result, including points that have been propagated through the hierarchy is given below.
Joint visualisation of the two subjects that 'high five'. The points A, B, C, D, E, F, G and H have been propagated through the hierarchy and are shown on the right. Grey scale visualisations in the latent space have not been shown to keep the smaller plots clear.
A second example involves a subject modelled running and walking. In this case the separate limbs of the subject are split into a hierarchy as shown below.
Hierarchical decomposition of the skeleton. The limbs and abdomen are leaf nodes, behind which we build a hierarchical structure.
This example can be reconstructed with
>> demWalkRun1
Results of applying the hierarchical structure to a combined data set of a run and a walk, using two root nodes, one for the run and one for the walk, are shown below.
Visualisation of a walk and run jointly using hierarchical structures. Again several points have been propagated through the hierarchy.
Page updated on Wed Feb 14 08:50:14 2007