A Deep Learning Framework Integrating CNN and BiLSTM for Financial Systemic Risk Analysis and Prediction
Yu Cheng, Zhen Xu, Yuan Chen, Yuhan Wang, Zhenghao Lin, Jinsong Liu

TL;DR
This paper introduces a deep learning model combining CNN and BiLSTM to analyze and predict financial systemic risk, demonstrating superior accuracy and robustness on real data compared to traditional models.
Contribution
The study presents a novel CNN-BiLSTM framework that captures complex market patterns and long-term dependencies for systemic risk analysis in finance.
Findings
F1-score of 0.88 indicating high discriminant ability
Outperforms traditional models like BiLSTM, CNN, Transformer, TCN
Shows robustness to data noise and high-dimensional data
Abstract
This study proposes a deep learning model based on the combination of convolutional neural network (CNN) and bidirectional long short-term memory network (BiLSTM) for discriminant analysis of financial systemic risk. The model first uses CNN to extract local patterns of multidimensional features of financial markets, and then models the bidirectional dependency of time series through BiLSTM, to comprehensively characterize the changing laws of systemic risk in spatial features and temporal dynamics. The experiment is based on real financial data sets. The results show that the model is significantly superior to traditional single models (such as BiLSTM, CNN, Transformer, and TCN) in terms of accuracy, recall, and F1 score. The F1-score reaches 0.88, showing extremely high discriminant ability. This shows that the joint strategy of combining CNN and BiLSTM can not only fully capture the…
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
TopicsStock Market Forecasting Methods
MethodsAttention Is All You Need · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · Linear Layer · Multi-Head Attention · Position-Wise Feed-Forward Layer · Memory Network · Adam · Bidirectional LSTM
