arXiv:2509.09747cs.LGcs.AI2025-09

让单传感器也能用多模态知识,提升识别准确率。

D-CAT: Decoupled Cross-Attention Transfer between Sensor Modalities for Unimodal Inference

  • 分离式跨模态注意力,训练时对齐特征空间,推理时无需双传感器。
  • 视频转惯性数据可提10%准确率,弱源模态也能改善目标表现。
  • 适合传感器不全的低成本场景,如家用助手机器人部署。

跨模态迁移学习常用于提升多模态分类模型(如人机协作中的人体活动识别)。然而现有方法在训练和推理阶段均需配对传感器数据,限制了在资源受限环境中的应用。为此,我们提出解耦跨注意力迁移(D-CAT)框架,在推理阶段无需联合使用多种传感器即可对齐模态特异性表示。该方法结合自注意力模块与新颖的跨注意力对齐损失,强制不同传感器特征空间对齐,而无需耦合双模态分类流程。我们在三个多模态人体活动数据集(IMU、视频、音频)上评估 D-CAT,涵盖分布内与分布外场景,对比单模态模型。结果表明:在分布内情况下,从高性能模态(如视频到IMU)迁移可带来最高达10%的F1分数提升;在分布外情况下,即使源模态较弱(如IMU到视频),只要目标模型未过拟合,也能提升性能。D-CAT通过单传感器推理实现跨模态知识迁移,减少感知系统硬件冗余,同时保持高精度,对成本敏感或传感器可变的部署场景(如家庭助手机器人)至关重要。代码已公开于 https://github.com/Schindler-EPFL-Lab/D-CAT。

原文摘要 · Abstract (English)

Cross-modal transfer learning is used to improve multi-modal classification models (e.g., for human activity recognition in human-robot collaboration). However, existing methods require paired sensor data at both training and inference, limiting deployment in resource-constrained environments where full sensor suites are not economically and technically usable. To address this, we propose Decoupled Cross-Attention Transfer (D-CAT), a framework that aligns modality-specific representations without requiring joint sensor modality during inference. Our approach combines a self-attention module for feature extraction with a novel cross-attention alignment loss, which enforces the alignment of sensors' feature spaces without requiring the coupling of the classification pipelines of both modalities. We evaluate D-CAT on three multi-modal human activity datasets (IMU, video, and audio) under both in-distribution and out-of-distribution scenarios, comparing against uni-modal models. Results show that in in-distribution scenarios, transferring from high-performing modalities (e.g., video to IMU) yields up to 10% F1-score gains over uni-modal training. In out-of-distribution scenarios, even weaker source modalities (e.g., IMU to video) improve target performance, as long as the target model isn't overfitted on the training data. By enabling single-sensor inference with cross-modal knowledge, D-CAT reduces hardware redundancy for perception systems while maintaining accuracy, which is critical for cost-sensitive or adaptive deployments (e.g., assistive robots in homes with variable sensor availability). Code is available at https://github.com/Schindler-EPFL-Lab/D-CAT.

跨模态单传感器迁移学习动作识别

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。