Next Article in Journal
Regularization of the Boundary Equilibrium Bifurcation in Filippov System with Rich Discontinuity Boundaries
Previous Article in Journal
Fitting Insurance Claim Reserves with Two-Way ANOVA and Intuitionistic Fuzzy Regression
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improving Realism of Facial Interpolation and Blendshapes with Analytical Partial Differential Equation-Represented Physics

1
National Centre for Computer Animation, Bournemouth University, Bournemouth BH12 5BB, UK
2
Axis Studios, Glasgow G3 8EP, UK
3
School of Communication and Information Engineering, Shanghai University, Shanghai 200444, China
4
Department of Applied Mathematics and Computational Sciences, University of Cantabria, 39005 Santander, Spain
*
Authors to whom correspondence should be addressed.
Axioms 2024, 13(3), 185; https://doi.org/10.3390/axioms13030185
Submission received: 18 February 2024 / Revised: 7 March 2024 / Accepted: 8 March 2024 / Published: 12 March 2024
(This article belongs to the Special Issue Advances in Differential Equations and Its Applications)

Abstract

:
How to create realistic shapes by interpolating two known shapes for facial blendshapes has not been investigated in the existing literature. In this paper, we propose a physics-based mathematical model and its analytical solutions to obtain more realistic facial shape changes. To this end, we first introduce the internal force of elastic beam bending into the equation of motion and integrate it with the constraints of two known shapes to develop the physics-based mathematical model represented with dynamic partial differential equations (PDEs). Second, we propose a unified mathematical expression of the external force represented with linear and various nonlinear time-dependent Fourier series, introduce it into the mathematical model to create linear and various nonlinear dynamic deformations of the curves defining a human face model, and derive analytical solutions of the mathematical model. Third, we evaluate the realism of the obtained analytical solutions in interpolating two known shapes to create new shape changes by comparing the shape changes calculated with the obtained analytical solutions and geometric linear interpolation to the ground-truth shape changes and conclude that among linear and various nonlinear PDE-based analytical solutions named as linear, quadratic, and cubic PDE-based interpolation, quadratic PDE-based interpolation creates the most realistic shape changes, which are more realistic than those obtained with the geometric linear interpolation. Finally, we use the quadratic PDE-based interpolation to develop a facial blendshape method and demonstrate that the proposed approach is more efficient than numerical physics-based facial blendshapes.

1. Introduction

Facial interpolation and blendshapes are the most popular tools in quickly creating many different facial expressions from known facial expressions. Realistic facial expressions play a crucial role in conveying the motions, personality, and intentions of a human character and communicating with others. It is the most important part of character animation. Despite the popularity of facial interpolation and blendshapes, we have not found any research studies which investigate how to use shape interpolation to create more realistic facial expressions from two known facial expressions.
Shape interpolation is to create new shapes from known shapes. It is widely applied in facial blendshapes. Various shape interpolation methods have been developed. Among them, geometric linear interpolation, which is the case of a linear model with two known shapes, is widely used to create new facial shapes between two known shapes.
As discussed in [1], facial movements and deformations are highly nonlinear since a human face is a very complicated biomechanical system consisting of skeletons, muscles, flesh, skin, and other tissues. One such example is human jaw movement. The real orbit of a vertex on the chin is roughly an arc centred at the temporomandibular joint, as shown by the light blue curve in Figure 1a. When the geometric linear interpolation is used to create new shapes of human jaw movement between ω = 0 and ω = 1, the orbit of the vertex on the chin is a straight line, as shown by the purple line in Figure 1b. Another such example is the closing movement of human eyes. The trail of real eyelid movements should follow the contour of the corner shown by the light blue curve in Figure 2a. When the geometric linear interpolation is used to create new shapes between ω = 0 and ω = 1, the trail is a straight line highlighted in purple in Figure 2b.
Apart from the geometric linear interpolation, other geometric interpolation methods have also been proposed. These methods include cosine interpolation, etc. Besides the linear model, bilinear, multilinear, and nonlinear models are also proposed. Despite this, no research studies investigate how to choose a proper interpolation method to create more realistic shape changes from two known shapes. The work carried out in [1] investigates how to achieve more realistic facial blendshapes with a cubic polynomial and about 500 known facial expressions by solving an optimisation problem involving over 30,000 optimisation variables. It is not applicable to the case investigated in this paper, where only two facial expressions are known.
Since geometric linear and nonlinear interpolation methods do not consider the underlying physics of facial movements, physics-based facial blendshapes have been developed. However, physics-based facial blendshapes usually involve heavy numerical calculations and are not suitable for facial animation requiring high computational efficiency.
To tackle the problems of poor realism of geometric interpolation and low efficiency of physics-based facial blendshapes, this paper will propose a new, efficient, and realistic shape interpolation method. We first propose a PDE-represented physics model and derive its analytical solutions. Then, we introduce two known facial expressions to determine unknown constants in the analytical solutions. After that, we evaluate and identify the most suitable analytical solution. Finally, we use the most suitable analytical solution to create more realistic facial shapes.

2. Related Work

The work proposed in this paper will introduce PDE-represented physics to develop a more realistic and efficient method of facial interpolation and facial blendshapes. In this section, we briefly review existing work in facial blendshapes and PDE-based geometric modelling.

2.1. Facial Blendshapes

Many methods for facial blendshapes have been developed. Among them, geometric and physics-based facial blendshapes are very popular.
Geometric facial blendshapes create new facial shapes from known ones. Linear, bilinear, and multilinear models have been proposed to generate facial blendshapes. Among them, the linear model is most widely applied in computer animation.
The linear model presents a linear weighted combination of known facial shapes. A comprehensive review of facial blendshapes based on the linear model is made in [2]. When only two facial shapes are known, the linear model becomes the geometric linear interpolation [3], which has been combined with the facial action coding system (FACS) to create a computer facial animation design [4]. Apart from the geometric linear interpolation, nonlinear interpolation, such as a cosine interpolation function [5], is also proposed to provide some special effects.
The linear model has been used to develop various facial blendshape methods. A direct manipulation method is presented in [6], which integrates linear model-based facial blendshapes and user interaction to manipulate facial meshes. A framework is proposed in [7] to automatically create optimal facial blendshapes from example poses of a facial model. Facial mesh vertices are modified in [8] through iterative optimisation from captured facial movements. The linear model is used to capture facial details through automatically generating localised blendshapes and incrementally adding a blendshape to obtain missing source features [9]. It has also been used to develop an approach of splitting a face mesh into natural clusters and connecting each mesh segment with the relevant set of deformation controllers [10]. By using Laplacian smoothing to separate a three-dimensional model into a smoothed mesh and separated details, the linear model is used to obtain a linear combination of the separated details from multiple three-dimensional models and add the linear combination to the smoothed mesh of a target model to achieve facial blendshapes [11].
Besides the linear model, bilinear, multilinear, and nonlinear models have also been developed. Bilinear models are used in [12] to separate style and content. They are introduced in [13] to recognise three-dimensional faces and facial expressions. The multilinear model is used to parameterise the space of geometric variations caused by identity, expression, and viseme [14]. The nonlinear model is proposed to develop an interactive facial animation editing system [15], which first computes blendshape weights from the linearly constrained quadratic optimisation and then nonlinearly interpolates the deformation gradients of blendshapes to update the blendshape weights and facial mesh vertices.
Although various geometric facial blendshape methods have been developed, we are unaware of any work that investigates how to interpolate two known shapes to create realistic shapes. This problem will be tackled in this paper.
Physics-based facial blendshapes introduce the underlying physics to create more realistic facial shape changes. Ma et al. integrate physical-based simulation into blendshapes by constructing a mass-spring system for each blendshape target, linearly interpolating the rest lengths of the springs, and calculating the equilibrium of the mass-spring system to achieve physics-based blendshapes [16]. Hahn et al. unify keyframing and physical simulation by using tetrahedral finite elements to solve Newton’s second law for standard Saint-Venant Kirchhoff or Neo-Hookean material models [17]. Instead of using a basis of shapes, Barrielle et al. use a basis of forces for blendshapes to encode facial dynamics that simulate mesh deformations by integrating the blendshape paradigm and physics-based techniques through finite element modelling of the face as an elastic thin shell [18]. Different from the methods of adding physics to face rigs, Kozlov et al. propose to add physics to facial blendshape animation by using a blendvolume rig that enriches blendshape rigs with a simple volumetric tissue structure and shape-dependent material parameters called blendmaterials through finite element-based simulation [19]. Ichim et al. use tetrahedral meshes to discretise the soft tissue of the face, formulate a set of nonlinear potential energies to simulate the physical interaction of passive flesh, active muscles, and rigid bone structures with linear finite elements and minimise the nonlinear potential energies to achieve physics-based facial animation [20]. Wagner et al. present a neural network and physics-based approach to achieve physics-based facial blendshapes [21].
Since physics-based facial blendshapes consider the underlying physics, they create more realistic facial shape changes. However, they involve heavy numerical calculations such as mass-spring and finite element simulations. This issue will be addressed by developing analytical and efficient physics-based facial blendshapes.

2.2. PDE-Based Geometric Modelling

The research into PDE-based geometric modelling was pioneered by Bloor and Wilson [22]. After that, many research studies have been carried out to develop various PDE-based geometric modelling methods.
Ugail et al. develop efficient techniques that construct PDE surfaces interactively in real-time [23]. Monterde and Ugail introduce a general fourth-order partial differential equation to generate Bézier surfaces from boundary information [24]. Xu and Zhang use geometric partial differential equations to develop a general framework for surface modelling [25]. You et al. present a dynamic skin deformation method based on a time-dependent partial differential equation [26]. Castro et al. make a comprehensive survey on partial differential equation-based geometric design [27]. Sheng et al. propose a patchwise partial differential equation function representation and use it to replace large polygon meshes [28]. Ugail gives a detailed description of geometric design using partial differential equations [29]. Sheng et al. use spectral solutions to fourth-order elliptic PDEs to produce and animate three-dimensional facial geometry [30]. Pan et al. combine geometric partial differential equations with surface subdivision to develop a unified method for freeform surface design [31]. Chen et al. visualise computed tomography data of human heads through partial differential equation-based surface reconstruction [32]. Wang et al. investigate how to optimally convert PDE surface-represented high-speed train heads into NURBS surfaces [33]. You et al. introduce partial differential equations to develop a physics-based deformation method for creating detailed three-dimensional virtual character models [34]. Wang et al. integrate partial differential equation-based geometric modelling and boundary-based surface creation to obtain the first analytical C 0 continuous four-sided PDE patches [35]. Zhu et al. use a fourth-order partial differential equation to reconstruct three-dimensional surfaces from multi-view two-dimensional images [36]. Fu et al. propose a time-independent static second-order partial differential equation of two parametric variables u and v without involving any forces, derived its analytical solution, and used the analytical solution and geometric linear interpolation to generate new models from a neutral shape and a target shape or from a neutral shape and more than one target shape [37]. Since the static PDE has no ability to describe shape changes, geometric linear interpolation is used to interpolate PDE surfaces for creating new facial models from existing facial models. Due to this reason, the method proposed in [37] is unable to achieve more realistic facial interpolation than the geometric linear interpolation, as discussed in Section 4.3 of this paper.
Although there are extensive research studies about PDE-based geometric modelling, we have not found any work that investigates how to use PDE-based geometric modelling to achieve more realistic facial interpolation from two known facial shapes. In this paper, we will propose a time-dependent dynamic partial differential equation involving a parametric variable u , a time variable t , an inertia force, a damping force, an internal deformation force, and an external force to describe facial shape changes with underlying physics and develop a physics-based analytical method to achieve more realistic facial shape interpolation and facial blendshapes than the geometric linear interpolation.

3. PDE-Represented Physics and Analytical Solution

In existing work, the equation of motion has been widely applied in computer graphics to simulate physics-based facial animation [38,39,40,41,42] and muscle and skin deformations [41]. It has the following form:
m 2 w t 2 + c w t + q w = f w ( w = x ,   y ,   z )
where w is a position function, which has three components x , y , and z , m and c denote mass and damping coefficient, respectively, q w is an internal deformation force and f w is an external force.
The surface model of a human face can be defined with a set of curves. The deformation of each of the curves can be described by the following equation, which is similar to the governing equation describing the elastic bending of a beam.
k 4 w u 4 = q ¯ w
where the flexural rigidity k = E I , E is the modulus of elasticity, I is the moment of inertia, k 4 w u 4 is the internal deformation force and q ¯ w is the external force.
Using the internal deformation force k 4 w u 4 to replace q w in Equation (1), the equation of motion becomes the following time-dependent dynamic partial differential Equation:
m 2 w t 2 + c w t + k 4 w u 4 = f w
In the above Equation, the first term is the inertia force caused by acceleration, the second term is the damping force caused by velocity, and the third term is the internal deformation force caused by curve deformation. The position function w and the external force f w are the functions of the time variable t and the parametric variable u , i.e., w = w ( u , t ) and f w = f w ( u , t ) .
Shape interpolation is to generate new shapes from two known shapes, i.e., a neutral shape and a target shape. If we use w 0 ( u ) and w 1 u to indicate the known neutral shape at t = 0 and the known target shape at t = 1 , respectively, the boundary conditions for Equation (3) can be written as follows:
t = 0   w u , t = w 0 ( u ) t = 1   w u , t = w 1 ( u )
Equations (3) and (4) are the mathematical model of physics-based facial interpolation and facial blendshapes. The task of physics-based shape interpolation is to solve the mathematical model.
Numerical methods such as the finite difference method are very effective in solving the mathematical model represented by Equations (3) and (4). However, these numerical methods involve heavy calculations, require large computer resources, and do not suit situations such as computer animation where high computational efficiency is required. To address the disadvantages of numerical methods, we derive an analytical solution w u , t to Equation (3) subjected to boundary conditions (4) in this section.
At a time instant t , w u , t = w ( u ) indicates a spatial curve, which can be described with a Fourier series. According to Equation (4), two position boundary conditions are known, which can be used to determine two unknown constants in the analytical solution w u , t . It means the external force f w ( u , t ) should involve two unknown coefficients to be determined with the two position boundary conditions. To tackle both linear and various nonlinear shape changes, the external force should be represented with linear and various nonlinear functions of the time variable t . Based on these considerations, the external force is taken to be a combination of a R t h order polynomial of the time variable t with two unknown coefficients and a Fourier series of the parametric variable u , i.e.,
f w ( u , t ) = e ¯ w 0 + e ̿ w 0 t R + n = 1 N [ ( e ^ w n + e ˇ w n t R ) c o s 2 n π u + ( e ~ w n + e ¯ w n t R ) s i n 2 n π u ] ( w = x ,   y ,   z ;   R = 1 ,   2 ,   3 , )
where e ¯ w 0 , e ̿ w 0 , e ^ w n , e ˇ w n , e ~ w n , and e ¯ w n ( n = 1 ,   2 ,   3 ,   ,   N ) are unknown coefficients, which are related to the position function through Equation (3), and R indicates the order of the polynomial. R = 1 and R > 1 , respectively, describe a linear change and various nonlinear changes of the external force against the time variable t .
According to the external force (5) and Equation (3), the analytical solution to Equation (3) should have the following form:
w ( u , t ) = g w 0 t + n = 1 N g ¯ w n ( t ) c o s 2 n π u + g ̿ w n ( t ) s i n 2 n π u ]
Substituting Equations (5) and (6) into (3), Equation (3) is changed into the following ordinary differential Equation:
m d 2 g w 0 t d t 2 + m n = 1 N d 2 g ¯ w n t d t 2 c o s 2 n π u + d 2 g ̿ w n t d t 2 s i n 2 n π u + c d g w 0 t d t + c n = 1 N d g ¯ w n t d t c o s 2 n π u + d g ̿ w n t d t s i n 2 n π u + 16 k π 4 n = 1 N n 4 g ¯ w n t c o s 2 n π u + g ̿ w n ( t ) s i n 2 n π u ] = e ¯ w 0 + e ̿ w 0 t R + n = 1 N [ ( e ^ w n + e ˇ w n t R ) c o s 2 n π u + ( e ~ w n + e ¯ w n t R ) s i n 2 n π u ]
The above ordinary differential Equation is equivalent to the following three ordinary differential Equations:
m d 2 g w 0 t d t 2 + c d g w 0 t d t = e ¯ w 0 + e ̿ w 0 t R
m d 2 g ¯ w n t d t 2 + c d g ¯ w n t d t + 16 k n 4 π 4 g ¯ w n t = e ^ w n + e ˇ w n t R
m d 2 g ̿ w n t d t 2 + c d g ̿ w n t d t + 16 k n 4 π 4 g ̿ w n ( t ) = e ~ w n + e ¯ w n t R
In what follows, we investigate how to obtain the analytical solutions to each of the above three ordinary differential equations.

3.1. Analytical Solution of Equation (8)

Since the right-hand side term of Equation (8) is a polynomial, we can use the method of undetermined coefficients to solve it. The analytical solution is taken to be as follows:
g w 0 t = r = 0 R + 1 b w r t r
Substituting Equation (11) and its first and second derivatives with the time variable t into the ordinary differential Equation (8), we obtain the following:
m r = 2 R + 1 r r 1 b w r t r 2 + c r = 1 R + 1 r b w r t r 1 = e ¯ w 0 + e ̿ w 0 t R
The above Equation can be further changed into the following form:
m r = 0 R 1 ( r + 1 ) ( r + 2 ) b w r + 2 t r + c r = 0 R 1 ( r + 1 ) b w r + 1 t r + c ( R + 1 ) b w R + 1 t R = e ¯ w 0 + e ̿ w 0 t R
Equaling the terms of t R in the above Equation, the unknown constant b w R + 1 is obtained as follows:
b w R + 1 = e ̿ w 0 c ( R + 1 )
Equaling the terms of t r ( r = R 1 ,   R 2 ,   R 3 ,   ,   3 ,   2 ,   1 ), the unknown constant b w r + 1 are obtained as follows:
b w r + 1 = m r + 2 b w r + 2 c ( r = R 1 ,   R 2 ,   R 3 ,   ,   3 ,   2 ,   1 )
Equaling the terms of t 0 , the unknown constant b w 1 are obtained as follows:
b w 1 = ( e ¯ w 0 2 m b w 2 ) / c
In this paper, we investigate how linearly ( R = 1 ), quadratically ( R = 2 ), and cubically ( R = 2 ) varying external forces affect the realism of shape interpolation.
For a linearly varying external force, R = 1 . The unknown constants are obtained from Equations (14a) and (14c).
b w 1 = e ¯ w 0 c m e ̿ w 0 / c 2 b w 2 = e ̿ w 0 / ( 2 c )
For a quadratically varying external force, R = 2 . The unknown constants are obtained from Equations (14a)–(14c)
b w 1 = e ¯ w 0 c + 2 m 2 e ̿ w 0 / c 3 b w 2 = m e ̿ w 0 c 2 b w 3 = e ̿ w 0 / ( 3 c )
For a cubically varying external force, R = 3 . Same as above, the unknown constants are obtained from Equations (14a)–(14c)
b w 1 = e ¯ w 0 c 6 m 3 e ̿ w 0 c 4 b w 2 = 3 m 2 e ̿ w 0 c 3 b w 3 = m e ̿ w 0 c 2 b w 4 = e ̿ w 0 / ( 4 c )

3.2. Analytical Solution of Equation (9)

With the same treatment, we take the analytical solution of Equation (9) to be as follows:
g ¯ w n t = r = 0 R c w r t r
Substituting Equation (18) and its first and second derivatives with respect to the time variable t into the ordinary differential Equation (9) and letting
B n = 16 k n 4 π 4
we obtain the following:
m r = 2 R r r 1 c w r t r 2 + c r = 1 R r c w r t r 1 + B n r = 0 R c w r t r = e ^ w n + e ˇ w n t R
The above Equation can be further changed into the following form:
m r = 0 R 2 r + 2 r + 1 c w r + 2 t r + c r = 0 R 2 r + 1 c w r + 1 t r + c R c w R t R 1 + B n c w R 1 t R 1 + B n c w R t R + B n r = 0 R 2 c w r t r = e ^ w n + e ˇ w n t R
From the above Equation, the unknown constants can be obtained as follows:
c w R = e ˇ w n / B n c w R 1 = c R c w R B n = c R B n e ˇ w n B n = c R B n 2 e ˇ w n   for   ( R 2 ) c w r = [ r + 2 r + 1 m c w r + 2 + r + 1 c c w r + 1 ] / B n   ( r = R 2 , R 3 ,   R 4 ,   ,   3 ,   2 ,   1 ) c w 0 = ( e ^ w n 2 m c w 2 c c w 1 ) / B n   for   ( R 2 ) c w 0 = ( e ^ w n c c w 1 ) / B n               for   ( R = 1 )
For a linearly varying external force, R = 1 . The unknown constants are obtained from Equation (22)
c w 0 = ( e ^ w n c c w 1 ) / B n c w 1 = e ˇ w n / B n
For a quadratically varying external force, R = 2 . The unknown constants are obtained from Equation (22)
c w 0 = ( e ^ w n 2 m c w 2 c c w 1 ) / B n c w 1 = 2 c B n 2 e ˇ w n c w 2 = e ˇ w n / B n
For a cubically varying external force, R = 3 . Same as above, the unknown constants are obtained from Equation (22)
c w 0 = e ^ w n / B n + 12 c m e ˇ w n B n 3 6 c 3 B n 4 e ˇ w n c w 1 = 6 m e ˇ w n B n 2 + 6 c 2 B n 3 e ˇ w n c w 2 = 3 c B n 2 e ˇ w n c w 3 = e ˇ w n / B n

3.3. Analytical Solution of Equation (10)

Using the same treatment, the analytical solution of Equation (10) can be taken to be the following:
g ̿ w n t = r = 0 R d w r t r
Substituting Equation (26) and its first and second derivatives with respect to the time variable t into the ordinary differential Equation (10), we can obtain the following unknown constants:
d w R = e ¯ w n / B n d w R 1 = c R d w R B n = c R B n e ¯ w n B n = c R B n 2 e ¯ w n   for   ( R 2 ) d w r = [ m r + 2 r + 1 d w r + 2 + c r + 1 d w r + 1 ] / B n ( r = R 2 , R 3 ,   R 4 ,   ,   3 ,   2 ,   1 ) d w 0 = ( e ~ w n 2 m d w 2 c d w 1 ) / B n   for   ( R 2 ) d w 0 = ( e ~ w n c d w 1 ) / B n       for   ( R = 1 )
For a linearly varying external force, R = 1 . The unknown constants are obtained from Equation (27)
d w 0 = e ~ w n c d w 1 B n d w 1 = e ¯ w n / B n
For a quadratically varying external force, R = 2 . The unknown constants are obtained from Equation (27)
d w 0 = e ~ w n / B n 2 m e ¯ w n / B n 2 + 2 c 2 B n 3 e ¯ w n d w 1 = 2 c B n 2 e ¯ w n d w 2 = e ¯ w n / B n
For a cubically varying external force, R = 3 . Same as above, the unknown constants are obtained from Equation (27)
d w 0 = e ~ w n / B n + 12 c m e ¯ w n B n 3 6 c 3 B n 4 e ¯ w n d w 1 = 6 m e ¯ w n B n 2 + 6 c 2 B n 3 e ¯ w n d w 2 = 3 c B n 2 e ¯ w n d w 3 = e ¯ w n / B n
Substituting Equation (16) into (11), (23) into (18), and (28) into (26), and then substituting Equations (11), (18) and (26) into (6), we obtain the analytical solution for R = 1
w ( u , t ) = b w 0 + ( e ¯ w 0 c m e ̿ w 0 / c 2 ) t + e ̿ w 0 2 c t 2 + n = 1 N [ ( e ^ w n B n c e ˇ w n B n 2 + e ˇ w n t / B n ) c o s 2 n π u + ( e ~ w n B n c e ¯ w n B n 2 + e ¯ w n t / B n ) s i n 2 n π u ]
Substituting Equation (17) into (11), (24) into (18), and (29) into (26), and then substituting Equations (11), (18), and (26) into (6), we obtain the analytical solution for R = 2
w u ,   t = b w 0 + e ¯ w 0 c + 2 m 2 e ̿ w 0 c 3 t m e ̿ w 0 c 2 t 2 + e ̿ w 0 t 3 3 c + n = 1 N [ ( e ^ w n B n 2 m e ˇ w n B n 2 + 2 c 2 B n 3 e ˇ w n 2 c B n 2 e ˇ w n t + e ˇ w n t 2 / B n ) c o s 2 n π u + ( e ~ w n B n 2 m e ¯ w n B n 2 + 2 c 2 B n 3 e ¯ w n 2 c B n 2 e ¯ w n t + e ¯ w n t 2 / B n ) s i n 2 n π u ]
Substituting Equation (18) into (11), (25) into (18), and (30) into (26), and then substituting Equations (11), (18), and (26) into (6), we obtain the analytical solution for R = 3
w ( u ,   t ) = b w 0 + e ¯ w 0 c 6 m 3 e ̿ w 0 / c 4 t + 3 m 2 e ̿ w 0 c 3 t 2 m e ̿ w 0 c 2 t 3 + e ̿ w 0 t 3 / ( 4 c ) + n = 1 N e ^ w n B n + 12 c m e ˇ w n B n 3 6 c 3 B n 4 e ˇ w n 6 m e ˇ w n B n 2 c 2 B n 3 e ˇ w n t 3 c B n 2 e ˇ w n t 2 + e ˇ w n t 3 B n c o s 2 n π u + e ~ w n B n + 12 c m e ¯ w n B n 3 6 c 3 B n 4 e ¯ w n 6 m e ¯ w n B n 2 c 2 B n 3 e ¯ w n t 3 c B n 2 e ¯ w n t 2 + e ¯ w n t 3 / B n s i n 2 n π u
Respectively substituting Equations (31)–(33) into the boundary conditions (4), we determine the unknown constants b w 0 , e ¯ w 0 , e ̿ w 0 , e ^ w n , e ˇ w n , e ~ w n , and e ¯ w n in the above Equations. Then, we use Equations (31)–(33) to conduct linear, quadratic, and cubic PDE-based shape interpolation, which will be investigated in the following section.

4. PDE-Based Interpolation

To investigate the realism of shape changes created with the above linear, quadratic, and cubic PDE-based shape interpolation, in this section, we first introduce how to create the ground-truth models from the captured photos. Then, we extract curves from the ground-truth models. After that, we compare the shape changes obtained with the proposed PDE-based methods and geometric linear interpolation to the ground-truth shape changes, which demonstrates that quadratic PDE-based shape interpolation creates the most realistic facial shape changes. Finally, we use the quadratic PDE-based shape interpolation method to create new facial shapes from the neutral expression and each of the sad, angry, confused, grinning and puff expressions.

4.1. Creation of Ground-Truth Facial Shape Changes

As discussed before, the geometric linear interpolation does not consider the underlying physics of facial skin deformation. The shape changes generated with this method are less realistic. In contrast, physics-based modelling improves the realism of animated objects [42], and physics-based models provide realistic three-dimensional geometry of the bones and muscles [43].
To demonstrate that the method proposed in this paper can create more realistic shape changes from two known shapes, we compare the facial models created with the above analytical solutions and geometric linear interpolation to the ground-truth facial models, which are reconstructed with the method below.
First, we divide a facial movement into 11 poses. At each of the 11 poses, approximately 30 images are taken and processed to obtain a sparse point cloud with COLMAP, which is a general-purpose Structure-from-Motion (SfM) [44] and Multi-View Stereo (MVS) [45] pipeline with a graphical and command-line interface. Adding more pictures where point cloud data were too sparse. Figure 3 shows the photos of the 11 poses taken from the front view.
Then, the surface mesh is reconstructed with SideFX Houdini. The reconstructed facial models are further processed through Autodesk Maya. Figure 4 shows the reconstructed ground-truth facial models at 11 poses.

4.2. Conversion from Three-Dimensional Surface Models into Curve Representations

The analytical solutions given by Equations (31)–(33) are time-dependent 3D curves. To use them to interpolate a neutral model and a target model, these surface models should be converted into curve representations.
The reconstructed facial models and other facial models used in this paper are polygon models. Converting these polygon models into curve representations is achieved through the following two steps.
First, we extract vertex indices. A Maya Embedded Language (MEL) script is used for this purpose. With this MEL script, we manually specify a vertex as a starting vertex of a curve to be extracted and an edge starting from the vertex. Then, we run the Maya Select Edge Loop MEL command to extend the curve. If the curve to be extracted goes in the wrong direction at one vertex, an edge in the correct direction is selected, and the Maya Change Edge Loop Mel command is run to change the wrong direction to the correct one. The extraction of the curve is completed by selecting the edge before the ending vertex and running the Maya Stop Edge Loop Mel command.
Once the vertex indices of a curve are extracted, a Mel script is written to extract the coordinate values from the extracted vertex indices of a facial model at different poses. With this method, all curves are extracted. Figure 5 shows the extracted curves from the facial model at t = 0.0 shown in Figure 4.

4.3. Comparison with the Ground-Truth Models

The Equation for the geometric linear interpolation can be written as follows:
w t n = w 0 n + t w 1 n w 0 n ( w = x ,   y ,   z ; n = 1 ,   2 ,   ,   N )
where the subscript “0” indicates the neutral polygon model, “1” indicates the target polygon model, n is the vertex index, and N is the total vertex number of the neutral polygon model or target polygon model.
With the method proposed in [37], the vertices on a polygon model are divided into groups. The M vertices w 0 m ( m = 1 ,   2 ,   3 ,   ,   M ) in one group of the neutral polygon model are approximated by the corresponding vertices w 0 P D E u m ,   v m ( m = 1 ,   2 ,   3 ,   ,   M ) on a PDE surface w 0 P D E u ,   v and the same M vertices w 1 m ( m = 1 ,   2 ,   3 ,   ,   M ) on the target polygon model are approximated by the corresponding vertices w 1 P D E u m ,   v m ( m = 1 ,   2 ,   3 ,   ,   M ) on another PDE surface w 1 P D E u ,   v . Since the neutral polygon model and the target polygon model are ground-truth shapes, the differences w 0 m w 0 P D E u m ,   v m and w 1 m w 1 P D E u m ,   v m are the errors introduced by the PDE surfaces w 0 P D E u ,   v and w 1 P D E u ,   v , respectively. When the geometric linear interpolation is used to interpolate the two PDE surfaces w 0 P D E u ,   v and w 1 P D E u ,   v , i.e., w t P D E u ,   v = w 0 P D E u ,   v + t w 1 P D E u ,   v w 0 P D E u ,   v , we have w t P D E u m ,   v m = w 0 P D E u m ,   v m + t w 1 P D E u m ,   v m w 0 P D E u m ,   v m . If the ground-truth shapes at the time instant t ( 0 < t < 1 ) are w ¯ t m , the errors w ¯ t m w t P D E u m ,   v m are larger than the errors w ¯ t m w t m where w t m = w 0 m + t w 1 m w 0 m are obtained by the geometric linear interpolation between the ground-truth neutral polygon model and the ground-truth target polygon model.
As discussed above, the method proposed in [37] is less accurate and realistic than the geometric linear interpolation (34). Due to this reason, we will consider the geometric linear interpolation rather than the method proposed in [37] in the following comparison study.
Taking the facial model at t = 0.0 shown in Figure 4 as a neutral model and the facial model at t = 1.0 as a target model, we use the geometric linear interpolation and the analytical solutions, i.e., linear PDE (Equation (31)), quadratic PDE (Equation (32)), and cubic PDE (Equation (33)) based shape interpolation to obtain the facial models at t = 0.1 , 0.2, 0.3, …, 0.9.
For PDE-based shape interpolation, w 0 ( u ) and w 1 ( u ) indicate the curves on the neutral model ( t = 0.0 ) and target model ( t = 1.0 ) shown in Figure 4, respectively. After substituting Equations (31)–(33) to determine the unknown constants, we use them to obtain the facial models by setting t = 0.1 , 0.2, 0.3, …, 0.9 in Equations (31)–(33) and depicted the obtained facial models in Figure 6 where Figure 6a–c are from Equations (31)–(33), respectively.
Substituting w 0 n obtained from the facial model at t = 0.0 and w 1 n obtained from the facial model at t = 1.0 shown in Figure 4 into the geometric linear interpolation (34) and setting t to 0.1, 0.2, 0.3, …, 0.9, respectively, we obtain the facial models at the nine poses and depicted them in Figure 6d.
Comparing Figure 6 with Figure 4, we found that the quadratic PDE-based interpolation and cubic PDE-based interpolation create more realistic facial models than the geometric linear interpolation and linear PDE-based interpolation. The facial models created by the quadratic PDE-based interpolation and cubic PDE-based interpolation are the closest to the ground-truth models shown in Figure 4.
In order to show the differences between the ground-truth models and the models obtained with the quadratic PDE-based interpolation and the geometric linear interpolation more clearly, we put the models at t = 0.7 in Figure 7 where the left, middle and right models are, respectively, from the ground-truth, quadratic PDE-based interpolation and the geometric linear interpolation. Observing the three models shown in Figure 7, it is clear that the model obtained with the quadratic PDE-based interpolation is far closer to the ground-truth model than the model obtained with the geometric linear interpolation.
To quantify the differences between the models created with different interpolation methods and the ground-truth models, we calculate the average and maximum errors of the corresponding curves on the created models and the ground-truth models with the following equations:
E A = 1 N n = 1 N w ¯ t n w ̿ t n D E M = m a x 1 D w ¯ t 1 w ̿ t 1 w ¯ t 2 w ̿ t 2 w ¯ t N w ̿ t N
where the overbar indicates the ground-truth models, the double overbar indicates the created models, and D is the distance between the two farthest vertices on the neutral model.
The obtained average errors E A and the maximum error E M are shown in the graphs of Figure 8. In the Figure, the numbers 1–49 on the horizontal axis are the index of the curves.
The largest maximum error and largest average error of the 49 curves are given in Table 1, where LME stands for the largest maximum error, and LAE indicates the largest average error. The data in the table indicate the following: (1) all three PDE-based interpolation methods, i.e., linear PDE, quadratic PDE and cubic PDE achieve smaller values of the largest maximum error and largest average error than the geometric linear interpolation; (2) among the three PDE-based interpolation methods, the quadratic PDE-based interpolation achieves the smallest values of the largest maximum error and largest average error; (3) the largest maximum error and the largest average error caused by the geometric linear interpolation are 2.33 and 1.65 times of those caused by the quadratic PDE-based interpolation.
From Figure 6, Figure 7 and Figure 8 and the above discussions, we can conclude the following: (1) The average and maximum errors caused by the geometric linear interpolation are the largest except for the average errors for curves 21, 22, 24, and 26–29. (2) In comparison with the geometric linear interpolation and linear PDE-based interpolation, the quadratic and cubic PDE-based shape interpolation methods have smaller average errors except for curves 24–29 and smaller maximum errors for all 49 curves. It indicates that facial skin deformations are nonlinear. (3) The largest average error and largest maximum error caused by the quadratic PDE-based interpolation are lower than those caused by the cubic PDE-based interpolation, (4) the quadratic PDE-based interpolation achieves smaller average errors for all the curves and smaller maximum errors for most curves than the cubic PDE-based interpolation. Conclusions (3) and (4) indicate that the quadratic PDE-based interpolation is more accurate than the cubic PDE-based interpolation. Therefore, the quadratic PDE-based interpolation can be used to create the most realistic facial shapes among the four methods discussed in this paper.
Based on the above discussion, we will apply the quadratic PDE-based method in interpolation between a neutral model and target models and facial blendshapes among different facial expressions to create more realistic facial shape changes than using the geometric linear interpolation in the remaining parts of this paper.
Although the linear PDE-based facial interpolation has bigger errors than the quadratic and cubic PDE-based facial interpolation, it is applicable to situations where shape changes are linear. For very few curves, such as curves 24–29 shown in the second of Figure 8, the cubic PDE-based facial interpolation has smaller maximum errors than the quadratic PDE-based facial interpolation. It indicates that the cubic PDE-based method may be more suitable for these curves than the quadratic PDE-based method.
The approach proposed in this paper is also applicable to part of a curve and the curves in local regions of face models. This can be easily achieved by using w 0 ( u ) and w 1 ( u ) in Equation (4) to represent part of a curve and the curves in local regions of face models. With such a treatment, more realistic facial interpolation can be obtained.

4.4. Quadratic PDE-Based Interpolation of Facial Models

One neutral and five target expressions will be used in interpolation calculations to create new facial models and animation. The five target facial expressions are sad, angry, confused, grinning, and puff. The neutral expression is shown in the left column of Figure 9. The sad, angry, confused, grinning, and puff expressions are shown in the right column of the Figure.
The curves representing the neutral expression are taken to be w 0 ( u ) in Equation (4) and the corresponding ones on each of the sad, confused, grinning, and puff expressions are taken to be w 1 ( u ) . After setting t = 0 and t = 1 in Equation (32) and substituting it into Equation (4) to determine the unknown constants, we use it to create new facial models at any instant.
Setting the time variable t in Equation (32) to 0.2, 0.4, 0.6, and 0.8, we obtain new facial models at these instants and depict them in the second, third, fourth, and fifth columns of Figure 9. In the Figure, the first, second, third, fourth, and fifth rows indicate sad, angry, confused, grinning, and puff expressions, respectively.

5. PDE-Based Facial Blendshapes

Facial blendshapes based on the geometric linear interpolation are to create new facial models with one neutral model and more than one target model through the following weighted combination [2]:
w = w 0 + j = 1 N ξ j ( w j w 0 )
where w 0 is a neutral model, w j ( j = 1 , 2 , 3 , , N ) are target models, and ξ j ( j = 1 , 2 , 3 , , N ) are weights with ξ j 0 and j = 1 N ξ j = 1 .
With the PDE-based interpolation proposed in this paper, we use Equation (32) to interpolate a neutral expression and the jth target expression and obtain the following quadratic PDE-based interpolation equation for the jth target expression:
w j ( u ,   t ) = b w 0 j + e ¯ w 0 j c + 2 m 2 e ̿ w 0 j c 3 t m e ̿ w 0 j c 2 t 2 + e ̿ w 0 j t 3 / ( 3 c ) + n = 1 N [ ( e ^ w n j B n 2 m e ˇ w n j B n 2 + 2 c 2 B n 3 e ˇ w n j 2 c B n 2 e ˇ w n j t + e ˇ w n j t 2 / B n ) c o s 2 n π u + ( e ~ w n j B n 2 m e ¯ w n j B n 2 + 2 c 2 B n 3 e ¯ w n j 2 c B n 2 e ¯ w n j t + e ¯ w n j t 2 / B n ) s i n 2 n π u ] ( w = x ,   y ,   z )
Substituting the above analytical solution into the following blending Equation
w b u ,   t = j = 1 N ξ j w j ( u ,   t )   ( w = x ,   y ,   z )
we obtain the following:
w b ( u ,   t ) = b w 0 b + e ¯ w 0 b c + 2 m 2 e ̿ w 0 b c 3 t m e ̿ w 0 b c 2 t 2 + e ̿ w 0 b t 3 / ( 3 c ) + n = 1 N ( e ^ w n b B n 2 m e ˇ w n b B n 2 + 2 c 2 B n 3 e ˇ w n b 2 c B n 2 e ˇ w n b t + e ˇ w n b t 2 / B n ) c o s 2 n π u + ( e ~ w n b B n 2 m e ¯ w n b B n 2 + 2 c 2 B n 3 e ¯ w n b 2 c B n 2 e ¯ w n b t + e ¯ w n b t 2 / B n ) s i n 2 n π u ( w = x ,   y ,   z )
where
b w 0 b = j = 1 N ξ j b w 0 j e ¯ w 0 b = j = 1 N ξ j e ¯ w 0 j e ̿ w 0 b = j = 1 N ξ j e ̿ w 0 j e ^ w n b = j = 1 N ξ j e ^ w n j e ˇ w n b = j = 1 N ξ j e ˇ w n j e ~ w n b = j = 1 N ξ j e ~ w n j e ¯ w n b = j = 1 N ξ j e ¯ w n j
For the neutral expressions and the sad, angry, confused, grinning, and puff expressions investigated in the above section, we have N = 5 . Respectively setting the weights ξ j and the time variable t to different values, we can use Equations (39) and (40) to create many new blend shapes.
For the illustrative purpose, we set ξ j to 0.0, 0.2, 0.4, 0.6, 0.8, and 1.0 for each of the analytical solutions obtained from the five target expressions. It gives 7775 different weight combinations. For example, ξ 1 = 0.2 , ξ 2 = 0.0 , ξ 3 = 0.6 , ξ 4 = 1.0 , and ξ 5 = 0.8 are one weight combinations. The sum of these weights is larger than 1.0. They can be scaled to satisfy the sum of 1.0 through ξ j / i 5 ξ i ( i = 1 ,   2 ,   3 ,   4 ,   5 ), i.e., ξ 1 = 0.0769 , ξ 2 = 0.0 , ξ 3 = 0.2308 , ξ 4 = 0.3846 , and ξ 5 = 0.3077 .
For each of the weight combinations, we set the time variable t to different instants and substitute them into Equation (39) to obtain the facial models at the instants. Here, we set t = 1.0 and use the 7775 weight combinations to obtain 7775 new facial models. Figure 10 below shows 50 facial models selected from the 7775 facial models.
The above figure shows that different combinations of facial blendshape weights create different shapes when the time variable t is fixed. Different from the facial blendshapes using Equation (36), where one weight combination can create one new shape only, the facial blendshapes using Equation (39) will enable one weight combination to create many different new shapes by simply setting the time variable t to different values. It indicates that the proposed method not only improves the realism of facial interpolation and facial blendshapes but also noticeably raises the capacity to create more facial shapes for facial animation.
We have calculated the CPU time using the quadratic PDE-based facial blendshapes to obtain the coordinate values of the 259 and 7775 facial models with 5071 vertices for each of the facial models. On a laptop with a 3.3 GHz Intel Core i7- processor and 16 GB of main memory, it takes 2.46 s to create the 259 facial models and 72.748 s to create the 7779 facial models. In [20], physics-based simulation is used to consider the physical interaction of passive flesh, active muscles, and rigid bone structures, and the numerical solution takes over 2 min to generate a new facial model with 6393 surface vertices and 8098 volumetric vertices on a laptop with a 3.1 GHz Intel Core i7 processor and 16 GB of main memory. Clearly, the analytical PDE-based approach proposed in this paper is far more efficient than the numerical method proposed in [20].
Apart from the advantage of the high efficiency of the quadratic PDE-based facial blendshapes, another advantage is good realism. Since the quadratic PDE-based interpolation Equation (32) creates the most realistic shapes among the geometric linear interpolation and the three PDE-based interpolation methods based on Equations (31)–(33), the facial blendshapes based on the quadratic PDE-based interpolation Equation (32) are more realistic than the facial blendshapes based on the geometric linear interpolation and the linear and cubic PDE-based shape interpolation.

6. Conclusions

How to create new and realistic facial expressions efficiently from two known facial expressions is an important and unsolved problem. In this paper, we have developed a new facial interpolation method to tackle the problem and used the new facial interpolation method to develop a new method of facial blendshapes.
The new facial interpolation and blendshape approach is physics-based and analytical, which simulates dynamic skin deformation with better realism than the methods based on geometric linear interpolation and higher simulation efficiency than numerical physics-based techniques. To develop the new approach, we have converted the polygon representation of three-dimensional facial models into a curve representation, introduced curve deformation resistance into the equation of motion and combined it with the boundary conditions of curve shape changes to obtain the mathematical model of facial skin deformations, derived analytical solutions of the mathematical model, and used them to achieve linear and nonlinear physics-based interpolation and blendshapes of facial models.
We have compared the ground-truth facial shape changes to those obtained from the proposed approach and the geometric linear interpolation and demonstrated that the proposed approach achieves better realism of facial shape interpolation than the geometric linear interpolation. Due to the nature of the analytical solutions of the physics-based mathematical model, the proposed approach is far more efficient than existing numerical solutions of physics-based models.

Author Contributions

Conceptualization, S.D.; methodology, S.D.; software, S.D.; validation, E.C., X.Z. and J.C.; formal analysis, S.D.; investigation, S.D. and Z.X.; resources, S.D.; data curation, S.D.; writing—original draft preparation, S.D.; writing—review and editing, S.D. and Z.X.; visualization, Z.X. and L.Y.; supervision, Z.X., L.Y., J.Z. and M.H.; project administration, Z.X. and L.Y.; funding acquisition, L.Y., J.Z. and A.I. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the EU Horizon 2020 funded project “Partial differential equation-based geometric modelling, image processing, and shape reconstruction (PDE-GIR)”, which had received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 778035. Sydney Day was supported by the funding of the Centre for Digital Entertainment by the Engineering and Physical Sciences Research Council (EPSRC) EP/L016540/1 and Axis Studios Group. Andres Iglesias thanks the financial support from the Agencia Estatal de Investigaci on (AEI), Spanish Ministry of Science and Innovation, Computer Science National Program (grant agreement #PID2021-127073OB-I00) of the MCIN/AEI/10.13039/501100011033/FEDER, EU).

Data Availability Statement

We are unable to provide the dataset and make it public available due to the privacy reason.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Liu, X.; Xia, S.; Fan, Y.; Wang, Z. Exploring non-linear relationship of blendshape facial animation. Comput. Graph. Forum 2011, 30, 1655–1666. [Google Scholar] [CrossRef]
  2. Lewis, J.P.; Anjyo, K.; Rhee, T.; Zhang, M.; Pighin, F.H.; Deng, Z. Practice and theory of blendshape facial models. In Proceedings of the Eurographics 2014—State of the Art Reports, Strasbourg, France, 7–11 April 2014; pp. 199–218. [Google Scholar]
  3. Pighin, F.; Hecker, J.; Lischinski, D.; Szeliski, R.; Salesin, D.H. Synthesizing realistic facial expressions from photographs. In Proceedings of the SIGGRAPH 25th Annual Conference on Computer Graphics and Interactive Techniques, Orlando, FL, USA, 19–24 July 1998; pp. 75–84. [Google Scholar]
  4. Alkawaz, M.H.; Mohamad, D.; Basori, A.H.; Saba, T. Blend shape interpolation and FACS for realistic avatar. 3D Res. 2015, 6, 6. [Google Scholar] [CrossRef]
  5. Waters, K.; Levergood, T.M. Decface: An automatic lip-synchronization algorithm for synthetic faces. In Proceedings of the Second ACM International Conference on Multimedia, San Francisco, CA, USA, 15–20 October 1994; pp. 149–156. [Google Scholar]
  6. Lewis, J.P.; Anjyo, K.-I. Direct manipulation blendshapes. IEEE Comput. Graph. Appl. 2010, 30, 42–50. [Google Scholar] [CrossRef]
  7. Li, H.; Weise, T.; Pauly, M. Example-based facial rigging. ACM Trans. Graph. 2010, 29, 1–6. [Google Scholar]
  8. Yu, H.; Liu, H. Regression-based facial expression optimization. IEEE Trans. Hum. Mach. Syst. 2014, 44, 386–394. [Google Scholar]
  9. Han, J.H.; Kim, J.I.; Suh, J.W.; Kim, H. Customizing blendshapes to capture facial details. J. Supercomput. 2023, 79, 6347–6372. [Google Scholar] [CrossRef]
  10. Racković, S.; Soares, C.; Jakovetić, D.; Desnica, Z.; Ljubobratović, R. Clustering of the blendshape facial model. In Proceedings of the 29th European Signal Processing Conference, Dublin, Ireland, 23–27 August 2021; pp. 1556–1560. [Google Scholar]
  11. Diego, M.; Claudio, E.; Ricardo, M. Laplacian face blending. Comput. Animat. Virtual Worlds 2023, 34, e2044. [Google Scholar]
  12. Tenenbaum, J.B.; Freeman, W.T. Separating style and content with bilinear models. Neural Comput. 2000, 12, 1247–1283. [Google Scholar] [CrossRef]
  13. Mpiperis, I.; Malassiotis, S.; Strintzis, M.G. Bilinear models for 3D face and facial expression recognition. IEEE Trans. Inf. Forensics Secur. 2008, 3, 498–511. [Google Scholar] [CrossRef]
  14. Vlasic, D.; Brand, M.; Pfister, H.; Popović, J. Face transfer with multilinear models. ACM Trans. Graph. 2005, 24, 426–433. [Google Scholar] [CrossRef]
  15. Roh, J.H.; Kim, S.U.; Jang, H.; Seol, Y.; Kim, J. Interactive facial expression editing with non-linear blendshape interpolation. In Proceedings of the Eurographics, Reims, France, 25–29 April 2022; pp. 69–72. [Google Scholar]
  16. Ma, W.C.; Wang, Y.H.; Fyffe, G.; Barbič, J.; Chen, B.Y.; Debevec, P. A blendshape model that incorporates physical interaction. Comput. Animat. Virtual Worlds 2012, 23, 235–243. [Google Scholar] [CrossRef]
  17. Hahn, F.; Martin, S.; Thomaszewski, B.; Sumner, R.; Coros, S.; Gross, M. Rig-space physics. ACM Trans. Graph. 2012, 31, 1–8. [Google Scholar] [CrossRef]
  18. Barrielle, V.; Stoiber, N.; Caqniart, C. Blendforces: A dynamic framework for facial animation. Comput. Graph. Forum. 2016, 35, 341–352. [Google Scholar] [CrossRef]
  19. Kozlov, Y.; Bradley, D.; Bächer, M.; Thomaszewski, B.; Beeler, T.; Gross, M. Enhancing facial blendshape rigs with physical simulation. Comput. Graph. Forum. 2017, 36, 75–84. [Google Scholar] [CrossRef]
  20. Ichim, A.-E.; Kadleček, P.; Kavan, L.; Pauly, M. Phace: Physics-based face modelling and animation. ACM Trans. Graph. 2017, 36, 1–14. [Google Scholar] [CrossRef]
  21. Wagner, N.; Schwanecke, U.; Botsch, M. Neural Volumetric Blendshapes: Computationally Efficient Physics-Based Facial Blendshapes. 2023. Available online: https://arxiv.org/pdf/2212.14784.pdf (accessed on 10 November 2023).
  22. Bloor, M.I.G.; Wilson, M.J. Using partial differential equations to generate free-form surfaces. CAD 1990, 22, 202–212. [Google Scholar] [CrossRef]
  23. Ugail, H.; Bloor, M.I.G.; Wilson, M.J. Techniques for interactive design using the PDE method. ACM Trans. Graph. 1999, 18, 195–212. [Google Scholar] [CrossRef]
  24. Monterde, J.; Ugail, H. A general 4th-order PDE method to generate Bézier surfaces from the boundary. CAGD 2006, 23, 208–225. [Google Scholar] [CrossRef]
  25. Xu, G.; Zhang, Q. A general framework for surface modeling using geometric partial differential equations. CAGD 2008, 25, 181–202. [Google Scholar] [CrossRef]
  26. You, L.H.; Yang, X.S.; Zhang, J.J. Dynamic skin deformation with characteristic curves. Comp. Anim. Virtual Worlds 2008, 19, 433–444. [Google Scholar] [CrossRef]
  27. Castro, G.G.; Ugail, H.; Willis, P.; Palmer, I. A survey of partial differential equations in geometric design. Vis. Comput. 2008, 24, 213–225. [Google Scholar] [CrossRef]
  28. Sheng, Y.; Sourin, A.; Castro, G.G.; Ugail, H. A PDE method for patchwise approximation of large polygon meshes. Vis. Comput. 2010, 26, 975–984. [Google Scholar] [CrossRef]
  29. Ugail, H. Partial Differential Equations for Geometric Design; Springer: Berlin/Heidelberg, Germany, 2011; ISBN 978-0-85729-783-9. [Google Scholar]
  30. Sheng, Y.; Willis, P.; Castro, G.G.; Ugail, H. Facial geometry parameterisation based on partial differential equations. Math. Comput. Model. 2011, 54, 1536–1548. [Google Scholar] [CrossRef]
  31. Pan, Q.; Xu, G.; Zhang, Y. A unified method for hybrid subdivision surface design using geometric partial differential equations. CAD 2014, 46, 110–119. [Google Scholar] [CrossRef]
  32. Chen, C.; Sheng, Y.; Li, F.; Zhang, G.; Ugail, H. A PDE-based head visualization method with CT data. Comp. Anim. Virtual Worlds 2017, 28, e1683. [Google Scholar] [CrossRef]
  33. Wang, S.B.; Xia, Y.; Wang, R.; You, L.H.; Zhang, J.J. Optimal NURBS conversion of PDE surface-represented high-speed train heads. Optim. Eng. 2019, 20, 907–928. [Google Scholar] [CrossRef]
  34. You, L.H.; Yang, X.S.; Pan, J.J.; Bian, S.J.; Qian, K.; Habib, Z.; Sargano, A.B.; Kazmi, I.; Zhang, J.J. Fast character modeling with sketch-based PDE surfaces. Multimed. Tools Appl. 2020, 79, 23161–23187. [Google Scholar] [CrossRef]
  35. Wang, S.B.; Xia, Y.; You, L.H.; Ugail, H.; Carriazo, A.; Iglesias, A.; Zhang, J.J. Interactive PDE patch-based surface modeling from vertex-frames. Eng. Comput. 2022, 38, 4367–4385. [Google Scholar]
  36. Zhu, Z.; Iglesias, A.; Zhou, L.; You, L.H.; Zhang, J.J. PDE-based 3D surface reconstruction from multi-view 2D images. Mathematics 2022, 10, 542. [Google Scholar] [CrossRef]
  37. Fu, H.B.; Bian, S.J.; Chaudhry, E.; Wang, S.B.; You, L.H.; Zhang, J.J. PDE surface-represented facial blendshapes. Mathematics 2021, 9, 2905. [Google Scholar] [CrossRef]
  38. Terzopoulos, D.; Waters, K. Analysis and synthesis of facial image sequences using physical and anatomical models. IEEE Trans. Pattern Anal. Mach. Intell. 1993, 15, 569–579. [Google Scholar] [CrossRef]
  39. Lee, Y.; Terzopoulos, D.; Waters, K. Realistic modeling for facial animation. In Proceedings of the 22nd Annual Conference on Computer Graphics and Interactive Techniques, Los Angeles, CA, USA, 6–11 August 1995; pp. 55–62. [Google Scholar]
  40. Warburton, M.; Maddock, S. Physically-based forehead animation including wrinkles. Comp. Anim. Virtual Worlds 2013, 26, 55–68. [Google Scholar] [CrossRef]
  41. Park, S.I.; Hodgins, J.K. Data-driven modelling of skin and muscle deformation. ACM Trans. Graph. 2008, 27, 1–6. [Google Scholar]
  42. Kakadiaris, I.A. Physics-Based Modeling, Analysis and Animation; Technical Reports No. MS-CIS-93-45; University of Pennsylvania: Philadelphia, PA, USA, 1993. [Google Scholar]
  43. Kadleček, P.; Ichim, A.-E.; Liu, T.; Křivánek, J.; Kavan, L. Reconstructing personalised anatomical models for physics-based body animation. ACM Trans. Graph. 2016, 35, 1–13. [Google Scholar] [CrossRef]
  44. Schönberger, J.L.; Frahms, J.-M. Structure-from-Motion revisited. In Proceedings of the Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 4104–4113. [Google Scholar]
  45. Schönberger, J.L.; Zheng, E.; Pollefeys, M.; Frahm, J.-M. Pixelwise view selection for unstructured multi-view stereo. In Proceedings of the European Conference on Computer Vision (ECCV), Amsterdam, The Netherlands, 11–14 October 2016; pp. 501–518. [Google Scholar]
Figure 1. Nonlinear human jaw movements in comparison with its linear interpolation.
Figure 1. Nonlinear human jaw movements in comparison with its linear interpolation.
Axioms 13 00185 g001
Figure 2. Nonlinear human eyelid movements in comparison with its linear interpolation.
Figure 2. Nonlinear human eyelid movements in comparison with its linear interpolation.
Axioms 13 00185 g002
Figure 3. Taken photos at 11 poses from the front view.
Figure 3. Taken photos at 11 poses from the front view.
Axioms 13 00185 g003
Figure 4. Reconstructed facial models at 11 poses.
Figure 4. Reconstructed facial models at 11 poses.
Axioms 13 00185 g004
Figure 5. Curve representation of a surface model.
Figure 5. Curve representation of a surface model.
Axioms 13 00185 g005
Figure 6. Created facial models with (a) linear PDE (Equation (31)), (b) quadratic PDE (Equation (32)), (c) cubic PDE (Equation (33)) and (d) geometric linear interpolation (Equation (34)).
Figure 6. Created facial models with (a) linear PDE (Equation (31)), (b) quadratic PDE (Equation (32)), (c) cubic PDE (Equation (33)) and (d) geometric linear interpolation (Equation (34)).
Axioms 13 00185 g006aAxioms 13 00185 g006bAxioms 13 00185 g006c
Figure 7. Comparison among the ground-truth model and the models obtained with the quadratic PDE and geometric linear interpolation at t = 0.7 .
Figure 7. Comparison among the ground-truth model and the models obtained with the quadratic PDE and geometric linear interpolation at t = 0.7 .
Axioms 13 00185 g007
Figure 8. Graphs of the average errors (a) and maximum errors (b).
Figure 8. Graphs of the average errors (a) and maximum errors (b).
Axioms 13 00185 g008aAxioms 13 00185 g008b
Figure 9. Interpolation between a neutral expression and each of the sad (a), angry (b), confused (c), grinning (d) and puff (e) expressions.
Figure 9. Interpolation between a neutral expression and each of the sad (a), angry (b), confused (c), grinning (d) and puff (e) expressions.
Axioms 13 00185 g009aAxioms 13 00185 g009b
Figure 10. Facial models created with the quadratic PDE-based facial blendshapes.
Figure 10. Facial models created with the quadratic PDE-based facial blendshapes.
Axioms 13 00185 g010aAxioms 13 00185 g010b
Table 1. Largest maximum errors and largest average errors.
Table 1. Largest maximum errors and largest average errors.
Linear PDEQuadratic PDECubic PDEGeometric Linear Interpolation
LME0.0215480.0106290.0108260.024761
LAE0.0093580.0069030.0079160.011378
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Day, S.; Xiao, Z.; Chaudhry, E.; Hooker, M.; Zhu, X.; Chang, J.; Iglesias, A.; You, L.; Zhang, J. Improving Realism of Facial Interpolation and Blendshapes with Analytical Partial Differential Equation-Represented Physics. Axioms 2024, 13, 185. https://doi.org/10.3390/axioms13030185

AMA Style

Day S, Xiao Z, Chaudhry E, Hooker M, Zhu X, Chang J, Iglesias A, You L, Zhang J. Improving Realism of Facial Interpolation and Blendshapes with Analytical Partial Differential Equation-Represented Physics. Axioms. 2024; 13(3):185. https://doi.org/10.3390/axioms13030185

Chicago/Turabian Style

Day, Sydney, Zhidong Xiao, Ehtzaz Chaudhry, Matthew Hooker, Xiaoqiang Zhu, Jian Chang, Andrés Iglesias, Lihua You, and Jianjun Zhang. 2024. "Improving Realism of Facial Interpolation and Blendshapes with Analytical Partial Differential Equation-Represented Physics" Axioms 13, no. 3: 185. https://doi.org/10.3390/axioms13030185

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop