paper-with-me

홈 › Papers

MWFormer: Multi-Weather Image Restoration Using Degradation-Aware Transformers

2024-11-26 · Ruoxi Zhu, Zhengzhong Tu, Jiaming Liu, Alan C. Bovik, Yibo Fan

Restoring images captured under adverse weather conditions is a fundamental task for many computer vision applications. However, most existing weather restoration approaches are only capable of handling a specific type of degradation, which is often insufficient in real-world scenarios, such as rainy-snowy or rainy-hazy weather. Towards being able to address these situations, we propose a multi-weather Transformer, or MWFormer for short, which is a holistic vision Transformer that aims to solve multiple weather-induced degradations using a single, unified architecture. MWFormer uses hyper-networks and feature-wise linear modulation blocks to restore images degraded by various weather types using the same set of learned parameters. We first employ contrastive learning to train an auxiliary network that extracts content-independent, distortion-aware feature embeddings that efficiently represent predicted weather types, of which more than one may occur. Guided by these weather-informed predictions, the image restoration Transformer adaptively modulates its parameters to conduct both local and global feature processing, in response to multiple possible weather. Moreover, MWFormer allows for a novel way of tuning, during application, to either a single type of weather restoration or to hybrid weather restoration without any retraining, offering greater controllability than existing methods. Our experimental results on multi-weather restoration benchmarks show that MWFormer achieves significant performance improvements compared to existing state-of-the-art methods, without requiring much computational cost. Moreover, we demonstrate that our methodology of using hyper-networks can be integrated into various network architectures to further boost their performance. The code is available at: https://github.com/taco-group/MWFormer

📄 PDF Abstract BibTeX arXiv:2411.17226

Code (1)

taco-group/mwformer 공식 구현 pytorch

Tasks

Contrastive LearningImage Restoration

Methods 이 논문이 사용한 방법론

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…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

DA2Diff: Exploring Degradation-aware Adaptive Diffusion Priors for All-in-One Weather Restoration

2025-04-07 · Jiamei Xiong, Xuefeng Yan, Yongzhen Wang, Wei Zhao 외

Image restoration under adverse weather conditions is a critical task for many vision-based applications. Recent all-in-one frameworks that handle multiple weather degradations within a unified model have shown potential…

AllImage Restoration

Clear Nights Ahead: Towards Multi-Weather Nighttime Image Restoration

2025-05-22 · Yuetong Liu, Yunqiu Xu, Yang Wei, Xiuli Bi 외

Restoring nighttime images affected by multiple adverse weather conditions is a practical yet under-explored research problem, as multiple weather conditions often coexist in the real world alongside various lighting eff…

Image Restoration

Multi-weather Image Restoration via Domain Translation

2023-01-01 · ICCV 2023 1 · Prashant W. Patil, Sunil Gupta, Santu Rana, Svetha Venkatesh 외

Weather degraded conditions such as rain, haze, snow, etc. may degrade the performance of most computer vision systems. Therefore, effective restoration of multi-weather degraded images is an essential prerequisite f…

Image RestorationTranslation

AWRaCLe: All-Weather Image Restoration using Visual In-Context Learning

2024-08-30 · Sudarshan Rajagopalan, Vishal M. Patel

All-Weather Image Restoration (AWIR) under adverse weather conditions is a challenging task due to the presence of different types of degradations. Prior research in this domain relies on extensive training data but lack…

AllImage RestorationIn-Context Learning

WeatherCycle: Unpaired Multi-Weather Restoration via Color Space Decoupled Cycle Learning

2025-09-27 · Wenxuan Fang, Jiangwei Weng, Jianjun Qian, Jian Yang 외 arxiv

Unsupervised image restoration under multi-weather conditions remains a fundamental yet underexplored challenge. While existing methods often rely on task-specific physical priors, their narrow focus limits scalability a…

Image Restoration