paper-with-me

홈 › Papers

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

2024-06-04 · Jianrong Ding, Zhanyu Liu, Guanjie Zheng, Haiming Jin, Linghe Kong

Dataset condensation is a newborn technique that generates a small dataset that can be used in training deep neural networks to lower training costs. The objective of dataset condensation is to ensure that the model trained with the synthetic dataset can perform comparably to the model trained with full datasets. However, existing methods predominantly concentrate on classification tasks, posing challenges in their adaptation to time series forecasting (TS-forecasting). This challenge arises from disparities in the evaluation of synthetic data. In classification, the synthetic data is considered well-distilled if the model trained with the full dataset and the model trained with the synthetic dataset yield identical labels for the same input, regardless of variations in output logits distribution. Conversely, in TS-forecasting, the effectiveness of synthetic data distillation is determined by the distance between predictions of the two models. The synthetic data is deemed well-distilled only when all data points within the predictions are similar. Consequently, TS-forecasting has a more rigorous evaluation methodology compared to classification. To mitigate this gap, we theoretically analyze the optimization objective of dataset condensation for TS-forecasting and propose a new one-line plugin of dataset condensation designated as Dataset Condensation for Time Series Forecasting (CondTSF) based on our analysis. Plugging CondTSF into previous dataset condensation methods facilitates a reduction in the distance between the predictions of the model trained with the full dataset and the model trained with the synthetic dataset, thereby enhancing performance. We conduct extensive experiments on eight commonly used time series datasets. CondTSF consistently improves the performance of all previous dataset condensation methods across all datasets, particularly at low condensing ratios.

📄 PDF Abstract BibTeX arXiv:2406.02131

Code (1)

rafadd/condtsf 공식 구현 pytorch

Tasks

Dataset CondensationTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

An Efficient Dataset Condensation Plugin and Its Application to Continual Learning

2023-09-21 · NeurIPS 2023 11

Dataset condensation (DC) distills a large real-world dataset into a small synthetic dataset, with the goal of training a network from scratch on the latter that performs similarly to the former. State-of-the-art (SOTA) …

Bonsai: Gradient-free Graph Condensation for Node Classification

2024-10-23 · Mridul Gupta, Samyak Jain, Vansh Ramani, Hariprasad Kodamana 외

Graph condensation has emerged as a promising avenue to enable scalable training of GNNs by compressing the training dataset while preserving essential graph characteristics. Our study uncovers significant shortcomings i…

ClassificationNode Classification

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

2026-02-09 · Sijia Peng, Yun Xiong, Xi Chen, Yi Xie 외 arxiv

Time series data supports many domains (e.g., finance and climate science), but its rapid growth strains storage and computation. Dataset condensation can alleviate this by synthesizing a compact training set that preser…

Time Series Classification

Simple Graph Condensation

2024-03-22 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Huiqiong Wang 외

The burdensome training costs on large-scale graphs have aroused significant interest in graph condensation, which involves tuning Graph Neural Networks (GNNs) on a small condensed graph for use on the large-scale origin…

A Large-Scale Study on Video Action Dataset Condensation

2024-12-30 · Yang Chen, Sheng Guo, LiMin Wang

Dataset condensation has made significant progress in the image domain. Unlike images, videos possess an additional temporal dimension, which harbors considerable redundant information, making condensation even more cruc…

Action RecognitionDataset CondensationDataset DistillationDiversity