ScratchSim: A Procedural Synthetic Data Pipeline for Surface Scratch Detection
Paper • 2607.27065 • Published
The dataset viewer should be available soon. Please retry later.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
All datasets below belong to the toy Ferrari car dataset and are organised by detector (LW-DETR, YOLO26) and by training regime (synthetic only, real only, infused = synthetic + scarce real).
| Detector | Regime | Background | Path |
|---|---|---|---|
| LW-DETR | Infused (synth + scarce real) | random | lwdetr/infusion_rb |
| LW-DETR | Infused (synth + scarce real) | white (WB) | lwdetr/infusion_wb |
| LW-DETR | Synthetic only | random | lwdetr/synth/synth_lwdetr_random_background.zip |
| LW-DETR | Synthetic only | white (WB) | lwdetr/synth/synth_lwdetr_white_background.zip |
| LW-DETR | Real only (scarce subsets) | real | lwdetr/real_scarce |
| LW-DETR | Real only (100 %) | real | lwdetr/real_scarce/synth_mixed_scarce_lwdetr_real100 |
| YOLO26 | Infused (synth + scarce real) | random | yolo26/synth_mixed_scarce_random_background.zip |
| YOLO26 | Infused (synth + scarce real) | white (WB) | yolo26/synth_scarce_white_background.zip |
| YOLO26 | Synthetic only | random | yolo26/synth_random_background.zip |
| YOLO26 | Synthetic only | white (WB) | yolo26/synth_white_background.zip |
| YOLO26 | Real only | real | yolo26/real_data_scratches.zip |
lwdetr/
├── infusion_rb/ # infused, random background
├── infusion_wb/ # infused, white background
├── real_scarce/ # real only (10 % / 25 % / 50 %)
│ └── synth_mixed_scarce_lwdetr_real100/ # real only (100 %)
└── synth/
├── synth_lwdetr_random_background.zip # synthetic only, random bg
└── synth_lwdetr_white_background.zip # synthetic only, white bg
yolo26/
├── synth_mixed_scarce_random_background.zip # infused, random background
├── synth_scarce_white_background.zip # infused, white background
├── synth_random_background.zip # synthetic only, random bg
├── synth_white_background.zip # synthetic only, white bg
└── real_data_scratches.zip # real only
random background (default) renders synthetic images on
randomised backgrounds; white background (WB) mimics the static white
backdrop of the real capture setup.Synth → Real) uses the synthetic only datasets for
pre-training and the real only dataset for the second stage.images/, labels/, data.yaml).If you use this dataset, please cite our paper:
@misc{kühn2026scratchsimproceduralsyntheticdata,
title={ScratchSim: A Procedural Synthetic Data Pipeline for Surface Scratch Detection},
author={Paul Julius Kühn and Saptarshi Neil Sinha and Tiago Kleist and Richard Hoffmann and Arjan Kuijper and Michael Weinmann},
year={2026},
eprint={2607.27065},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2607.27065},
}
Released under CC BY 4.0.