Preprints.ai
← All evidence pages
Layer 1 module

Image forensics

A first-pass scan for figure manipulation: duplicate regions, band shifts and splice patterns. The module produces flags for closer human inspection — not verdicts.

methodology only benchmarking pending requires full PDF

Methodology

The module rasterises figures from the PDF, segments candidate panels, and runs a small set of heuristics inspired by published image-forensics work and the ELIS toolkit:

Results

We do not yet publish precision or recall numbers for this module. Public benchmarks for academic image forensics are limited; the most-cited corpora (e.g. Bik et al.'s flagged-figure datasets) have known coverage and labelling caveats that complicate honest evaluation.

We will publish, when ready: number of preprints scanned, share that produced a finding at each severity level, and the agreement between the module's flags and human follow-up review on a sample.

What a finding here means. A flag is a request for a closer look, not a charge. Many duplications are legitimate (example panels, intentional reuse with citation). The module exists to direct attention, not to assign blame.

Caveats — what this doesn't measure

Code

Module: checks/layer1/image_forensics.py · ELIS-style helpers: checks/layer1/elis_unified.py.