Skip to content

← ArchivePaper2014

Facial Retargeting Using Neural Networks

Timothy Costigan, Mukta Prasad, Rachel McDonnell

MIGAcademic13 citesFacialRetargeting

Learns face-motion retargeting from actor to virtual model using MLP and RBF neural networks trained on small datasets.

Abstract

This paper presents a system that maps optical motion capture markers from an actor's face to blendshape weights on a virtual model through supervised learning of a small training dataset. The authors compare Radial Basis Function Networks (RBFNs), previously used for this task, against Multi-Layer Perceptron Artificial Neural Networks (ANNs), which to their knowledge had not been applied to marker-to-blendshape retargeting. The face is broken into upper face, eye, and lower face regions, with PCA reduction applied per region before learning the mapping. Their results found that both systems produced similar output, with the ANN sometimes proving more expressive but harder to train and more sensitive to preprocessing than the RBFN.

How to read this

Category
Method: marker-to-blendshape facial retargeting via neural networks
Contributions
  • A supervised system mapping an actor's optical mocap face markers to blendshape weights on a virtual model, trained on a small dataset
  • A comparison of Multi-Layer Perceptron ANNs against the previously used Radial Basis Function Networks for this marker-to-blendshape task
  • A regional decomposition (upper face, eye, lower face) with per-region PCA reduction before learning the mapping
Context
Builds on artist-friendly performance-driven retargeting (Seol et al.'s 'Artist Friendly Facial Animation Retargeting'), substituting learned MLP/RBF regressors for the marker-to-rig mapping.Builds on: Artist Friendly Facial Animation Retargeting
Correctness
An empirical comparison: the authors report both methods produce similar output, with the ANN sometimes more expressive but harder to train and more sensitive to preprocessing; conclusions rest on a small training set, so generalization beyond their data should not be assumed.
Clarity
Accessible and short; a single first pass conveys the setup and findings, with a second pass only if you want the regional PCA and network configuration details.
How to read it
Read mainly for the practical takeaway (ANN vs RBFN trade-offs); focus on the training-data size, regional split, and preprocessing sensitivity rather than expecting a definitive winner.

Builds on

Built upon by

Nothing yet.

Related work

Keywords

This page summarises the entry and links to its original source. The archive never hosts or redistributes the publication itself.Show it in the full archive list →