CVNov 23, 2021

PhysFormer: Facial Video-based Physiological Measurement with Temporal Difference Transformer

arXiv:2111.12082v2290 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of non-contact physiological monitoring for remote healthcare and affective computing, offering a novel transformer baseline that can be trained from scratch, though it appears incremental in improving existing deep learning methods.

The paper tackles remote photoplethysmography (rPPG) for measuring physiological signals from facial video by proposing PhysFormer, a transformer-based architecture that aggregates local and global spatio-temporal features, achieving superior performance on benchmark datasets in intra- and cross-dataset tests.

Remote photoplethysmography (rPPG), which aims at measuring heart activities and physiological signals from facial video without any contact, has great potential in many applications (e.g., remote healthcare and affective computing). Recent deep learning approaches focus on mining subtle rPPG clues using convolutional neural networks with limited spatio-temporal receptive fields, which neglect the long-range spatio-temporal perception and interaction for rPPG modeling. In this paper, we propose the PhysFormer, an end-to-end video transformer based architecture, to adaptively aggregate both local and global spatio-temporal features for rPPG representation enhancement. As key modules in PhysFormer, the temporal difference transformers first enhance the quasi-periodic rPPG features with temporal difference guided global attention, and then refine the local spatio-temporal representation against interference. Furthermore, we also propose the label distribution learning and a curriculum learning inspired dynamic constraint in frequency domain, which provide elaborate supervisions for PhysFormer and alleviate overfitting. Comprehensive experiments are performed on four benchmark datasets to show our superior performance on both intra- and cross-dataset testings. One highlight is that, unlike most transformer networks needed pretraining from large-scale datasets, the proposed PhysFormer can be easily trained from scratch on rPPG datasets, which makes it promising as a novel transformer baseline for the rPPG community. The codes will be released at https://github.com/ZitongYu/PhysFormer.

Code Implementations1 repo
Foundations

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

Your Notes