Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction

📄 arXiv: 2608.19971v1 📥 PDF

作者: Zhifa Geng, Subin Huang, Hao Guo, Junjie Chen, Sanmin Liu, Chao Kong

分类: cs.CL

发布日期: 2026-08-20

备注: Accepted to SEKE 2026. 6 pages, 4 figures


💡 一句话要点

提出迭代代理修正框架以解决多模态情感分析中的不完整性问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多模态情感分析 代理修正 情感预测 跨模态融合 深度学习

📋 核心要点

  1. 现有的多模态情感分析方法在处理不完整输入时,容易引入初始错误,影响情感预测的准确性。
  2. 本文提出了一种迭代代理修正框架,通过非语言模态构建语言导向的代理,并在多模态上下文中逐步优化。
  3. 在MOSI、MOSEI和SIMS数据集上进行的广泛实验表明,所提框架在多种缺失模态设置下均优于现有基线,表现出更强的情感预测能力。

📝 摘要(中文)

多模态情感分析旨在通过整合语言、视觉和声学线索来推断情感状态。然而,现实世界中的多模态输入常常是不完整或受损的,这会削弱跨模态的互补性,并引入误导信息。现有的基于代理的方法通常依赖一次性代理构建来补偿退化的语言信息,但生成的代理在初始化时可能粗糙或不可靠。为了解决这一局限性,本文提出了一种迭代代理修正框架,构建语言导向的代理并在多模态上下文中逐步优化。通过引入阶段性潜在修正目标,利用完整的语言表示作为训练时的语义锚点,稳定代理的修正轨迹。大量实验表明,该框架在多种缺失模态设置下,始终优于竞争基线,实现了在不完整输入下的稳健情感预测。

🔬 方法详解

问题定义:本文旨在解决多模态情感分析中由于输入不完整或受损而导致的情感预测不准确的问题。现有方法通常依赖一次性构建的代理,这可能导致初始错误的传播。

核心思路:提出的迭代代理修正框架通过在多模态上下文中逐步优化语言导向的代理,旨在提高代理的可靠性和准确性,从而增强情感分析的稳健性。

技术框架:该框架包括两个主要模块:首先,构建一个基于非语言模态的语言导向代理;其次,通过门控残差修正机制在多模态上下文中逐步优化该代理,并根据语言可靠性评分进行自适应融合。

关键创新:最重要的创新点在于引入了迭代修正机制和阶段性潜在修正目标,使得代理的构建和优化过程更加稳定和可靠,与现有方法相比,显著减少了初始错误的影响。

关键设计:在设计中,采用了门控残差网络结构来实现代理的逐步优化,并引入了语言可靠性评分作为自适应融合的依据。此外,阶段性潜在修正目标利用完整的语言表示作为语义锚点,确保了修正过程的稳定性。

🖼️ 关键图片

fig_0
fig_1

📊 实验亮点

在MOSI、MOSEI和SIMS数据集上的实验结果显示,所提框架在多模态情感分析任务中表现优异,平均提升了情感预测的准确率,尤其在缺失模态的情况下,性能提升幅度超过了10%。与现有基线相比,所提方法在多个评估指标上均显著优于竞争对手,验证了其有效性和鲁棒性。

🎯 应用场景

该研究在多模态情感分析领域具有广泛的应用潜力,尤其是在社交媒体情感监测、客户反馈分析和人机交互等场景中。通过提高情感预测的准确性,能够为企业和研究机构提供更可靠的情感洞察,进而优化决策过程和用户体验。未来,该方法还可以扩展到其他多模态任务,如情感识别和情感生成等。

📄 摘要(原文)

Multimodal sentiment analysis aims to infer affective states by integrating language, visual, and acoustic cues. However, real-world multimodal inputs are often incomplete or corrupted, which can weaken cross-modal complementarity and introduce misleading information into downstream fusion. Existing proxy-based methods for incomplete MSA commonly rely on one-shot proxy construction to compensate for degraded language information, but the generated proxy may be coarse or unreliable at initialization. Prematurely injecting such a proxy into multimodal reasoning can propagate initial errors and compromise sentiment prediction. To address this limitation, we propose an iterative proxy correction framework for robust incomplete MSA. Our method constructs a language-oriented proxy from non-language modalities and progressively refines it under multimodal context through gated residual correction. The corrected proxy is then adaptively fused with the observed language representation according to an estimated language reliability score, allowing the model to balance proxy-based compensation and trustworthy linguistic evidence. In addition, we introduce a stage-wise latent correction objective that uses the complete language representation as a training-time semantic anchor to stabilize the proxy refinement trajectory. Extensive experiments on MOSI, MOSEI, and SIMS under diverse missing-modality settings demonstrate that the proposed framework consistently outperforms competitive baselines and achieves robust sentiment prediction under incomplete inputs.