paper-with-me

홈 › Papers

Dual-level Adaptive Incongruity-enhanced Model for Multimodal Sarcasm Detection

2025-01-07 · Neurocomputing 2025 1 · Qiaofeng Wu, Wenlong Fang, Weiyu Zhong, Fenghuan Li, Yun Xue, Bo Chen

Multimodal sarcasm detection leverages multimodal information, such as image, text, etc. to identify special instances whose superficial emotional expression is contrary to the actual emotion. Existing methods primarily focused on the incongruity between text and image information for sarcasm detection. Existing sarcasm methods in which the tendency of image encoders to encode similar images into similar vectors, and the introduction of noise in graph-level feature extraction due to negative correlations caused by the accumulation of GAT layers and the lack of representations for non-neighboring nodes. To address these limitations, we propose a Dual-Level Adaptive Incongruity-Enhanced Model (DAIE) to extract the incongruity between the text and image at both token and graph levels. At the token level, we bolster token-level contrastive learning with patch-based reconstructed image to capture common and specific features of images, thereby amplifying incongruities between text and images. At the graph level, we introduce adaptive graph contrast learning, coupled with negative pair similarity weights, to refine the feature representation of the model’s textual and visual graph nodes, while also enhancing the information exchange among neighboring nodes. We conduct experiments using a publicly available sarcasm detection dataset. The results demonstrate the effectiveness of our method, outperforming several state-of-the-art approaches by 3.33% and 4.34% on accuracy and F1 score, respectively.

📄 PDF Abstract BibTeX

Code (1)

Jorffy/DAIE 공식 구현 pytorch

Tasks

Contrastive LearningSarcasm Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

HCIG: A Hierarchical Cross-Modal Incongruity Graph Network for Multimodal Sarcasm and Cyberbullying Detection

2026-07-17 · Bhavana Verma, Priyanka Meel, Dinesh Kumar Vishwakarma arxiv

Multimodal sarcasm and cyberbullying detection remain challenging because the intended meaning often emerges from incongruity between textual and visual information rather than from either modality alone. Existing multim…

Multimodal Reasoning

Cross-Attention is Not Enough: Incongruity-Aware Dynamic Hierarchical Fusion for Multimodal Affect Recognition

2023-05-23 · Yaoting Wang, Yuanchao Li, Paul Pu Liang, Louis-Philippe Morency 외

Fusing multiple modalities has proven effective for multimodal information processing. However, the incongruity between modalities poses a challenge for multimodal fusion, especially in affect recognition. In this study,…

Emotion RecognitionMultimodal Sentiment AnalysisSentiment Analysis

IDO: Incongruity-aware Distribution Optimization for Multimodal Fake News Detection

2026-06-02 · Hengyang Zhou, Rongman Hong, Yuxuan Zhou, Jing Wang 외 arxiv

Multimodal fake news detection aims to identify the authenticity of news. Existing multimodal fake news detection methods mainly focus on cross-modal consistency, but often fail to explicitly model the semantic incongrui…

Contrastive LearningFake News Detection

Examining Modality Incongruity in Multimodal Federated Learning for Medical Vision and Language-based Disease Detection

2024-02-07 · Pramit Saha, Divyanshu Mishra, Felix Wagner, Konstantinos Kamnitsas 외

Multimodal Federated Learning (MMFL) utilizes multiple modalities in each client to build a more powerful Federated Learning (FL) model than its unimodal counterpart. However, the impact of missing modality in different …

Federated LearningImputation

Modelling Visual Semantics via Image Captioning to extract Enhanced Multi-Level Cross-Modal Semantic Incongruity Representation with Attention for Multimodal Sarcasm Detection

2024-08-05

Sarcasm is a type of irony, characterized by an inherent mismatch between the literal interpretation and the intended connotation. Though sarcasm detection in text has been extensively studied, there are situations in wh…

DescriptiveImage CaptioningLanguage ModellingSarcasm Detection