IDKiro / DehazeFormer

[IEEE TIP] Vision Transformers for Single Image Dehazing
MIT License
369 stars 35 forks source link

Issues about remote sensing image dehazing #1

Closed NothingToSay99 closed 2 years ago

NothingToSay99 commented 2 years ago

Great works! and whether you test the dehazing model on other remote sensing images except the ones in your RESHAZE datasets

IDKiro commented 2 years ago

Good question.

To be honest, both RESIDE and RS-Haze trained models (DehazeFormer and baselines) are less valid on real hazy images than on synthetic hazy images (especially the RESIDE outdoor). This is mainly because the actual degradation process is much more complicated than I=Jt+A(1-t). In addition, the sensor model of the satellite and the data pre-processing may also have a non-negligible effect on the dehazing performance.

RS-Haze is still more realistic than the synthetic hazy images from previous works, and the models trained on it are able to achieve visible dehazing effect on real hazy images, provided it is the same satellite and the images are properly preprocessed.

NothingToSay99 commented 2 years ago

Good question. To be honest, both RESIDE and RS-Haze trained models (DehazeFormer and baselines) are far less valid on real hazy images than on synthetic hazy images (especially the RESIDE outdoor). This is mainly because the actual degradation process is much more complicated than I=Jt+A(1-t). In addition, the sensor model of the satellite and the data pre-processing may also have a non-negligible effect on the dehazing performance. Of course, RS-Haze is still more realistic than the synthetic hazy images from previous works, and the models trained on it are able to achieve visible dehazing effect on real hazy images.

Yeeeeeeep.... I have tested on another remote sensing images, as you said, the results is not good. So....there may be a gap between realistic and synthetic data. And will you share your code which process the synthetic hazy images later?

IDKiro commented 2 years ago

I am so sorry. The code for the dataset synthesis was written by another author, who will be doing further research in the near future, so there is no plan for this until he is done. I think it is really key to increase the realism of the synthesis process, you can try to investigate.

IDKiro commented 2 years ago

I'll close this issue for now. If you have any other questions, please send me an email or reopen this issue.

NothingToSay99 commented 2 years ago

If you have any other questions, please send me an email, I'll close this issue for now.

ok, fine! Thanks for your reply and your excellent work.