用Mamba模型提升对话中多模态参与度估计的效率与精度
DA-Mamba: Dialogue-aware selective state-space model for multimodal engagement estimation
- 用Mamba替代注意力机制,实现线性复杂度的对话感知建模
- 在三个基准上达成更高一致性相关系数,训练更快、内存更低
- 适合资源受限的多人实时对话场景,如远程医疗和智能辅导
对话场景中的人类参与度估计对自适应教学、远程医疗评估和社交感知人机交互至关重要。参与度是随时间动态变化的多模态信号,通过面部表情、语音、手势和行为线索传递。本文提出DA-Mamba,一种对话感知的多模态架构,以Mamba为基础的可选择状态空间处理取代依赖注意力的对话编码器,实现线性时间与内存复杂度,同时保持强大的跨模态推理能力。设计包含三个核心模块:对话感知编码器,以及两种基于Mamba的融合机制——模态组融合与对话伙伴组融合,有效实现对话理解。在三个标准数据集(NoXi、NoXi-Add、MPIIGI)上的大量实验表明,DA-Mamba在一致性相关系数(CCC)上超越现有最优方法,同时显著降低训练时间和峰值内存占用;这些优势使其能够处理更长序列,并支持在资源受限的多方对话场景中实时部署。代码将开源于:https://github.com/kksssssss-ssda/MMEA。
原文摘要 · Abstract (English)
Human engagement estimation in conversational scenarios is essential for applications such as adaptive tutoring, remote healthcare assessment, and socially aware human--computer interaction. Engagement is a dynamic, multimodal signal conveyed by facial expressions, speech, gestures, and behavioral cues over time. In this work we introduce DA-Mamba, a dialogue-aware multimodal architecture that replaces attention-heavy dialogue encoders with Mamba-based selective state-space processing to achieve linear time and memory complexity while retaining expressive cross-modal reasoning. We design a Mamba dialogue-aware selective state-space model composed of three core modules: a Dialogue-Aware Encoder, and two Mamba-based fusion mechanisms: Modality-Group Fusion and Partner-Group Fusion, these modules achieve expressive dialogue understanding. Extensive experiments on three standard benchmarks (NoXi, NoXi-Add, and MPIIGI) show that DA-Mamba surpasses prior state-of-the-art (SOTA) methods in concordance correlation coefficient (CCC), while reducing training time and peak memory; these gains enable processing much longer sequences and facilitate real-time deployment in resource-constrained, multi-party conversational settings. The source code will be available at: https://github.com/kksssssss-ssda/MMEA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。