Papers › FactorizePhys: Matrix Factorization for Multidimensional Attention in Remote...

FactorizePhys: Matrix Factorization for Multidimensional Attention in Remote Physiological Sensing

3 Nov 2024arXiv:2411.01542archive 2025-07-28

Jitesh Joshi, Sos S. Agaian, Youngjun Cho

Remote photoplethysmography (rPPG) enables non-invasive extraction of blood volume pulse signals through imaging, transforming spatial-temporal data into time series signals. Advances in end-to-end rPPG approaches have focused on this transformation where attention mechanisms are crucial for feature extraction. However, existing methods compute attention disjointly across spatial, temporal, and channel dimensions. Here, we propose the Factorized Self-Attention Module (FSAM), which jointly computes multidimensional attention from voxel embeddings using nonnegative matrix factorization. To demonstrate FSAM's effectiveness, we developed FactorizePhys, an end-to-end 3D-CNN architecture for estimating blood volume pulse signals from raw video frames. Our approach adeptly factorizes voxel embeddings to achieve comprehensive spatial, temporal, and channel attention, enhancing performance of generic signal extraction tasks. Furthermore, we deploy FSAM within an existing 2D-CNN-based rPPG architecture to illustrate its versatility. FSAM and FactorizePhys are thoroughly evaluated against state-of-the-art rPPG methods, each representing different types of architecture and attention mechanism. We perform ablation studies to investigate the architectural decisions and hyperparameters of FSAM. Experiments on four publicly available datasets and intuitive visualization of learned spatial-temporal features substantiate the effectiveness of FSAM and enhanced cross-dataset generalization in estimating rPPG signals, suggesting its broader potential as a multidimensional attention mechanism. The code is accessible at https://github.com/PhysiologicAILab/FactorizePhys.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.01542")

Code

Syntology Ran 6 of 18 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

physiologicailab/factorizephys officialmentioned in paperpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 6 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
12unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from physiologicailab/factorizephys. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConvBNReLU physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 6e953ed1bef334e0 · report
ConvBlock3D physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 7e6deb3d1596452c · report
NMF physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · f6370889d40ce6ba · report
VQ physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 62f5d049c169e543 · report
_MatrixDecompositionBase physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · d9172b8b2ece4bed · report
rPPG_FeatureExtractor physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · c6f24c2c9722d5d0 · report
BVP_Head physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository unverified licence not identified · pointer only · 9cfd668e2f1adc6e · report
FactorizePhys physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository unverified licence not identified · pointer only · cf521a70b7a58e4b · report
FeaturesFactorizationModule physiologicailab/factorizephys/neural_methods/model/FactorizePhys/FactorizePhys.py official repository unverified licence not identified · pointer only · 1914d6b1ae446c06 · report
calculate_metric_per_video PhysiologicAILab/FactorizePhys/evaluation/post_process.py official repository unverified licence not identified · pointer only · d12ec52c95714d87 · report
detrend PhysiologicAILab/FactorizePhys/unsupervised_methods/utils.py official repository unverified licence not identified · pointer only · 36f109f3279e5640 · report
get_config PhysiologicAILab/FactorizePhys/config.py official repository unverified licence not identified · pointer only · 97b47578be179ffe · report
kl_loss PhysiologicAILab/FactorizePhys/neural_methods/loss/PhysFormerLossComputer.py official repository unverified licence not identified · pointer only · 6cb9bbf8e6dc7799 · report
normal_sampling PhysiologicAILab/FactorizePhys/neural_methods/loss/PhysFormerLossComputer.py official repository unverified licence not identified · pointer only · e02c853ace895512 · report
power2db PhysiologicAILab/FactorizePhys/evaluation/post_process.py official repository unverified licence not identified · pointer only · 6cc56f582b060599 · report
process_video PhysiologicAILab/FactorizePhys/unsupervised_methods/utils.py official repository unverified licence not identified · pointer only · c47d6a12eff65869 · report
read_hr_label PhysiologicAILab/FactorizePhys/evaluation/metrics.py official repository unverified licence not identified · pointer only · 848b026a94f60cf6 · report
read_label PhysiologicAILab/FactorizePhys/evaluation/metrics.py official repository unverified licence not identified · pointer only · db1d2850c08d04e4 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections