DotCheck/vermeer-image-v14_2
Vermeer@14.2 (inhouse@14) is a still-image detector. It maps one photograph to an estimate (p \in [0,1]) of (P(\mathrm{AI})) at decision threshold (0.5).
The model is a pair stack: two views of the same raster, two frozen SigLIP 2 towers with LoRA, two linear heads, and a two-logit logistic combiner. It is not a single-view linear head. The previous public still repository vermeer-image-v12 remains an archive and is not overwritten by this release.
Reported numbers are class-conditional means and balanced accuracy on a fixed Layer A holdout. They are not a posterior over all generators, and they are not proof of authorship.
| Field | Value |
|---|---|
| Hub id | DotCheck/vermeer-image-v14_2 |
| Wire id | inhouse@14 |
| Public token | Vermeer@14.2 |
| Combiner artifact | siglip2_base_patch16_224_linear_head_v14_2.npz |
| Transport head | siglip2_base_patch16_224_linear_head_v13_14.npz (Vermeer 13.14) |
| Center head | siglip2_base_patch16_224_linear_head_v6_6.npz (Janssen 6.6) |
| Transport spine | siglip2_base_patch16_224_lora_v13_12.safetensors |
| Center spine | siglip2_base_patch16_224_lora_v6_6_vision.safetensors |
| Backbone | google/siglip2-base-patch16-224 (Apache-2.0) |
| Output | (p \in [0,1]) β estimated (P(\mathrm{AI})) |
| Serve | CPU FastAPI POST /v1/analyze-pair kind=still |
The two spines are shared with Muybridge@4.4. The still heads and the 14.2 combiner are specific to this repository.
Model description
Each still is encoded as two JPEG views (train = serve):
- Transport view. If (\max(W,H) > 256), downscale with Lanczos3 so the longer side is 256 pixels and aspect ratio is preserved. If (\max(W,H) \le 256), keep the native size (no upscale). No letterbox or pillarbox to a square. JPEG quality 70. Forward: LoRA spine 13.12 β linear head v13.14 β logit (z_V).
- Center view. Extract a (224 \times 224) crop from the geometric center of the original raster (the crop window is not resized). JPEG quality 85. Forward: LoRA spine 6.6 β linear head v6.6 β logit (z_J).
Images with (\min(W,H) < 224) are rejected; no center crop is invented.
The combiner is a logistic on the two logits (no extra hidden layer, no coef vector):
[ p = \sigma(w_V z_V + w_J z_J + b) ]
Locked 14.2 weights: (w = (0.7423,\ 0.5920)) (transport, center), (b = -0.25).
In this repo: README.md, LICENSE, NOTICE, CITATION.cff, the 14.2 combiner .npz, both still heads, and both spine safetensors.
Architecture
raster
reject if min(W, H) < 224
transport:
if max(W, H) > 256: downscale, max side = 256, aspect kept, Lanczos3
else: native size (no upscale)
JPEG q70, no square pad
β SigLIP 2 + LoRA 13.12 β head v13.14 β z_V
center:
224Γ224 crop at original-image center
JPEG q85
β SigLIP 2 + LoRA 6.6 β head v6.6 β z_J
p = Ο(0.7423 z_V + 0.5920 z_J β 0.25)
Inference
Each still is two frozen SigLIP 2 forwards (transport LoRA 13.12 and center LoRA 6.6), then the 14.2 logistic on the two logits. That is the pair stack, not a second opinion.
Open weights: the combiner .npz, still heads, and spines in this repository (Apache-2.0), used with the frozen SigLIP 2 backbone named above. This is not a transformers AutoModel package.
Product scoring: Check or Pro API.
Training data
Fit uses commercial-clean self-generated AI stills and a diversified mix of real photographs, with ordinary JPEG and resize stress. No non-commercial (NC) datasets.
The public evaluation set (Layer A) is disjoint from that fit:
| Class | Source | n |
|---|---|---|
| Real | Wikimedia Commons photographs | 197 |
| AI | held-out generators | 200 |
Protocol notes: eval/PAIR.md. Artifact names: PAIR_CARD_SCORES_v14_2.json, RULER_vermeer_v14_2.json.
Evaluation
Binary classification at threshold (0.5). Public claim = Layer A class-conditional mean (P(\mathrm{AI})) and balanced accuracy.
| Metric | n | Measured |
|---|---|---|
| mean (P(\mathrm{AI})) | real | 197 | 0.025 |
| mean (P(\mathrm{AI})) | AI | 200 | 0.983 |
| balanced accuracy | 0.9924 |
Internal diagnostic panels (25-family gold, 164 images per family; fal subset n=8) are below the public reporting floor and are not claimed here.
Intended use
- Reproduce the pair stack and the Layer A table.
- Research on still-image synthetic-media detection under this encoding.
Out of scope: generator attribution, authorship or legal determinations, and transformers AutoModel loading.
Limitations
- Layer A is one holdout (Wikimedia reals vs held-out AI, threshold 0.5). It is not a calibrated posterior over generators, cameras, or post-processes.
- Unseen generators, heavy JPEG, and social-platform re-encodes can shift scores relative to Layer A.
- The center view is a 224Γ224 crop of the original raster. Small or off-center subjects can be weakly represented there.
- The encoding is undefined for (\min(W,H) < 224); those stills have no score.
License
LICENSE β Apache License 2.0 for DotCheck heads and spines in this repository. Upstream backbone: NOTICE.
Citation
CITATION.cff Β· Vermeer@14.2 Β· wire inhouse@14 Β· https://dotcheck.ai/docs
Model tree for DotCheck/vermeer-image-v14_2
Base model
google/siglip2-base-patch16-224Collection including DotCheck/vermeer-image-v14_2
Evaluation results
- mean_P_AI_real on DotCheck Layer A still holdout (Wikimedia reals vs held-out AI)PAIR_CARD_SCORES_v14_2 / RULER_vermeer_v14_20.025
- mean_P_AI_ai on DotCheck Layer A still holdout (Wikimedia reals vs held-out AI)PAIR_CARD_SCORES_v14_2 / RULER_vermeer_v14_20.983
- balanced_accuracy on DotCheck Layer A still holdout (Wikimedia reals vs held-out AI)PAIR_CARD_SCORES_v14_2 / RULER_vermeer_v14_20.992