Dataset Condensation Atlas

Settings · other modalities

Time series and spatio-temporal data

Condense sequential datasets for forecasting or classification, where the target is often a regression output rather than a class label.

One synthetic sample

A synthetic multivariate sequence or window.

Standard evaluation

Train a forecasting model on the synthetic set and report MSE/MAE on real test windows, or accuracy for classification.

Budget

number of synthetic sequences or windows

Benchmarks

ETT · Weather · Electricity · Traffic · UCR/UEA classification archives

What is different here

  • Forecasting is regression, so class-conditional matching does not apply directly.
  • Frequency-domain and shape-level structure (periodicity, shapelets) are natural things to match.

Comparison pitfalls

  • Forecasting benchmarks are small and saturated; gains over a random subset can be within run-to-run variance.

Start with

CondTSC · CondTSF

Methods by family 8

A paper appears under every family it belongs to. Oldest first within a family.

Surrogate matching

Trajectory matching 2

2024-03

CondTSC — Dataset Condensation for Time Series Classification via Dual Domain Matching

Zhanyu Liu, Ke Hao, Guanjie Zheng et al. · KDD 2024Time seriespaper ↗code ↗

CondTSC adapts image-style dataset condensation to time series classification with dual surrogate matching objectives computed in both the time and frequency domains (rather than time domain alone), combined with multi-view data augmentation and dual-domain training, to better capture the temporal and spectral structure that direct adaptations of image condensation methods miss. The paper reports outperforming other time-series and adapted image/graph condensation baselines, producing a condensed set that better matches the real data's distribution.

2024-10

TimeDC — Less is More: Efficient Time Series Dataset Condensation via Two-fold Modal Matching--Extended Version

Hao Miao, Ziqiao Liu, Yan Zhao et al. · VLDB 2025Time seriespaper ↗code ↗

TimeDC condenses time series with two-fold modal matching, decomposition-driven frequency matching to preserve spectral structure and curriculum training-trajectory matching (with a buffer of precomputed expert trajectories) to preserve temporal dependencies, aiming for effective and generalized condensation rather than a single-domain surrogate objective. The paper reports effectiveness and efficiency gains over prior time-series condensation baselines across real datasets.

Surrogate matching

Distribution and feature matching 5

2024-03

CondTSC — Dataset Condensation for Time Series Classification via Dual Domain Matching

Zhanyu Liu, Ke Hao, Guanjie Zheng et al. · KDD 2024Time seriespaper ↗code ↗

CondTSC adapts image-style dataset condensation to time series classification with dual surrogate matching objectives computed in both the time and frequency domains (rather than time domain alone), combined with multi-view data augmentation and dual-domain training, to better capture the temporal and spectral structure that direct adaptations of image condensation methods miss. The paper reports outperforming other time-series and adapted image/graph condensation baselines, producing a condensed set that better matches the real data's distribution.

2024-10

TimeDC — Less is More: Efficient Time Series Dataset Condensation via Two-fold Modal Matching--Extended Version

Hao Miao, Ziqiao Liu, Yan Zhao et al. · VLDB 2025Time seriespaper ↗code ↗

TimeDC condenses time series with two-fold modal matching, decomposition-driven frequency matching to preserve spectral structure and curriculum training-trajectory matching (with a buffer of precomputed expert trajectories) to preserve temporal dependencies, aiming for effective and generalized condensation rather than a single-domain surrogate objective. The paper reports effectiveness and efficiency gains over prior time-series condensation baselines across real datasets.

2026-01

UniTSC — One Batch Is Enough: A Unified Dataset Condensation Framework for General Time Series Analysis

Wei Shao, Ziquan Fang, Zheqi Lu et al. · ICML 2026Time seriespaper ↗code ↗

UniTSC argues that prior time-series condensation methods are task-specific (optimized for one downstream task such as forecasting and performing poorly on others such as imputation), and proposes a task-invariant condensation framework that jointly captures temporal, spectral and topological properties of the data so the same condensed set generalizes across multiple time-series analysis tasks.

2026-02

ShapeCond — ShapeCond: Fast Shapelet-Guided Dataset Condensation for Time Series Classification

Sijia Peng, Yun Xiong, Xi Chen et al. · arXiv 2026Time seriespaper ↗code ↗

ShapeCond condenses time series for classification by extracting shapelets, discriminative local motifs that image-centric condensation methods miss, and using a shapelet-guided optimization strategy to preserve them explicitly, with a synthesis cost that is independent of sequence length. The paper reports large speedups over the prior state of the art (CondTSC), e.g. 29x faster and up to 10,000x faster than naively using shapelets on a 3,000-timestep dataset, while improving downstream accuracy over prior time-series condensation methods.

2026-03

Harmonic Dataset Distillation for Time Series Forecasting

Seungha Hong, Sanghwan Jang, Wonbin Kweon et al. · AAAI 2026notableTime seriespaper ↗

HDT (Harmonic Dataset Distillation) decomposes each time series into its sinusoidal basis via the FFT and condenses by Harmonic Matching, aligning the core periodic structure of the synthetic and real series in the frequency domain so that updates never disturb temporal dependencies. The paper reports strong cross-architecture generalization and scalability for time series forecasting compared to conventional, image-centric condensation methods adapted to time series.

Orthogonal design choices

Optimization and training recipes 2

2024-06

CondTSF — CondTSF: One-line Plugin of Dataset Condensation for Time Series Forecasting

Jianrong Ding, Zhanyu Liu, Guanjie Zheng et al. · NeurIPS 2024Time seriespaper ↗code ↗

Analyzes why classification-style dataset-condensation objectives are misaligned with time-series forecasting, where evaluation requires closeness of predictions rather than matching discrete labels, and proposes CondTSF, a one-line plugin that can be added to existing time-series condensation methods to shrink the gap between full-data and synthetic-data forecast predictions; reports consistent gains across eight benchmark datasets, largest at low condensation ratios.

2025-11

DDTime — DDTime: Dataset Distillation with Spectral Alignment and Information Bottleneck for Time-Series Forecasting

Yuqi Li, Kuiye Ding, Chuanguang Yang et al. · arXiv 2025Time seriespaper ↗

Proposes DDTime, a lightweight plug-in for time-series-forecasting dataset distillation that corrects autocorrelation-induced value-alignment bias with a frequency-domain alignment mechanism and increases synthetic-sample diversity with an information-bottleneck-inspired inter-sample regularizer; reports about 30% relative accuracy gains over prior distillation methods across 20 benchmark datasets and several forecasting architectures, at roughly 2.49% computational overhead.

Setting-specific methods

2026-03

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

Taehyung Kwon, Yeonje Choi, Yeongho Kim et al. · ICDE 2026Time seriespaper ↗code ↗

Proposes STemDist, the first dataset-distillation method for spatio-temporal forecasting that compresses both the temporal and spatial dimensions in a balanced way, performing coarse-grained distillation at the level of location clusters and complementing it with a subset-based granular technique within each cluster; reports up to 6x faster training, 8x lower memory use, and up to 12% lower prediction error than prior general and time-series distillation methods across five real-world datasets.