paper-with-me

Papers

Temporal Stochastic Softmax for 3D CNNs: An Application in Facial Expression Recognition

2020-11-10 · Théo Ayral, Marco Pedersoli, Simon Bacon, Eric Granger

Training deep learning models for accurate spatiotemporal recognition of facial expressions in videos requires significant computational resources. For practical reasons, 3D Convolutional Neural Networks (3D CNNs) are usually trained with relatively short clips randomly extracted from videos. However, such uniform sampling is generally sub-optimal because equal importance is assigned to each temporal clip. In this paper, we present a strategy for efficient video-based training of 3D CNNs. It relies on softmax temporal pooling and a weighted sampling mechanism to select the most relevant training clips. The proposed softmax strategy provides several advantages: a reduced computational complexity due to efficient clip sampling, and an improved accuracy since temporal weighting focuses on more relevant clips during both training and inference. Experimental results obtained with the proposed method on several facial expression recognition benchmarks show the benefits of focusing on more informative clips in training videos. In particular, our approach improves performance and computational cost by reducing the impact of inaccurate trimming and coarse annotation of videos, and heterogeneous distribution of visual information across time.

📄 PDF Abstract BibTeX arXiv:2011.05227

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Expression RecognitionFacial Expression Recognition (FER)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

3DPalsyNet: A Facial Palsy Grading and Motion Recognition Framework using Fully 3D Convolutional Neural Networks

2019-05-31 · Gary Storey, Richard Jiang, Shelagh Keogh, Ahmed Bouridane 외

The capability to perform facial analysis from video sequences has significant potential to positively impact in many areas of life. One such area relates to the medical domain to specifically aid in the diagnosis and re…

Action RecognitionTransfer Learning

Spatio-Temporal Transformer for Dynamic Facial Expression Recognition in the Wild

2022-05-10 · Fuyan Ma, Bin Sun, Shutao Li

Previous methods for dynamic facial expression in the wild are mainly based on Convolutional Neural Networks (CNNs), whose local operations ignore the long-range dependencies in videos. To solve this problem, we propose …

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Emotion Recognition with Spatial Attention and Temporal Softmax Pooling

2019-10-02 · Masih Aminbeidokhti, Marco Pedersoli, Patrick Cardinal, Eric Granger

Video-based emotion recognition is a challenging task because it requires to distinguish the small deformations of the human face that represent emotions, while being invariant to stronger visual differences due to diffe…

Emotion Recognition

Reweighting Framewise Attention in Video Transformers for Facial Expression Understanding

2026-06-29 · Seongro Yoon, Donghyeon Cho, Jinsun Park, François Brémond arxiv

Understanding facial expressions in videos requires modeling subtle and localized facial dynamics under unconstrained conditions. Although recent Vision Transformer (ViT)-based video models have shown strong performance …

Facial Expression Recognition

Large-Margin Softmax Loss for Convolutional Neural Networks

2016-12-07 · Weiyang Liu, Yandong Wen, Zhiding Yu, Meng Yang

Cross-entropy loss together with softmax is arguably one of the most common used supervision components in convolutional neural networks (CNNs). Despite its simplicity, popularity and excellent performance, the component…

General Classification