paper-with-me

홈 › Papers

Exploiting Global and Local Attentions for Heavy Rain Removal on Single Images

2021-04-16 · Dac Tung Vu, Juan Luis Gonzalez, Munchurl Kim

Heavy rain removal from a single image is the task of simultaneously eliminating rain streaks and fog, which can dramatically degrade the quality of captured images. Most existing rain removal methods do not generalize well for the heavy rain case. In this work, we propose a novel network architecture consisting of three sub-networks to remove heavy rain from a single image without estimating rain streaks and fog separately. The first sub-net, a U-net-based architecture that incorporates our Spatial Channel Attention (SCA) blocks, extracts global features that provide sufficient contextual information needed to remove atmospheric distortions caused by rain and fog. The second sub-net learns the additive residues information, which is useful in removing rain streak artifacts via our proposed Residual Inception Modules (RIM). The third sub-net, the multiplicative sub-net, adopts our Channel-attentive Inception Modules (CIM) and learns the essential brighter local features which are not effectively extracted in the SCA and additive sub-nets by modulating the local pixel intensities in the derained images. Our three clean image results are then combined via an attentive blending block to generate the final clean image. Our method with SCA, RIM, and CIM significantly outperforms the previous state-of-the-art single-image deraining methods on the synthetic datasets, shows considerably cleaner and sharper derained estimates on the real image datasets. We present extensive experiments and ablation studies supporting each of our method's contributions on both synthetic and real image datasets.

📄 PDF Abstract BibTeX arXiv:2104.08126

Code (0)

등록된 구현이 없습니다.

Tasks

Rain RemovalSingle Image Deraining

Similar Papers 제목 키워드 기반

NOAH: Learning Pairwise Object Category Attentions for Image Classification

2024-02-04 · Chao Li, Aojun Zhou, Anbang Yao

A modern deep neural network (DNN) for image classification tasks typically consists of two parts: a backbone for feature extraction, and a head for feature encoding and class predication. We observe that the head struct…

Classificationimage-classificationImage ClassificationMulti-Label Image Classification+1

Exploiting Inductive Bias in Transformer for Point Cloud Classification and Segmentation

2023-04-27 · Zihao Li, Pan Gao, Hui Yuan, Ran Wei 외

Discovering inter-point connection for efficient high-dimensional feature extraction from point coordinate is a key challenge in processing point cloud. Most existing methods focus on designing efficient local feature ex…

3D Object Classification3D Part SegmentationInductive BiasPoint Cloud Classification+1

SG-Former: Self-guided Transformer with Evolving Token Reallocation

2023-08-23 · ICCV 2023 1 · Sucheng Ren, Xingyi Yang, Songhua Liu, Xinchao Wang

Vision Transformer has demonstrated impressive success across various vision tasks. However, its heavy computation cost, which grows quadratically with respect to the token sequence length, largely limits its power in ha…

Mesh Graphormer

2021-04-01 · ICCV 2021 10 · Kevin Lin, Lijuan Wang, Zicheng Liu

We present a graph-convolution-reinforced transformer, named Mesh Graphormer, for 3D human pose and mesh reconstruction from a single image. Recently both transformers and graph convolutional neural networks (GCNNs) have…

3D Hand Pose Estimation3D Human Pose Estimation

Local-to-Global Self-Attention in Vision Transformers

2021-07-10 · Jinpeng Li, Yichao Yan, Shengcai Liao, Xiaokang Yang 외

Transformers have demonstrated great potential in computer vision tasks. To avoid dense computations of self-attentions in high-resolution visual data, some recent Transformer models adopt a hierarchical design, where se…

image-classificationImage ClassificationSemantic Segmentation