# Registration-free Face-SSD: Single shot analysis of smiles, facial   attributes, and affect in the wild

**Authors:** Youngkyoon Jang, Hatice Gunes, Ioannis Patras

arXiv: 1902.04042 · 2019-02-12

## TL;DR

Face-SSD is a novel, real-time, single-shot neural network that detects faces and analyzes facial expressions and attributes simultaneously without pre-processing, achieving state-of-the-art accuracy in various tasks.

## Contribution

It introduces the first unified FCNN architecture for joint face detection and analysis without pre-processing, applicable to multiple tasks without modification.

## Key findings

- Achieves 95.76% accuracy in smile detection
- Reaches 90.29% in attribute prediction
- Operates at 21 FPS in real-time

## Abstract

In this paper, we present a novel single shot face-related task analysis method, called Face-SSD, for detecting faces and for performing various face-related (classification/regression) tasks including smile recognition, face attribute prediction and valence-arousal estimation in the wild. Face-SSD uses a Fully Convolutional Neural Network (FCNN) to detect multiple faces of different sizes and recognise/regress one or more face-related classes. Face-SSD has two parallel branches that share the same low-level filters, one branch dealing with face detection and the other one with face analysis tasks. The outputs of both branches are spatially aligned heatmaps that are produced in parallel - therefore Face-SSD does not require that face detection, facial region extraction, size normalisation, and facial region processing are performed in subsequent steps. Our contributions are threefold: 1) Face-SSD is the first network to perform face analysis without relying on pre-processing such as face detection and registration in advance - Face-SSD is a simple and a single FCNN architecture simultaneously performing face detection and face-related task analysis - those are conventionally treated as separate consecutive tasks; 2) Face-SSD is a generalised architecture that is applicable for various face analysis tasks without modifying the network structure - this is in contrast to designing task-specific architectures; and 3) Face-SSD achieves real-time performance (21 FPS) even when detecting multiple faces and recognising multiple classes in a given image. Experimental results show that Face-SSD achieves state-of-the-art performance in various face analysis tasks by reaching a recognition accuracy of 95.76% for smile detection, 90.29% for attribute prediction, and Root Mean Square (RMS) error of 0.44 and 0.39 for valence and arousal estimation.

## Full text

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

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/1902.04042/full.md

## References

65 references — full list in the complete paper: https://tomesphere.com/paper/1902.04042/full.md

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