CVMMMay 24, 2020

Deep Convolutional Neural Network-based Bernoulli Heatmap for Head Pose Estimation

arXiv:2005.11780v138 citations
Originality Incremental advance
AI Analysis

This addresses head pose estimation for applications like driver attention and fatigue detection, representing an incremental improvement with a novel output form.

The paper tackles head pose estimation from single RGB images by proposing a Bernoulli heatmap method, which achieves spatial positioning and angle estimation simultaneously, and demonstrates effectiveness through comparisons with state-of-the-art methods on public datasets.

Head pose estimation is a crucial problem for many tasks, such as driver attention, fatigue detection, and human behaviour analysis. It is well known that neural networks are better at handling classification problems than regression problems. It is an extremely nonlinear process to let the network output the angle value directly for optimization learning, and the weight constraint of the loss function will be relatively weak. This paper proposes a novel Bernoulli heatmap for head pose estimation from a single RGB image. Our method can achieve the positioning of the head area while estimating the angles of the head. The Bernoulli heatmap makes it possible to construct fully convolutional neural networks without fully connected layers and provides a new idea for the output form of head pose estimation. A deep convolutional neural network (CNN) structure with multiscale representations is adopted to maintain high-resolution information and low-resolution information in parallel. This kind of structure can maintain rich, high-resolution representations. In addition, channelwise fusion is adopted to make the fusion weights learnable instead of simple addition with equal weights. As a result, the estimation is spatially more precise and potentially more accurate. The effectiveness of the proposed method is empirically demonstrated by comparing it with other state-of-the-art methods on public datasets.

Foundations

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

Your Notes