CVAug 17, 2025

WXSOD: A Benchmark for Robust Salient Object Detection in Adverse Weather Conditions

arXiv:2508.12250v22 citationsh-index: 4Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a gap in robust salient object detection for applications in autonomous driving or surveillance, but it is incremental as it builds on existing SOD methods with a new dataset and baseline.

The paper tackles the problem of salient object detection in adverse weather conditions by introducing a new dataset, WXSOD, and a baseline method, WFANet, which outperforms 17 existing methods on this benchmark.

Salient object detection (SOD) in complex environments remains a challenging research topic. Most existing methods perform well in natural scenes with negligible noise, and tend to leverage multi-modal information (e.g., depth and infrared) to enhance accuracy. However, few studies are concerned with the damage of weather noise on SOD performance due to the lack of dataset with pixel-wise annotations. To bridge this gap, this paper introduces a novel Weather-eXtended Salient Object Detection (WXSOD) dataset. It consists of 14,945 RGB images with diverse weather noise, along with the corresponding ground truth annotations and weather labels. To verify algorithm generalization, WXSOD contains two test sets, i.e., a synthesized test set and a real test set. The former is generated by adding weather noise to clean images, while the latter contains real-world weather noise. Based on WXSOD, we propose an efficient baseline, termed Weather-aware Feature Aggregation Network (WFANet), which adopts a fully supervised two-branch architecture. Specifically, the weather prediction branch mines weather-related deep features, while the saliency detection branch fuses semantic features extracted from the backbone with weather features for SOD. Comprehensive comparisons against 17 SOD methods shows that our WFANet achieves superior performance on WXSOD. The code and benchmark results will be made publicly available at https://github.com/C-water/WXSOD

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes