CLVSA: A Convolutional LSTM Based Variational Sequence-to-Sequence Model with Attention for Predicting Trends of Financial Markets
Jia Wang, Tong Sun, Benyuan Liu, Yu Cao, Hongwei Zhu

TL;DR
CLVSA is a hybrid stochastic recurrent model with attention and convolutional LSTM units designed to predict financial market trends more accurately by capturing underlying features and preventing overfitting.
Contribution
The paper introduces CLVSA, a novel hybrid model combining stochastic recurrent networks, attention mechanisms, and convolutional LSTM units for financial trend prediction.
Findings
CLVSA outperforms basic models like CNN, LSTM, and standard sequence-to-sequence on backtesting data.
Introducing an approximate posterior and KL divergence regularizer improves model robustness.
Model achieves better trend prediction accuracy on six futures markets from 2010 to 2017.
Abstract
Financial markets are a complex dynamical system. The complexity comes from the interaction between a market and its participants, in other words, the integrated outcome of activities of the entire participants determines the markets trend, while the markets trend affects activities of participants. These interwoven interactions make financial markets keep evolving. Inspired by stochastic recurrent models that successfully capture variability observed in natural sequential data such as speech and video, we propose CLVSA, a hybrid model that consists of stochastic recurrent networks, the sequence-to-sequence architecture, the self- and inter-attention mechanism, and convolutional LSTM units to capture variationally underlying features in raw financial trading data. Our model outperforms basic models, such as convolutional neural network, vanilla LSTM network, and sequence-to-sequence…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
