Database
LSSD
Large Scale Steganalysis Database — 2 million 256×256 JPEG images (colour or grayscale) built for deep-learning steganalysis, “into the wild”, under controlled conditions.
Access
Three ways to get the database and its various sizes:
Database content
LSSD images are developed from RAW images (sensor, before processing), then cropped and re-compressed to 256×256 JPEG.

grayscale

grayscale

colour

colour
These images come from six public RAW image databases:
| RAW source database | Images | Share |
|---|---|---|
| ALASKA 2 | 80,005 | 62.88% |
| Stego App | 24,120 | 18.96% |
| BOSS | 10,000 | 7.66% |
| RAISE | 8,156 | 6.41% |
| Wesaturate | 3,648 | 2.87% |
| Dresden | 1,491 | 1.23% |
Developed in cover and stego versions (JUNIWARD, 0.2 bpnzac), in JPEG and MAT formats, colour or grayscale, and in several sizes:
Example download command:
sh LSSD_download_script.sh -b LSSD_2M -t JPEG -c Color -n Cover
Purpose
LSSD was designed to study steganalysis with very large training databases and under controlled conditions. Controlling the development of RAW images (demosaicing, resizing, JPEG re-compression) makes it possible to isolate the factors that truly affect neural-network performance, and to get closer to realistic “into the wild” conditions.
Citation
If you use LSSD, please cite:
@inproceedings{ruiz2021lssd,
title = {LSSD: a Controlled Large JPEG Image Database for
Deep-Learning-based Steganalysis "into the Wild"},
author = {Ruiz, Hugo and Yedroudj, Mehdi and Chaumont, Marc
and Comby, Fr\'ed\'eric and Subsol, G\'erard},
booktitle = {Pattern Recognition. ICPR International Workshops
and Challenges (MMForWILD 2021)},
series = {LNCS},
volume = {12666},
publisher = {Springer},
year = {2021},
doi = {10.1007/978-3-030-68780-9_38}
}