paper-with-me

홈 › Papers

Magic ELF: Image Deraining Meets Association Learning and Transformer

2022-07-21 · Kui Jiang, Zhongyuan Wang, Chen Chen, Zheng Wang, Laizhong Cui, Chia-Wen Lin

Convolutional neural network (CNN) and Transformer have achieved great success in multimedia applications. However, little effort has been made to effectively and efficiently harmonize these two architectures to satisfy image deraining. This paper aims to unify these two architectures to take advantage of their learning merits for image deraining. In particular, the local connectivity and translation equivariance of CNN and the global aggregation ability of self-attention (SA) in Transformer are fully exploited for specific local context and global structure representations. Based on the observation that rain distribution reveals the degradation location and degree, we introduce degradation prior to help background recovery and accordingly present the association refinement deraining scheme. A novel multi-input attention module (MAM) is proposed to associate rain perturbation removal and background recovery. Moreover, we equip our model with effective depth-wise separable convolutions to learn the specific feature representations and trade off computational complexity. Extensive experiments show that our proposed method (dubbed as ELF) outperforms the state-of-the-art approach (MPRNet) by 0.25 dB on average, but only accounts for 11.7\% and 42.1\% of its computational cost and parameters. The source code is available at https://github.com/kuijiang94/Magic-ELF.

📄 PDF Abstract BibTeX arXiv:2207.10455

Code (1)

kuijiang94/magic-elf 공식 구현 pytorch

Tasks

Rain Removal

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Dynamic Association Learning of Self-Attention and Convolution in Image Restoration

2023-11-09 · Kui Jiang, Xuemei Jia, Wenxin Huang, Wenbin Wang 외

CNNs and Self attention have achieved great success in multimedia applications for dynamic association learning of self-attention and convolution in image restoration. However, CNNs have at least two shortcomings: 1) lim…

DecoderImage RestorationRain Removal

Unsupervised Deraining: Where Contrastive Learning Meets Self-similarity

2022-03-22 · CVPR 2022 1 · Ye Yuntong, Yu Changfeng, Chang Yi, Zhu Lin 외

Image deraining is a typical low-level image restoration task, which aims at decomposing the rainy image into two distinguishable layers: the clean image layer and the rain layer. Most of the existing learning-based dera…

Contrastive LearningImage RestorationRain Removal

A Hybrid CNN-Transformer Architecture with Frequency Domain Contrastive Learning for Image Deraining

2023-08-07 · Cheng Wang, Wei Li

Image deraining is a challenging task that involves restoring degraded images affected by rain streaks.

Contrastive LearningRain Removal

SDNet: mutil-branch for single image deraining using swin

2021-05-31 · Fuxiang Tan, YuTing Kong, Yingying Fan, Feng Liu 외

Rain streaks degrade the image quality and seriously affect the performance of subsequent computer vision tasks, such as autonomous driving, social security, etc. Therefore, removing rain streaks from a given rainy image…

Autonomous DrivingRain RemovalSingle Image Deraining

Learning A Sparse Transformer Network for Effective Image Deraining

2023-03-21 · CVPR 2023 1 · Xiang Chen, Hao Li, Mingqiang Li, Jinshan Pan

Transformers-based methods have achieved significant performance in image deraining as they can model the non-local information which is vital for high-quality image reconstruction. In this paper, we find that most exist…

Image ReconstructionImage RestorationMixture-of-ExpertsRain Removal