Research and Advances
Artificial Intelligence and Machine Learning Research highlights

Motion Fields For Interactive Character Locomotion

Posted
  1. Abstract
  2. 1. Introduction
  3. 2. Related Work
  4. 3. Motion Fields
  5. 4. Control
  6. 5. Experiments
  7. 6. Discussion
  8. Acknowledgments
  9. References
  10. Authors
  11. Footnotes
  12. Figures
  13. Tables
Read the related Technical Perspective
spiral arrow

We propose a novel representation of motion data and control of virtual characters that gives highly agile responses to user input and allows a natural handling of arbitrary external disturbances. In contrast to traditional approaches based on replaying segments of motion data directly, our representation organizes samples of motion data into a high-dimensional generalization of a vector field that we call a motion field. Our runtime motion synthesis mechanism freely flows through the motion field in response to user commands. The motions we create appear natural, are highly responsive to real-time user input, and are not explicitly specified in the data.

Back to Top

1. Introduction

Whenever a video game contains a character that walks or runs, it requires some method for interactively synthesizing this locomotion. This synthesis is more involved than it might at first appear, since it requires both the creation of visually accurate results and the ability to interactively control which motions are generated. The standard techniques for achieving this create realistic animation by directly (or nearly directly) replaying prerecorded clips of animation. They provide control by carefully specifying when it is possible to transition from playing one clip of animation to another. The synthesized motions are thus restricted to closely match the prerecorded animations.

True human motion, however, is a highly varied and continuous phenomenon: it quickly adapts to different tasks, responds to external disturbances, and in general is capable of continuing locomotion from almost any initial state. As video games increasingly demand that characters move and behave in realistic ways, it is important to bring these properties of natural human motion into the virtual world. Unfortunately, this is easier said than done. For instance, despite many advances in character animation techniques, creating highly agile and realistic interactive locomotion controllers remains a common but difficult task.

We propose a new motion representation for interactive character animation, termed a motion field that provides two key abilities: the ability for a user to control the character in real time and the ability to operate in the fully continuous configuration space of the character—thereby admitting any possible pose for a character as a valid state to animate from, rather than being restricted to poses that are near those in the prerecorded motion data. Although there exist techniques that allow one or the other of these abilities, it is the combination of the two that allows for highly agile controllers that can respond to user commands in a short amount of time.

More specifically, a motion field is a mapping that associates each possible configuration of a character with a set of motions describing how the character is able to move from this current state. In order to generate an animation we select a single motion from this set, follow it for a single frame, and repeat from the character’s resulting state. The motion of the character thus “flows” through the state space according to the integration process, similar to a particle flowing through a force field. However, instead of a single fixed flow, a motion field allows multiple possible motions at each frame. By using reinforcement learning to intelligently choose between these possibilities at runtime, the direction of the flow can be altered, allowing the character to respond optimally to user commands.

Because motion fields allow a range of actions at every frame, a character can immediately respond to new user commands rather than waiting for predetermined transition points between different animation clips as in motion graphs. This allows motion field-based controllers to be significantly more agile than their graph-based counterparts. By further altering this flow with other external methods, such as inverse kinematics or physical simulation, we also can directly integrate these techniques into the motion synthesis and control process. Furthermore, since our approach requires very little structure in the motion capture data that it uses, minimal effort is needed to generate a new controller.

Back to Top

2. Related Work

In the past ten years, the primary approaches for animating interactive characters have been based on carefully replaying precaptured clips of animation. By detecting where transitions can be made from one clip of animation to another without requiring a visually obvious “jump” in the animation, these methods allow both realistic motion and real-time control. In order to better understand our motion fields approach described later, it is useful to have a geometric picture of how these types of methods operate. The full space of all the possible ways in which a character’s body can be posed contains dozens of dimensions, but one can picture it abstractly as a two-dimensional (2D) plane. Each point in this plane then describes a single static pose for the character, while an animation is described by a continuous path. If we imagine this 2D plane as something like a university quad, then the animation could be “traced out” by following the path made while walking through this quad.

For approaches that rely on directly replaying clips of precaptured animation,1,6,7 one can imagine these recorded clips as forming a number of paved paths through the quad. Each path represents the animation data, and the points where paths meet or branch correspond to points where the motion can smoothly transition from one animation to another. Intuitively, these clip-based approaches correspond to the restriction that one always walks on the paved paths, thus representing the ways motions can be synthesized as a graph. Although this restriction means that any synthesized motions closely match the data, most of the space of possible motions is rendered off-limits. This has the disadvantage of making it difficult to quickly respond to changes in user commands or unexpected disturbances, since a change to the motion can only happen when a new edge is reached.11,16 Second, because the motions are restricted to the clips that constitute the graph, it is difficult to couple these methods to physical simulators and other techniques which perturb the state away from states representable by the graph. More generally, it is very hard to use a graph-based controller when the character starts from an arbitrary state configuration.20 In essence, our approach of motion fields addresses these problems by allowing the animation to veer “off the paths,” and it uses a set of precaptured animations only as a rough guide in determining what motion to synthesize.

Although a number of methods have been proposed to alleviate some of the representational weaknesses of pure graph-based controllers, including parameterized motion graphs,5,14 increasing the numbers of possible transitions,2,19 and splicing rag doll dynamics in the graph structure,20 the fundamental issue remains: unless the representation prescribes motion at every continuous state in a way that is controllable in real time, the movement of characters will remain restricted. Hence, even when the method anticipates some user inputs,11 the character may react too slowly, or transition too abruptly because there is no shorter path in the graph. Similarly, when methods anticipate some types of upper-body pushes,2 the character may not react at all to hand pulls or lower-body pushes.

Another group of methods uses nonparametric models to learn the dynamics of character motion in a fully continuous space.3,17,18 These techniques are generally able to synthesize starting from any initial state, and lend themselves well to applying physical disturbances18 and estimating a character’s pose from incomplete data.3 These models are used to estimate a single “most likely” motion for the character to take at each possible state. This precludes the ability to optimally control the character. The primary difference between our work and these is that instead of building a model of the most probable single motion, we attempt to model the set of possible motions at each character state, and only select the single motion to use at runtime by using principles from optimal control theory. This allows us to interactively control the character while enjoying the benefits of a fully continuous state space. Our work combines the concepts of near-optimal character control present in graph-based methods with those of nonparametric motion estimation techniques.

Although our controllers are kinematic (in that they do not directly incorporate physics except via the data on which they are built), dynamic controllers have been extensively explored as an alternative method of character animation. In principle, such controllers offer the best possibility for highly realistic interactive character animation. However, high-fidelity physically based character animation is harder to attain because physics alone does not tell us about the muscle forces needed to propel the characters, and the design of agile, lifelike, fully-dynamic characters remains an open challenge.

Back to Top

3. Motion Fields

Interactive applications such as video games require characters that can react quickly to user commands and unexpected disturbances, all while maintaining believability in the generated animation. An ideal approach would fully model the complete space of natural human motion, describing every conceivable way that a character can move from a given state. Rather than confine motion to canned motion clips and transitions, such a model would enable much greater flexibility and agility of motion through the continuous space of motion.

Although it is infeasible to completely model the entire space of natural character motion, we can use motion capture data as a local approximation. We propose a structure called a motion field that finds and uses motion capture data similar to the character’s current motion at any point. By consulting similar motions to determine which future behaviors are plausible, we ensure that our synthesized animation remains natural: similar, but rarely identical to the motion capture data. This frees the character from simply replaying the motion data, allowing it to move freely through the general vicinity of the data. Furthermore, because there are always multiple motion data to consult, the character constantly has a variety of ways to make quick changes in motion.

In this section we will describe how we define a motion field from a set of example animation clips. For the moment we will ignore the question of how a motion field can be used to interactively control a character, instead focusing on synthesizing noninteraction animations. We achieve this by organizing a set of example animation clips into a motion field to describe a single “flow”—allowing an animation to be generated starting from any possible character pose. In Section 4 we will then describe how this technique can be extended to allow for the character to be interactively controlled in real time.

*  3.1. Preliminary definitions

Motion states. We represent the states in which a character might be configured by the pose and the velocity of all of a character’s joints. A pose x = (xroot, p0, p1, …, pn) consists of a 3D root position vector xroot, a root orientation quaternion p0, and joint rotation quaternions p1, …, pn. The root point is located at the pelvis. A velocity v = (vroot, q0, q1, …, qn) consists of a 3D root displacement vector vroot, root displacement quaternion q0, and joint displacement quaternions q1, …, qn—all found via finite differences. Given two poses x and x′, we can compute this finite difference as

ueq01.gif

By inverting the above difference, we can add a velocity v to a pose x to get a new displaced pose x′ = xv. We can also interpolate multiple poses or velocities together ( cacm5706_a.gif or cacm5706_b.gif ) using linear interpolation of vectors and unit quaternion interpolation13 on the respective components of a pose or velocity. We use cacm5706_c.gif , ⊕, and cacm5706_d.gif in analogy to vector addition and subtraction in Cartesian spaces, but with circles to remind the reader that we are working mostly with quaternions.

Finally, we define a motion state m = (x, v) as a pose and an associated velocity, computed from a pair of successive poses x and x′ with m = (x, v) = (x, x cacm5706_c.gif x). The set of all possible motion states forms a high-dimensional continuous space, where every point represents the state of our character at a single instant in time. A path or trajectory through this space represents a continuous motion of our character. When discussing dynamic systems, this space is usually called the phase space. However, because our motion synthesis is kinematic, we use the phrase motion space instead to avoid confusion.

Motion database. Our approach takes as input a set of motion capture data and constructs a set of motion states cacm5706_e.gif termed a motion database. Each state mi in this database is constructed from a pair of successive frames xi and xi+1 by the aforementioned method of mi = (xi, vi) = (xi, xi+1 cacm5706_c.gif xi). We also compute and store the velocity of the next pair of frames, computed by yi = xi+2 cacm5706_c.gif xi+1. Generally, motion states, poses, and velocities from the database will be subscripted (e.g., mi, xi, vi, and yi), while arbitrary states, poses, and velocities appear without subscripts.

Similarity and neighborhoods. Central to our definition of a motion field is the notion of the similarity between motion states. Given a motion state m, we compute a neighborhood cacm5706_f.gif of the k most similar motion states via a k-nearest neighbor query over the database.12 In our tests we use k = 15. We calculate the (dis-)similarity by

eq01.gif

where û is some arbitrary unit length vector; p(û) means the rotation of û by p; and the weights βroot, β0, β1, …, βn are tunable scalar parameters. In our experiments, we set βi as bone lengths of the body at the joint i in meters, and βroot and β0 are set to 0.5. Intuitively, setting βi to the length of its associated bone de-emphasizes the impact of small bones such as the fingers. Note that we factor out root world position and root yaw orientation (but not their respective velocities).

Similarity weights. Since we allow the character to deviate from motion states in the database, we frequently have to interpolate data from our neighborhood cacm5706_n.gif (m). We call the weights [w0, …, wk] used for such interpolation similarity weights since they measure similarity to the current state m:

eq02.gif

where mi is the ith neighbor of m and cacm5706_g.gif is a normalization factor to ensure the weights sum to 1.

*  3.2. Motion synthesis

Actions. The value of a motion field cacm5706_h.gif at a motion state m is a set of control actions cacm5706_h.gif (m), determining which states the character can transition to in a single frame’s time. Each of these actions a cacm5706_h.gif (m) specifies a convex combination of neighbors a = [a1, …, ak] (with Σai = 1 and ai > 0). By increasing the values of some of the ai weights over others, the direction of an action is biased to better match the directions of the associated neighbors (Figure 1). Given one particular action a cacm5706_h.gif (m), we then determine the next state m′ using a transition or integration function m′ = (x′, v′) = cacm5706_i.gif (x, v, a) = cacm5706_i.gif (m, a). Letting i range over the neighborhood cacm5706_n.gif (m), we use the function

eq03.gif

Unfortunately, this function frequently causes our character’s state to drift off into regions where we have little data about how the character should move, leading to unrealistic motions. To correct for this problem, we use a small drift correction term that constantly tugs our character toward the closest known motion state cacm5706_j.gif in the database. The strength of this tug is controlled by a parameter δ = 0.1:

eq04.gif

eq05.gif

eq06.gif

Passive action selection. Given a choice of action we now know how to generate motion, but which action should we pick? This question is primarily the subject of Section 4. However, we can quickly implement a simple solution using the similarity weights (Equation (2)) as our choice of action. This choice results in the character meandering through the data, generating streams of realistic (albeit undirected) human motion.

Back to Top

4. Control

As described in Section 3, at each possible state of the character, a motion field gives a set of actions that the character can choose from in order to determine their motion over the next frame. In general, which particular action from this set should be chosen depends on the user’s current commands. Deciding on which action to choose in each state in response to a user’s commands is thus key in enabling real-time interactive locomotion controllers.

*  4.1. Markov decision processes control

From a user’s perspective, the easiest way to control a virtual character is through high-level commands such as “turn to the right” or “walk backwards.” Ultimately, these high-level commands must be boiled down to the low-level actions needed to execute them. In the case of motion fields, these low-level actions are chosen at each frame. Because these low-level choices occur over such a short time scale, it is not always directly obvious which choices should be made in order to satisfy a user’s high-level command. In order to allow for easy user control, it is therefore necessary to connect the single-frame actions used in a motion field with their long-term consequences.

Efficiently planning for the long-term consequences of short-term actions is a standard problem in artificial intelligence. In particular, the domain of artificial intelligence known as reinforcement learning provides tools that can be naturally applied to controlling a character animated with a motion field. In order to apply these tools from reinforcement learning, we formulate the motion field control problem as a Markov decision process (MDP).

An MDP is a mathematical structure formalizing the concept of making decisions in light of both their immediate and long-term results. An MDP consists of four parts: (1) a state space, (2) actions to perform at each state, (3) a means of determining the state transition produced by an action, and (4) rewards for occupying desired states and performing desired actions. By expressing character animation tasks in this framework, we make our characters aware of long-term consequences of their actions. This is useful even in graph-based controllers, but vital for motion field controllers because we are acting every frame rather than every clip. For further background on MDP-based control, see Sutton and Barto,15 or Treuille16 and Lo and Zwicker10 for their use in graph-based locomotion controllers.

States. Simply representing the state of a character as a motion state m is insufficient for interactive control, because we must also represent how well the character is achieving its user-specified task. We therefore add a vector of task parameters θT to keep track of how well the task is being performed, forming joint task states s = (m, θT). For instance, our direction-following task θT records a single number—the angular deviation from the desired heading. By altering this value, the user controls the character’s direction.

Actions. At each task state s = (m, θT), a character in a motion field has a set of actions cacm5706_h.gif (m) to choose from in order to determine how they will move over the next frame (Section 3). There are infinitely many different actions in cacm5706_h.gif (m), but many of the techniques used to solve MDPs require a finite set of actions at each state. In order to satisfy this requirement for our MDP controller, we sample a finite set of actions cacm5706_h.gif (s) from cacm5706_h.gif (m). Given a motion state m, we generate k actions by modifying the similarity weights (Equation (2)). Each action is designed to prefer one neighbor over the others.

eq07.gif

In other words, to derive action ai simply set wi to 1 and renormalize. This scheme samples actions that are not too different from the passive action at m so as to avoid jerkiness in the motion while giving the character enough flexibility to move toward nearby motion states.

Transitions. Additionally, we must extend the definition of the integration function cacm5706_i.gif (Equation (4)) to address task parameters: cacm5706_i.gif s(s, a) = cacm5706_i.gif s(m, θT, a) = ( cacm5706_i.gif (m, a), θT). How to update task parameters is normally obvious. For instance, in the direction-following task, where θT is the character’s deviation from the desired direction, we simply adjust θT by the angle the character turned.

Rewards. In order to make our character perform the desired task we offer rewards. Formally, a reward function specifies a real number R(s, a), quantifying the reward received for performing the action a at state s. For instance, in our direction-following task, we give a high reward R(s, a) for maintaining a small deviation from the desired heading and a lower reward for large deviations. See Section 5 for the specific task parameters and reward functions we use in our demos.

*  4.2. Reinforcement learning

The goal of reinforcement learning is to find “the best” rule or policy for choosing which action to perform at any given state. A naïve approach to this problem would be to pick the action that yields the largest immediate reward—the greedy policy:

eq08.gif

Although simple, this policy is myopic, ignoring the future ramifications of each action choice. We already know that greedy graph-based controllers perform poorly.16 Motion fields are even worse. Even for the simple task of changing direction, we need a much longer horizon than 1/30th of a second to anticipate and execute a turn.

Somehow, we need to consider the effect of the current action choice on the character’s ability to accrue future rewards. A lookahead policy πL does just this by considering the cumulative reward over future task states:

eq09.gif

with s1 = cacm5706_i.gif s(s, a) and st = cacm5706_i.gif s(st–1, at–1). γ is called the discount factor and controls how much the character focuses on short-term (γ → 0) versus long-term (γ → 1) reward.

As mentioned earlier, computing the lookahead policy involves solving for not only the optimal next action but also an infinite sequence of optimal future actions. Despite this apparent impracticality, a standard trick allows us to efficiently solve for the correct next action. The trick begins by defining a value function V(s), a scalar-valued function representing the expected cumulative future reward received for acting optimally starting from task state s:

eq10.gif

We will describe shortly how we represent and precompute the value function, but for the moment notice that we can now rewrite Equation (9) by replacing the infinite future search with a value function lookup:

eq11.gif

Now the lookahead policy is only marginally more expensive to compute than the greedy policy.

Value function representation and learning. Since there are infinitely many possible task states, we cannot represent the value function exactly. Instead, we approximate it by storing values at a finite number of task states si and interpolating to estimate the value at other points (Figure 2). We choose these task state samples by taking the Cartesian product of the database motion states mi and a uniform grid sampling across the problem’s task parameters (see Section 5 for details of the sampling). This sampling gives us high resolution near the motion database states, which is where the character generally stays. In order to calculate the value V(s) of a task state not in the database, we interpolate over neighboring motion states using the similarity weights and over the task parameters multilinearly.

Given an MDP derived from a motion field and a task specification, we solve for an approximate value function in this form using fitted value iteration.4 Fitted value iteration operates by first noting that Equation (11) can be used to write the definition of the value function in a recursive form. We express the value at a task state sample si recursively in terms of the value at other task state samples:

eq12.gif

where πL(si) is as defined in Equation (11) and V( cacm5706_i.gif s(si, a)) is computed via interpolation. We can solve for V(si) at each sample state by iteratively applying Equations (11) and (12). We begin with an all-zero value function V0(si) = 0 for each sample si. Then at each si, Equation (11) is used to compute πL(s) after which we use Equation (12) to determine an updated value at si. After all the si samples have been processed in this manner, we have an updated approximation of the value function. We repeat this process until convergence and use the last iteration as the final value function.

Temporal value function compression. Unlike graph-based approaches, motion fields let characters be in constant transition between many sources of data. Consequently, we need access to the value function at all motion states, rather than only at transitions between clips. This fact leads to a large memory footprint relative to graphs. We offset this weakness with compression.

For the purpose of compression, we want to think of our value function as a collection of value functions, each defined over the space of task parameters. Without compression, we store one of these value subfunctions cacm5706_k.gif at every database motion state mi (see Figure 3). Here, we observe that our motion states were originally obtained from continuous streams of motion data. At 30 Hz, temporally adjacent motion states and their value functions are frequently similar; we expect that cacm5706_l.gif changes smoothly over “consecutive” motion states mt relative to the original clip time. Exploiting this idea, we only store value functions at every Nth motion state, and interpolate the value functions for other database motion states (see Figure 4). We call these database states storing value functions “anchor” motion states. We compute the value function at the ith motion state between two anchors m0 and mN as

eq13.gif

We can learn a temporally compressed value function with a trivially modified form of the algorithm given in Section 4.2.1. Instead of iterating over all task states, we only iterate over those states associated with anchor motion states.

This technique allows the trade-off between the agility of a motion field-based controller and its memory requirements. Performing little or no temporal interpolation yields very agile controllers at the cost of additional memory, while controllers with significant temporal compression tend to be less agile. In our experiments, we found that motion field controllers with temporal compression are approximately as agile as graph-based controllers when restricted to use an equivalent amount of memory, and significantly more agile when using moderately more memory (see Section 5).

Back to Top

5. Experiments

This section presents analysis on two important properties of motion fields—agility in responding to user directive changes and ability to respond to dynamic perturbation.

*  5.1. Agile responses to user control

Experiment setup. We created value functions for two example tasks: following an arbitrary user-specified direction and staying on a straight line while following the user direction (see Figure 5). The reward Rdirection for the direction task and the reward Rline for the line-following task are respectively defined as

eq14.gif

eq15.gif

Motion data setup. We used 142 seconds of motion data containing leisurely paced locomotion and quick responses to direction and line changes. We selected the source motion data with minimum care except to roughly cover the space of possible motion. The only manual preprocessing was foot contact annotation.

Value function computation. We use value iteration to calculate the value function. For the direction task, we store values for 18 uniformly sampled directions θc. For the line-following task, we take a Cartesian cross product sampling between 18 uniform θc samples and 13 uniform dL samples spanning –2.0 to 2.0 meters. We set the discount factor to γ = 0.99. For each task, we also created “temporally compressed” versions of the value functions, where we set N = 1, 10, 20, 30 in Equation (13). Using value iteration to solve for the value function takes within 2 minutes if there is sufficient memory to cache the actions and transitions, and 3 hours otherwise. Distributing the value iteration updates over a cluster of computers can easily address these time and memory burdens.

Response timing analysis.

Graph-based control vs motion field control. In order to compare how quickly the character can adjust to abruptly changing directives, we created a graph-based task controller8 using the same motion data, tasks, and reward functions. In order to maximize agility, we allowed a wide range of up to ±45 degrees of directional warping on clips, and gave minimal importance to the physicality cost (see Lee et al.8 for details). Figure 6 shows typical responses to changing user directions. For both tasks, the motion fields demonstrated much quicker convergence to new goals, as shown in the accompanying video and Table 1.

Effect of value function compression. We recorded response times using the compressed value functions on uniformly sampled user direction changes. With increasing degree of compression the system still reliably achieved user goals, but gradually lost agility in the initial response (see Table 1). We ran a similar experiment for the line-following task. We uniformly sampled user direction changes as well as line displacement changes. Then we measured the time until the character converged to within 5 degrees from the desired direction and 0.1 meters from the desired tracking line. We observed similar losses of agility (see Table 2).

Storage requirement and computational load. The uncompressed value function for the direction-following task is stored in 320KB. The compressed value functions required 35KB, 19KB, and 13KB for 10×, 20×, and 30× cases, respectively. This compares to the storage required for the graph-based method of 14KB. We believe this is reasonable and allows flexible trade-off between storage and agility. For more complex tasks, the size increase of the value functions are in line with the size increase for graph-based value functions.

The approximate nearest neighborhood (ANN)12 queries represent most of the computational cost. The runtime performance depends on the sample action size k (Equation (7)), as we make (k + 1) ANN calls to find the optimal action: one ANN call to find the neighbors of the current state, and then k more ANN calls to find the neighbors of the next states to evaluate value by interpolation. We believe localized neighborhood search can reduce the cost of the n subsequent calls, because the next states tend to be quite close to each other at 30 Hz.

The same ANN overhead applies at learning time. A naive learning implementation takes hours to learn a value function for a large database or a high-dimensional task. By caching the result of the ANN calls on the fixed motion samples, we can dramatically speed up learning time to just a couple minutes.

*  5.2. Perturbation

Because each motion state consists of a pose and a velocity, the space of motion states the character can occupy is identical to the phase space of the character treated as a dynamic system. This identification allows us to easily apply arbitrary physical or nonphysical perturbations and adjustments. For example, we can incorporate a dynamics engine or inverse kinematics. Furthermore, we do not have to rely on target poses or trajectory tracking in order to define a recovery motion. Recovery occurs automatically and simultaneously with the perturbation as a by-product of our motion synthesis and control algorithm.

To test the integration of perturbations into our synthesis algorithm, we integrated pseudo-physical interaction with motion field driven synthesis. This was done by using a physics simulator to determine how the character would respond to a push or a pull, and blending the results of this simulation into the flow of the motion field. We tested the perturbations using both passive and controlled motion fields on the following four datasets:

  1. 18 walks, including sideways, backwards, and a crouch;
  2. dataset 1 plus 7 walking pushes and 7 standing pushes;
  3. 5 walks, 6 arm pulls on standing, 6 arm pulls on walking, 7 torso pushes on standing, and 7 torso pushes on walking;
  4. 14 walks and turns.

The character responds realistically to small or moderate disturbances, even in datasets 1 and 4 that only contain non-pushed motion capture. In datasets 2 and 3 with pushed data, we observe a wider variety of realistic responses and better handling of larger disturbances. Forces applied to different parts of the character’s body generally result in appropriate reactions from the character, even in the presence of user control.

We have, however, observed some cases where forces produced unrealistic motion. This occurs when the character is pushed into a state far from data with a reasonable response. This can be addressed by including more data for pushed motion.

Back to Top

6. Discussion

This paper introduces a new representation for character motion and control that allows real-time-controlled motion to flow through the continuous configuration space of character poses. This flow alters in response to real-time user-supplied tasks. Due to its continuous nature, it addresses some of the key issues inherent to the discrete nature of graph-like representations, including agility and responsiveness, the ability to start from an arbitrary pose, and response to perturbations. Furthermore, the representation requires no preprocessing of data or determining where to connect clips of captured data. This makes our approach flexible, easy to implement, and easy to use. We believe that structureless techniques such as the one we propose will provide a valuable tool in enabling the highly responsive and interactive characters required to create believable virtual characters.

Although the motion field representation can be used by itself, we think it can easily integrate with graph-based approaches. Since motion fields make very few requirements of their underlying data, they can directly augment graph-based representations. In this way, one could reap the benefits of graphs (computational efficiency, ease of analysis, etc.) when the motion can safely be restricted to lie on the graph, but retain the ability to handle cases where the motion leaves the graph (e.g., due to a perturbation) or when extreme responsiveness is required.

Just as with any other data-driven method, our method is limited by the data it is given. So long as the character remains close to the data, the synthesized motion appears very realistic. When the character is far from the data, realism and physical plausibility of the motion declines. Although always limited by the presence of data, more recent research has used Gaussian process latent variable models to perform well even when constructed with relatively little motion data.9 We also expect that the range of plausible motion can be extended by an incorporation of concepts from physical dynamics (inertia, gravity, etc.) into the integration process.

More generally, we feel that motion fields provide a valuable starting point for motion representations with which to move beyond a rigidly structured notion of state. We believe that structureless motion techniques—such as ours—have the potential to significantly improve the realism and responsiveness of virtual characters, and that their applicability to animation problems will continue to improve as better distance metrics, integration techniques, and more efficient search and representation methods are developed.

Back to Top

Acknowledgments

This work was supported by the UW Animation Research Labs, Weil Family Endowed Graduate Fellowship, UW Center for Game Science, Microsoft, Intel, Adobe, and Pixar.

Back to Top

Back to Top

Back to Top

Back to Top

Figures

F1 Figure 1. Control using action weights. By reweighting the neighbors (black dots) of our current state (white dot), we can control motion synthesis to direct our character toward different next states (dashed dots). (a) Weights resulting in an upward motion. (b) Weights resulting in a motion to the right.

F2 Figure 2. Action search using a value function. (a) At every state, we have several possible actions (dashed lines) and their next states (dashed circles). (b) We interpolate the value function stored at database states (black points) to determine the value of each next state. (c) We select the highest value action to perform.

F3 Figure 3. Uncompressed value function. The value functions cacm5706_m.gif are stored at every motion state mi.

F4 Figure 4. Value function with temporal compression. The value functions at intermediate motion states are interpolated by the neighboring “anchor” motion states that have explicitly stored value functions.

F5 Figure 5. Task parameters. For the direction-following task (a), the difference in angle θc of the desired direction from the character facing direction is used. For the line-following task (b), distance to the desired line dL is also considered with θc.

F6 Figure 6. Response time. Direction adjustment over time with three consecutive direction changes within 4.23 seconds. The motion field control adjusts in a significantly shorter time period than the graph-based control.

Back to Top

Tables

T1 Table 1. Response times in seconds for the direction task until converging within 5 degrees of desired direction

T2 Table 2. Response times in seconds for the line-following task until converging within 5 degrees of desired direction and 0.1 meters from the desired tracking line

Back to top

    1. Arikan, O., Forsyth, D.A. Interactive motion generation from examples. ACM Trans. Graph. (ACM SIGGRAPH 2002) 21, 3 (2002), 483–490.

    2. Arikan, O., Forsyth, D.A., O'Brien, J.F. Pushing people around. In Proceedings of the 2005 ACM SIGGRAPH/Eurographics Symposium on Computer Animation (2005), 59–66.

    3. Chai, J., Hodgins, J.K. Performance animation from low-dimensional control signals. ACM Trans. Graph. 24 (2005), 686–696.

    4. Ernst, D., Geurts, P., Wehenkel, L., Littman, L. Tree-based batch mode reinforcement learning. J. Mach. Learn. Res. 6 (2005), 503–556.

    5. Heck, R., Gleicher, M. Parametric motion graphs. In Proceedings of Symposium on Interactive 3D Graphics and Games (I3D) 2007 (Apr. 2007).

    6. Kovar, L., Gleicher, M., Pighin, F. Motion graphs. ACM Trans. Graph. 21, 3 (Jul. 2002), 473–482.

    7. Lee, J., Chai, J., Reitsma, P.S.A., Hodgins, J.K., Pollard, N.S. Interactive control of avatars animated with human motion data. ACM Trans. Graph. 21, 3 (Jul. 2002), 491–500.

    8. Lee, Y., Lee, S.J., Popović, Z. Compact character controllers. In SIGGRAPH Asia '09: ACM SIGGRAPH Asia 2009 Papers (2009), ACM, New York, 1–8.

    9. Levine, S., Wang, J.M., Haraux, A., Popović, Z., Koltun, V. Continuous character control with low-dimensional embeddings. ACM Trans. Graph. 31, 4 (2012), 28.

    10. Lo, W.Y., Zwicker, M. Real-time planning for parameterized human motion. In SCA '08: Proceedings of the 2008 ACM SIGGRAPH/Eurographics Symposium on Computer Animation (2008).

    11. McCann, J., Pollard, N. Responsive characters from motion fragments. ACM Tran. Graph. (SIGGRAPH 2007) 26, 3 (Jul. 2007).

    12. Mount, D., Arya, S. Ann: A library for approximate nearest neighbor searching. 1997. http://www.cs.umd.edu/~mount/ANN/.

    13. Park, S.I., Shin, H.J., Shin, S.Y. On-line locomotion generation based on motion blending. In Proceedings of the 2002 ACM SIGGRAPH/Eurographics Symposium on Computer Animation (2002), ACM, New York, 105–111.

    14. Shin, H.J., Oh, H.S. Fat graphs: Constructing an interactive character with continuous controls. In Proceedings of the 2006 ACM SIGGRAPH/Eurographics Symposium on Computer Animation (2006), Eurographics Association, Aire-la-Ville, Switzerland, 291–298.

    15. Sutton, R., Barto, A. Reinforcement Learning: An Introduction. MIT Press, Cambridge, MA, 1998.

    16. Treuille, A., Lee, Y., Popović, Z. Near-optimal character animation with continuous control. ACM Trans. Graph. 26, 3 (2007), 7.

    17. Wang, J.M., Fleet, D.J., Hertzmann, A. Gaussian process dynamical models for human motion. IEEE Trans. Pattern Anal. Mach. Intell. 30, 2 (2008), 283–298.

    18. Ye, Y., Liu, K. Synthesis of responsive motion using a dynamic model. Comput. Graph. Forum (Eurographics Proceedings) 29, 2 (2010).

    19. Zhao, L., Safonova, A. Achieving good connectivity in motion graphs. In Proceedings of the 2008 ACM/Eurographics Symposium on Computer Animation (Jul. 2008), 127–136.

    20. Zordan, V.B., Majkowska, A., Chiu, B., Fast, M. Dynamic response for motion capture animation. ACM Trans. Graph. 24, 3 (2005), 697–701.

    The original version of this paper was published in the Proceedings of the ACM SIGGRAPH Asia 2010.

Join the Discussion (0)

Become a Member or Sign In to Post a Comment

The Latest from CACM

Shape the Future of Computing

ACM encourages its members to take a direct hand in shaping the future of the association. There are more ways than ever to get involved.

Get Involved

Communications of the ACM (CACM) is now a fully Open Access publication.

By opening CACM to the world, we hope to increase engagement among the broader computer science community and encourage non-members to discover the rich resources ACM has to offer.

Learn More