paper-with-me

Papers

PhysMamba: Efficient Remote Physiological Measurement with SlowFast Temporal Difference Mamba

2024-09-18 · Chaoqi Luo, Yiping Xie, Zitong Yu

Facial-video based Remote photoplethysmography (rPPG) aims at measuring physiological signals and monitoring heart activity without any contact, showing significant potential in various applications. Previous deep learning based rPPG measurement are primarily based on CNNs and Transformers. However, the limited receptive fields of CNNs restrict their ability to capture long-range spatio-temporal dependencies, while Transformers also struggle with modeling long video sequences with high complexity. Recently, the state space models (SSMs) represented by Mamba are known for their impressive performance on capturing long-range dependencies from long sequences. In this paper, we propose the PhysMamba, a Mamba-based framework, to efficiently represent long-range physiological dependencies from facial videos. Specifically, we introduce the Temporal Difference Mamba block to first enhance local dynamic differences and further model the long-range spatio-temporal context. Moreover, a dual-stream SlowFast architecture is utilized to fuse the multi-scale temporal features. Extensive experiments are conducted on three benchmark datasets to demonstrate the superiority and efficiency of PhysMamba. The codes are available at https://github.com/Chaoqi31/PhysMamba

📄 PDF Abstract BibTeX arXiv:2409.12031

Code (1)

chaoqi31/physmamba 공식 구현 pytorch

Tasks

MambaState Space Models

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

PhysMamba: State Space Duality Model for Remote Physiological Measurement

2024-08-02 · Zhixin Yan, Yan Zhong, Hongbin Xu, Wenjun Zhang 외

Remote Photoplethysmography (rPPG) enables non-contact physiological signal extraction from facial videos, offering applications in psychological state analysis, medical assistance, and anti-face spoofing. However, chall…

State Space Models

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

2023-02-07 · Zitong Yu, Yuming Shen, Jingang Shi, Hengshuang Zhao 외

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 affectiv…

Video-based Remote Physiological Measurement via Cross-verified Feature Disentangling

2020-07-16 · ECCV 2020 8 · Xuesong Niu, Zitong Yu, Hu Han, Xiaobai Li 외

Remote physiological measurements, e.g., remote photoplethysmography (rPPG) based heart rate (HR), heart rate variability (HRV) and respiration frequency (RF) measuring, are playing more and more important roles under th…

Heart Rate Variability

Intervention-Based Self-Supervised Learning: A Causal Probe Paradigm for Remote Photoplethysmography

2026-04-26 · Zhiyi Niu, Xiaoguang Tu, Bo Zhao, Junzhe Cao 외 arxiv

Remote Photoplethysmography (rPPG) enables convenient non-contact physiological measurement. Existing Self-Supervised Learning (SSL) methods commonly fall into a correlation trap: they tend to learn the most dominant per…

Self-Supervised Learning

Contrast-Phys: Unsupervised Video-based Remote Physiological Measurement via Spatiotemporal Contrast

2022-08-08 · Zhaodong Sun, Xiaobai Li

Video-based remote physiological measurement utilizes face videos to measure the blood volume change signal, which is also called remote photoplethysmography (rPPG). Supervised methods for rPPG measurements achieve state…