SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2603.10410 · 2026

Effective Dataset Distillation for Spatio-Temporal Forecasting with Bi-dimensional Compression

Kijung Shin, Yeongho Kim, Yeonje Choi, Taehyung Kwon

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
kbrother/STemDist — 0 of 4
FunctionStatusWhere it lives
TSFE_backbone Not yet run kbrother/STemDist/TimeDC/layers/stdistillation_backbone.py
pointer only (licence: NONE) · get_code("fc5d5bcedbdd5b5a")
TSTEncoder Not yet run kbrother/STemDist/TimeDC/layers/stdistillation_backbone.py
pointer only (licence: NONE) · get_code("e3e8f800d1b05bf7")
TSTEncoderLayer Not yet run kbrother/STemDist/TimeDC/layers/stdistillation_backbone.py
pointer only (licence: NONE) · get_code("acfccfb1bee2b921")
TSTiEncoder Not yet run kbrother/STemDist/TimeDC/layers/stdistillation_backbone.py
pointer only (licence: NONE) · get_code("13796d0f4324b8a4")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Spatio-temporal time series are widely used in realworld applications, including traffic prediction and weather forecasting. They are sequences of observations over extensive periods and multiple locations, naturally represented as multidimensional data. Forecasting is a central task in spatio-temporal analysis, and numerous deep learning methods have been developed to address it. However, as dataset sizes and model complexities continue to grow in practice, training deep learning models has become increasingly time-and resource-intensive. A promising solution to this challenge is dataset distillation, which synthesizes compact datasets that can effectively replace the original data for model training. Although successful in various domains, including time series analysis, existing datasetdistillation methods compress only one dimension, making them less suitable for spatio-temporal datasets, where both spatial and temporal dimensions jointly contribute to the large data volume. To address this limitation, we propose STemDist, the first dataset distillation method specialized for spatio-temporal time series forecasting. A key idea of our solution is to compress both temporal and spatial dimensions in a balanced manner, reducing training time and memory. We further reduce the distillation cost by performing distillation at the cluster level rather than the individual location level, and we complement this coarse-grained approach with a subset-based granular distillation technique that enhances forecasting performance. On five real-world datasets, we show empirically that, compared to both general and time-series dataset distillation methods, datasets distilled by our STemDist method enable model training (1) faster (up to 6×) (2) more memory-efficient (up to 8×), and (3) more effective (with up to 12% lower prediction error).

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2603.10410")
get_code_for_paper("2603.10410")
have("2603.10410")

Connect an agent — have() is free.