3 Problem Formulation
定义输入图像Iyr∈RH×W×3,yr=(y1,⋯,yN)T表示N个Action Unis,每一个AU yn是归一化到[0,1]的AU intensity
我们的目标是学习一个mapping M,给定target AU yg,将输入图像Iyr变换为Iyg,即M:(Iyr,yg)→Iyg
训练数据集包含M个样本,每一个样本是一个triplet,记作{Iyrm,yrm,ygm}m=1M,由于我们不知道Iyg,因此是无监督学习
4 Our Approach

如Figure 2所示,整个框架主要包含2个网络
正向(Iyr,yg)→Iyg
反向(Iyg,yr)→I^yr
4.2 Learning the Model
Image Adversarial Loss
WGAN将原版GAN中的JS散度替换为Earth Mover Distance
为了maintain a Lipschitz constraint,WGAN-GP增加了一项gradient penalty,computed as the norm of the gradients with respect to the critic input
critic loss LI(G,DI,Iyo,yf)定义如下
EIyo∼Po[DI(G(Iyo∣yf))]−E
Attention Loss