Binary Convolutional Neural Networks for Facial Action Unit Detection

Mengyi Liu,Fei Wan,Ruicong Zhi
DOI: https://doi.org/10.1007/978-3-030-87358-5_22
2021-01-01
Abstract:Facial Action Unit (AU) detection is essential for automatic emotion analysis. However, most AU detection researches pay attention to real-valued deep neural networks, which include heavy multiplication operations and require high computation and memory. In this paper, we propose binary convolutional neural networks for AU detection. The main contributions of our work include the following two aspects: (1) we propose a multi-layer decision fusion strategy (MDFS), which combines multiple prediction channels to produce the final result. (2) MDFS is encoded with binary parameters and activations (BMDFS) instead of real values to reduce memory cost and accelerate convolutional operations. Our proposed method is evaluated on BP4D database. MDFS and BMDFS obtain the overall F1 score of 65.5% and 54.8%, respectively. Moreover, BMDFS achieves 32× memory saving and 4.6 × speed up compared to real-valued models. Experimental results show that our approach achieves promising good performance.
What problem does this paper attempt to address?