用轻量适配器提升CLIP在动态表情识别中的效率与精度
PE-CLIP: A Parameter-Efficient Fine-Tuning of Vision Language Models for Dynamic Facial Expression Recognition
- 引入时序动态与共享适配器,高效建模面部表情变化
- 在DFEW和FERV39K上性能媲美顶尖方法,参数量大幅减少
- 适合资源受限场景下的视觉语言模型微调应用
视觉-语言模型(如CLIP)为动态面部表情识别(DFER)提供了有前景的解决方案,但面临全量微调效率低、复杂度高以及图文表征对齐差等问题。现有方法还难以有效建模时间序列特征。为此,我们提出PE-CLIP,一种参数高效的微调框架,通过引入两个专用适配器:基于GRU的时序动态适配器(TDA)用于捕捉序列依赖并突出关键时序特征,以及轻量级共享适配器(ShA)以统一优化图文编码器表示。此外,结合多模态提示学习(MaPLe),为视觉输入和基于动作单元的文本输入引入可学习提示,增强跨模态语义对齐。在两个基准数据集DFEW和FERV39K上的实验表明,PE-CLIP在保持高精度的同时显著降低可训练参数量,相较当前最优方法实现更优的资源效率平衡。代码将公开于https://github.com/Ibtissam-SAADI/PE-CLIP。
原文摘要 · Abstract (English)
Vision-Language Models (VLMs) like CLIP offer promising solutions for Dynamic Facial Expression Recognition (DFER) but face challenges such as inefficient full fine-tuning, high complexity, and poor alignment between textual and visual representations. Additionally, existing methods struggle with ineffective temporal modeling. To address these issues, we propose PE-CLIP, a parameter-efficient fine-tuning (PEFT) framework that adapts CLIP for DFER while significantly reducing trainable parameters while maintaining high accuracy. PE-CLIP introduces two specialized adapters: a Temporal Dynamic Adapter (TDA) and a Shared Adapter (ShA). The TDA is a GRU-based module with dynamic scaling that captures sequential dependencies while emphasizing informative temporal features and suppressing irrelevant variations. The ShA is a lightweight adapter that refines representations within both textual and visual encoders, ensuring consistency and efficiency. Additionally, we integrate Multi-modal Prompt Learning (MaPLe), introducing learnable prompts for visual and action unit-based textual inputs, enhancing semantic alignment between modalities and enabling efficient CLIP adaptation for dynamic tasks. We evaluate PE-CLIP on two benchmark datasets, DFEW and FERV39K, achieving competitive performance compared to state-of-the-art methods while requiring fewer trainable parameters. By balancing efficiency and accuracy, PE-CLIP sets a new benchmark in resource-efficient DFER. The source code of the proposed PE-CLIP will be publicly available at https://github.com/Ibtissam-SAADI/PE-CLIP .
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。