CVROOct 20, 2017

Real-time Convolutional Neural Networks for Emotion and Gender Classification

arXiv:1710.07557v1313 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient real-time vision systems in applications like robotics, though it is incremental as it builds on existing CNN methods.

The authors tackled the problem of designing real-time convolutional neural networks (CNNs) for simultaneous face detection, gender classification, and emotion classification, achieving 96% accuracy on the IMDB gender dataset and 66% on the FER-2013 emotion dataset.

In this paper we propose an implement a general convolutional neural network (CNN) building framework for designing real-time CNNs. We validate our models by creating a real-time vision system which accomplishes the tasks of face detection, gender classification and emotion classification simultaneously in one blended step using our proposed CNN architecture. After presenting the details of the training procedure setup we proceed to evaluate on standard benchmark sets. We report accuracies of 96% in the IMDB gender dataset and 66% in the FER-2013 emotion dataset. Along with this we also introduced the very recent real-time enabled guided back-propagation visualization technique. Guided back-propagation uncovers the dynamics of the weight changes and evaluates the learned features. We argue that the careful implementation of modern CNN architectures, the use of the current regularization methods and the visualization of previously hidden features are necessary in order to reduce the gap between slow performances and real-time architectures. Our system has been validated by its deployment on a Care-O-bot 3 robot used during RoboCup@Home competitions. All our code, demos and pre-trained architectures have been released under an open-source license in our public repository.

Code Implementations18 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes