Action Unit Detection with Segment-Based SVMs

Abstract

Automatic facial action unit (AU) detection from video is a long-standing problem in computer vision. Two main approaches have been pursued: (1) static modeling - typically posed as a discriminative classification problem in which each video frame is evaluated independently; (2) temporal modeling - frames are segmented into sequences and typically modeled with a variant of dynamic Bayesian networks. We propose a segment-based approach, kSeg-SVM, that incorporates benefits of both approaches and avoids their limitations. kSeg-SVM is a temporal extension of the spatial bag-of-words. kSeg-SVM is trained within a structured output SVM framework that formulates AU detection as a problem of detecting temporal events in a time series of visual features. Each segment is modeled by a variant of the BoW representation with soft assignment of the words based on similarity. Our framework has several benefits for AU detection: (1) both dependencies between features and the length of action units are modeled; (2) all possible segments of the video may be used for training; and (3) no assumptions are required about the underlying structure of the action unit events (e.g., i.i.d.). Our algorithm finds the best k-or-fewer segments that maximize the SVM score. Experimental results suggest that the proposed method outperforms state-of-the-art static methods for AU detection.

Cite

Text

Simon et al. "Action Unit Detection with Segment-Based SVMs." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539998

Markdown

[Simon et al. "Action Unit Detection with Segment-Based SVMs." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/simon2010cvpr-action/) doi:10.1109/CVPR.2010.5539998

BibTeX

@inproceedings{simon2010cvpr-action,
  title     = {{Action Unit Detection with Segment-Based SVMs}},
  author    = {Simon, Tomas and Nguyen, Minh Hoai and De la Torre, Fernando and Cohn, Jeffrey F.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2737-2744},
  doi       = {10.1109/CVPR.2010.5539998},
  url       = {https://mlanthology.org/cvpr/2010/simon2010cvpr-action/}
}