SlideShare a Scribd company logo
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Adaptive physics–inspired facial animation
Lihua You, Richard Southern and Jian Jun Zhang
November 6, 2009
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Introduction
Goals
Mathematical Model
Practicalities
Derivation
Reconstruction
Mesh sampling
Reconstruction
Applications
Force blend shapes
Force transfer
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Goals
Goals
◮ Facial animation is complex — simple linear blending between
facial models provides insufficient detail.
◮ The skin is a visco–elastic, anisotropic material and is difficult
to simulate.
◮ We want to derive a fast parametric model for skin
deformation of the human face.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Practicalities
◮ Skin properties can be well predicted by isotropic elastic
properties.
◮ We derive our model from isotropic elastic plates.
◮ Analytical solution very difficult due to 4th order PDE.
◮ We derive a numerical solution using finite differencing.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Forces acting on an element of a skin surface
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Derivation
◮ Force equilibrium along x-axis:
∂Qu
∂u
+
∂Qv
∂v
+ Fx = 0 (1)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Derivation
◮ Force equilibrium along x-axis:
∂Qu
∂u
+
∂Qv
∂v
+ Fx = 0 (1)
◮ Equilibrium of moments around the u and v axes, respectively:
Qu =
∂Mu
∂u
+
∂Mvu
∂v
and Qv =
∂Mv
∂v
+
∂Muv
∂u
(2)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Derivation
◮ Force equilibrium along x-axis:
∂Qu
∂u
+
∂Qv
∂v
+ Fx = 0 (1)
◮ Equilibrium of moments around the u and v axes, respectively:
Qu =
∂Mu
∂u
+
∂Mvu
∂v
and Qv =
∂Mv
∂v
+
∂Muv
∂u
(2)
◮ Substituting Eq 2 in Eq 1
∂2Mu
∂u2
+ 2
∂2Muv
∂u∂v
+
∂2Mv
∂v2
+ Fx = 0 (3)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before:
∂2Mu
∂u2
+ 2
∂2Muv
∂u∂v
+
∂2Mv
∂v2
+ Fx = 0 (4)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before:
∂2Mu
∂u2
+ 2
∂2Muv
∂u∂v
+
∂2Mv
∂v2
+ Fx = 0 (4)
◮ From theory of bending isotropic elastic plates:
Mu = −D(
∂2x
∂u2
+ µ
∂2x
∂v2
)
Mv = −D(
∂2x
∂v2
+ µ
∂2x
∂u2
)
Muv = −(1 − µ)D
∂2x
∂u∂v
(5)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before:
∂2Mu
∂u2
+ 2
∂2Muv
∂u∂v
+
∂2Mv
∂v2
+ Fx = 0 (4)
◮ From theory of bending isotropic elastic plates:
Mu = −D(
∂2x
∂u2
+ µ
∂2x
∂v2
)
Mv = −D(
∂2x
∂v2
+ µ
∂2x
∂u2
)
Muv = −(1 − µ)D
∂2x
∂u∂v
(5)
◮ Substituting Eq 5 in Eq 4:
S1x
∂4x
∂u4
+ S2x
∂4x
∂u2∂v2
+ S3x
∂4x
∂v4
= Fx (6)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before, in vector form, x = [x, y, z]T , f = [fx , fy , fz ]T :
s1
∂4x
∂u4
+ s2
∂4x
∂u2∂v2
+ s3
∂4x
∂v4
= f (7)
◮ Boundary conditions:
u = 0 x = g0(v)
∂x
∂u
= g1(v)
u = 1 x = g2(v)
∂x
∂u
= g3(v)
v = 0 x = g4(u)
∂x
∂v
= g5(u)
v = 1 x = g6(u)
∂x
∂v
= g7(u) (8)
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before, in vector form, x = [x, y, z]T , f = [fx , fy , fz ]T :
s1
∂4x
∂u4
+ s2
∂4x
∂u2∂v2
+ s3
∂4x
∂v4
= f (7)
◮ Boundary conditions:
u = 0 x = g0(v)
∂x
∂u
= g1(v)
u = 1 x = g2(v)
∂x
∂u
= g3(v)
v = 0 x = g4(u)
∂x
∂v
= g5(u)
v = 1 x = g6(u)
∂x
∂v
= g7(u) (8)
◮ Solving this 4th order PDE is very difficult.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
◮ From before, in vector form, x = [x, y, z]T , f = [fx , fy , fz ]T :
s1
∂4x
∂u4
+ s2
∂4x
∂u2∂v2
+ s3
∂4x
∂v4
= f (7)
◮ Boundary conditions:
u = 0 x = g0(v)
∂x
∂u
= g1(v)
u = 1 x = g2(v)
∂x
∂u
= g3(v)
v = 0 x = g4(u)
∂x
∂v
= g5(u)
v = 1 x = g6(u)
∂x
∂v
= g7(u) (8)
◮ Solving this 4th order PDE is very difficult.
◮ We approximate the solution using Finite Differencing.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Finite differencing
◮ We solve this numerically with central differencing:
2(3s1 + 2s2 + 3s3)x0 − 2(2s1 + s2)(x1 + x3)
−2(s2 + 2s3)(x2 + x4) + s2(x5 + x6 + x7 + x8)
+s1(x9 + x10 + x11 + x12) = δ4
f0
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Finite differencing
◮ We solve this numerically with central differencing:
2(3s1 + 2s2 + 3s3)x0 − 2(2s1 + s2)(x1 + x3)
−2(s2 + 2s3)(x2 + x4) + s2(x5 + x6 + x7 + x8)
+s1(x9 + x10 + x11 + x12) = δ4
f0
◮ Along with the restated boundary conditions, this can be
posed in matrix form:
KX = F.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Practicalities
Derivation
Finite differencing
◮ We solve this numerically with central differencing:
2(3s1 + 2s2 + 3s3)x0 − 2(2s1 + s2)(x1 + x3)
−2(s2 + 2s3)(x2 + x4) + s2(x5 + x6 + x7 + x8)
+s1(x9 + x10 + x11 + x12) = δ4
f0
◮ Along with the restated boundary conditions, this can be
posed in matrix form:
KX = F.
◮ K is sparse and square — system can be quickly solved using
conjugate gradient method.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Finite difference mesh sampling
◮ For our mathematical model, the surface must be a regular
quadrilateral grid.
◮ Our input is a triangle mesh.
◮ We develop a simple automatic method to find this surface
from an input face mesh.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
General sampling approach
◮ The input face must have an open
boundary.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
General sampling approach
◮ The input face must have an open
boundary.
◮ The face is flattened using some
parametrization.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
General sampling approach
◮ The input face must have an open
boundary.
◮ The face is flattened using some
parametrization.
◮ Nodes are sampled in the parametric
domain.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
General sampling approach
◮ The input face must have an open
boundary.
◮ The face is flattened using some
parametrization.
◮ Nodes are sampled in the parametric
domain.
◮ Barycentric coordinates of nodes in faces
of parametric domain are determined.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
General sampling approach
◮ The input face must have an open
boundary.
◮ The face is flattened using some
parametrization.
◮ Nodes are sampled in the parametric
domain.
◮ Barycentric coordinates of nodes in faces
of parametric domain are determined.
◮ 3D node location determined using
barycentric coordinates on original mesh.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Manual sampling
An artist deformed the u, v coordinates of the parametrization to
align with a grid texture.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Discussion
◮ Regular sampling will probably not capture features in
sufficient detail.
◮ Manual sampling is time consuming. Automatic tools (e.g.
Graphite) cause fold–over.
◮ We tackle the problem using an adaptive sampling approach.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Adaptive approach
◮ Sub–regions of the face which have significant deformation
(eyes, mouth) are sub–sampled in the parametric domain.
◮ Boundary conditions of subregions can be deduced by
interpolation of values at original nodes.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction
◮ The grid mesh is triangulated.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction
◮ The grid mesh is triangulated.
◮ For each vertex pi in the original mesh
. . .
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction
◮ The grid mesh is triangulated.
◮ For each vertex pi in the original mesh
. . .
◮ Compute barycentric coordinates bi
and displacement from the face di .
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction
◮ The grid mesh is triangulated.
◮ For each vertex pi in the original mesh
. . .
◮ Compute barycentric coordinates bi
and displacement from the face di .
◮ Entire mesh can be reconstructed
using the matrix form:
ˆP = BX + D
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction
◮ The grid mesh is triangulated.
◮ For each vertex pi in the original mesh
. . .
◮ Compute barycentric coordinates bi
and displacement from the face di .
◮ Entire mesh can be reconstructed
using the matrix form:
ˆP = BX + D
◮ di can be rotated based on orientation
of face in grid mesh to improve results.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Mesh sampling
Reconstruction
Reconstruction results
(a) Ground truth (b) Undersampling (c) No Rotation (d) Rotation
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Force blend shapes
Force transfer
Force blend shapes
KX =
i
αi Fi
0.0 0.2 0.4 0.6 0.8 1.0
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation
Outline
Introduction
Mathematical Model
Reconstruction
Applications
Force blend shapes
Force transfer
Force transfer
◮ Shape deformation can be transfered from one arbitrary input
surface to another.
◮ Both input meshes must have corresponding nodes, especially
around key deforming features.
◮ Each node force vector must be rotated and scaled for the
target model.
Lihua You, Richard Southern and Jian Jun Zhang Adaptive physics–inspired facial animation

More Related Content

What's hot

Introductory maths analysis chapter 17 official
Introductory maths analysis   chapter 17 officialIntroductory maths analysis   chapter 17 official
Introductory maths analysis chapter 17 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 14 official
Introductory maths analysis   chapter 14 officialIntroductory maths analysis   chapter 14 official
Introductory maths analysis chapter 14 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 15 official
Introductory maths analysis   chapter 15 officialIntroductory maths analysis   chapter 15 official
Introductory maths analysis chapter 15 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 03 official
Introductory maths analysis   chapter 03 officialIntroductory maths analysis   chapter 03 official
Introductory maths analysis chapter 03 official
Evert Sandye Taasiringan
 
Chapter 1 - Applications and More Algebra
Chapter 1 - Applications and More AlgebraChapter 1 - Applications and More Algebra
Chapter 1 - Applications and More Algebra
Muhammad Bilal Khairuddin
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
njit-ronbrown
 
Introductory maths analysis chapter 01 official
Introductory maths analysis   chapter 01 officialIntroductory maths analysis   chapter 01 official
Introductory maths analysis chapter 01 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 16 official
Introductory maths analysis   chapter 16 officialIntroductory maths analysis   chapter 16 official
Introductory maths analysis chapter 16 official
Evert Sandye Taasiringan
 
Continuous and Discrete-Time Analysis of SGD
Continuous and Discrete-Time Analysis of SGDContinuous and Discrete-Time Analysis of SGD
Continuous and Discrete-Time Analysis of SGD
Valentin De Bortoli
 
A Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent LearningA Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent Learning
Joe Suzuki
 

What's hot (11)

Introductory maths analysis chapter 17 official
Introductory maths analysis   chapter 17 officialIntroductory maths analysis   chapter 17 official
Introductory maths analysis chapter 17 official
 
Introductory maths analysis chapter 14 official
Introductory maths analysis   chapter 14 officialIntroductory maths analysis   chapter 14 official
Introductory maths analysis chapter 14 official
 
Introductory maths analysis chapter 15 official
Introductory maths analysis   chapter 15 officialIntroductory maths analysis   chapter 15 official
Introductory maths analysis chapter 15 official
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 official
 
Introductory maths analysis chapter 03 official
Introductory maths analysis   chapter 03 officialIntroductory maths analysis   chapter 03 official
Introductory maths analysis chapter 03 official
 
Chapter 1 - Applications and More Algebra
Chapter 1 - Applications and More AlgebraChapter 1 - Applications and More Algebra
Chapter 1 - Applications and More Algebra
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
 
Introductory maths analysis chapter 01 official
Introductory maths analysis   chapter 01 officialIntroductory maths analysis   chapter 01 official
Introductory maths analysis chapter 01 official
 
Introductory maths analysis chapter 16 official
Introductory maths analysis   chapter 16 officialIntroductory maths analysis   chapter 16 official
Introductory maths analysis chapter 16 official
 
Continuous and Discrete-Time Analysis of SGD
Continuous and Discrete-Time Analysis of SGDContinuous and Discrete-Time Analysis of SGD
Continuous and Discrete-Time Analysis of SGD
 
A Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent LearningA Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent Learning
 

Similar to Adaptive physics–inspired facial animation

Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
Valentin De Bortoli
 
(α ψ)- Construction with q- function for coupled fixed point
(α   ψ)-  Construction with q- function for coupled fixed point(α   ψ)-  Construction with q- function for coupled fixed point
(α ψ)- Construction with q- function for coupled fixed point
Alexander Decker
 
Chapter17 multivariablecalculus-151007044001-lva1-app6891
Chapter17 multivariablecalculus-151007044001-lva1-app6891Chapter17 multivariablecalculus-151007044001-lva1-app6891
Chapter17 multivariablecalculus-151007044001-lva1-app6891
Cleophas Rwemera
 
Chapter 17 - Multivariable Calculus
Chapter 17 - Multivariable CalculusChapter 17 - Multivariable Calculus
Chapter 17 - Multivariable Calculus
Muhammad Bilal Khairuddin
 
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
MLconf
 
project final
project finalproject final
project final
Rian Rustvold
 
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Ali Ajouz
 
Journey to structure from motion
Journey to structure from motionJourney to structure from motion
Journey to structure from motion
Ja-Keoung Koo
 
cheb_conf_aksenov.pdf
cheb_conf_aksenov.pdfcheb_conf_aksenov.pdf
cheb_conf_aksenov.pdf
Alexey Vasyukov
 
Projection methods for stochastic structural dynamics
Projection methods for stochastic structural dynamicsProjection methods for stochastic structural dynamics
Projection methods for stochastic structural dynamics
University of Glasgow
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
The Statistical and Applied Mathematical Sciences Institute
 
Chapter16 continuousrandomvariables-151007043951-lva1-app6892
Chapter16 continuousrandomvariables-151007043951-lva1-app6892Chapter16 continuousrandomvariables-151007043951-lva1-app6892
Chapter16 continuousrandomvariables-151007043951-lva1-app6892
Cleophas Rwemera
 
Chapter 16 - Continuous Random Variables
Chapter 16 - Continuous Random VariablesChapter 16 - Continuous Random Variables
Chapter 16 - Continuous Random Variables
Muhammad Bilal Khairuddin
 
Theories and Engineering Technics of 2D-to-3D Back-Projection Problem
Theories and Engineering Technics of 2D-to-3D Back-Projection ProblemTheories and Engineering Technics of 2D-to-3D Back-Projection Problem
Theories and Engineering Technics of 2D-to-3D Back-Projection Problem
Seongcheol Baek
 
Ijciet 10 01_093
Ijciet 10 01_093Ijciet 10 01_093
Ijciet 10 01_093
IAEME Publication
 
Accelerated approximate Bayesian computation with applications to protein fol...
Accelerated approximate Bayesian computation with applications to protein fol...Accelerated approximate Bayesian computation with applications to protein fol...
Accelerated approximate Bayesian computation with applications to protein fol...
Umberto Picchini
 
A Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium ProblemsA Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium Problems
Yasmine Anino
 
Chapter 13 - Curve Sketching
Chapter 13 - Curve SketchingChapter 13 - Curve Sketching
Chapter 13 - Curve Sketching
Muhammad Bilal Khairuddin
 
Chapter13 curvesketching-151007042831-lva1-app6891
Chapter13 curvesketching-151007042831-lva1-app6891Chapter13 curvesketching-151007042831-lva1-app6891
Chapter13 curvesketching-151007042831-lva1-app6891
Cleophas Rwemera
 
Formulas for Surface Weighted Numbers on Graph
Formulas for Surface Weighted Numbers on GraphFormulas for Surface Weighted Numbers on Graph
Formulas for Surface Weighted Numbers on Graph
ijtsrd
 

Similar to Adaptive physics–inspired facial animation (20)

Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
 
(α ψ)- Construction with q- function for coupled fixed point
(α   ψ)-  Construction with q- function for coupled fixed point(α   ψ)-  Construction with q- function for coupled fixed point
(α ψ)- Construction with q- function for coupled fixed point
 
Chapter17 multivariablecalculus-151007044001-lva1-app6891
Chapter17 multivariablecalculus-151007044001-lva1-app6891Chapter17 multivariablecalculus-151007044001-lva1-app6891
Chapter17 multivariablecalculus-151007044001-lva1-app6891
 
Chapter 17 - Multivariable Calculus
Chapter 17 - Multivariable CalculusChapter 17 - Multivariable Calculus
Chapter 17 - Multivariable Calculus
 
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
Animashree Anandkumar, Electrical Engineering and CS Dept, UC Irvine at MLcon...
 
project final
project finalproject final
project final
 
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
 
Journey to structure from motion
Journey to structure from motionJourney to structure from motion
Journey to structure from motion
 
cheb_conf_aksenov.pdf
cheb_conf_aksenov.pdfcheb_conf_aksenov.pdf
cheb_conf_aksenov.pdf
 
Projection methods for stochastic structural dynamics
Projection methods for stochastic structural dynamicsProjection methods for stochastic structural dynamics
Projection methods for stochastic structural dynamics
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Model Selection in the...
 
Chapter16 continuousrandomvariables-151007043951-lva1-app6892
Chapter16 continuousrandomvariables-151007043951-lva1-app6892Chapter16 continuousrandomvariables-151007043951-lva1-app6892
Chapter16 continuousrandomvariables-151007043951-lva1-app6892
 
Chapter 16 - Continuous Random Variables
Chapter 16 - Continuous Random VariablesChapter 16 - Continuous Random Variables
Chapter 16 - Continuous Random Variables
 
Theories and Engineering Technics of 2D-to-3D Back-Projection Problem
Theories and Engineering Technics of 2D-to-3D Back-Projection ProblemTheories and Engineering Technics of 2D-to-3D Back-Projection Problem
Theories and Engineering Technics of 2D-to-3D Back-Projection Problem
 
Ijciet 10 01_093
Ijciet 10 01_093Ijciet 10 01_093
Ijciet 10 01_093
 
Accelerated approximate Bayesian computation with applications to protein fol...
Accelerated approximate Bayesian computation with applications to protein fol...Accelerated approximate Bayesian computation with applications to protein fol...
Accelerated approximate Bayesian computation with applications to protein fol...
 
A Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium ProblemsA Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium Problems
 
Chapter 13 - Curve Sketching
Chapter 13 - Curve SketchingChapter 13 - Curve Sketching
Chapter 13 - Curve Sketching
 
Chapter13 curvesketching-151007042831-lva1-app6891
Chapter13 curvesketching-151007042831-lva1-app6891Chapter13 curvesketching-151007042831-lva1-app6891
Chapter13 curvesketching-151007042831-lva1-app6891
 
Formulas for Surface Weighted Numbers on Graph
Formulas for Surface Weighted Numbers on GraphFormulas for Surface Weighted Numbers on Graph
Formulas for Surface Weighted Numbers on Graph
 

Recently uploaded

waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
LengamoLAppostilic
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
vluwdy49
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
muralinath2
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
Daniel Tubbenhauer
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
Sérgio Sacani
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
pablovgd
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
University of Hertfordshire
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
Vandana Devesh Sharma
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
İsa Badur
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
KrushnaDarade1
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
Leonel Morgado
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Texas Alliance of Groundwater Districts
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
Sérgio Sacani
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Leonel Morgado
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 

Recently uploaded (20)

waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 

Adaptive physics–inspired facial animation