Skip to content

Datasets

FeatureDIV2KLIU4K v1LIU4K v2UHD-IQA
Resolution2K4K4K–6K4K (3840×2160)
FormatPNG (lossless)PNG (lossless)PNG (lossless)JPEG (lossy)
Images (val)10080400~2000
Images (train)8008001600~4000
Size (val)449 MB1.3 GB15 GB~3.5 GB
Size (train)3.5 GB10 GB60 GB~7 GB
StorageDirect HTTPGoogle DriveGoogle DriveDirect HTTP
LicenseUnknownCC BY-NC-ND 4.0CC BY-NC-ND 4.0CC0
Post-processNoneNoneExtract multi-part zipsNone
  • Source: ETH Zurich Computer Vision Lab
  • Resolution: 2K (variable aspect ratios)
  • Format: PNG (lossless)
  • License: Unknown — check DIV2K website
  • IDs: div2k-valid (100 images, 449 MB), div2k-train (800 images, 3.5 GB)

Best for development and testing due to manageable size and direct HTTP download.

  • Source: Peking University — LIU4K Benchmark
  • Resolution: 4K
  • Format: PNG (lossless)
  • License: CC BY-NC-ND 4.0 (attribution required, non-commercial, no derivatives)
  • Storage: Google Drive (requires gdown)
  • IDs: liu4k-v1-valid (80 images, 1.3 GB), liu4k-v1-train (800 images, 10 GB)

Recommended for 4K research. Single-file zip archive, simpler than v2.

  • Source: Peking University — LIU4K v2
  • Resolution: 4K–6K (minimum 3K)
  • Format: PNG (lossless)
  • License: CC BY-NC-ND 4.0
  • Storage: Google Drive — multi-part zip archives by category
  • IDs: liu4k-v2-valid (400 images, 15 GB), liu4k-v2-train (1600 images, 60 GB)
  • Requires: 7z for multi-part zip extraction (pre-installed in dev container)

Larger and higher resolution than v1. Categories: Animal, Building, Capture, Mountain, Street.

  • Source: University of Konstanz — UHD-IQA Database
  • Resolution: UHD-1 (3840×2160)
  • Format: JPEG (lossy, sourced from Pixabay)
  • License: CC0 (Public Domain)
  • ID: uhd-iqa-full (6073 images, 10.7 GB)
  • Includes: Quality ratings (MOS) and metadata

Largest dataset by image count. However, JPEG source images contain pre-existing compression artifacts, making this dataset less suitable for unbiased format comparison. Best for large-scale testing and quality assessment research.

Use caseRecommended dataset
Development and testingdiv2k-valid — fast download, manageable size
4K format researchliu4k-v1-valid — lossless 4K, reasonable size
Large-scale 4K studyliu4k-v2-train — 1600 lossless images up to 6K
Scale testinguhd-iqa-full — 6000+ images (note: JPEG source)
Unbiased format comparisonDIV2K or LIU4K (lossless PNG, no pre-existing artifacts)

All datasets are stored under data/datasets/:

data/datasets/
├── DIV2K_valid/
├── DIV2K_train/
├── LIU4K_valid/
├── LIU4K_train/
└── UHD_IQA/