点对抗自挖掘:一种简单的人脸表情识别方法

Point Adversarial Self-Mining: A Simple Method for Facial Expression Recognition

IEEE Transactions on Cybernetics · 2021
被引 43
ABS 3

中文导读

提出点对抗自挖掘方法,通过模拟人类学习过程,利用对抗攻击生成困难样本并引入师生网络迭代训练,提升人脸表情识别准确率。

Abstract

In this article, we propose a simple yet effective approach, called point adversarial self mining (PASM), to improve the recognition accuracy in facial expression recognition (FER). Unlike previous works focusing on designing specific architectures or loss functions to solve this problem, PASM boosts the network capability by simulating human learning processes: providing updated learning materials and guidance from more capable teachers. Specifically, to generate new learning materials, PASM leverages a point adversarial attack method and a trained teacher network to locate the most informative position related to the target task, generating harder learning samples to refine the network. The searched position is highly adaptive since it considers both the statistical information of each sample and the teacher network capability. Other than being provided new learning materials, the student network also receives guidance from the teacher network. After the student network finishes training, the student network changes its role and acts as a teacher, generating new learning materials and providing stronger guidance to train a better student network. The adaptive learning materials generation and teacher/student update can be conducted more than one time, improving the network capability iteratively. Extensive experimental results validate the efficacy of our method over the existing state of the arts for FER.

计算机视觉人脸表情识别深度学习对抗攻击