paper-with-me

홈 › Papers

Cross-Modal Augmentation for Few-Shot Multimodal Fake News Detection

2024-07-16 · Ye Jiang, Taihang Wang, Xiaoman Xu, Yimin Wang, Xingyi Song, Diana Maynard

The nascent topic of fake news requires automatic detection methods to quickly learn from limited annotated samples. Therefore, the capacity to rapidly acquire proficiency in a new task with limited guidance, also known as few-shot learning, is critical for detecting fake news in its early stages. Existing approaches either involve fine-tuning pre-trained language models which come with a large number of parameters, or training a complex neural network from scratch with large-scale annotated datasets. This paper presents a multimodal fake news detection model which augments multimodal features using unimodal features. For this purpose, we introduce Cross-Modal Augmentation (CMA), a simple approach for enhancing few-shot multimodal fake news detection by transforming n-shot classification into a more robust (n $\times$ z)-shot problem, where z represents the number of supplementary features. The proposed CMA achieves SOTA results over three benchmark datasets, utilizing a surprisingly simple linear probing method to classify multimodal fake news with only a few training samples. Furthermore, our method is significantly more lightweight than prior approaches, particularly in terms of the number of trainable parameters and epoch times. The code is available here: \url{https://github.com/zgjiangtoby/FND_fewshot}

📄 PDF Abstract BibTeX arXiv:2407.12880

Code (1)

zgjiangtoby/FND_fewshot 공식 구현 pytorch

Tasks

Fake News DetectionFew-Shot Learning

Similar Papers 제목 키워드 기반

Improving Generalization for Multimodal Fake News Detection

2023-05-29 · Sahar Tahmasebi, Sherzod Hakimov, Ralph Ewerth, Eric Müller-Budack

The increasing proliferation of misinformation and its alarming impact have motivated both industry and academia to develop approaches for fake news detection. However, state-of-the-art approaches are usually trained on …

Data AugmentationFake News DetectionMisinformation

Similarity-Aware Multimodal Prompt Learning for Fake News Detection

2023-04-09 · Ye Jiang, Xiaomin Yu, Yimin Wang, Xiaoman Xu 외

The standard paradigm for fake news detection mainly utilizes text information to model the truthfulness of news. However, the discourse of online fake news is typically subtle and it requires expert knowledge to use tex…

Fake News DetectionLanguage ModellingPrompt Learning

DeepfakeBench-MM: A Comprehensive Benchmark for Multimodal Deepfake Detection

2025-10-26 · Kangran Zhao, Yupeng Chen, Xiaoyu Zhang, Yize Chen 외 arxiv

The misuse of advanced generative AI models has resulted in the widespread proliferation of falsified data, particularly forged human-centric audiovisual content, which poses substantial societal risks (e.g., financial f…

DeepFake Detection

AMPLE: Emotion-Aware Multimodal Fusion Prompt Learning for Fake News Detection

2024-10-21 · Xiaoman Xu, Xiangrun Li, Taihang Wang, Ye Jiang

Detecting fake news in large datasets is challenging due to its diversity and complexity, with traditional approaches often focusing on textual features while underutilizing semantic and emotional elements. Current metho…

Fake News DetectionPrompt LearningSentiment Analysis

Investigating the Viability of Employing Multi-modal Large Language Models in the Context of Audio Deepfake Detection

2026-01-02 · Akanksha Chuchra, Shukesh Reddy, Sudeepta Mishra, Abhijit Das 외 arxiv

While Vision-Language Models (VLMs) and Multimodal Large Language Models (MLLMs) have shown strong generalisation in detecting image and video deepfakes, their use for audio deepfake detection remains largely unexplored.…

Audio Deepfake Detection