Detecting Diffusion-generated Images via Dynamic Assembly ForestsDetecting Diffusion-generated Images via Dynamic Assembly Forests
TLDR
A new Dynamic Assembly Forest (DAF) model effectively detects diffusion-generated images, offering a lightweight, GPU-free alternative to DNNs.
Key contributions
- Introduces Dynamic Assembly Forest (DAF) for detecting AI-generated images.
- DAF is a lightweight, GPU-free model with significantly fewer parameters than DNNs.
- Achieves competitive image detection performance against existing deep learning methods.
- Offers a practical, resource-efficient solution for detecting diffusion-generated content.
Why it matters
This paper is crucial because it offers a practical, lightweight solution to detect high-quality AI-generated images, a growing security concern. By proposing DAF, it provides an efficient alternative to resource-intensive deep neural networks, making detection more accessible.
Original Abstract
Diffusion models are known for generating high-quality images, causing serious security concerns. To combat this, most efforts rely on deep neural networks (e.g., CNNs and Transformers), while largely overlooking the potential of traditional machine learning models. In this paper, we freshly investigate such alternatives and proposes a novel Dynamic Assembly Forest model (DAF) to detect diffusion-generated images. Built upon the deep forest paradigm, DAF addresses the inherent limitations in feature learning and scalable training, making it an effective diffusion-generated image detector. Compared to existing DNN-based methods, DAF has significantly fewer parameters, much lower computational cost, and can be deployed without GPUs, while achieving competitive performance under standard evaluation protocols. These results highlight the strong potential of the proposed method as a practical substitute for heavyweight DNN models in resource-constrained scenarios. Our code and models are available at https://github.com/OUC-VAS/DAF.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.