每天早上一封邮件,把昨天的 AI 梳理好订阅邮件

METAL LAB

Dynamic Gated Cross-Modal Fusion with Sarcastic-aware Contrastive Regularization for Multimodal Sarcasm Detection

arXiv:2608.199422026-08-21

文字和图片表面上看起来很搭,实则暗藏矛盾,这就是讽刺,这套AI能识别出来

识别图文帖子中讽刺意味的AI系统常常会被表面一致但实际含义相反的文字图片组合迷惑。这篇论文提出一个框架,能针对每条帖子动态判断文字和图片哪个更关键,并引入一种对比学习方法,把讽刺样本里的表面一致性当作陷阱而非真实证据来处理。在MMSD和MMSD2.0两个基准数据集上,该方法的表现持续超过现有的强基线模型。

他们做了什么

  1. 由于有些讽刺帖子主要靠文字线索,有些则靠图片矛盾,作者设计了一个动态门控融合模块,对文字和图片这两种模态的信息进行双向过滤,并针对每个样本单独调整两者的权重
  2. 讽刺类图文对常常字面上看起来一致,实际含义却相反,为此论文提出了SaCR(讽刺感知对比正则化),对非讽刺样本提高图文相似度、对讽刺样本则压低相似度,防止模型被表面一致性误导
  3. 使用预训练的视觉-语言模型CLIP提取文字和图像特征,再通过双向交叉注意力机制在数值层面加门控,过滤掉无用或有误导性的跨模态信号
  4. 整个模型通过多目标损失进行端到端训练,同时优化最终分类损失、文本/图像单模态辅助分类损失以及SaCR对比损失
  5. 在MMSD和MMSD2.0两个数据集上,该方法的F1分数均优于对比的基线模型;消融实验显示,去掉跨模态交互模块或动态融合门会导致性能下降最明显
Fig. 1: Illustrative examples of surface-level consistency masking underlying incongruity in multimodal sarcasm. (a) The text ”fun” and the hospital setting are semantically compatible but sentimentally contradictory. (b) The text ”no Jesus” and the cup image share a literal subject, yet convey ironic intent. Our method aims to capture such hidden incongruity beyond literal alignment.
Fig. 1: Illustrative examples of surface-level consistency masking underlying incongruity in multimodal sarcasm. (a) The text ”fun” and the hospital setting are semantically compatible but sentimentally contradictory. (b) The text ”no Jesus” and the cup image share a literal subject, yet convey ironic intent. Our method aims to capture such hidden incongruity beyond literal alignment.
TABLE I: Statistics of MMSD and MMSD2.0 datasets
DatasetSplitTotalSarcasticNon-sarcastic
MMSDTrain19,8168,64211,174
Val2,4109591,451
Test2,4099591,450
MMSD2.0Train19,8169,57610,240
Val2,4101,0421,368
Test2,4091,0371,372
Fig. 2: Illustration of the proposed framework for multimodal sarcasm detection
Fig. 2: Illustration of the proposed framework for multimodal sarcasm detection
TABLE II: Performance of selected baselines and our method(%).
ModalityMethodMMSDMMSD2.0
Acc.%P%R%F1%Acc.%P%R%F1%
TextTextCNN80.0374.2976.3975.3271.6164.6275.2269.52
SMSD80.9076.4675.1875.8273.5668.4571.5569.97
BERT83.6078.5082.5180.4576.5274.4873.0973.91
ImageResNet64.7654.4170.8061.5365.5061.1754.3957.58
ViT67.8357.9370.0763.4072.0265.2674.8369.72
MultimodalDIP89.5987.7686.5887.1780.9678.0277.5677.79
Multi-view CLIP88.3382.6688.6585.5585.6480.3388.2484.10
MoBA88.9682.8488.1285.4085.8380.4288.6784.34
G2SAM90.4887.9589.0288.4879.4372.0478.0778.07
TFCD89.5784.8389.4388.1386.5482.4687.9584.31
DGLF89.4385.8189.2787.5186.8281.9089.8585.69
LLaVA+RAG89.9789.2689.5889.4286.4387.0086.3086.34
ESAM90.1186.8789.5488.1985.8783.1286.0584.56
GPT-5.4 (zeroshot)71.0576.5175.5071.0172.8578.7975.7872.55
Ours92.6291.9692.8292.3389.6689.3689.7489.51
Fig. 3: Example of case study and visualization.
Fig. 3: Example of case study and visualization.
TABLE III: Experiment results of ablation study (%).
VariantMMSDMMSD2.0
Acc.%F1%Acc.%F1%
Full92.6292.3389.6689.36
w/o CMI87.9187.4285.1084.97
w/o BiXAtt (only v→t)87.4887.0381.8681.70
w/o BiXAtt (only t→v)81.8481.0780.5380.37
w/o VGate92.0891.7788.7188.59
w/o DFGate90.3589.8088.3488.28
w/o SaCR91.2891.0088.5488.49
w/o UniAux91.3190.9289.1689.03

为什么重要

任何需要从社交媒体帖子中读取语气或情感的系统(如内容审核、舆情分析、聊天机器人应答)如果漏掉被表面一致文字图片掩盖的讽刺,就可能完全误判说话人的真实意图,因此专门针对这一失效模式的方法具有直接的实用价值。文字图片表面一致却可能掩盖矛盾意图这一发现,也可能对讽刺检测之外的其他多模态理解任务有参考意义。

本文术语

  • 多模态讽刺检测(MSD) · 通过同时分析文字、图片等不同形式的内容来判断说话者是否在讽刺
  • CLIP · 一种预训练的视觉-语言模型,能把文字和图像映射到同一个可比较的空间
  • 门控(gate) · 一种可学习的机制,用0到1之间的数值控制信号通过的多少
  • 对比正则化 · 一种辅助训练方法,让相似的表示彼此靠近,不相似的表示彼此远离
  • Grad-CAM · 一种可视化技术,能显示模型做判断时主要依据图像的哪些区域

论文原文摘要(英文)

Multimodal sarcasm detection aims to identify sarcastic intent from multimodal content, where inconsistencies between literal meaning and contextual cues often signal irony. This task has attracted increasing research attention. However, accurate detection remains challenging due to instance-dependent modality contributions and misleading semantic consistency, where surface-level alignment masks underlying contradictory intent. Existing methods often rely on fixed fusion strategies and treat sarcasm as generic cross-modal mismatch, limiting their ability to capture subtle sarcasm cues and instance-specific modality interactions. To address these challenges, we propose a novel MSD framework that integrates Dynamic Gated Cross-Modal Fusion with Sarcastic-aware Contrastive Regularization (SaCR). Specifically, a bidirectional gated interaction module performs cross-modal feature filtering and adaptively calibrates textual and visual contributions at the instance level. A dynamic fusion gate further balances modality importance to generate more robust multimodal representations. Furthermore, SaCR is introduced as a label-aware contrastive regularization objective that encourages semantic consistency for non-sarcastic samples while suppressing misleading consistency in sarcastic cases. The proposed framework is trained end-to-end with a multi-objective learning strategy that jointly optimizes multimodal classification and auxiliary unimodal supervision. Extensive experiments on MMSD and MMSD2.0 demonstrate that the proposed method consistently outperforms strong baselines.

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

在 arXiv 阅读

最新论文

全部论文 →

METAL LAB 最新报道

图片来源: Hao Guo et al., arXiv:2608.19942, arxiv-nonexclusive