paper-with-me

Papers

Haze-Aware Attention Network for Single-Image Dehazing

2024-07-16 · Lihan Tong, Yun Liu, Weijia Li, Liyuan Chen, ErKang Chen

Single-image dehazing is a pivotal challenge in computer vision that seeks to remove haze from images and restore clean background details. Recognizing the limitations of traditional physical model-based methods and the inefficiencies of current attention-based solutions, we propose a new dehazing network combining an innovative Haze-Aware Attention Module (HAAM) with a Multiscale Frequency Enhancement Module (MFEM). The HAAM is inspired by the atmospheric scattering model, thus skillfully integrating physical principles into high-dimensional features for targeted dehazing. It picks up on latent features during the image restoration process, which gives a significant boost to the metrics, while the MFEM efficiently enhances high-frequency details, thus sidestepping wavelet or Fourier transform complexities. It employs multiscale fields to extract and emphasize key frequency components with minimal parameter overhead. Integrated into a simple U-Net framework, our Haze-Aware Attention Network (HAA-Net) for single-image dehazing significantly outperforms existing attention-based and transformer models in efficiency and effectiveness. Tested across various public datasets, the HAA-Net sets new performance benchmarks. Our work not only advances the field of image dehazing but also offers insights into the design of attention mechanisms for broader applications in computer vision.

📄 PDF Abstract BibTeX arXiv:2407.11505

Code (0)

등록된 구현이 없습니다.

Tasks

Image DehazingImage RestorationSingle Image Dehazing

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Dense Haze: A benchmark for image dehazing with dense-haze and haze-free images

2019-04-05 · Codruta O. Ancuti, Cosmin Ancuti, Mateu Sbert, Radu Timofte

Single image dehazing is an ill-posed problem that has recently drawn important attention. Despite the significant increase in interest shown for dehazing over the past few years, the validation of the dehazing methods r…

Image DehazingSingle Image Dehazing

LAP-Net: Level-Aware Progressive Network for Image Dehazing

2019-10-01 · ICCV 2019 10 · Yunan Li, Qiguang Miao, Wanli Ouyang, Zhenxin Ma 외

In this paper, we propose a level-aware progressive network (LAP-Net) for single image dehazing. Unlike previous multi-stage algorithms that generally learn in a coarse-to-fine fashion, each stage of LAP-Net learns diffe…

Image DehazingSingle Image Dehazing

SAD-Net: a full spectral self-attention detail enhancement network for single image dehazing

2025-04-07 · Scientific Reports 2025 4 · Qingjun Niu, Kun Wu, Jialu Zhang, Zhenqi Han, Lizhuang Liu

Single-image dehazing technology plays a significant role in video surveillance and intelligent transportation. However, existing dehazing methods using vanilla convolution only extract features in the temporal domai…

Image DehazingSingle Image Dehazing

Single Image Dehazing with An Independent Detail-Recovery Network

2021-09-22 · Yan Li, De Cheng, Jiande Sun, Dingwen Zhang 외

Single image dehazing is a prerequisite which affects the performance of many computer vision tasks and has attracted increasing attention in recent years. However, most existing dehazing methods emphasize more on haze r…

Image DehazingSingle Image Dehazing

LMHaze: Intensity-aware Image Dehazing with a Large-scale Multi-intensity Real Haze Dataset

2024-10-21 · Ruikun Zhang, Hao Yang, Yan Yang, Ying Fu 외

Image dehazing has drawn a significant attention in recent years. Learning-based methods usually require paired hazy and corresponding ground truth (haze-free) images for training. However, it is difficult to collect rea…

Image DehazingMambaMixture-of-Experts