Financial Assets Dependency Prediction Utilizing Spatiotemporal Patterns
Haoren Zhu, Pengfei Zhao, Wilfred Siu Hung NG, Dik Lun Lee
TL;DR
This work tackles predicting dynamic asset dependencies by modeling time-evolving Asset Dependency Matrices (ADMs) and forecasting them with a ConvLSTM-based framework. The authors introduce the Asset Dependency Neural Network (ADNN), which integrates two transformation streams—Positional Rearrangement and Mixture of Experts (MoE)—to produce a representation of the ADM optimized for spatiotemporal prediction, followed by a ConvLSTM predictor and a PSD enforcement step. Empirical results show that ADNN variants outperform traditional statistical models and plain deep-learning baselines in ADM prediction, with downstream gains in portfolio risk reduction and enhanced pair-trading performance. The approach provides a scalable, end-to-end pipeline from ADM construction to practical financial tasks, offering a flexible framework for modeling nonlinear, time-varying asset dependencies in real markets.
Abstract
Financial assets exhibit complex dependency structures, which are crucial for investors to create diversified portfolios to mitigate risk in volatile financial markets. To explore the financial asset dependencies dynamics, we propose a novel approach that models the dependencies of assets as an Asset Dependency Matrix (ADM) and treats the ADM sequences as image sequences. This allows us to leverage deep learning-based video prediction methods to capture the spatiotemporal dependencies among assets. However, unlike images where neighboring pixels exhibit explicit spatiotemporal dependencies due to the natural continuity of object movements, assets in ADM do not have a natural order. This poses challenges to organizing the relational assets to reveal better the spatiotemporal dependencies among neighboring assets for ADM forecasting. To tackle the challenges, we propose the Asset Dependency Neural Network (ADNN), which employs the Convolutional Long Short-Term Memory (ConvLSTM) network, a highly successful method for video prediction. ADNN can employ static and dynamic transformation functions to optimize the representations of the ADM. Through extensive experiments, we demonstrate that our proposed framework consistently outperforms the baselines in the ADM prediction and downstream application tasks. This research contributes to understanding and predicting asset dependencies, offering valuable insights for financial market participants.
