Search papers, labs, and topics across Lattice.
This paper presents a semi-supervised semantic segmentation pipeline for the CVPR 2026 UG2+ Challenge, leveraging the WeatherProof dataset for training under adverse weather conditions. The approach uses UniMatch V2 as a baseline and treats all degraded-weather images as unlabeled data for semi-supervised training. Test-time augmentation is applied during inference to enhance robustness and accuracy.
Surprisingly effective semantic segmentation in adverse weather can be achieved by treating degraded images as unlabeled data within a semi-supervised framework, even without external datasets.
This report presents our solution for the WeatherProof Dataset Challenge, namely CVPR 2026 8th UG2+ Challenge Track 2: Semantic Segmentation in Adverse Weather. For the semantic segmentation task under adverse weather conditions, we propose a semi-supervised segmentation pipeline. Our method is trained exclusively on the WeatherProof dataset, without using any additional external data. Specifically, we adopt UniMatch V2 as the baseline model and treat all degraded-weather images as unlabeled data for semi-supervised training, thereby fully exploiting the data distribution provided by the challenge. During inference, we further apply test-time augmentation to improve the robustness and segmentation accuracy of the final predictions. The code is publicly available at: https://github.com/ylb888/weatherproof-challenge-unimatchv2.