CVMar 24

Test-Time Adaptation via Cache Personalization for Facial Expression Recognition in Videos

arXiv:2603.2130978.31 citationsh-index: 26
Predicted impact top 33% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the challenge of model personalization for facial expression recognition in videos, which is important for applications like emotion analysis, but it is incremental as it builds on existing cache-based TTA methods with novel coordination mechanisms.

The paper tackles the problem of facial expression recognition in videos by personalizing vision-language models to handle inter-subject variations, introducing TTA-CaP, a cache-based test-time adaptation method that outperforms state-of-the-art TTA methods on three datasets while maintaining low computational overhead.

Facial expression recognition (FER) in videos requires model personalization to capture the considerable variations across subjects. Vision-language models (VLMs) offer strong transfer to downstream tasks through image-text alignment, but their performance can still degrade under inter-subject distribution shifts. Personalizing models using test-time adaptation (TTA) methods can mitigate this challenge. However, most state-of-the-art TTA methods rely on unsupervised parameter optimization, introducing computational overhead that is impractical in many real-world applications. This paper introduces TTA through Cache Personalization (TTA-CaP), a cache-based TTA method that enables cost-effective (gradient-free) personalization of VLMs for video FER. Prior cache-based TTA methods rely solely on dynamic memories that store test samples, which can accumulate errors and drift due to noisy pseudo-labels. TTA-CaP leverages three coordinated caches: a personalized source cache that stores source-domain prototypes, a positive target cache that accumulates reliable subject-specific samples, and a negative target cache that stores low-confidence cases as negative samples to reduce the impact of noisy pseudo-labels. Cache updates and replacement are controlled by a tri-gate mechanism based on temporal stability, confidence, and consistency with the personalized cache. Finally, TTA-CaP refines predictions through fusion of embeddings, yielding refined representations that support temporally stable video-level predictions. Our experiments on three challenging video FER datasets, BioVid, StressID, and BAH, indicate that TTA-CaP can outperform state-of-the-art TTA methods under subject-specific and environmental shifts, while maintaining low computational and memory overhead for real-world deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes