WXSOD: A Benchmark for Robust Salient Object Detection in Adverse Weather Conditions
Quan Chen, Xiong Yang, Bolun Zheng, Rongfeng Lu, Xiaokai Yang, Qianyu Zhang, Yu Liu, Xiaofei Zhou
TL;DR
This work tackles robust salient object detection under adverse weather by introducing the WXSOD dataset, a large-scale RGB benchmark with synthetic and real weather noise labels. It also proposes WFANet, a dual-branch network that learns weather-specific noise representations in a weather-prediction branch and fuses them with semantic saliency features in a saliency-detection branch. Experiments against 17 SOD methods demonstrate WFANet achieves superior accuracy on both synthetic and real weather-noise data, highlighting the practical value of weather-aware representation learning. Together, WXSOD and WFANet provide a rigorous benchmark and a strong baseline for RGB SOD in adverse conditions, enabling targeted improvements in robustness and generalization.
Abstract
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
