paper-with-me

Papers

Contrastive Learning for Compact Single Image Dehazing

2021-04-19 · CVPR 2021 1 · Haiyan Wu, Yanyun Qu, Shaohui Lin, Jian Zhou, Ruizhi Qiao, Zhizhong Zhang, Yuan Xie, Lizhuang Ma

Single image dehazing is a challenging ill-posed problem due to the severe information degeneration. However, existing deep learning based dehazing methods only adopt clear images as positive samples to guide the training of dehazing network while negative information is unexploited. Moreover, most of them focus on strengthening the dehazing network with an increase of depth and width, leading to a significant requirement of computation and memory. In this paper, we propose a novel contrastive regularization (CR) built upon contrastive learning to exploit both the information of hazy images and clear images as negative and positive samples, respectively. CR ensures that the restored image is pulled to closer to the clear image and pushed to far away from the hazy image in the representation space. Furthermore, considering trade-off between performance and memory storage, we develop a compact dehazing network based on autoencoder-like (AE) framework. It involves an adaptive mixup operation and a dynamic feature enhancement module, which can benefit from preserving information flow adaptively and expanding the receptive field to improve the network's transformation capability, respectively. We term our dehazing network with autoencoder and contrastive regularization as AECR-Net. The extensive experiments on synthetic and real-world datasets demonstrate that our AECR-Net surpass the state-of-the-art approaches. The code is released in https://github.com/GlassyWu/AECR-Net.

📄 PDF Abstract BibTeX arXiv:2104.09367

Code (10)

GlassyWu/AECR-Net 공식 구현 pytorch
2023-MindSpore-1/ms-code-16/tree/main/aecrnet mindspore
2023-MindSpore-1/ms-code-91 mindspore
Booooooooooo/AECRNet-MindSpore mindspore
Mind23-2/MindCode-6 mindspore
MindCode-4/code-10/tree/main/AGW mindspore
MindCode-4/code-14/tree/main/AECRNet mindspore
code-implementation1/Code2/tree/main/aecrnet mindspore
dmcv-ecnu/MindSpore_ModelZoo/tree/main/AECRNet mindspore
pwc-1/Paper-9/tree/main/3/AECRNet mindspore

Tasks

Contrastive LearningImage DehazingSingle Image Dehazing

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Restoring Vision in Hazy Weather with Hierarchical Contrastive Learning

2022-12-22 · Tao Wang, Guangpin Tao, Wanglong Lu, Kaihao Zhang 외

Image restoration under hazy weather condition, which is called single image dehazing, has been of significant interest for various computer vision applications. In recent years, deep learning-based methods have achieved…

Contrastive LearningImage DehazingImage RestorationSingle Image Dehazing+1

WTCL-Dehaze: Rethinking Real-world Image Dehazing via Wavelet Transform and Contrastive Learning

2024-10-07 · Divine Joseph Appiah, Donghai Guan, Abdul Nasser Kasule, Mingqiang Wei

Images captured in hazy outdoor conditions often suffer from colour distortion, low contrast, and loss of detail, which impair high-level vision tasks. Single image dehazing is essential for applications such as autonomo…

Autonomous DrivingContrastive LearningImage DehazingSingle Image Dehazing

Curricular Contrastive Regularization for Physics-aware Single Image Dehazing

2023-03-24 · CVPR 2023 1 · Yu Zheng, Jiahui Zhan, Shengfeng He, Junyu Dong 외

Considering the ill-posed nature, contrastive regularization has been developed for single image dehazing, introducing the information from negative images as a lower bound. However, the contrastive samples are nonconsen…

Image DehazingSingle Image Dehazing

DRACO-DehazeNet: An Efficient Image Dehazing Network Combining Detail Recovery and a Novel Contrastive Learning Paradigm

2024-10-18 · Gao Yu Lee, Tanmoy Dam, Md Meftahul Ferdaus, Daniel Puiu Poenar 외

Image dehazing is crucial for clarifying images obscured by haze or fog, but current learning-based approaches is dependent on large volumes of training data and hence consumed significant computational power. Additional…

Contrastive LearningImage Dehazing

Unpaired Deep Image Dehazing Using Contrastive Disentanglement Learning

2022-03-15 · Xiang Chen, Zhentao Fan, Pengpeng Li, Longgang Dai 외

We offer a practical unpaired learning based image dehazing network from an unpaired set of clear and hazy images. This paper provides a new perspective to treat image dehazing as a two-class separated factor disentangle…

Contrastive LearningDisentanglementImage DehazingImage Reconstruction+1