# LBVCNN: Local Binary Volume Convolutional Neural Network for Facial   Expression Recognition from Image Sequences

**Authors:** Sudhakar Kumawat, Manisha Verma, Shanmuganathan Raman

arXiv: 1904.07647 · 2019-04-17

## TL;DR

This paper introduces LBVCNN, a novel 3D CNN with Local Binary Volume layers for facial expression recognition from image sequences, achieving comparable accuracy to state-of-the-art methods while significantly reducing model complexity.

## Contribution

The paper proposes a new LBV layer for 3D CNNs that improves efficiency and accuracy in facial expression recognition without relying on facial landmarks.

## Key findings

- Achieves comparable results to landmark-based models on multiple datasets.
- Reduces trainable parameters by up to 27 times compared to conventional 3D convolutions.
- Demonstrates effective end-to-end training for expression recognition from sequences.

## Abstract

Recognizing facial expressions is one of the central problems in computer vision. Temporal image sequences have useful spatio-temporal features for recognizing expressions. In this paper, we propose a new 3D Convolution Neural Network (CNN) that can be trained end-to-end for facial expression recognition on temporal image sequences without using facial landmarks. More specifically, a novel 3D convolutional layer that we call Local Binary Volume (LBV) layer is proposed. The LBV layer, when used with our newly proposed LBVCNN network, achieve comparable results compared to state-of-the-art landmark-based or without landmark-based models on image sequences from CK+, Oulu-CASIA, and UNBC McMaster shoulder pain datasets. Furthermore, our LBV layer reduces the number of trainable parameters by a significant amount when compared to a conventional 3D convolutional layer. As a matter of fact, when compared to a 3x3x3 conventional 3D convolutional layer, the LBV layer uses 27 times less trainable parameters.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07647/full.md

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07647/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1904.07647/full.md

---
Source: https://tomesphere.com/paper/1904.07647