Owen718 / NightHazeFormer

ACM MM'23 | The office repository of NightHazeFormer: Single Nighttime Haze Removal Using Prior Query Transformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NightHazeFormer

This is the office repository of NightHazeFormer: Single Nighttime Haze Removal Using Prior Query Transformer, ACM MM 2023.

Authors: Yun Liu, Zhongsheng YanSixiang Chen, Tian YeWenqi RenErkang Chen.

Arxiv

1691480646690.png

Abstract

Nighttime image dehazing is a challenging task due to the presence of multiple types of adverse degrading effects including glow, haze, blur, noise, color distortion, and so on. However, most previous studies mainly focus on daytime image dehazing or partial degradations presented in nighttime hazy scenes, which may lead to unsatisfactory restoration results. In this paper, we propose an end-to-end transformer-based framework for nighttime haze removal, called NightHazeFormer. Our proposed approach consists of two stages: supervised pre-training and semi-supervised fine-tuning. During the pre-training stage, we introduce two powerful priors into the transformer decoder to generate the non-learnable prior queries, which guide the model to extract specific degradations. For the finetuning, we combine the generated pseudo ground truths with input real-world nighttime hazy images as paired images and feed into the synthetic domain to fine-tune the pre-trained model. This semisupervised fine-tuning paradigm helps improve the generalization to real domain. In addition, we also propose a large-scale synthetic dataset called UNREAL-NH, to simulate the real-world nighttime haze scenarios comprehensively. Extensive experiments on several synthetic and real-world datasets demonstrate the superiority of our NightHazeFormer over state-of-the-art nighttime haze removal methods in terms of both visually and quantitatively.

1691480677807.png

UNREAL-NH Dataset

BaiduDrive Link: https://pan.baidu.com/s/1a3kJOk2zgF3tCShEnqBQKQ [password:mm23]

1691480699776.png

REAL-NH-50 Dataset & Results

Original Images:

./REAL-NH_50.zip

Results:

./results_REAL-NH(50).zip

All Results: BaiduDrive Link: https://pan.baidu.com/s/1IlbW4aqFnkZKaC9jcYn2vA?pwd=h8b4 [password: h8b4]

TODO List

  • Release Synthetic UNREAL-NH Dataset
  • Release RealNH-50
  • Release Enhancement Results of NightHazeFormer

About

ACM MM'23 | The office repository of NightHazeFormer: Single Nighttime Haze Removal Using Prior Query Transformer