CVNov 29, 2021

How Facial Features Convey Attention in Stationary Environments

arXiv:2111.14931v11.4Has Code
Originality Incremental advance
AI Analysis

This work addresses distraction detection for applications like online classrooms, but it is incremental as it extends previous research by comparing features and methods.

The paper tackled the problem of predicting user attention and fatigue by analyzing which facial features are most predictive, finding that Histogram of Oriented Gradients (HOG) and Action Units were the top predictors, with deep learning methods achieving greater accuracy but SVMs using fewer resources and approaching their performance.

Awareness detection technologies have been gaining traction in a variety of enterprises; most often used for driver fatigue detection, recent research has shifted towards using computer vision technologies to analyze user attention in environments such as online classrooms. This paper aims to extend previous research on distraction detection by analyzing which visual features contribute most to predicting awareness and fatigue. We utilized the open source facial analysis toolkit OpenFace in order to analyze visual data of subjects at varying levels of attentiveness. Then, using a Support-Vector Machine (SVM) we created several prediction models for user attention and identified Histogram of Oriented Gradients (HOG) and Action Units to be the greatest predictors of the features we tested. We also compared the performance of this SVM to deep learning approaches that utilize Convolutional and/or Recurrent neural networks (CNN's and CRNN's). Interestingly, CRNN's did not appear to perform significantly better than their CNN counterparts. While deep learning methods achieved greater prediction accuracy, SVMs utilized less resources and, using certain parameters, were able to approach the performance of deep learning methods.

Foundations

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

Your Notes