Efficient data selection for time series forecasting using a lightweight linear proxy framework
摘要
Time series forecasting is pivotal in domains such as finance, transportation, and meteorology. In practical engineering applications, model performance heavily hinges on the quality and quantity of data. However, the dual challenges of noise and redundancy in large-scale datasets, coupled with data scarcity in specific scenarios, remain significant hurdles. While traditional data valuation methods aim to select high-quality samples, they often require computationally prohibitive gradient calculations, rendering them infeasible for complex deep-time series models. To address these issues, this paper proposes a unified data selection framework based on a Linear Proxy and Mirrored Influence. Motivated by the finding that linear models can efficiently capture core low-frequency temporal trends, we employ a lightweight linear proxy to rapidly evaluate sample value. This approach uses solely lightweight forward passes, thereby circumventing expensive gradient calculations while maintaining selection accuracy. The proposed method achieves two core functions within a unified architecture. Firstly, for standard training scenarios, we design an in-domain pre-selection mechanism guided by a validation set. This mechanism effectively identifies and eliminates detrimental samples prior to training, significantly enhancing both the training efficiency and prediction accuracy of the subsequent main model. Secondly, for few-shot scenarios, we propose a cross-domain data retrieval strategy. Leveraging limited target domain data as guidance, this strategy adaptively selects beneficial samples with consistent distributions from a large-scale source domain pool, effectively mitigating the data scarcity problem. Extensive experiments demonstrate that our method effectively resolves the challenges of training set denoising and cross-domain data augmentation while significantly reducing computational costs.