[IEEE Access'25] CLEAR: An Efficient Low-Illumination Enhancement Method for Improved Visibility in Underwater Images
This repository contains the source code and supplementary materials for the paper titled CLEAR: An Efficient Low-Illumination Enhancement Method for Improved Visibility in Underwater Images. This research focuses on the visual enhancement of underwater images with low-illumination. The paper has been accepted for publication in IEEE Access.
- opencv-python == 4.9.0.80
- scikit-image == 0.22.0
- numpy == 1.24.3
- torch == 2.3.0+cu118
- Pillow == 10.2.0
- tqdm == 4.65.0
- natsort == 8.4.0
- torchvision == 0.18.0+cu118
To test the model, follow these steps:
-
Place your images to be enhanced in the ./1_Input directory.
-
Run the code with the following command:
python inference.py
-
The enhanced images will be saved in the ./2_Output directory.
If this work contributes to your research, we would appreciate it if you could cite our paper:
@article{perez2025clear,
title={CLEAR: An Efficient Low-Illumination Enhancement Method for Improved Visibility in Underwater Images},
author={Perez-Zarate, Ezequiel and Ramos-Soto, Oscar and Ramos-Frutos, Jorge and Oliva, Diego and P{\'e}rez-Cisneros, Marco},
journal={IEEE Access},
volume={13},
pages={187518-187537},
year={2025},
publisher={IEEE}
}