LGDec 20, 2024

Self-supervised Spatial-Temporal Learner for Precipitation Nowcasting

arXiv:2412.15917v1h-index: 24CISM
Originality Incremental advance
AI Analysis

This work addresses the problem of short-term weather prediction for local decision-making, offering an incremental improvement by integrating self-supervised learning into a domain-specific task.

The paper tackles precipitation nowcasting by developing a self-supervised spatial-temporal model called SpaT-SparK, which outperforms existing supervised baselines like SmaAt-UNet on the NL-50 dataset.

Nowcasting, the short-term prediction of weather, is essential for making timely and weather-dependent decisions. Specifically, precipitation nowcasting aims to predict precipitation at a local level within a 6-hour time frame. This task can be framed as a spatial-temporal sequence forecasting problem, where deep learning methods have been particularly effective. However, despite advancements in self-supervised learning, most successful methods for nowcasting remain fully supervised. Self-supervised learning is advantageous for pretraining models to learn representations without requiring extensive labeled data. In this work, we leverage the benefits of self-supervised learning and integrate it with spatial-temporal learning to develop a novel model, SpaT-SparK. SpaT-SparK comprises a CNN-based encoder-decoder structure pretrained with a masked image modeling (MIM) task and a translation network that captures temporal relationships among past and future precipitation maps in downstream tasks. We conducted experiments on the NL-50 dataset to evaluate the performance of SpaT-SparK. The results demonstrate that SpaT-SparK outperforms existing baseline supervised models, such as SmaAt-UNet, providing more accurate nowcasting predictions.

Code Implementations1 repo
Foundations

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

Your Notes