PhysAgent: A Multi-Agent Framework for Reliable Remote Heart Rate Estimation

📅 2026-07-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Remote photoplethysmography (rPPG) is highly susceptible to motion, illumination variations, and occlusions, often yielding unreliable heart rate estimates. This work proposes PhysAgent, the first approach to introduce multi-agent reasoning into rPPG: multiple base rPPG models generate candidate heart rates, which are then jointly reasoned over by a lightweight multimodal large language model (Qwen3-VL-4B). The final prediction is produced through a physiologically consistent validation step and a reproducible numerical fusion mechanism. By avoiding direct heart rate prediction with large models—which can lead to irreproducibility and physiologically implausible outputs—PhysAgent achieves significantly improved stability and accuracy across diverse datasets and domain-shifted settings, outperforming both direct MLLM-based prediction and unconstrained ensemble baselines on multiple public benchmarks.
📝 Abstract
Remote photoplethysmography (rPPG) enables non-contact heart-rate estimation from facial videos, but its weak physiological signal is easily corrupted by motion, illumination changes, occlusion, skin-appearance variation, and device noise. Existing rPPG methods typically rely on a single model to directly predict heart rate or recover pulse waveforms, while different strong estimators may produce conflicting yet individually plausible candidates for the same video. To resolve these conflicts, we propose PhysAgent, an inference-time multi-agent candidate-verification framework. Unlike direct prediction approaches, PhysAgent neither trains a new base rPPG model nor asks Multimodal Large Language Models (MLLMs) to output heart rate directly. In contrast, it treats outputs from multiple base estimators as physiological hypotheses to be verified and uses a lightweight 4B MLLM, Qwen3-VL-4B, to drive multi-agent reasoning over video conditions, signal reliability, and candidate disagreement. A deterministic physiological verifier checks the fusion proposal, and a reproducible numerical fusion process produces the final heart rate. Experimental results on multiple public rPPG benchmarks show that PhysAgent improves fusion stability and reliability across different datasets and source-domain settings, while avoiding the irreproducibility and physiological inconsistency of direct MLLM prediction or unconstrained ensemble fusion. The code will be released soon.
Problem

Research questions and friction points this paper is trying to address.

remote photoplethysmography
heart rate estimation
signal reliability
candidate conflict
physiological inconsistency
Innovation

Methods, ideas, or system contributions that make the work stand out.

multi-agent reasoning
remote photoplethysmography
physiological verification
candidate fusion
multimodal LLM