Multi-task Meta Label Correction for Time Series Prediction
Luxuan Yang, Ting Gao, Wei Wei, Min Dai, Cheng Fang, Jinqiao Duan
TL;DR
The paper addresses two core problems in financial time-series classification: partial feature information and uncertain label quality. It proposes Multi-task Meta Label Correction (MMLC), a framework combining a two-branch label-correction meta-model with multi-task inner-loop classifiers, optimized via bi-level gradient updates. It couples novel data visualizations SGAF, SRP for historical data and RRP for horizon labels to enable adaptive labeling across multiple prediction horizons. Empirical results on XOM, S&P500, and SZ50 show that MMLC achieves higher accuracy and F1 than existing label correction baselines and is model-agnostic across classifier backbones. These findings suggest practical improvements for stock movement prediction by delivering cleaner labels and horizon-aware, shared meta-knowledge.
Abstract
Time series classification faces two unavoidable problems. One is partial feature information and the other is poor label quality, which may affect model performance. To address the above issues, we create a label correction method to time series data with meta-learning under a multi-task framework. There are three main contributions. First, we train the label correction model with a two-branch neural network in the outer loop. While in the model-agnostic inner loop, we use pre-existing classification models in a multi-task way and jointly update the meta-knowledge so as to help us achieve adaptive labeling on complex time series. Second, we devise new data visualization methods for both image patterns of the historical data and data in the prediction horizon. Finally, we test our method with various financial datasets, including XOM, S\&P500, and SZ50. Results show that our method is more effective and accurate than some existing label correction techniques.
