用几何特征+深度学习实现实时面部表情分析
Deep Learning-Based Real-Time Sequential Facial Expression Analysis Using Geometric Features
- 基于MediaPipe提取面部关键点,计算欧氏距离与角度
- 通过帧间差异捕捉表情变化阶段,准确率达93%(CK+)
- 模型可在普通电脑上每秒处理165帧,适合实际应用
面部表情识别是提升人机交互与情感感知系统的关键。本研究提出一种基于深度学习与几何特征的实时序列化面部表情分析方法。利用MediaPipe FaceMesh快速精准检测面部关键点,从中提取欧氏距离和角度等几何特征,并通过分析连续帧间特征差异,识别表情的起始、峰值和结束阶段。分类采用ConvLSTM1D结合多层感知机结构。在多个公开数据集上评估,取得CK+、Oulu-CASIA(VIS和NIR)、MMI分别93%、79%、77%、68%的准确率。复合数据集实验验证了模型泛化能力。系统在消费级硬件上实现约165帧/秒的实时处理速度。研究为情感感知技术提供了高效可扩展的解决方案,并公开全部代码以促进后续研究。
原文摘要 · Abstract (English)
Facial expression recognition is a crucial component in enhancing human-computer interaction and developing emotion-aware systems. Real-time detection and interpretation of facial expressions have become increasingly important for various applications, from user experience personalization to intelligent surveillance systems. This study presents a novel approach to real-time sequential facial expression recognition using deep learning and geometric features. The proposed method utilizes MediaPipe FaceMesh for rapid and accurate facial landmark detection. Geometric features, including Euclidean distances and angles, are extracted from these landmarks. Temporal dynamics are incorporated by analyzing feature differences between consecutive frames, enabling the detection of onset, apex, and offset phases of expressions. For classification, a ConvLSTM1D network followed by multilayer perceptron blocks is employed. The method's performance was evaluated on multiple publicly available datasets, including CK+, Oulu-CASIA (VIS and NIR), and MMI. Accuracies of 93%, 79%, 77%, and 68% were achieved respectively. Experiments with composite datasets were also conducted to assess the model's generalization capabilities. The approach demonstrated real-time applicability, processing approximately 165 frames per second on consumer-grade hardware. This research contributes to the field of facial expression analysis by providing a fast, accurate, and adaptable solution. The findings highlight the potential for further advancements in emotion-aware technologies and personalized user experiences, paving the way for more sophisticated human-computer interaction systems. To facilitate further research in this field, the complete source code for this study has been made publicly available on GitHub: https://github.com/miralab-ai/facial-expression-analysis.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。