DeepAI AI Chat
Log In Sign Up

A Scalable Approach for Facial Action Unit Classifier Training UsingNoisy Data for Pre-Training

11/14/2019
by   Alberto Fung, et al.
35

Machine learning systems are being used to automate many types of laborious labeling tasks. Facial actioncoding is an example of such a labeling task that requires copious amounts of time and a beyond average level of human domain expertise. In recent years, the use of end-to-end deep neural networks has led to significant improvements in action unit recognition performance and many network architectures have been proposed. Do the more complex deep neural network(DNN) architectures perform sufficiently well to justify the additional complexity? We show that pre-training on a large diverse set of noisy data can result in even a simple CNN model improving over the current state-of-the-art DNN architectures.The average F1-score achieved with our proposed method on the DISFA dataset is 0.60, compared to a previous state-of-the-art of 0.57. Additionally, we show how the number of subjects and number of images used for pre-training impacts the model performance. The approach that we have outlined is open-source, highly scalable, and not dependent on the model architecture. We release the code and data: https://github.com/facialactionpretrain/facs.

READ FULL TEXT

page 1

page 3

06/21/2022

Insights into Pre-training via Simpler Synthetic Tasks

Pre-training produces representations that are effective for a wide rang...
07/17/2020

Compositional Generalization in Semantic Parsing: Pre-training vs. Specialized Architectures

While mainstream machine learning methods are known to have limited abil...
11/24/2021

Efficient Decompositional Rule Extraction for Deep Neural Networks

In recent years, there has been significant work on increasing both inte...
06/22/2021

Randomness In Neural Network Training: Characterizing The Impact of Tooling

The quest for determinism in machine learning has disproportionately foc...
11/23/2017

Server, server in the cloud. Who is the fairest in the crowd?

This paper follows the recent history of automated beauty competitions t...
02/11/2020

Neuroevolution of Neural Network Architectures Using CoDeepNEAT and Keras

Machine learning is a huge field of study in computer science and statis...
04/25/2020

Muscle Synergy and Coupling for Hand

The knowledge of the intuitive link between muscle activity and the fing...

Code Repositories