The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
LPR-MNIST
We introduce LPR-MNIST, a synthetic dataset replicating the key aspects of syntax evolution on vehicle license plates, as explored in ??. LPR-MNIST is a collection of 100,000 synthetic image-text pairs, generated by concatenating 5 black-and-white digits from MNIST, each padded to 32x32. 32 pixels of zero-padding are then randomly shared between the left and right sides of the assembled image to mimic the natural variability in the absolute position of characters on real plates. Thus, resulting images have a shape of 32x192. Labels are drawn from 00000
to 99999
such that each possible combination is represented once. For each digit in a given label, the MNIST image is then randomly picked among all instances of this digit.
Download
Dataset available at https://www-shadoc.irisa.fr/lpr-mnist-dataset/.
Protocols
The provided training, validation and test splits follow the 80/10/10% scheme. They purposely do not simulate any syntax shift so that the user can recreate any experiment from the paper and beyond. Creating a syntax tipping point is simply achieved by removing all samples with an arbitrary character in an arbitrary position during training. For instance, the main results in the paper are obtained by removing digit 9
in the leftmost position in training and validation splits. Meanwhile, the test split should be divided into source and target syntax where the chosen digit is absent and present in the chosen position, respectively. The target syntax part of the test split is therefore the most challenging for the model as it contains unseen syntax.
Citing the dataset
The dataset is introduced in the following publication. Use the following bibtex for citing the dataset:
??
License
This work, "LPR-MNIST", is adapted from "MNIST" by Yann LeCun and Corinna Cortes, used under CC BY-SA 3.0. "MNIST" itself is a derivative work from original "NIST" datasets. "LPR-MNIST" is licensed under CC BY-SA 4.0 by Florent Meyer.
- Downloads last month
- 38