Papers › Generated Images Are Easier to Forget: A Machine Unlearning Perspective for Synthetic...

Generated Images Are Easier to Forget: A Machine Unlearning Perspective for Synthetic Image Detection

1 Aug 2026arXiv:2608.00716added by Syntology

Jun Nie, Yonggang Zhang, Tongliang Liu, Yiu-ming Cheung, Bo Han, Xinmei Tian

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Robust detection of generated images is critical to counter the misuse of generative models. Existing methods primarily depend on learning from human-annotated training datasets, limiting their generalization to unseen distributions. In contrast, large-scale vision models (LVMs) pre-trained on web-scale datasets exhibit exceptional generalization power through exposure to diverse distributions, offering a transformative paradigm for this task. However, our experimental results reveal that LVMs pre-trained on natural-image-dominated data can effectively capture the features of both natural and generated images, yielding comparably low losses and thus limited discriminative capacity between them. This prompts a key question: When and how do LVMs exhibit different behaviors when capturing features of natural and generated images? This investigation reveals an insight: during unlearning, LVMs exhibit disparate forgetting dynamics with feature degradation for generated images escalating faster than natural ones. Inspired by the disparate dynamics, we introduce two detection methods: 1) data-free detection, which prunes model parameters to induce unlearning without data access, and 2) data-driven detection, which optimizes LVMs to unlearn knowledge tied to generated images. Extensive experiments conducted on various benchmarks demonstrate that our unlearning-based approach outperforms conventional detection methods. By recasting the detection task as a problem of machine unlearning, our work establishes a new paradigm for generated image detection.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.00716")

Code

Syntology Ran 15 of 15 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 10 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZhendongWang6/DIRE found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 15 ran; 1 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
10ran

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ZhendongWang6/DIRE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

approx_standard_normal_cdf ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/losses.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · cfd76fd0d89574a4 · report
args_list2dict ZhendongWang6/DIRE/utils/config.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · df5c01008896dc72 · report
conv1x1 ZhendongWang6/DIRE/networks/resnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 ZhendongWang6/DIRE/networks/resnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
discretized_gaussian_log_likelihood ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/losses.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · cd33283d615fb3d7 · report
get_network ZhendongWang6/DIRE/utils/utils.py found in paper text by Syntology ran no licence file found · pointer only · 8e88aa1370f2a213 · report
get_param_groups_and_shapes ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · e41367ad14ff58fd · report
make_master_params ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · e20dd5102da3b050 · report
normal_kl ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/losses.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · cf2798b666b231ca · report
reshape_image ZhendongWang6/DIRE/guided-diffusion/compute_dire.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 96f72e4f60a4cafc · report
resnet18 ZhendongWang6/DIRE/networks/resnet.py found in paper text by Syntology ran no licence file found · pointer only · 8a9a86cb02c105a9 · report
str2bool ZhendongWang6/DIRE/utils/config.py found in paper text by Syntology ran no licence file found · pointer only · 091785dedeaee8eb · report
str2list ZhendongWang6/DIRE/utils/config.py found in paper text by Syntology ran no licence file found · pointer only · 8e71ef5892d3daae · report
to_cuda ZhendongWang6/DIRE/utils/utils.py found in paper text by Syntology ran no licence file found · pointer only · c4aa7911b7273146 · report
unflatten_master_params ZhendongWang6/DIRE/guided-diffusion/guided_diffusion/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · 64fff1e30802b815 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.00716, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections