R 0
Case study · Drift & calibration audit · Anonymized

The variance collapse.

A production computer-vision model reported its estimates with striking consistency. Too striking. Today its owners know exactly how much of that confidence was real — because the distributions say so.

~2%
Variance in the model's outputs
~9%
Variance in the ground truth it was trained to match
20pp
Systematic offset found across unrelated object categories

The challenge

A production pipeline in physical-goods computer vision — cameras over a processing line, a regression model estimating a quantity that drives real commercial decisions. The model had been trained on expert annotations and validated against held-out labels. Its numbers looked clean. Its consistency was praised.

But the pipeline had a structural property nobody had priced in: it was a closed loop. The model learned from human judgments, was evaluated against human judgments, and shipped estimates no external instrument ever checked. Nothing outside the loop could confirm the numbers meant what everyone believed they meant.

Consistency was being mistaken for accuracy — and inside a closed loop, there is no way to tell them apart.

Item-level review couldn't answer the question. Any single estimate looked plausible. The doubt lived at a level no spot-check can reach: the shape of the model's behavior as a whole.

The approach

Instead of auditing predictions one by one, we audited them as a population. Every model output and every ground-truth label was treated as a sample from a distribution — and the two distributions were compared directly: spread, center, and shape, scored with the standard statistical distances (PSI, Kolmogorov–Smirnov, Wasserstein-1).

The question stopped being "is this estimate right?" — unanswerable inside the loop — and became "does the model's behavior have the same statistical signature as the reality it claims to describe?" That question, the distributions can answer.

Instrument 02 — The two distributions y = 0 — the reference line systematic offset — same direction, unrelated categories Model output σ ≈ 2% — agrees with itself Ground truth σ ≈ 9% — the reality it should match

The signature of a closed loop. A model trained on cloned judgment collapses toward its own mean — narrow, confident, and displaced. The width gap is the collapse; the displacement is the offset. Neither is visible one prediction at a time.

What the distributions said

Two findings, both invisible to item-level review.

First, the collapse. The model's outputs varied by roughly 2% while the ground truth it was trained to match varied by roughly 9%. The model wasn't estimating the quantity — it was regressing toward a safe center and reporting it with manufactured confidence. Four-and-a-half times less variance than reality is not precision. It is the absence of measurement.

Second, the offset. Across object categories with no anatomical or visual relationship to one another, estimates ran systematically low by a consistent margin — approaching twenty percentage points. Unrelated categories failing in the same direction rules out annotator idiosyncrasy. The cause was structural: a pipeline-level property, not a labeling error. That single distinction redirected the remediation from "retrain the annotators" to "repair the loop."

The outcome

  • 01A detection capability that did not previously exist. Variance collapse and systematic offset are now measurable properties of the pipeline, scored on every annotation export rather than discovered by accident.
  • 02A redirected remediation. Evidence of a structural cause moved the fix from annotator retraining to ground-truth expansion and loop repair — the difference between treating the symptom and the source.
  • 03An instrument left behind. The drift-monitoring stack built for the audit — PSI, KS, and Wasserstein across geometric and class distributions — now runs as standing infrastructure. The audit ended; the measurement didn't.
Facing a similar loop?
Request a drift audit
Next case study
The catch