One Batch Is Enough: A Unified Dataset Condensation Framework for General Time Series Analysis
Abstract
Lay Summary
Time-series data is everywhere in modern life, from weather records to machine sensor readings. However, sensors often collect data nonstop, making the resulting datasets large, repetitive, and costly to store or use for model training. This raises a practical question: can we replace a huge time-series dataset with a tiny one while still keeping the important information needed for many different tasks? We propose UniTSC, a method that turns a large time-series dataset into a very small synthetic one. Rather than keeping only task-specific clues, it preserves three kinds of useful behavior: how signals change over time, how patterns repeat, and how different variables influence one another. In the experiments, models trained on only one small batch of synthetic data kept most of the performance of models trained on the full dataset. This can make time-series AI faster, cheaper, and easier to use in resource-limited settings.