用图神经网络融合多模态数据,实现隐私保护下的精准动作识别
GraMFedDHAR: Graph Based Multimodal Differentially Private Federated HAR
- 将多种传感器数据建模为图结构,通过图卷积网络提取特征
- 在差分隐私下仍保持高精度,性能比传统方法提升7至13个百分点
- 适合需要隐私保护的智能健康监测、可穿戴设备等场景
基于多模态传感器数据的人体动作识别(HAR)面临噪声、标签稀缺和隐私问题。传统集中式深度学习受限于基础设施与数据共享限制。联邦学习虽能保护隐私,但难以处理异构多模态数据与差分隐私要求。本文提出基于图的多模态联邦学习框架GraMFedDHAR,将压力垫、深度相机、加速度计等传感器数据建模为特定模态图,通过残差图卷积网络(GCN)处理,并采用注意力加权融合而非简单拼接。融合嵌入用于鲁棒动作分类,差分隐私保障联邦聚合过程中的数据安全。实验表明,所提MultiModalGCN模型在非差分隐私设置下,相比基线MultiModalFFN,准确率最高提升2%;在差分隐私约束下,性能差距达7%~13%,取决于隐私预算与设置。结果表明图建模在多模态学习中更具鲁棒性,图神经网络对差分隐私引入的噪声更具抗干扰能力。
原文摘要 · Abstract (English)
Human Activity Recognition (HAR) using multimodal sensor data remains challenging due to noisy or incomplete measurements, scarcity of labeled examples, and privacy concerns. Traditional centralized deep learning approaches are often constrained by infrastructure availability, network latency, and data sharing restrictions. While federated learning (FL) addresses privacy by training models locally and sharing only model parameters, it still has to tackle issues arising from the use of heterogeneous multimodal data and differential privacy requirements. In this article, a Graph-based Multimodal Federated Learning framework, GraMFedDHAR, is proposed for HAR tasks. Diverse sensor streams such as a pressure mat, depth camera, and multiple accelerometers are modeled as modality-specific graphs, processed through residual Graph Convolutional Neural Networks (GCNs), and fused via attention-based weighting rather than simple concatenation. The fused embeddings enable robust activity classification, while differential privacy safeguards data during federated aggregation. Experimental results show that the proposed MultiModalGCN model outperforms the baseline MultiModalFFN, with up to 2 percent higher accuracy in non-DP settings in both centralized and federated paradigms. More importantly, significant improvements are observed under differential privacy constraints: MultiModalGCN consistently surpasses MultiModalFFN, with performance gaps ranging from 7 to 13 percent depending on the privacy budget and setting. These results highlight the robustness of graph-based modeling in multimodal learning, where GNNs prove more resilient to the performance degradation introduced by DP noise.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。