defense 2026

R$^2$BD: A Reconstruction-Based Method for Generalizable and Efficient Detection of Fake Images

Qingyu Liu 1, Zhongjie Ba 1, Jianmin Guo 2, Qiu Wang 1, Zhibo Wang 1, Jie Shi 2, Kui Ren 1

0 citations · 48 references · arXiv

α

Published on arXiv

2601.08867

Output Integrity Attack

OWASP ML Top 10 — ML09

Key Finding

R²BD achieves 22x faster inference than existing reconstruction-based detectors and outperforms state-of-the-art methods by an average of 13.87% in cross-dataset evaluations across diverse generative paradigms

R²BD

Novel technique introduced


Recently, reconstruction-based methods have gained attention for AIGC image detection. These methods leverage pre-trained diffusion models to reconstruct inputs and measure residuals for distinguishing real from fake images. Their key advantage lies in reducing reliance on dataset-specific artifacts and improving generalization under distribution shifts. However, they are limited by significant inefficiency due to multi-step inversion and reconstruction, and their reliance on diffusion backbones further limits generalization to other generative paradigms such as GANs. In this paper, we propose a novel fake image detection framework, called R$^2$BD, built upon two key designs: (1) G-LDM, a unified reconstruction model that simulates the generation behaviors of VAEs, GANs, and diffusion models, thereby broadening the detection scope beyond prior diffusion-only approaches; and (2) a residual bias calculation module that distinguishes real and fake images in a single inference step, which is a significant efficiency improvement over existing methods that typically require 20$+$ steps. Extensive experiments on the benchmark from 10 public datasets demonstrate that R$^2$BD is over 22$\times$ faster than existing reconstruction-based methods while achieving superior detection accuracy. In cross-dataset evaluations, it outperforms state-of-the-art methods by an average of 13.87\%, showing strong efficiency and generalization across diverse generative methods. The code and dataset used for evaluation are available at https://github.com/QingyuLiu/RRBD.


Key Contributions

  • G-LDM: a unified reconstruction model that simulates generation behavior of VAEs, GANs, and diffusion models, broadening detection scope beyond diffusion-only prior work
  • Residual bias calculation module enabling single-step fake/real discrimination, replacing the 20+ step inversion-and-reconstruction pipeline of existing methods
  • 22x speed improvement over existing reconstruction-based detectors with 13.87% average gain in cross-dataset generalization over SOTA

🛡️ Threat Analysis

Output Integrity Attack

R²BD is a novel detection framework specifically for AI-generated (fake) image detection — a canonical ML09 output integrity / content authenticity contribution. The paper proposes new detection architecture (G-LDM + residual bias module), not merely applying existing detectors to a new domain.


Details

Domains
visiongenerative
Model Types
diffusiongan
Threat Tags
inference_time
Datasets
10 public AIGC/deepfake datasets (benchmark aggregation)
Applications
fake image detectiondeepfake detectionaigc detection