paper-with-me

Papers

Joint Action Unit localisation and intensity estimation through heatmap regression

2018-05-09 · Enrique Sanchez-Lozano, Georgios Tzimiropoulos, Michel Valstar

This paper proposes a supervised learning approach to jointly perform facial Action Unit (AU) localisation and intensity estimation. Contrary to previous works that try to learn an unsupervised representation of the Action Unit regions, we propose to directly and jointly estimate all AU intensities through heatmap regression, along with the location in the face where they cause visible changes. Our approach aims to learn a pixel-wise regression function returning a score per AU, which indicates an AU intensity at a given spatial location. Heatmap regression then generates an image, or channel, per AU, in which each pixel indicates the corresponding AU intensity. To generate the ground-truth heatmaps for a target AU, the facial landmarks are first estimated, and a 2D Gaussian is drawn around the points where the AU is known to cause changes. The amplitude and size of the Gaussian is determined by the intensity of the AU. We show that using a single Hourglass network suffices to attain new state of the art results, demonstrating the effectiveness of such a simple approach. The use of heatmap regression allows learning of a shared representation between AUs without the need to rely on latent representations, as these are implicitly learned from the data. We validate the proposed approach on the BP4D dataset, showing a modest improvement on recent, complex, techniques, as well as robustness against misalignment errors. Code for testing and models will be available to download from https://github.com/ESanchezLozano/Action-Units-Heatmaps.

📄 PDF Abstract BibTeX arXiv:1805.03487

Code (1)

ESanchezLozano/Action-Units-Heatmaps 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

A Transfer Learning approach to Heatmap Regression for Action Unit intensity estimation

2020-04-14 · Ioanna Ntinou, Enrique Sanchez, Adrian Bulat, Michel Valstar 외

Action Units (AUs) are geometrically-based atomic facial muscle movements known to produce appearance changes at specific facial locations. Motivated by this observation we propose a novel AU modelling problem that consi…

Face AlignmentregressionTransfer Learning

Bilateral Ordinal Relevance Multi-Instance Regression for Facial Action Unit Intensity Estimation

2018-06-01 · CVPR 2018 6 · Yong Zhang, Rui Zhao, Wei-Ming Dong, Bao-Gang Hu 외

Automatic intensity estimation of facial action units (AUs) is challenging in two aspects. First, capturing subtle changes of facial appearance is quiet difficult. Second, the annotation of AU intensity is scarce and exp…

regression

Copula Ordinal Regression for Joint Estimation of Facial Action Unit Intensity

2016-06-01 · CVPR 2016 6 · Robert Walecki, Ognjen Rudovic, Vladimir Pavlovic, Maja Pantic

Joint modeling of the intensity of facial action units (AUs) from face images is challenging due to the large number of AUs (30+) and their intensity levels (6). This is in part due to the lack of suitable models that c…

regression

Deep Structured Learning for Facial Action Unit Intensity Estimation

2017-04-14 · CVPR 2017 7 · Robert Walecki, Ognjen, Rudovic, Vladimir Pavlovic 외

We consider the task of automated estimation of facial expression intensity. This involves estimation of multiple output variables (facial action units --- AUs) that are structurally dependent. Their structure arises fro…

Joint Representation and Estimator Learning for Facial Action Unit Intensity Estimation

2019-06-01 · CVPR 2019 6 · Yong Zhang, Baoyuan Wu, Weiming Dong, Zhifeng Li 외

Facial action unit (AU) intensity is an index to characterize human expressions. Accurate AU intensity estimation depends on three major elements: image representation, intensity estimator, and supervisory information. M…