论文标题
儿童意识者:儿童面对散布学习的预测框架
ChildPredictor: A Child Face Prediction Framework with Disentangled Learning
论文作者
论文摘要
孩子的外表是从父母那里继承的,这使得预测他们是可行的。预测现实的儿童面孔可能有助于解决许多社会问题,例如年龄不变的面部识别,亲属验证和缺少儿童识别。它可以被视为图像到图像翻译任务。现有方法通常假设图像到图像翻译中的域信息可以通过“样式”来解释,即图像内容和样式的分离。但是,这种分离对于儿童面对的预测是不当的,因为孩子和父母之间的面部轮廓不是相同的。为了解决这个问题,我们为儿童的面部预测提出了一种新的解开学习策略。我们假设儿童的面孔取决于遗传因素(紧凑的家庭特征,例如面轮廓),外部因素(面部因素(面部属性与预测无关),例如胡须和眼镜),以及多种因素(每个孩子的个体特性)。在此基础上,我们将预测作为从父母的遗传因素到孩子的遗传因素的映射,并将其从外部和多样性因素中解散。为了获得准确的遗传因素并执行映射,我们提出了一个儿童预言框架。它通过编码器和发电机的背面转移到人的面孔转移到遗传因素上。然后,它通过映射功能了解了父母和孩子的遗传因素之间的关系。为了确保生成的面孔是现实的,我们收集了一个大型家庭面部数据库,以训练儿童培训者并在FF-Database验证集上对其进行评估。实验结果表明,在预测现实和多样化的儿童面孔时,儿童置身者优于其他众所周知的图像到图像翻译方法。可以在https://github.com/zhaoyuzhi/childpredictor上找到实施代码。
The appearances of children are inherited from their parents, which makes it feasible to predict them. Predicting realistic children's faces may help settle many social problems, such as age-invariant face recognition, kinship verification, and missing child identification. It can be regarded as an image-to-image translation task. Existing approaches usually assume domain information in the image-to-image translation can be interpreted by "style", i.e., the separation of image content and style. However, such separation is improper for the child face prediction, because the facial contours between children and parents are not the same. To address this issue, we propose a new disentangled learning strategy for children's face prediction. We assume that children's faces are determined by genetic factors (compact family features, e.g., face contour), external factors (facial attributes irrelevant to prediction, such as moustaches and glasses), and variety factors (individual properties for each child). On this basis, we formulate predictions as a mapping from parents' genetic factors to children's genetic factors, and disentangle them from external and variety factors. In order to obtain accurate genetic factors and perform the mapping, we propose a ChildPredictor framework. It transfers human faces to genetic factors by encoders and back by generators. Then, it learns the relationship between the genetic factors of parents and children through a mapping function. To ensure the generated faces are realistic, we collect a large Family Face Database to train ChildPredictor and evaluate it on the FF-Database validation set. Experimental results demonstrate that ChildPredictor is superior to other well-known image-to-image translation methods in predicting realistic and diverse child faces. Implementation codes can be found at https://github.com/zhaoyuzhi/ChildPredictor.