Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Error code:   UnexpectedError

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.

image
image
label
class label
0sample_001
0sample_001
1sample_002
1sample_002
2sample_003
2sample_003
3sample_004
3sample_004
4sample_005
4sample_005
5sample_006
5sample_006
6sample_007
6sample_007
7sample_008
7sample_008
8sample_009
8sample_009
9sample_010
9sample_010
10sample_011
10sample_011
11sample_012
11sample_012
12sample_013
12sample_013
13sample_014
13sample_014
14sample_015
14sample_015
15sample_016
15sample_016
16sample_017
16sample_017
17sample_018
17sample_018
18sample_019
18sample_019
19sample_020
19sample_020
20sample_021
20sample_021
21sample_022
21sample_022
22sample_023
22sample_023
23sample_024
23sample_024
24sample_025
24sample_025
25sample_026
25sample_026
26sample_027
26sample_027
27sample_028
27sample_028
28sample_029
28sample_029
29sample_030
29sample_030
30sample_031
30sample_031
31sample_032
31sample_032
32sample_033
32sample_033
33sample_034
33sample_034
34sample_035
34sample_035
35sample_036
35sample_036
36sample_037
36sample_037
37sample_038
37sample_038
38sample_039
38sample_039
39sample_040
39sample_040
40sample_041
40sample_041
41sample_042
41sample_042
42sample_043
42sample_043
43sample_044
43sample_044
44sample_045
44sample_045
45sample_046
45sample_046
46sample_047
46sample_047
47sample_048
47sample_048
48sample_049
48sample_049
49sample_050
49sample_050
End of preview.

license: apache-2.0

SICE Paired Low Light Image Enhancement Dataset

Overview

The SICE Paired dataset is derived from SICE Dataset Part1 available in the Awesome-Low-Light-Enhancement repository. This dataset is processed specifically for low-light image enhancement tasks by pairing under-exposed low-light input images with their corresponding ground truth images. It provides a standardized framework for training and evaluating models under challenging low-light conditions.

Dataset Composition

  • Training Set: Contains paired samples where each sample consists of a low-light input image and its corresponding ground truth image.
  • Test Set: Samples reserved for testing. For each sample, the low-light input image is selected based on the -1 EV exposure setting (i.e., the third image in a 7-image set or the fourth image in a 9-image set) and paired with its ground truth.

Folder Structure

The dataset is organized as follows:

SICE_Paired/ 
    β”œβ”€β”€ train/ 
        β”‚ └── samples/ # Paired samples for training 
            β”‚ β”œβ”€β”€ sample_001/ β”‚ 
                β”‚ β”œβ”€β”€ GT.jpg # Ground Truth image 
                β”‚ β”‚ └── Input.jpg # Low-Light input image (under-exposed) 
            β”‚ β”œβ”€β”€ sample_002/ β”‚ 
                β”‚ β”œβ”€β”€ GT.jpg β”‚ 
                β”‚ └── Input.jpg 
            β”‚ └── ... 

    └── test/ 
        └── samples/ # Paired samples for testing 
            β”œβ”€β”€ sample_001/ β”‚ 
                β”œβ”€β”€ GT.jpg β”‚ 
                └── Input.jpg 
            └── ...

Data Source and Processing

The dataset is constructed using SICE Dataset Part1 from the Awesome-Low-Light-Enhancement repository. Each original sample contains multiple exposure images along with a corresponding ground truth image in a dedicated label folder. The processing steps include:

  • Low-Light Image Selection:
    For each sample, the under-exposed image (i.e., the -1 EV image) is selected as the low-light input. Specifically, if a sample contains 7 images, the 3rd image is used; if 9 images, the 4th image is chosen.

  • Pairing with Ground Truth:
    The selected low-light image is paired with its corresponding ground truth image from the label folder.

  • Dataset Splitting:
    Samples are split into training, and test sets based on predefined indices, ensuring a standardized evaluation protocol.

Code Samples for Data Loading

  • For examples on how to build data loaders and perform preprocessing, see load_data_loaders.py.
  • For dataset loading and inspection examples, refer to load_dataset.py.

Citation

If you use this dataset in your research, please cite the following paper:

@article{Cai2018deep,
  title={Learning a Deep Single Image Contrast Enhancer from Multi-Exposure Images},
  author={Cai, Jianrui and Gu, Shuhang and Zhang, Lei},
  journal={IEEE Transactions on Image Processing},
  volume={27},
  number={4},
  pages={2049-2062},
  year={2018},
  publisher={IEEE}
}

Additionally, if you find the dataset card useful in your workflow, please consider citing the dataset card as follows:

@misc{SICE_paired_dataset_card,
  author       = {Omar Khater},
  title        = {SICE Paired Low Light Image Enhancement Dataset Card},
  howpublished = {\url{https://huggingface.co/datasets/okhater/SICE_paired}},
  year         = {2025},
  note         = {Dataset card curated for efficient access to the SICE Paired dataset}
}
Downloads last month
24