Papers › Learning Robust Precipitation Forecaster by Temporal Frame Interpolation

Learning Robust Precipitation Forecaster by Temporal Frame Interpolation

30 Nov 2023arXiv:2311.18341archive 2025-07-28

Lu Han, Xu-Yang Chen, Han-Jia Ye, De-Chuan Zhan

Recent advances in deep learning have significantly elevated weather prediction models. However, these models often falter in real-world scenarios due to their sensitivity to spatial-temporal shifts. This issue is particularly acute in weather forecasting, where models are prone to overfit to local and temporal variations, especially when tasked with fine-grained predictions. In this paper, we address these challenges by developing a robust precipitation forecasting model that demonstrates resilience against such spatial-temporal discrepancies. We introduce Temporal Frame Interpolation (TFI), a novel technique that enhances the training dataset by generating synthetic samples through interpolating adjacent frames from satellite imagery and ground radar data, thus improving the model's robustness against frame noise. Moreover, we incorporate a unique Multi-Level Dice (ML-Dice) loss function, leveraging the ordinal nature of rainfall intensities to improve the model's performance. Our approach has led to significant improvements in forecasting precision, culminating in our model securing \textit{1st place} in the transfer learning leaderboard of the \textit{Weather4cast'23} competition. This achievement not only underscores the effectiveness of our methodologies but also establishes a new standard for deep learning applications in weather forecasting. Our code and weights have been public on \url{https://github.com/Secilia-Cxy/UNetTFI}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.18341")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

secilia-cxy/unettfi officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · fixture could not drive it
8ran
5unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from secilia-cxy/unettfi. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

channels_2_time secilia-cxy/unettfi/utils/viz.py official repository ran licence not identified · pointer only · 41120fc6139b718e · report
combine_metrics secilia-cxy/unettfi/utils/evaluate.py official repository ran licence not identified · pointer only · e584b7cf83072e4a · report
compute_stats secilia-cxy/unettfi/utils/viz.py official repository ran licence not identified · pointer only · 5e475c7798c7db59 · report
get_confusion_matrix secilia-cxy/unettfi/utils/evaluate.py official repository ran licence not identified · pointer only · 5142c2611b4a7e89 · report
get_conv secilia-cxy/unettfi/models/baseline_UNET3D.py official repository ran · fixture could not drive it no licence file found · pointer only · d473e9bce385040b · report
get_convtranspose secilia-cxy/unettfi/models/baseline_UNET3D.py official repository ran · fixture could not drive it no licence file found · pointer only · a3169a7b1435e0dc · report
get_dict_value secilia-cxy/unettfi/utils/data_utils.py official repository ran licence not identified · pointer only · b9e8fbedf64fe3e0 · report
get_maxpool secilia-cxy/unettfi/models/baseline_UNET3D.py official repository ran · fixture could not drive it no licence file found · pointer only · a12e2f04ad60d321 · report
log_cosh secilia-cxy/unettfi/utils/losses.py official repository ran fingerprinted licence not identified · pointer only · 467c8ac161e65133 · report
plot_in_target_pred secilia-cxy/unettfi/utils/viz.py official repository ran licence not identified · pointer only · 65d62805c9405498 · report
to_one_hot secilia-cxy/unettfi/utils/evaluate.py official repository ran licence not identified · pointer only · a8dc89123a203aff · report
generate_and_cache_sequences secilia-cxy/unettfi/utils/data_utils.py official repository unverified licence not identified · pointer only · c4f8ee0c2ce02a1a · report
get_emb_idx secilia-cxy/unettfi/models/unet_lightning_w4c23.py official repository unverified licence not identified · pointer only · 8fbebec07861fd3a · report
group_weight secilia-cxy/unettfi/models/unet_lightning_w4c23.py official repository unverified licence not identified · pointer only · 8051eaec46c32df1 · report
load_sample_ids secilia-cxy/unettfi/utils/data_utils.py official repository unverified licence not identified · pointer only · 9bc5aa414ce46442 · report
to_number secilia-cxy/unettfi/models/unet_lightning_w4c23.py official repository unverified licence not identified · pointer only · 5c164eb4650e1af2 · report

Tasks

Precipitation ForecastingTransfer LearningWeather Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections