CVHCMMJun 29, 2019

Frame attention networks for facial expression recognition in videos

arXiv:1907.00193v2206 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurately recognizing emotions in videos for applications like human-computer interaction, though it is incremental as it builds on existing CNN methods.

The paper tackles video-based facial expression recognition by proposing Frame Attention Networks (FAN) to automatically highlight discriminative frames, achieving state-of-the-art performance on the CK+ dataset.

The video-based facial expression recognition aims to classify a given video into several basic emotions. How to integrate facial features of individual frames is crucial for this task. In this paper, we propose the Frame Attention Networks (FAN), to automatically highlight some discriminative frames in an end-to-end framework. The network takes a video with a variable number of face images as its input and produces a fixed-dimension representation. The whole network is composed of two modules. The feature embedding module is a deep Convolutional Neural Network (CNN) which embeds face images into feature vectors. The frame attention module learns multiple attention weights which are used to adaptively aggregate the feature vectors to form a single discriminative video representation. We conduct extensive experiments on CK+ and AFEW8.0 datasets. Our proposed FAN shows superior performance compared to other CNN based methods and achieves state-of-the-art performance on CK+.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes