# Memory Integrity of CNNs for Cross-Dataset Facial Expression Recognition

**Authors:** Dylan C. Tannugi, Alceu S. Britto Jr., Alessandro L. Koerich

arXiv: 1905.12082 · 2019-05-30

## TL;DR

This paper evaluates how different fine-tuning strategies affect the memory retention of CNNs in cross-dataset facial expression recognition, finding dataset fusion offers the best accuracy-memory trade-off.

## Contribution

It introduces an evaluation of multiple fine-tuning strategies on CNN memory integrity in cross-dataset facial expression recognition tasks.

## Key findings

- Dataset fusion yields the best accuracy and memory retention.
- Fine-tuning only fully connected layers preserves memory better.
- Retraining on combined datasets improves overall performance.

## Abstract

Facial expression recognition is a major problem in the domain of artificial intelligence. One of the best ways to solve this problem is the use of convolutional neural networks (CNNs). However, a large amount of data is required to train properly these networks but most of the datasets available for facial expression recognition are relatively small. A common way to circumvent the lack of data is to use CNNs trained on large datasets of different domains and fine-tuning the layers of such networks to the target domain. However, the fine-tuning process does not preserve the memory integrity as CNNs have the tendency to forget patterns they have learned. In this paper, we evaluate different strategies of fine-tuning a CNN with the aim of assessing the memory integrity of such strategies in a cross-dataset scenario. A CNN pre-trained on a source dataset is used as the baseline and four adaptation strategies have been evaluated: fine-tuning its fully connected layers; fine-tuning its last convolutional layer and its fully connected layers; retraining the CNN on a target dataset; and the fusion of the source and target datasets and retraining the CNN. Experimental results on four datasets have shown that the fusion of the source and the target datasets provides the best trade-off between accuracy and memory integrity.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.12082/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1905.12082/full.md

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