Learning Real-World Image De-Weathering with Imperfect Supervision

Abstract

Real-world image de-weathering aims at removing various undesirable weather-related artifacts. Owing to the impossibility of capturing image pairs concurrently, existing real-world de-weathering datasets often exhibit inconsistent illumination, position, and textures between the ground-truth images and the input degraded images, resulting in imperfect supervision. Such non-ideal supervision negatively affects the training process of learning-based de-weathering methods. In this work, we attempt to address the problem with a unified solution for various inconsistencies. Specifically, inspired by information bottleneck theory, we first develop a Consistent Label Constructor (CLC) to generate a pseudo-label as consistent as possible with the input degraded image while removing most weather-related degradation. In particular, multiple adjacent frames of the current input are also fed into CLC to enhance the pseudo-label. Then we combine the original imperfect labels and pseudo-labels to jointly supervise the de-weathering model by the proposed Information Allocation Strategy (IAS). During testing, only the de-weathering model is used for inference. Experiments on two real-world de-weathering datasets show that our method helps existing de-weathering models achieve better performance. Code is available at https://github.com/1180300419/imperfect-deweathering.

Cite

Text

Liu et al. "Learning Real-World Image De-Weathering with Imperfect Supervision." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I4.28164

Markdown

[Liu et al. "Learning Real-World Image De-Weathering with Imperfect Supervision." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/liu2024aaai-learning-c/) doi:10.1609/AAAI.V38I4.28164

BibTeX

@inproceedings{liu2024aaai-learning-c,
  title     = {{Learning Real-World Image De-Weathering with Imperfect Supervision}},
  author    = {Liu, Xiaohui and Zhang, Zhilu and Wu, Xiaohe and Feng, Chaoyu and Wang, Xiaotao and Lei, Lei and Zuo, Wangmeng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3738-3746},
  doi       = {10.1609/AAAI.V38I4.28164},
  url       = {https://mlanthology.org/aaai/2024/liu2024aaai-learning-c/}
}