edw2n/ImageNet-ES-Diverse
๐ธ ImageNet-ES Diverse ImageNet-ES Diverse is a benchmark dataset of 192,000 real-world images captured with a physical camera in a controlled testbed (ES-Studio Diverse), under various sensor parameters and lighting conditions. It complements the original ImageNet-ES by introducing more diverse and realistic covariate shifts for robustness evaluation. This dataset is introduced in the ICLR 2025 paper: Adaptive Camera Sensor for Vision Models.๐ Read the paper (ICLR 2025)โฆ See the full description on the dataset page: https://huggingface.co/datasets/edw2n/ImageNet-ES-Diverse.
๐ธ ImageNet-ES Diverse
ImageNet-ES Diverse is a benchmark dataset of 192,000 real-world images captured with a physical camera in a controlled testbed (ES-Studio Diverse), under various sensor parameters and lighting conditions. It complements the original ImageNet-ES by introducing more diverse and realistic covariate shifts for robustness evaluation.
This dataset is introduced in the ICLR 2025 paper: Adaptive Camera Sensor for Vision Models. ๐ Read the paper (ICLR 2025) <img align="center" src="https://raw.githubusercontent.com/Edw2n/Lens/main/ImageNet-ES-Diverse-example.png" width="800">
๐๏ธ ImageNet-ES Diverse Strucuture
ImageNet-ES-Diverse
โโโ es-train (8K)
โ โโโ tin_no_resize_sample_removed
โ # 8K original validation samples of Tiny-ImageNet without references in ImageNet-ES
โโโ es-diverse-test (193K)
โโโ auto_exposure (30K) = 1K * 6 environments *5 shots
โโโ param_control (162K) = 1K * 6 environments * 27 shots
โโโ sampled_tin_no_resize2 # reference samples (1K)The main paper and the appendix detail the dataset specifications and present analyses on adaptive sensing and qualitative insights.
๐๏ธ ES-Studio Diverse
To address the limitations of existing robustness benchmarks, including ImageNet-ES, we customized ES-Studio into ES-Studio Diverse by replacing the reference display with printed images captured from a screen. While maintaining control over lighting and sensor parameters as in ES-Studio, this customized setup and broader lighting variations enable the collection of data that is complementary to ImageNet-ES.
<img align="center" src="https://raw.githubusercontent.com/Edw2n/Lens/main/ES-Studio-Diverse.png" width="400"> <img align="center" src="https://raw.githubusercontent.com/Edw2n/Lens/main/testbed-diverse-actual-.png" width="400">
๐ฅ๏ธ Download from terminal
To download the dataset directly from your terminal using `wget`:
wget https://huggingface.co/datasets/Edw2n/ImageNet-ES-Diverse/resolve/main/ImageNet-ES-Diverse.zip๐ More Exploration
Visit our paper repository: ๐ Lens GitHub Repository
๐ Citation
@inproceedings{
baek2025adaptive,
title={Adaptive Camera Sensor for Vision Models},
author={Eunsu Baek and Sung-hwan Han and Taesik Gong and Hyung-Sin Kim},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=He2FGdmsas}
}