CEJun 23

FinMamba: Market-Aware Graph Enhanced Multi-Level Mamba for Stock Movement Prediction

arXiv:2502.0670716.110 citationsh-index: 15Has Code
Predicted impact top 3% in CE · last 90 daysOriginality Incremental advance
AI Analysis

For quantitative finance practitioners, FinMamba improves stock prediction by addressing dynamic market conditions and long-sequence efficiency, though it is an incremental hybrid of existing Mamba and GNN methods.

FinMamba introduces a Mamba-GNN framework for stock movement prediction that adaptively captures dynamic inter-stock relationships and efficiently extracts long-term patterns, achieving state-of-the-art accuracy and trading profitability on U.S. and Chinese markets.

Recently, combining stock features with inter-stock correlations has become a common and effective approach for stock movement prediction. However, financial data presents significant challenges due to its low signal-to-noise ratio and the dynamic complexity of the market, which give rise to two key limitations in existing methods. First, the relationships between stocks are highly influenced by multifaceted factors including macroeconomic market dynamics, and current models fail to adaptively capture these evolving interactions under specific market conditions. Second, for the accuracy and timeliness required by real-world trading, existing financial data mining methods struggle to extract beneficial pattern-oriented dependencies from long historical data while maintaining high efficiency and low memory consumption. To address the limitations, we propose FinMamba, a Mamba-GNN-based framework for market-aware and multi-level hybrid stock movement prediction. Specifically, we devise a dynamic graph to learn the changing representations of inter-stock relationships by integrating a pruning module that adapts to market trends. Afterward, with a selective mechanism, the multi-level Mamba discards irrelevant information and resets states to skillfully recall historical patterns across multiple time scales with linear time costs, which are then jointly optimized for reliable prediction. Extensive experiments on U.S. and Chinese stock markets demonstrate the effectiveness of our proposed FinMamba, achieving state-of-the-art prediction accuracy and trading profitability, while maintaining low computational complexity. The code is available at https://github.com/TROUBADOUR000/FinMamba.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes