paper-with-me

홈 › Papers

DAAD: Dynamic Analysis and Adaptive Discriminator for Fake News Detection

2024-08-20 · Xinqi Su, Yawen Cui, Ajian Liu, Xun Lin, Yuhao Wang, Haochen Liang, Wenhui Li, Zitong Yu

In current web environment, fake news spreads rapidly across online social networks, posing serious threats to society. Existing multimodal fake news detection (MFND) methods can be classified into knowledge-based and semantic-based approaches. However, these methods are overly dependent on human expertise and feedback, lacking flexibility. To address this challenge, we propose a Dynamic Analysis and Adaptive Discriminator (DAAD) approach for fake news detection. For knowledge-based methods, we introduce the Monte Carlo Tree Search (MCTS) algorithm to leverage the self-reflective capabilities of large language models (LLMs) for prompt optimization, providing richer, domain-specific details and guidance to the LLMs, while enabling more flexible integration of LLM comment on news content. For semantic-based methods, we define four typical deceit patterns: emotional exaggeration, logical inconsistency, image manipulation, and semantic inconsistency, to reveal the mechanisms behind fake news creation. To detect these patterns, we carefully design four discriminators and expand them in depth and breadth, using the soft-routing mechanism to explore optimal detection models. Experimental results on three real-world datasets demonstrate the superiority of our approach. The code will be available at: https://github.com/SuXinqi/DAAD.

📄 PDF Abstract BibTeX arXiv:2408.10883

Code (1)

suxinqi/daad 공식 구현

Tasks

Fake News DetectionImage Manipulation

Similar Papers 제목 키워드 기반

Adaptive Weighted Discriminator for Training Generative Adversarial Networks

2020-12-05 · CVPR 2021 1 · Vasily Zadorozhnyy, Qiang Cheng, Qiang Ye

Generative adversarial network (GAN) has become one of the most important neural network models for classical unsupervised machine learning. A variety of discriminator loss functions have been developed to train GAN's di…

Conditional Image GenerationGenerative Adversarial NetworkImage GenerationUnconditional Image Generation

Boosting Accuracy and Robustness of Student Models via Adaptive Adversarial Distillation

2023-01-01 · CVPR 2023 1 · Bo Huang, Mingyang Chen, Yi Wang, Junda Lu 외

Distilled student models in teacher-student architectures are widely considered for computational-effective deployment in real-time applications and edge devices. However, there is a higher risk of student models to …

Adversarial RobustnessKnowledge Distillation

ABCAS: Adaptive Bound Control of spectral norm as Automatic Stabilizer

2022-11-12 · Shota Hirose, Shiori Maki, Naoki Wada, Heming Sun 외

Spectral Normalization is one of the best methods for stabilizing the training of Generative Adversarial Network. Spectral Normalization limits the gradient of discriminator between the distribution between real data and…

Generative Adversarial Network

Improving the Training of Data-Efficient GANs via Quality Aware Dynamic Discriminator Rejection Sampling

2025-01-01 · CVPR 2025 1 · Zhaoyu Zhang, Yang Hua, Guanxiong Sun, Hui Wang 외

Data-Efficient Generative Adversarial Nets (DE-GANs) have become more and more popular in recent years. Existing methods apply data augmentation, noise injection and pre-trained models to maximumly increase the numbe…

Data Augmentation

MaCo-GAN: Manifold-Contrastive Adversarial Learning for Single Image Super-Resolution

2026-06-03 · Daeyoung Han, Seongmin Hwang, Moongu Jeon arxiv

Conventional Generative Adversarial Networks (GANs) for Single Image Super-Resolution (SISR) often struggle with hallucinated artifacts, largely because standard discriminators evaluate overall image naturalness rather t…

Image Super-Resolution