paper-with-me

Papers

Static for Dynamic: Towards a Deeper Understanding of Dynamic Facial Expressions Using Static Expression Data

2024-09-10 · Yin Chen, Jia Li, Yu Zhang, Zhenzhen Hu, Shiguang Shan, Meng Wang, Richang Hong

Dynamic facial expression recognition (DFER) infers emotions from the temporal evolution of expressions, unlike static facial expression recognition (SFER), which relies solely on a single snapshot. This temporal analysis provides richer information and promises greater recognition capability. However, current DFER methods often exhibit unsatisfied performance largely due to fewer training samples compared to SFER. Given the inherent correlation between static and dynamic expressions, we hypothesize that leveraging the abundant SFER data can enhance DFER. To this end, we propose Static-for-Dynamic (S4D), a unified dual-modal learning framework that integrates SFER data as a complementary resource for DFER. Specifically, S4D employs dual-modal self-supervised pre-training on facial images and videos using a shared Vision Transformer (ViT) encoder-decoder architecture, yielding improved spatiotemporal representations. The pre-trained encoder is then fine-tuned on static and dynamic expression datasets in a multi-task learning setup to facilitate emotional information interaction. Unfortunately, vanilla multi-task learning in our study results in negative transfer. To address this, we propose an innovative Mixture of Adapter Experts (MoAE) module that facilitates task-specific knowledge acquisition while effectively extracting shared knowledge from both static and dynamic expression data. Extensive experiments demonstrate that S4D achieves a deeper understanding of DFER, setting new state-of-the-art performance on FERV39K, MAFW, and DFEW benchmarks, with weighted average recall (WAR) of 53.65\%, 58.44\%, and 76.68\%, respectively. Additionally, a systematic correlation analysis between SFER and DFER tasks is presented, which further elucidates the potential benefits of leveraging SFER.

📄 PDF Abstract BibTeX arXiv:2409.06154

Code (1)

msa-lmc/s4d 공식 구현

Tasks

Dynamic Facial Expression RecognitionFacial Expression RecognitionMulti-Task Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

A Deeper Dive Into What Deep Spatiotemporal Networks Encode: Quantifying Static vs. Dynamic Information

2022-06-06 · CVPR 2022 1 · Matthew Kowal, Mennatullah Siam, Md Amirul Islam, Neil D. B. Bruce 외

Deep spatiotemporal models are used in a variety of computer vision tasks, such as action recognition and video object segmentation. Currently, there is a limited understanding of what information is captured by these mo…

Action RecognitionSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

From Static to Dynamic: Adapting Landmark-Aware Image Models for Facial Expression Recognition in Videos

2023-12-09 · Yin Chen, Jia Li, Shiguang Shan, Meng Wang 외

Dynamic facial expression recognition (DFER) in the wild is still hindered by data limitations, e.g., insufficient quantity and diversity of pose, occlusion and illumination, as well as the inherent ambiguity of facial e…

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

HiFace: High-Fidelity 3D Face Reconstruction by Learning Static and Dynamic Details

2023-03-20 · ICCV 2023 1 · Zenghao Chai, Tianke Zhang, Tianyu He, Xu Tan 외

3D Morphable Models (3DMMs) demonstrate great potential for reconstructing faithful and animatable 3D facial surfaces from a single image. The facial surface is influenced by the coarse shape, as well as the static detai…

3D Face ReconstructionFace Reconstruction

NR-DFERNet: Noise-Robust Network for Dynamic Facial Expression Recognition

2022-06-10 · Hanting Li, Mingzhe Sui, Zhaoqing Zhu, Feng Zhao

Dynamic facial expression recognition (DFER) in the wild is an extremely challenging task, due to a large number of noisy frames in the video sequences. Previous works focus on extracting more discriminative features, bu…

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Face-GCN: A Graph Convolutional Network for 3D Dynamic Face Identification/Recognition

2021-04-19 · Konstantinos Papadopoulos, Anis Kacem, Abdelrahman Shabayek, Djamila Aouada

Face identification/recognition has significantly advanced over the past years. However, most of the proposed approaches rely on static RGB frames and on neutral facial expressions. This has two disadvantages. First, imp…

Face Identification