paper-with-me

Papers

SelfPromer: Self-Prompt Dehazing Transformers with Depth-Consistency

2023-03-13 · Cong Wang, Jinshan Pan, WanYu Lin, Jiangxin Dong, Xiao-Ming Wu

This work presents an effective depth-consistency self-prompt Transformer for image dehazing. It is motivated by an observation that the estimated depths of an image with haze residuals and its clear counterpart vary. Enforcing the depth consistency of dehazed images with clear ones, therefore, is essential for dehazing. For this purpose, we develop a prompt based on the features of depth differences between the hazy input images and corresponding clear counterparts that can guide dehazing models for better restoration. Specifically, we first apply deep features extracted from the input images to the depth difference features for generating the prompt that contains the haze residual information in the input. Then we propose a prompt embedding module that is designed to perceive the haze residuals, by linearly adding the prompt to the deep features. Further, we develop an effective prompt attention module to pay more attention to haze residuals for better removal. By incorporating the prompt, prompt embedding, and prompt attention into an encoder-decoder network based on VQGAN, we can achieve better perception quality. As the depths of clear images are not available at inference, and the dehazed images with one-time feed-forward execution may still contain a portion of haze residuals, we propose a new continuous self-prompt inference that can iteratively correct the dehazing model towards better haze-free image generation. Extensive experiments show that our method performs favorably against the state-of-the-art approaches on both synthetic and real-world datasets in terms of perception metrics including NIQE, PI, and PIQE.

📄 PDF Abstract BibTeX arXiv:2303.07033

Code (1)

supersupercong/selfpromer 공식 구현 pytorch

Tasks

Image DehazingImage Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Self-Augmented Unpaired Image Dehazing via Density and Depth Decomposition

2022-01-01 · CVPR 2022 1 · Yang Yang, Chaoyue Wang, Risheng Liu, Lin Zhang 외

To overcome the overfitting issue of dehazing models trained on synthetic hazy-clean image pairs, many recent methods attempted to improve models' generalization ability by training on unpaired data. Most of them sim…

Image Dehazing

Single Image Dehazing Using Scene Depth Ordering

2024-08-11 · Pengyang Ling, Huaian Chen, Xiao Tan, Yimeng Shan 외

Images captured in hazy weather generally suffer from quality degradation, and many dehazing methods have been developed to solve this problem. However, single image dehazing problem is still challenging due to its ill-p…

Computational EfficiencyImage DehazingSingle Image Dehazing

Depth Information Assisted Collaborative Mutual Promotion Network for Single Image Dehazing

2024-03-02 · CVPR 2024 1 · Yafei Zhang, Shen Zhou, Huafeng Li

Recovering a clear image from a single hazy image is an open inverse problem. Although significant research progress has been made, most existing methods ignore the effect that downstream tasks play in promoting upstream…

Depth EstimationImage DehazingSingle Image Dehazing

ProDehaze: Prompting Diffusion Models Toward Faithful Image Dehazing

2025-03-21 · Tianwen Zhou, Jing Wang, Songtao Wu, Kuanhong Xu

Recent approaches using large-scale pretrained diffusion models for image dehazing improve perceptual quality but often suffer from hallucination issues, producing unfaithful dehazed image to the original one. To mitigat…

HallucinationImage Dehazing

Efficient Unpaired Image Dehazing with Cyclic Perceptual-Depth Supervision

2020-07-10 · Chen Liu, Jiaqi Fan, Guosheng Yin

Image dehazing without paired haze-free images is of immense importance, as acquiring paired images often entails significant cost. However, we observe that previous unpaired image dehazing approaches tend to suffer from…

Image Dehazing