PolarFree: Polarization-based Reflection-free Imaging
Paper
β’
2503.18055
β’
Published
image
imagewidth (px) 2.45k
2.45k
|
|---|
PolarFree is a high-quality dataset designed for polarization-based reflection removal tasks, as introduced in the CVPR 2025 paper "PolarFree: Polarization-based Reflection-Free Imaging". The dataset aims to support tasks such as image reflection removal and image enhancement, particularly suitable for training and evaluating image enhancement models.ξ
The dataset is organized as follows:ξ
dataset/
βββ train/
β βββ scene_id/
β βββ input/
β β βββ 000_000.png
β β βββ 000_045.png
β β βββ ...
β βββ gt/
β βββ 000_000.png
β βββ 000_045.png
β βββ ...
βββ test/
β βββ scene_id/
β βββ input/
β β βββ 000_000.png
β β βββ 000_045.png
β β βββ ...
β βββ gt/
β βββ 000_000.png
β βββ 000_045.png
β βββ ...
{
"inputs": [
"input/scene_id/001_000.png",
"input/scene_id/001_045.png",
"input/scene_id/001_090.png",
"input/scene_id/001_rgb.png"
],
"gt": [
"gt/scene_id/000_000.png",
"gt/scene_id/000_045.png",
"gt/scene_id/000_090.png",
"gt/scene_id/000_rgb.png"
]
}
The training and testing data are all available! If you want raw images, please contact me via [email protected].
If you use the PolarFree dataset in your research, please cite the following paper:ξ
@inproceedings{polarfree2025,
title={PolarFree: Polarization-based Reflection-Free Imaging},
author={Yao, Mingde and Wang, Menglu and Tam, King-Man and Li, Lingen and Xue, Tianfan and Gu, Jinwei},
booktitle={CVPR},
year={2025}
}
For more information, please visit the project page: