ExpoMotion
收藏资源简介:
ExpoMotion是一个用于多曝光融合的大规模基准数据集,专注于在静态场景中同时进行细节恢复和运动伪影抑制。它集成了受控运动、真实世界运动、极端光照环境和实验室设置的数据。数据集包含训练集(1,493个序列,带有真实值)、测试集1(受控运动,带有真实值,用于参考评估)和测试集2(真实世界运动,无真实值,用于无参考评估)。每个序列是一个包含JPG图像的子文件夹,其中训练集和测试集1使用0.jpg、1.jpg、2.jpg作为输入,HDR.jpg作为真实值。
ExpoMotion is a large-scale benchmark dataset for multi-exposure fusion, focusing on simultaneous detail restoration and motion artifact suppression in static scenes. It integrates data from controlled motion, real-world motion, extreme lighting environments, and laboratory settings. The dataset includes a training set (1,493 sequences with ground truth), Test Set 1 (controlled motion with ground truth for reference-based evaluation), and Test Set 2 (real-world motion without ground truth for no-reference evaluation). Each sequence is stored as a subfolder containing JPG images, where the training set and Test Set 1 use 0.jpg, 1.jpg, 2.jpg as input images and HDR.jpg as the ground truth.
数据集概述:ExpoMotion
ExpoMotion 是一个大规模的多曝光融合(Multi-Exposure Fusion, MEF)基准数据集,专注于同时实现细节恢复和运动伪影抑制。该数据集涵盖了受控运动、真实世界运动、极端光照环境以及实验室设置等多种场景。
数据集规模与划分
数据集共包含 1,493 个序列,划分为三个子集:
| 子集 | 运动类型 | 是否有真值 (GT) | 用途 |
|---|---|---|---|
training |
混合 | 有 (HDR.jpg) |
有监督训练 |
testing_1 |
受控运动 | 有 | 基于参考的评估(PSNR, SSIM, LPIPS 等) |
testing_2 |
真实世界运动 | 无 | 无参考推理 |
数据格式
- 每个序列为一个子文件夹,包含多张 JPG 格式的输入图像。
training和testing_1子集中,输入图像命名为0.jpg、1.jpg、2.jpg,真值图像为HDR.jpg。testing_2子集仅包含多张输入图像,无真值图像。
下载地址
数据集通过以下两个镜像提供(不包含在代码仓库中):
| 镜像 | 链接 | 提取码 |
|---|---|---|
| 百度网盘 | ExpoMotion.zip | EXPO |
| Google Drive | ExpoMotion.zip | — |
解压后,数据集文件结构如下:
DATA_ROOT/ ├── expomotion/ │ ├── training/ │ ├── testing_1/ │ └── testing_2/ └── expomotion_resize/ (可选,缩放版本)
相关引用
若使用该数据集或相关方法(HOP 网络),请引用以下论文:
bibtex @inproceedings{expo_motion_hop_2026, title = {ExpoMotion: A Large-Scale Benchmark and A Householder Projection Network for Multi-Exposure Fusion}, booktitle = {European Conference on Computer Vision (ECCV)}, year = {2026} }
相关链接
- 该数据集子集已被 NTIRE 2026 RAIM 挑战赛(Track 2) 采用:竞赛页面
- 基线代码:qulishen/RAIM-HDR
- 灵活的多帧 MEF 方法:qulishen/FreeMEF




