You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PMS-Net: Robust Haze Removal Based on Patch Map for Single Images
2
+
3
+
Wei-Ting Chen, Jian-Jiun Ding, Sy-Yen Kuo
4
+
5
+
The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 11681-11689
6
+
7
+
In this paper, we proposed a novel haze removal algorithm based on a new feature called the patch map. Conventional patch-based haze removal algorithms (e.g. the Dark Channel prior) usually performs dehazing with a fixed patch size. However, it may produce several problems in recovered results such as oversaturation and color distortion. Therefore, in this paper, we designed an adaptive and automatic patch size selection model called the Patch Map Selection Network (PMS-Net) to select the patch size corresponding to each pixel. This network is designed based on the convolutional neural network (CNN), which can generate the patch map from the image to image. Experimental results on both synthesized and real-world hazy images show that, with the combination of the proposed PMS-Net, the performance in haze removal is much better than that of other state-of-the-art algorithms and we can address the problems caused by the fixed patch size.
8
+
proposed algorithm performs favorably against the stateof-the-art algorithms.
9
+
10
+
11
+
# Setup and environment
12
+
13
+
To generate the recovered result you need:
14
+
1. Python 3
15
+
2. Keras
16
+
3. CUDA >= 9.0
17
+
4. opencv-python
18
+
19
+
All the hazy inputs and recovered results are put in the "image" and "result" folder, respectively.
20
+
21
+
Run the test.py to generate recovered results
22
+
23
+
```
24
+
$ python test.py
25
+
```
26
+
The pretrained model can be downloaded from: https://drive.google.com/drive/folders/12cKqlfT7ckxwgB-xBdU5TF7Cc5-hssOg?usp=sharing
27
+
28
+
29
+
# Citations
30
+
Please cite this paper in your publications if it helps your research:
31
+
32
+
@inproceedings{chen2019pms,
33
+
title={PMS-Net: Robust Haze Removal Based on Patch Map for Single Images},
34
+
author={Chen, Wei-Ting and Ding, Jian-Jiun and Kuo, Sy-Yen},
35
+
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
0 commit comments