NEURAL NETWORKS walk better THAN HUMANS FOR game ANIMATION

0 Comments

modern day video games have come a long way from Mario the plumber hopping across the screen. exceptionally complex environments of games today are part of the lure for new gamers and this experience is brought to life by the characters interacting with the scene. however the illusion of the virtual world is disrupted by unnatural movements of the figures in performing actions such as turning around unexpectedly or climbing a hill.

To remedy the abrupt movements, [Daniel Holden et. al] recently published a paper (PDF) and a video showing a method to greatly improve the real-time character control mechanism. The proposed system uses a neural network that has been trained using a large data set of walking, jumping and other sequences on various terrains. The crucial is breaking down the process of bipedal movement and its cyclic behaviour into a series of sub-steps or phases. Each phase translates to a natural posture for the character while moving. The system precomputes the next-phases offline to conserve computational resources at runtime. then considering user control, previous pose of the character(including joint positions) and terrain geometry, the consequent frame of the animation is computed. The computation is done by a regression network that calculates future position of the joints and a blending function is used for motion matching as described in a presentation (PDF) and video by [Simon Clavet].

This technique proves effective in environments such as rough terrains and obstacles that involve interaction such as circumventing, climbing, jumping or stepping while following user directions. The end result is a very sensible rendering at a very low computational cost as shown in the video below. It’s applications go beyond games and all the way into the realm of Augmented reality and virtual Reality.

Neural networks are all the buzz these days and with Google’s Tensor flow projects pertaining to diy robots, it is a sign that a new era in programming is on the horizon.

Leave a Reply

Your email address will not be published. Required fields are marked *