Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
checks: list<item: struct<dataset: string, reference_id: string, shared_splits: list<item: string>, eval_spl (... 223 chars omitted)
  child 0, item: struct<dataset: string, reference_id: string, shared_splits: list<item: string>, eval_split: string, (... 211 chars omitted)
      child 0, dataset: string
      child 1, reference_id: string
      child 2, shared_splits: list<item: string>
          child 0, item: string
      child 3, eval_split: string
      child 4, n: int64
      child 5, cosine_median: double
      child 6, cosine_min: double
      child 7, cosine_p01: double
      child 8, auroc_derived: double
      child 9, auroc_cached: double
      child 10, auroc_delta: double
      child 11, benchmark_auroc_delta: double
      child 12, cosine_ok: bool
      child 13, within_benchmark: bool
version: string
plan: string
git: struct<commit: string, dirty: bool>
  child 0, commit: string
  child 1, dirty: bool
builder: string
artifacts: list<item: struct<id: string, path: string, source_path: string, source_sha256: string, sha256: stri (... 888 chars omitted)
  child 0, item: struct<id: string, path: string, source_path: string, source_sha256: string, sha256: string, bytes:  (... 876 chars omitted)
      child 0, id: string
      child 1, path: string
      child 2, source_path: string
      child 3, source_sha256: string
      child 4, sha256: string
      child 5, bytes: int64
      child 6, kind: string
      child 7, space: string
      child 8, used_by: list<item:
...
5, vocab/antonyms: string
          child 6, projected/cnnspot: string
          child 7, projected/synthbuster-plus: string
      child 11, copied_at: timestamp[s]
      child 12, n_rows: int64
      child 13, columns: list<item: string>
          child 0, item: string
      child 14, shape: list<item: int64>
          child 0, item: int64
      child 15, dtype: string
      child 16, fingerprint: struct<row_norm_mean: double, row_norm_std: double, first_row_head: list<item: double>>
          child 0, row_norm_mean: double
          child 1, row_norm_std: double
          child 2, first_row_head: list<item: double>
              child 0, item: double
      child 17, split_counts: struct<train: int64, test: int64, validation: int64>
          child 0, train: int64
          child 1, test: int64
          child 2, validation: int64
      child 18, n_vocab: int64
      child 19, state_dict_keys: list<item: string>
          child 0, item: string
      child 20, content: struct<backbone: string, train_dataset: string, eval_dataset: string, input_dim: int64, val/auroc: d (... 96 chars omitted)
          child 0, backbone: string
          child 1, train_dataset: string
          child 2, eval_dataset: string
          child 3, input_dim: int64
          child 4, val/auroc: double
          child 5, mAP: double
          child 6, pooled_ap: double
          child 7, auroc: double
          child 8, real_pairing: string
          child 9, n_generators: int64
built_at: timestamp[s]
to
{'version': Value('string'), 'built_at': Value('timestamp[s]'), 'git': {'commit': Value('string'), 'dirty': Value('bool')}, 'plan': Value('string'), 'builder': Value('string'), 'artifacts': List({'id': Value('string'), 'path': Value('string'), 'source_path': Value('string'), 'source_sha256': Value('string'), 'sha256': Value('string'), 'bytes': Value('int64'), 'kind': Value('string'), 'space': Value('string'), 'used_by': List(Value('string')), 'provenance': Value('string'), 'derived_from': {'pooler/synthclic': Value('string'), 'pooler/cnnspot': Value('string'), 'projection/wp_l14_336': Value('string'), 'pooler/synthbuster-plus': Value('string'), 'projected/synthclic': Value('string'), 'vocab/antonyms': Value('string'), 'projected/cnnspot': Value('string'), 'projected/synthbuster-plus': Value('string')}, 'copied_at': Value('timestamp[s]'), 'n_rows': Value('int64'), 'columns': List(Value('string')), 'shape': List(Value('int64')), 'dtype': Value('string'), 'fingerprint': {'row_norm_mean': Value('float64'), 'row_norm_std': Value('float64'), 'first_row_head': List(Value('float64'))}, 'split_counts': {'train': Value('int64'), 'test': Value('int64'), 'validation': Value('int64')}, 'n_vocab': Value('int64'), 'state_dict_keys': List(Value('string')), 'content': {'backbone': Value('string'), 'train_dataset': Value('string'), 'eval_dataset': Value('string'), 'input_dim': Value('int64'), 'val/auroc': Value('float64'), 'mAP': Value('float64'), 'pooled_ap': Value('float64'), 'auroc': Value('float64'), 'real_pairing': Value('string'), 'n_generators': Value('int64')}})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              checks: list<item: struct<dataset: string, reference_id: string, shared_splits: list<item: string>, eval_spl (... 223 chars omitted)
                child 0, item: struct<dataset: string, reference_id: string, shared_splits: list<item: string>, eval_split: string, (... 211 chars omitted)
                    child 0, dataset: string
                    child 1, reference_id: string
                    child 2, shared_splits: list<item: string>
                        child 0, item: string
                    child 3, eval_split: string
                    child 4, n: int64
                    child 5, cosine_median: double
                    child 6, cosine_min: double
                    child 7, cosine_p01: double
                    child 8, auroc_derived: double
                    child 9, auroc_cached: double
                    child 10, auroc_delta: double
                    child 11, benchmark_auroc_delta: double
                    child 12, cosine_ok: bool
                    child 13, within_benchmark: bool
              version: string
              plan: string
              git: struct<commit: string, dirty: bool>
                child 0, commit: string
                child 1, dirty: bool
              builder: string
              artifacts: list<item: struct<id: string, path: string, source_path: string, source_sha256: string, sha256: stri (... 888 chars omitted)
                child 0, item: struct<id: string, path: string, source_path: string, source_sha256: string, sha256: string, bytes:  (... 876 chars omitted)
                    child 0, id: string
                    child 1, path: string
                    child 2, source_path: string
                    child 3, source_sha256: string
                    child 4, sha256: string
                    child 5, bytes: int64
                    child 6, kind: string
                    child 7, space: string
                    child 8, used_by: list<item:
              ...
              5, vocab/antonyms: string
                        child 6, projected/cnnspot: string
                        child 7, projected/synthbuster-plus: string
                    child 11, copied_at: timestamp[s]
                    child 12, n_rows: int64
                    child 13, columns: list<item: string>
                        child 0, item: string
                    child 14, shape: list<item: int64>
                        child 0, item: int64
                    child 15, dtype: string
                    child 16, fingerprint: struct<row_norm_mean: double, row_norm_std: double, first_row_head: list<item: double>>
                        child 0, row_norm_mean: double
                        child 1, row_norm_std: double
                        child 2, first_row_head: list<item: double>
                            child 0, item: double
                    child 17, split_counts: struct<train: int64, test: int64, validation: int64>
                        child 0, train: int64
                        child 1, test: int64
                        child 2, validation: int64
                    child 18, n_vocab: int64
                    child 19, state_dict_keys: list<item: string>
                        child 0, item: string
                    child 20, content: struct<backbone: string, train_dataset: string, eval_dataset: string, input_dim: int64, val/auroc: d (... 96 chars omitted)
                        child 0, backbone: string
                        child 1, train_dataset: string
                        child 2, eval_dataset: string
                        child 3, input_dim: int64
                        child 4, val/auroc: double
                        child 5, mAP: double
                        child 6, pooled_ap: double
                        child 7, auroc: double
                        child 8, real_pairing: string
                        child 9, n_generators: int64
              built_at: timestamp[s]
              to
              {'version': Value('string'), 'built_at': Value('timestamp[s]'), 'git': {'commit': Value('string'), 'dirty': Value('bool')}, 'plan': Value('string'), 'builder': Value('string'), 'artifacts': List({'id': Value('string'), 'path': Value('string'), 'source_path': Value('string'), 'source_sha256': Value('string'), 'sha256': Value('string'), 'bytes': Value('int64'), 'kind': Value('string'), 'space': Value('string'), 'used_by': List(Value('string')), 'provenance': Value('string'), 'derived_from': {'pooler/synthclic': Value('string'), 'pooler/cnnspot': Value('string'), 'projection/wp_l14_336': Value('string'), 'pooler/synthbuster-plus': Value('string'), 'projected/synthclic': Value('string'), 'vocab/antonyms': Value('string'), 'projected/cnnspot': Value('string'), 'projected/synthbuster-plus': Value('string')}, 'copied_at': Value('timestamp[s]'), 'n_rows': Value('int64'), 'columns': List(Value('string')), 'shape': List(Value('int64')), 'dtype': Value('string'), 'fingerprint': {'row_norm_mean': Value('float64'), 'row_norm_std': Value('float64'), 'first_row_head': List(Value('float64'))}, 'split_counts': {'train': Value('int64'), 'test': Value('int64'), 'validation': Value('int64')}, 'n_vocab': Value('int64'), 'state_dict_keys': List(Value('string')), 'content': {'backbone': Value('string'), 'train_dataset': Value('string'), 'eval_dataset': Value('string'), 'input_dim': Value('int64'), 'val/auroc': Value('float64'), 'mAP': Value('float64'), 'pooled_ap': Value('float64'), 'auroc': Value('float64'), 'real_pairing': Value('string'), 'n_generators': Value('int64')}})}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

CLIP-Cues — frozen input snapshot

Cached CLIP features and the checksummed inputs behind "Synthetic Image Detection with CLIP: Understanding and Assessing Predictive Cues" (Willi, Mathys & Graber). This repository holds no images: it is the set of frozen arrays that lets every number and figure in the paper be reproduced on a CPU in minutes, without re-extracting features from 33k photographs.

Code: https://github.com/marco-willi/clip-cues · Image datasets: synthclic · synthbuster-plus · cnnspot-small

Use it

git clone https://github.com/marco-willi/clip-cues.git && cd clip-cues
uv sync --extra all
make finalexp-fetch     # downloads this repo and verifies every file
make finalexp-all       # F1-F7 end to end, a few minutes on CPU

finalexp-fetch checks each file against release_manifest.json before anything loads it, so a truncated download or a swapped file fails loudly instead of silently changing a result.

Contents (289 MB, 20 artifacts)

path what
embeddings/pooler_l14/ frozen CLIP ViT-L/14-336 pooler_output, 1024-d — SynthCLIC (10815), SynthBuster+ (13999), CNNSpot (8000). The space the canonical detector D_h lives in
embeddings/projected_derived/ the same three corpora in the 768-d shared image–text space, after the single visual projection W_p
embeddings/cue_scores/ per-image × per-cue cosines against the 168 antonym cue directions
projection/ W_p, the 768×1024 CLIP visual projection matrix
vocabularies/ the 168 antonym cue directions (.npz) and their term list (.csv)
checkpoints/ the three published heads used as bridge targets
rankings/ detector-score rankings, so the montage figures rebuild without shipping pixels
reference/ regression anchors and the derived-vs-cached crosscheck

Governance files travel with the data: MANIFEST.md (every artifact with its sha256, shape, declared vector space, origin and consumers), manifest.json (the machine-readable form), and EXCLUDED.md — every plausible-but-wrong neighbour of a snapshot artifact, with the reason it is not used.

Format

Every array is an object-free .npz: it loads with allow_pickle=False, so nothing here executes code on download, and it is portable across Python versions. Embedding frames pack the metadata columns alongside the matrix (embeddings, columns, col__*):

import numpy as np
z = np.load("embeddings/pooler_l14/synthclic.npz", allow_pickle=False)
emb = z["embeddings"]                       # (10815, 1024) float32
split = z["col__split"]                     # train / validation / test
label = z["col__label"]                     # 1 = synthetic

release_manifest.json records two hashes per artifact: sha256 is the file as built — the provenance anchor every run_meta.json in the paper's experiment records cites — and release_sha256 is the distributed file, which is what a download is verified against. They differ exactly where converted is true.

Three things to carry into any table you build from this

  1. "mAP" is overloaded. The code's default is pooled AP over all test images; the paper's tables report per-generator mean AP. They are different numbers — state which one you mean.
  2. CNNSpot has two evaluation frames. The arrays here are the 4,000-image / 20-generator evaluation frame, a strict subset of the 108,310-image benchmark test split used by the appendix per-generator table.
  3. CNNSpot's source column is an evaluation subset, not a provenance. A real photograph filed under progan means the real half of the ProGAN evaluation subset — not that ProGAN produced it.

What is deliberately absent

Text embeddings written before 2026-07-17 are in a double-projected ("W²") space — a fixed bug — and are shape-identical to the correct ones, so they cannot be told apart by inspection. They are excluded here, and EXCLUDED.md names each one. Also absent: raw images (see the dataset repositories above), third-party detector weights, and the B/16–B/32 backbone caches.

Citation

@article{willi2026synthetic,
  title={Synthetic Image Detection with CLIP: Understanding and Assessing Predictive Cues},
  author={Willi, Marco and Mathys, Melanie and Graber, Michael},
  year={2026}
}

The MIT license covers these derived arrays and the accompanying code. The photographs they were computed from remain subject to their own licenses.

Downloads last month
45