# EAC-Net: A Region-based Deep Enhancing and Cropping Approach for Facial   Action Unit Detection

**Authors:** Wei Li, Farnaz Abtahi, Zhigang Zhu, Lijun Yin

arXiv: 1702.02925 · 2017-02-10

## TL;DR

EAC-Net introduces a novel deep learning framework that enhances and crops facial regions for improved facial action unit detection, combining attention-based enhancement and region-specific feature learning.

## Contribution

The paper presents a new deep learning approach with dual modules for enhancing and cropping facial regions, improving AU detection accuracy over existing methods.

## Key findings

- Significant performance improvement on BP4D and DISFA datasets.
- Effective integration of attention-based enhancement and region cropping.
- Outperforms state-of-the-art AU detection methods.

## Abstract

In this paper, we propose a deep learning based approach for facial action unit detection by enhancing and cropping the regions of interest. The approach is implemented by adding two novel nets (layers): the enhancing layers and the cropping layers, to a pretrained CNN model. For the enhancing layers, we designed an attention map based on facial landmark features and applied it to a pretrained neural network to conduct enhanced learning (The E-Net). For the cropping layers, we crop facial regions around the detected landmarks and design convolutional layers to learn deeper features for each facial region (C-Net). We then fuse the E-Net and the C-Net to obtain our Enhancing and Cropping (EAC) Net, which can learn both feature enhancing and region cropping functions. Our approach shows significant improvement in performance compared to the state-of-the-art methods applied to BP4D and DISFA AU datasets.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1702.02925/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1702.02925/full.md

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