Boosting the Accuracy of Stock Market Prediction via Multi-Layer Hybrid MTL Structure
Yuxi Hong
TL;DR
This work addresses the challenge of predicting stock market movements in the presence of nonlinear, high-dimensional, and volatile data. It introduces a multi-layer hybrid multi-task learning framework that fuses a Transformer encoder, a Kolmogorov-Arnold Network (KAN), and a BiGRU to jointly forecast multiple targets from multivariate inputs such as Open, High, Low, Close, Volume, and Amount. The approach leverages the Transformer to capture complex feature relationships, KAN for adaptive nonlinear approximation, and BiGRU for long-term temporal dynamics, enabling robust, multi-task predictions with favorable metrics across MAE, MAPE, and $R^2$ compared to strong baselines. Experimental results, including ablation studies and cross-validation, demonstrate superior accuracy and stability, suggesting practical value for informed trading and capital allocation decisions in dynamic markets.
Abstract
Accurate stock market prediction provides great opportunities for informed decision-making, yet existing methods struggle with financial data's non-linear, high-dimensional, and volatile characteristics. Advanced predictive models are needed to effectively address these complexities. This paper proposes a novel multi-layer hybrid multi-task learning (MTL) framework aimed at achieving more efficient stock market predictions. It involves a Transformer encoder to extract complex correspondences between various input features, a Bidirectional Gated Recurrent Unit (BiGRU) to capture long-term temporal relationships, and a Kolmogorov-Arnold Network (KAN) to enhance the learning process. Experimental evaluations indicate that the proposed learning structure achieves great performance, with an MAE as low as 1.078, a MAPE as low as 0.012, and an R^2 as high as 0.98, when compared with other competitive networks.
