paper-with-me

Papers

T-Net: Deep Stacked Scale-Iteration Network for Image Dehazing

2021-06-05 · Lirong Zheng, Yanshan Li, Kaihao Zhang, Wenhan Luo

Hazy images reduce the visibility of the image content, and haze will lead to failure in handling subsequent computer vision tasks. In this paper, we address the problem of image dehazing by proposing a dehazing network named T-Net, which consists of a backbone network based on the U-Net architecture and a dual attention module. And it can achieve multi-scale feature fusion by using skip connections with a new fusion strategy. Furthermore, by repeatedly unfolding the plain T-Net, Stack T-Net is proposed to take advantage of the dependence of deep features across stages via a recursive strategy. In order to reduce network parameters, the intra-stage recursive computation of ResNet is adopted in our Stack T-Net. And we take both the stage-wise result and the original hazy image as input to each T-Net and finally output the prediction of clean image. Experimental results on both synthetic and real-world images demonstrate that our plain T-Net and the advanced Stack T-Net perform favorably against the state-of-the-art dehazing algorithms, and show that our Stack T-Net could further improve the dehazing effect, demonstrating the effectiveness of the recursive strategy.

📄 PDF Abstract BibTeX arXiv:2106.02809

Code (0)

등록된 구현이 없습니다.

Tasks

Image Dehazing

Methods 이 논문이 사용한 방법론

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…
Batch Normalization 설명 없음
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…
Residual Connection 설명 없음
Average Pooling 설명 없음
U-Net 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Learning Deep Priors for Image Dehazing

2019-10-01 · ICCV 2019 10 · Yang Liu, Jinshan Pan, Jimmy Ren, Zhixun Su

Image dehazing is a well-known ill-posed problem, which usually requires some image priors to make the problem well-posed. We propose an effective iteration algorithm with deep CNNs to learn haze-relevant priors for imag…

Image Dehazing

Iterative Predictor-Critic Code Decoding for Real-World Image Dehazing

2025-03-17 · CVPR 2025 1 · Jiayi Fu, Siyu Liu, Zikun Liu, Chun-Le Guo 외

We propose a novel Iterative Predictor-Critic Code Decoding framework for real-world image dehazing, abbreviated as IPC-Dehaze, which leverages the high-quality codebook prior encapsulated in a pre-trained VQGAN. Apart f…

Image Dehazing

Fooling the Image Dehazing Models by First Order Gradient

2023-03-30 · Jie Gui, Xiaofeng Cong, Chengwei Peng, Yuan Yan Tang 외

The research on the single image dehazing task has been widely explored. However, as far as we know, no comprehensive study has been conducted on the robustness of the well-trained dehazing models. Therefore, there is no…

Adversarial AttackImage DehazingSingle Image Dehazing

TSNet:A Two-stage Network for Image Dehazing with Multi-scale Fusion and Adaptive Learning

2024-04-03 · Xiaolin Gong, Zehan Zheng, Heyuan Du

Image dehazing has been a popular topic of research for a long time. Previous deep learning-based image dehazing methods have failed to achieve satisfactory dehazing effects on both synthetic datasets and real-world data…

Image Dehazing

Enhanced Pix2pix Dehazing Network

2019-06-01 · CVPR 2019 6 · Yanyun Qu, Yizi Chen, Jingying Huang, Yuan Xie

In this paper, we reduce the image dehazing problem to an image-to-image translation problem, and propose Enhanced Pix2pix Dehazing Network (EPDN), which generates a haze-free image without relying on the physical sca…

Generative Adversarial NetworkImage DehazingImage-to-Image TranslationSSIM+1