Precipitation Prediction Using an Ensemble of Lightweight Learners
Xinzhe Li, Sun Rui, Yiming Niu, Yao Liu
TL;DR
This work tackles the challenge of precipitation prediction under sparse high-rain events and heterogeneous spatiotemporal patterns by building an ensemble of lightweight learners atop a WeatherFusionNet backbone augmented with ConvLSTM to model temporal dynamics. A 3-stage training scheme sequentially optimizes the backbone, ensemble heads, and a controller that assigns weights via a rainfall-probability map, enabling targeted fusion of diverse predictions. The approach achieves top performance on the Weather4cast 2023 core test and nowcasting benchmarks, with notable gains in high-precipitation scenarios. This framework offers a practical, satellite-data–driven method for improved rainfall nowcasting and could enhance decision-making in agriculture and related industries.
Abstract
Precipitation prediction plays a crucial role in modern agriculture and industry. However, it poses significant challenges due to the diverse patterns and dynamics in time and space, as well as the scarcity of high precipitation events. To address this challenge, we propose an ensemble learning framework that leverages multiple learners to capture the diverse patterns of precipitation distribution. Specifically, the framework consists of a precipitation predictor with multiple lightweight heads (learners) and a controller that combines the outputs from these heads. The learners and the controller are separately optimized with a proposed 3-stage training scheme. By utilizing provided satellite images, the proposed approach can effectively model the intricate rainfall patterns, especially for high precipitation events. It achieved 1st place on the core test as well as the nowcasting leaderboards of the Weather4Cast 2023 competition. For detailed implementation, please refer to our GitHub repository at: https://github.com/lxz1217/weather4cast-2023-lxz.
