Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen718 committed Aug 8, 2023
1 parent c9643e9 commit f0ab151
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# NightHazeFormer
This is the office repository of ***NightHazeFormer: Single Nighttime Haze Removal Using Prior Query Transformer***
This is the office repository of ***NightHazeFormer: Single Nighttime Haze Removal Using Prior Query Transformer, ACM MM 2023.***

**Authors: [Yun Liu](https://scholar.google.com/citations?user=9fjHp-EAAAAJ&hl=en), Zhongsheng Yan,[Sixiang Chen](https://scholar.google.com/citations?user=EtljKSgAAAAJ&hl=en), [Tian Ye](https://owen718.github.io)[Wenqi Ren](https://sites.google.com/view/wenqiren/homepage)[Erkang Chen](https://scholar.google.com/citations?user=hWo1RTsAAAAJ&hl=en).**

[Arxiv](https://arxiv.org/pdf/2305.09533.pdf)

![1691480646690.png](./img/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](./img/1691480677807.png)

![1691480632940.png](./img/1691480632940.png)



![1691480699776.png](./img/1691480699776.png)

## TODO List
- [ ] Release Dataset
- [ ] Release Enhancement Results of NightHazeFormer


Binary file added img/1691480632940.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1691480646690.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1691480677807.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1691480699776.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0ab151

Please sign in to comment.