Add dataset card and metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-to-image
4
+ ---
5
+
6
+ # MobileSpectralCCDataset
7
+
8
+ This dataset accompanies the paper [Leveraging Multispectral Sensors for Color Correction in Mobile Cameras](https://huggingface.co/papers/2512.08441), presented at CVPR 2026.
9
+
10
+ [Project Page](https://lucacogo.github.io/Mobile-Spectral-CC/) | [GitHub Repository](https://github.com/LucaCogo/Mobile-Spectral-CC)
11
+
12
+ ## Overview
13
+
14
+ The **MobileSpectralCCDataset** is a physically grounded synthetic dataset designed to support end-to-end color correction research using auxiliary multispectral (MS) sensors. It was constructed by aggregating and repurposing hyperspectral reflectance data from two publicly available datasets: [KAUST](https://fuqiangx.github.io/publication/li2021multispectral/) and [BJTU-UVA](https://arxiv.org/abs/2412.14925).
15
+
16
+ ### Key Features:
17
+ - **Sensor Simulation**: Includes simulated high-resolution RGB and low-resolution multispectral measurements across a wide range of illuminants and camera spectral sensitivities.
18
+ - **Ground Truth**: Color references are rendered under the standard D65 illuminant.
19
+ - **Geometric Inconsistency**: Includes a misaligned version of the data featuring spatial offsets and realistic warping transformations (derived from the Zurich dataset) to mimic real-world dual-sensor system alignments.
20
+
21
+ ## Dataset Structure
22
+
23
+ The dataset consists of pairs of high-resolution RGB images and auxiliary low-resolution MS images, along with their corresponding ground-truth color-corrected versions. For more details on the generation process, please refer to the [official GitHub repository](https://github.com/LucaCogo/Mobile-Spectral-CC).
24
+
25
+ ## Citation
26
+
27
+ If you use this dataset in your research, please cite:
28
+
29
+ ```bibtex
30
+ @inproceedings{leveraging2026cogo,
31
+ title={Leveraging Multispectral Sensors for Color Correction in Mobile Cameras},
32
+ author={Luca Cogo, Marco Buzzelli, Simone Bianco, Javier Vazquez-Corral, Raimondo Schettini},
33
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
34
+ year={2026}
35
+ }
36
+ ```