paper-with-me

Papers

Restoring Images in Adverse Weather Conditions via Histogram Transformer

2024-07-14 · Shangquan Sun, Wenqi Ren, Xinwei Gao, Rui Wang, Xiaochun Cao

Transformer-based image restoration methods in adverse weather have achieved significant progress. Most of them use self-attention along the channel dimension or within spatially fixed-range blocks to reduce computational load. However, such a compromise results in limitations in capturing long-range spatial features. Inspired by the observation that the weather-induced degradation factors mainly cause similar occlusion and brightness, in this work, we propose an efficient Histogram Transformer (Histoformer) for restoring images affected by adverse weather. It is powered by a mechanism dubbed histogram self-attention, which sorts and segments spatial features into intensity-based bins. Self-attention is then applied across bins or within each bin to selectively focus on spatial features of dynamic range and process similar degraded pixels of the long range together. To boost histogram self-attention, we present a dynamic-range convolution enabling conventional convolution to conduct operation over similar pixels rather than neighbor pixels. We also observe that the common pixel-wise losses neglect linear association and correlation between output and ground-truth. Thus, we propose to leverage the Pearson correlation coefficient as a loss function to enforce the recovered pixels following the identical order as ground-truth. Extensive experiments demonstrate the efficacy and superiority of our proposed method. We have released the codes in Github.

📄 PDF Abstract BibTeX arXiv:2407.10172

Code (1)

sunshangquan/Histoformer 공식 구현 pytorch

Tasks

Image Restoration

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Focus 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

Video Adverse-Weather-Component Suppression Network via Weather Messenger and Adversarial Backpropagation

2023-09-24 · ICCV 2023 1 · Yijun Yang, Angelica I. Aviles-Rivero, Huazhu Fu, Ye Liu 외

Although convolutional neural networks (CNNs) have been proposed to remove adverse weather conditions in single images using a single set of pre-trained weights, they fail to restore weather videos due to the absence of …

Decoder

Restoring Images Captured in Arbitrary Hybrid Adverse Weather Conditions in One Go

2023-05-17 · Ye-Cong Wan, Ming-Wen Shao, Yuan-Shuo Cheng, Yue-Xian Liu 외

Adverse conditions typically suffer from stochastic hybrid weather degradations (e.g., rainy and hazy night), while existing image restoration algorithms envisage that weather degradations occur independently, thus may f…

BenchmarkingImage Restoration

Multi-Weather Image Restoration via Histogram-Based Transformer Feature Enhancement

2024-09-10 · Yang Wen, Anyu Lai, Bo Qian, Hao Wang 외

Currently, the mainstream restoration tasks under adverse weather conditions have predominantly focused on single-weather scenarios. However, in reality, multiple weather conditions always coexist and their degree of mix…

Autonomous DrivingImage Restoration

Restoring Vision in Adverse Weather Conditions with Patch-Based Denoising Diffusion Models

2022-07-29 · Ozan Özdenizci, Robert Legenstein

Image restoration under adverse weather conditions has been of significant interest for various computer vision applications. Recent successful methods rely on the current progress in deep neural network architectural de…

DenoisingImage RestorationRaindrop RemovalRain Removal+1

Diffusion-Based Restoration for Multi-Modal 3D Object Detection in Adverse Weather

2025-12-15 · Zhijian He, Feifei Liu, Yuwei Li, Zhanpeng Luo 외 arxiv

Multi-modal 3D object detection is important for reliable perception in robotics and autonomous driving. However, its effectiveness remains limited under adverse weather conditions due to weather-induced distortions and …

3D Object DetectionAutonomous Driving