Distributional Correlation--Aware Knowledge Distillation for Stock Trading Volume Prediction
Lei Li, Zhiyuan Zhang, Ruihan Bao, Keiko Harimoto, Xu Sun

TL;DR
This paper introduces a novel distributional correlation-aware knowledge distillation framework for stock trading volume prediction, enabling a lightweight model to learn from a probabilistic teacher and pairwise correlations, outperforming baselines.
Contribution
The paper proposes a new distillation method for regression tasks that incorporates distributional and correlation information, improving stock volume prediction accuracy and model compression.
Findings
Achieves 5x model size reduction while maintaining 99.6% accuracy.
Outperforms vanilla distillation methods in low-resource scenarios.
Effective in real-world stock trading volume datasets.
Abstract
Traditional knowledge distillation in classification problems transfers the knowledge via class correlations in the soft label produced by teacher models, which are not available in regression problems like stock trading volume prediction. To remedy this, we present a novel distillation framework for training a light-weight student model to perform trading volume prediction given historical transaction data. Specifically, we turn the regression model into a probabilistic forecasting model, by training models to predict a Gaussian distribution to which the trading volume belongs. The student model can thus learn from the teacher at a more informative distributional level, by matching its predicted distributions to that of the teacher. Two correlational distillation objectives are further introduced to encourage the student to produce consistent pair-wise relationships with the teacher…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Financial Markets and Investment Strategies · Forecasting Techniques and Applications
MethodsKnowledge Distillation
