🤖 AI Summary
To address privacy risks arising from centralized data collection and the challenge of federated learning coordination across heterogeneous sampling frequencies in head-mounted sensor-based human activity recognition (HAR), this paper proposes MF-FL-HAR—the first multi-frequency federated learning framework tailored for ear-worn and other head-mounted devices. MF-FL-HAR integrates a frequency alignment mechanism, a multi-branch neural network architecture, and hierarchical federated optimization to enable privacy-preserving collaborative modeling under heterogeneous sampling rates (e.g., 50/100/200 Hz). Evaluated on two real-world head-mounted HAR datasets, MF-FL-HAR consistently outperforms single-frequency baselines, achieving average accuracy improvements of 3.2–5.7%. This work is the first to empirically validate the feasibility and effectiveness of cross-frequency federated HAR. The implementation code is publicly available.
📝 Abstract
Human Activity Recognition (HAR) benefits various application domains, including health and elderly care. Traditional HAR involves constructing pipelines reliant on centralized user data, which can pose privacy concerns as they necessitate the uploading of user data to a centralized server. This work proposes multi-frequency Federated Learning (FL) to enable: (1) privacy-aware ML; (2) joint ML model learning across devices with varying sampling frequency. We focus on head-worn devices (e.g., earbuds and smart glasses), a relatively unexplored domain compared to traditional smartwatch- or smartphone-based HAR. Results have shown improvements on two datasets against frequency-specific approaches, indicating a promising future in the multi-frequency FL-HAR task. The proposed network’s implementation is publicly available for further research and development.**