paper-with-me

Papers

TANet: Triplet Attention Network for All-In-One Adverse Weather Image Restoration

2024-10-10 · Hsing-Hua Wang, Fu-Jen Tsai, Yen-Yu Lin, Chia-Wen Lin

Adverse weather image restoration aims to remove unwanted degraded artifacts, such as haze, rain, and snow, caused by adverse weather conditions. Existing methods achieve remarkable results for addressing single-weather conditions. However, they face challenges when encountering unpredictable weather conditions, which often happen in real-world scenarios. Although different weather conditions exhibit different degradation patterns, they share common characteristics that are highly related and complementary, such as occlusions caused by degradation patterns, color distortion, and contrast attenuation due to the scattering of atmospheric particles. Therefore, we focus on leveraging common knowledge across multiple weather conditions to restore images in a unified manner. In this paper, we propose a Triplet Attention Network (TANet) to efficiently and effectively address all-in-one adverse weather image restoration. TANet consists of Triplet Attention Block (TAB) that incorporates three types of attention mechanisms: Local Pixel-wise Attention (LPA) and Global Strip-wise Attention (GSA) to address occlusions caused by non-uniform degradation patterns, and Global Distribution Attention (GDA) to address color distortion and contrast attenuation caused by atmospheric phenomena. By leveraging common knowledge shared across different weather conditions, TANet successfully addresses multiple weather conditions in a unified manner. Experimental results show that TANet efficiently and effectively achieves state-of-the-art performance in all-in-one adverse weather image restoration. The source code is available at https://github.com/xhuachris/TANet-ACCV-2024.

📄 PDF Abstract BibTeX arXiv:2410.08177

Code (1)

xhuachris/tanet-accv-2024 공식 구현 pytorch

Tasks

AllImage RestorationTriplet

Methods 이 논문이 사용한 방법론

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 설명 없음
Triplet Attention Triplet attention comprises of three branches each responsible for capturing crossdimension between the spatial dimensions and channel dimension of the input. Given an input…
Focus 설명 없음

Similar Papers 제목 키워드 기반

DA-RAW: Domain Adaptive Object Detection for Real-World Adverse Weather Conditions

2023-09-15 · Minsik Jeon, Junwon Seo, Jihong Min

Despite the success of deep learning-based object detection methods in recent years, it is still challenging to make the object detector reliable in adverse weather conditions such as rain and snow. For the robust perfor…

Contrastive LearningDomain AdaptationObjectobject-detection+2

Robust Adverse Weather Removal via Spectral-based Spatial Grouping

2025-07-30 · Yuhwan Jeong, Yunseo Yang, Youngho Yoon, Kuk-Jin Yoon arxiv

Adverse weather conditions cause diverse and complex degradation patterns, driving the development of All-in-One (AiO) models. However, recent AiO solutions still struggle to capture diverse degradations, since global fi…

Image RestorationEdge Detection

GridFormer: Residual Dense Transformer with Grid Structure for Image Restoration in Adverse Weather Conditions

2023-05-29 · Tao Wang, Kaihao Zhang, Ziqian Shao, Wenhan Luo 외

Image restoration in adverse weather conditions is a difficult task in computer vision. In this paper, we propose a novel transformer-based framework called GridFormer which serves as a backbone for image restoration und…

Image RestorationRain Removal

Pay "Attention" to Adverse Weather: Weather-aware Attention-based Object Detection

2022-04-22 · Saket S. Chaturvedi, Lan Zhang, Xiaoyong Yuan

Despite the recent advances of deep neural networks, object detection for adverse weather remains challenging due to the poor perception of some sensors in adverse weather. Instead of relying on one single sensor, multim…

object-detectionObject Detection

Exploring the Application of Large-scale Pre-trained Models on Adverse Weather Removal

2023-06-15 · Zhentao Tan, Yue Wu, Qiankun Liu, Qi Chu 외

Image restoration under adverse weather conditions (e.g., rain, snow and haze) is a fundamental computer vision problem and has important indications for various downstream applications. Different from early methods that…

Image RestorationRepresentation Learning