Kernelized dense layers for facial expression recognition
This work addresses facial expression recognition for applications in human-computer interaction, but it is incremental as it builds on existing CNN architectures.
The paper tackled the problem of improving facial expression recognition by proposing a Kernelized Dense Layer (KDL) to capture higher-order feature interactions instead of linear ones, achieving competitive results on RAF, FER2013, and ExpW datasets.
Fully connected layer is an essential component of Convolutional Neural Networks (CNNs), which demonstrates its efficiency in computer vision tasks. The CNN process usually starts with convolution and pooling layers that first break down the input images into features, and then analyze them independently. The result of this process feeds into a fully connected neural network structure which drives the final classification decision. In this paper, we propose a Kernelized Dense Layer (KDL) which captures higher order feature interactions instead of conventional linear relations. We apply this method to Facial Expression Recognition (FER) and evaluate its performance on RAF, FER2013 and ExpW datasets. The experimental results demonstrate the benefits of such layer and show that our model achieves competitive results with respect to the state-of-the-art approaches.