VestigeForensics

Learn

False positives in AI image detection

A false positive is a real photo wrongly called AI, and it is the error that quietly destroys a verdict's value. Why the false-positive rate is the number that matters, and what capping it costs in detection power.

Published July 23, 2026

Ask most people what an AI image detector should do and they'll say "catch the fakes." Ask a forensic examiner and they'll worry about the other error first: the real photograph the detector wrongly calls AI. That mistake has a name, the false positive, and in almost every setting that matters it is the more expensive of the two. This article is about why, and about the number no honest detector should hide.

Two errors, and they are not equal

Every detector makes two kinds of mistake:

You can trade one for the other by moving the decision threshold, so a single "accuracy" figure tells you almost nothing until you know how that trade was made. The two errors also land differently depending on who is harmed. Flag a real family photo as synthetic in a fraud review, a news desk, or a courtroom, and you haven't made a small error; you've accused something authentic of being fake. That is the failure that ends trust in a method.

The base rate is why false positives dominate

Here is the part that surprises people. Even a low false-positive rate produces mostly false alarms when the thing you're hunting for is rare.

Imagine a moderation queue of 1,000 images, and suppose 20 of them are actually AI-generated (the exact numbers here are illustrative; the shape of the result is not). Run a detector calibrated to a 5% false-positive rate:

So the detector raises around 60 flags, and 49 of them, the clear majority, are false alarms on real photographs. The rarer the AI images in your pile, the worse this ratio gets. A detector's false-positive rate isn't a footnote to its accuracy; when the base rate is low, it is the thing that decides whether the output is usable at all.

This is why the first question to ask any detector is not "how many fakes does it catch?" but "how often does it cry wolf on real photos, and on what kind of real photos was that measured?"

The 0.5 trap

Most detectors output a score between 0 and 1 and leave you to pick a cutoff. The tempting default, 0.5, is where a lot of tools quietly fall apart on real-world images. Compression, resizing, and screenshotting scramble exactly the high-frequency statistical traces a detector reads, and an un-calibrated model often reads that damage as evidence of synthesis.

In our own benchmark, a well-known public detector run at its default 0.5 threshold flagged about 27% of genuine photographs as AI once they had been through a messenger re-encode. Nothing is wrong with that model's science; everything is wrong with using it at a threshold nobody calibrated for the images it's actually seeing.

How a false-positive rate gets capped

The alternative to a guessed threshold is a measured one. Our benchmark run (full_v4) scores 8,064 images across 8 conditions, because real images don't arrive clean; they arrive re-compressed, screenshotted, and re-shared. For each condition and each false-positive budget, the operating threshold is set so that every real source in the benchmark stays at or under the cap. The noisiest real source is the one that sets the bar.

That produces two verdict settings, and both are printed on the report itself:

The threshold is never the naive 0.5, and it is different for a clean file than for a screenshot of a WhatsApp image. A verdict without a stated false-positive cap and the condition it was measured under is not a measurement; it's a guess wearing a number.

What capping the false positives costs

Holding the false-positive rate down is not free, and you should hear the price from us. The detector's ranking quality under the hardest condition, a screenshot of a WhatsApp image, has an AUC of 0.933, which sounds excellent. But you can't act on a ranking; you need a threshold, and at a threshold that keeps false positives capped the honest detection numbers are lower:

The gap between the impressive AUC and those operating rates is the price of alarms you can defend. Every detector pays it; most quote the top number and go quiet about the rest. For the fuller picture of why one accuracy figure is usually a non-statement, see how accurate AI image detectors really are.

Why forensic work chooses the strict cap

If a flag might end up in front of someone paid to break it, the 1% cap is the one to use, and the trade-off is deliberate: fewer catches in exchange for alarms that hold. Two consequences follow directly from a capped false-positive rate, and neither should be buried:

  1. A flag is strong evidence. At the strict setting, a flagged image came from a process wrong about real photographs at most 1% of the time.
  2. "Not flagged" is not "real." A detector calibrated to protect real photos deliberately lets borderline AI images pass rather than inflate false alarms. Absence of a flag is absence of evidence, never a certificate of authenticity.

What a low false-positive rate still can't buy you

If you take one thing from this: a detector's honesty is legible in its false-positive rate. A tool that publishes the rate, the conditions it was measured under, and the detection power it costs is one you can reason about. A "99% accurate" badge with none of that is a slogan, and slogans don't survive scrutiny.

Stop guessing. Run the analysis.

Upload the image and read the full forensic report: calibrated verdict, thresholds, limits, hashes and all. Free trial, no card required.