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:    ValueError
Message:      Invalid string class label vis-aware-anonymization-eval@7d892b5b18fe8971833a421c24597ec331559944
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, 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 129, 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 489, 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 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2368, in __iter__
                  example = _apply_feature_types_on_example(
                      example, self.features, token_per_repo_id=self.token_per_repo_id
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2285, in _apply_feature_types_on_example
                  encoded_example = features.encode_example(example)
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 2162, in encode_example
                  return encode_nested_example(self, example)
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1446, in encode_nested_example
                  {k: encode_nested_example(schema[k], obj.get(k), level=level + 1) for k in schema}
                      ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1469, in encode_nested_example
                  return schema.encode_example(obj) if obj is not None else None
                         ~~~~~~~~~~~~~~~~~~~~~^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1144, in encode_example
                  example_data = self.str2int(example_data)
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1081, in str2int
                  output = [self._strval2int(value) for value in values]
                            ~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 1102, in _strval2int
                  raise ValueError(f"Invalid string class label {value}")
              ValueError: Invalid string class label vis-aware-anonymization-eval@7d892b5b18fe8971833a421c24597ec331559944

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.

Evaluation Data for "Visibility-Aware Diffusion-Based Face Anonymization for Real-World Deployment" (ICPR 2026)

This dataset contains the input samples, sample manifests, and generated outputs used to produce the quantitative results reported in Tables 2, 3, and 4 of the paper. It is intended to let others reproduce the exact numbers reported in the paper, not to serve as a general-purpose dataset.

Code: vis-aware-diffusion-anonymization

Contents

COCO/
  input/                       # COCO input images used for evaluation (CC BY 4.0, redistributed here)
  dp2/                         # DeepPrivacy2 baseline outputs
  fams/                        # FAMS baseline outputs
  ours/                        # our pipeline's anonymized outputs

celeba/
  input.txt                    # filenames of the CelebA-HQ images used (see note below)
  dp2/                         # DeepPrivacy2 baseline outputs
  fams/                        # FAMS baseline outputs
  ours/                        # our pipeline's anonymized outputs

Note: celeba/ has no input/ folder — see below for why.

Why CelebA-HQ is provided as a filename list only

The CelebA/CelebA-HQ terms of use permit non-commercial research use but explicitly prohibit further redistribution of the images by third parties. To respect this, we do not re-host any CelebA-HQ images here. Instead, celeba/input.txt lists the exact filenames used in our evaluation. To reconstruct the input set, download CelebA-HQ from its official source and select the listed filenames.

COCO is released under CC BY 4.0, which permits redistribution with attribution, so the COCO input images are included directly in COCO/input/.

Sample counts

Evaluation was run on 947/1000 COCO images and 985/1000 CelebA-HQ images. The excluded images were cases where the face/person detector failed to localize a face in the input image, so no anonymization or downstream metric could be computed for them. All reported paper metrics are computed over these retained subsets, not the full 1000-image sets.

Running the provided evaluation scripts (quality_test.py, similarity_test.py, utility_test.py) against the outputs and manifests provided here reproduces the paper's reported numbers exactly.

Licensing

  • COCO images (COCO/input/): CC BY 4.0, original dataset by the COCO Consortium. See cocodataset.org for terms and attribution requirements.
  • CelebA-HQ: not redistributed; obtain from the official source under its own non-commercial research license.
  • Outputs (COCO/ours/, COCO/dp2/, COCO/fams/, celeba/ours/, celeba/dp2/, celeba/fams/): generated by us for this evaluation, released under the MIT License (matching the code repository). Note that DeepPrivacy2 and FAMS outputs were generated using the respective third-party methods; only the specific output images produced for this evaluation are shared here, under the same MIT terms, for reproducibility purposes.

Citation

If you use this data, please cite the paper:

@inproceedings{lahgazi2026visaware,
  title        = {Visibility-Aware Diffusion-Based Face Anonymization for Real-World Deployment},
  author       = {Lahgazi, Mohamed Jaouad and Tarel, Jean-Philippe},
  booktitle    = {International Conference on Pattern Recognition (ICPR)},
  year         = {2026},
  organization = {Springer}
}

and the original datasets:

@inproceedings{lin2014coco,
  title={Microsoft COCO: Common Objects in Context},
  author={Lin, Tsung-Yi and others},
  booktitle={ECCV},
  year={2014}
}

@inproceedings{karras2017progressive,
  title={Progressive Growing of GANs for Improved Quality, Stability, and Variation},
  author={Karras, Tero and Aila, Timo and Laine, Samuli and Lehtinen, Jaakko},
  booktitle={ICLR},
  year={2018}
}
Downloads last month
24