WeatherRemover: All-in-one Adverse Weather Removal with Multi-scale Feature Map Compression

arXiv cs.CV / 4/9/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The paper proposes WeatherRemover, a UNet-like image restoration model aimed at removing adverse weather effects such as rain, snow, and fog to improve downstream computer vision performance.
  • It combines a multi-scale pyramid vision Transformer with channel-wise attention from CNNs and linear spatial reduction to reduce the compute cost of attention.
  • Gating mechanisms are inserted into feed-forward and downsampling stages to suppress redundancy and selectively refine important information during restoration.
  • The authors emphasize efficiency trade-offs, claiming a lightweight model that balances restoration quality with lower parameter count, faster inference, and reduced memory usage compared with other multi-weather approaches.
  • The study is released on arXiv (v1) and includes publicly available source code via the provided GitHub repository.

Abstract

Photographs taken in adverse weather conditions often suffer from blurriness, occlusion, and low brightness due to interference from rain, snow, and fog. These issues can significantly hinder the performance of subsequent computer vision tasks, making the removal of weather effects a crucial step in image enhancement. Existing methods primarily target specific weather conditions, with only a few capable of handling multiple weather scenarios. However, mainstream approaches often overlook performance considerations, resulting in large parameter sizes, long inference times, and high memory costs. In this study, we introduce the WeatherRemover model, designed to enhance the restoration of images affected by various weather conditions while balancing performance. Our model adopts a UNet-like structure with a gating mechanism and a multi-scale pyramid vision Transformer. It employs channel-wise attention derived from convolutional neural networks to optimize feature extraction, while linear spatial reduction helps curtail the computational demands of attention. The gating mechanisms, strategically placed within the feed-forward and downsampling phases, refine the processing of information by selectively addressing redundancy and mitigating its influence on learning. This approach facilitates the adaptive selection of essential data, ensuring superior restoration and maximizing efficiency. Additionally, our lightweight model achieves an optimal balance between restoration quality, parameter efficiency, computational overhead, and memory usage, distinguishing it from other multi-weather models, thereby meeting practical application demands effectively. The source code is available at https://github.com/RICKand-MORTY/WeatherRemover.