paper-with-me

홈 › Papers

LKD-Net: Large Kernel Convolution Network for Single Image Dehazing

2022-09-05 · Pinjun Luo, GuoQiang Xiao, Xinbo Gao, Song Wu

The deep convolutional neural networks (CNNs)-based single image dehazing methods have achieved significant success. The previous methods are devoted to improving the network's performance by increasing the network's depth and width. The current methods focus on increasing the convolutional kernel size to enhance its performance by benefiting from the larger receptive field. However, directly increasing the size of the convolutional kernel introduces a massive amount of computational overhead and parameters. Thus, a novel Large Kernel Convolution Dehaze Block (LKD Block) consisting of the Decomposition deep-wise Large Kernel Convolution Block (DLKCB) and the Channel Enhanced Feed-forward Network (CEFN) is devised in this paper. The designed DLKCB can split the deep-wise large kernel convolution into a smaller depth-wise convolution and a depth-wise dilated convolution without introducing massive parameters and computational overhead. Meanwhile, the designed CEFN incorporates a channel attention mechanism into Feed-forward Network to exploit significant channels and enhance robustness. By combining multiple LKD Blocks and Up-Down sampling modules, the Large Kernel Convolution Dehaze Network (LKD-Net) is conducted. The evaluation results demonstrate the effectiveness of the designed DLKCB and CEFN, and our LKD-Net outperforms the state-of-the-art. On the SOTS indoor dataset, our LKD-Net dramatically outperforms the Transformer-based method Dehamer with only 1.79% #Param and 48.9% FLOPs. The source code of our LKD-Net is available at https://github.com/SWU-CS-MediaLab/LKD-Net.

📄 PDF Abstract BibTeX arXiv:2209.01788

Code (1)

swu-cs-medialab/lkd-net 공식 구현 pytorch

Tasks

Image DehazingSingle Image Dehazing

Methods 이 논문이 사용한 방법론

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…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

MixDehazeNet : Mix Structure Block For Image Dehazing Network

2023-05-28 · LiPing Lu, Qian Xiong, DuanFeng Chu, Bingrong Xu

Image dehazing is a typical task in the low-level vision field. Previous studies verified the effectiveness of the large convolutional kernel and attention mechanism in dehazing. However, there are two drawbacks: the mul…

Image Dehazing

Parallel Cross Strip Attention Network for Single Image Dehazing

2024-05-09 · Lihan Tong, Yun Liu, Tian Ye, Weijia Li 외

The objective of single image dehazing is to restore hazy images and produce clear, high-quality visuals. Traditional convolutional models struggle with long-range dependencies due to their limited receptive field size. …

Image DehazingSingle Image Dehazing

FAMED-Net: A Fast and Accurate Multi-scale End-to-end Dehazing Network

2019-06-11 · Jing Zhang, DaCheng Tao

Single image dehazing is a critical image pre-processing step for subsequent high-level computer vision tasks. However, it remains challenging due to its ill-posed nature. Existing dehazing models tend to suffer from mod…

Computational EfficiencyImage DehazingSingle Image Dehazing

Towards Domain Invariant Single Image Dehazing

2021-01-09 · Pranjay Shyam, Kuk-Jin Yoon, Kyung-Soo Kim

Presence of haze in images obscures underlying information, which is undesirable in applications requiring accurate environment information. To recover such an image, a dehazing algorithm should localize and recover affe…

Data AugmentationImage DehazingSingle Image Dehazing

Rethinking Performance Gains in Image Dehazing Networks

2022-09-23 · Yuda Song, Yang Zhou, Hui Qian, Xin Du

Image dehazing is an active topic in low-level vision, and many image dehazing networks have been proposed with the rapid development of deep learning. Although these networks' pipelines work fine, the key mechanism to i…

Image DehazingSingle Image Dehazing