1. Introduction
The global stock market, with a total capitalization exceeding US$111 trillion in 2024, has become a highly coupled system where asset returns reflect both complex temporal dependencies and evolving cross-asset interactions. Accurate return prediction is central to quantitative trading, risk management, and portfolio construction. This shift has been accelerated by increased data availability and the success of deep learning models, alongside the recognition that stock movements are not independent but shaped by multi-asset dependencies and shared market factors.
Real-world markets exhibit discontinuous return dynamics with heavy tails and clustered extremes; time-varying group behaviors (e.g., sector rotations and crisis-driven correlation breakdowns), and predictive signals that manifest at multiple horizons (daily/weekly) and interact with relational structure. These properties motivate models that can jointly encode jump-aware temporal patterns and adaptive higher-order relationships.
From a methodological perspective, stock forecasting has progressed through three paradigms. Classical econometric models such as ARCH [
1] and GARCH [
2] provide tractable volatility dynamics under parametric assumptions, but they often struggle with nonlinear dependencies and distributional misspecification. Realized volatility measures [
3] and HAR [
4] improved practical accuracy via multi-horizon components, yet they remain limited in handling abrupt regime shifts and cross-asset spillovers. More recently, deep learning approaches [
5,
6,
7] have shown strong capacity for learning nonlinear patterns, where transformers [
6,
8,
9,
10] and graph-based methods [
6,
11,
12] achieve competitive results by modeling temporal structure and inter-stock relations.
Despite these advances, important gaps remain. The challenges are shown in
Figure 1. First, there is jump-aware temporal modeling under heavy-tailed dynamics. Financial returns exhibit abrupt jumps that deviate from continuous diffusion assumptions, with a non-trivial fraction of variance attributable to jump components [
13]. Many neural forecasting pipelines either ignore jump behavior or rely on heuristic detection [
3]. Self-exciting processes such as Hawkes [
14] model event clustering, but practical forecasting still requires mechanisms that flexibly represent time-varying jump activity and heavy-tailed jump sizes under changing market conditions. While self-exciting processes such as Hawkes models can capture temporal clustering of jumps, they typically assume stationary baseline intensities and fixed parametric forms, limiting adaptation to time-varying market conditions. Furthermore, existing Hawkes-based forecasting models operate primarily in the temporal domain without integrating jump dynamics with evolving cross-asset relational structures. LévyHyper addresses these limitations through: (1) Neural parameterization of time-varying Lévy components that adapt to market states, (2) End-to-end integration of jump-aware temporal encoding with dynamic hypergraph learning where jump intensities and relational structures co-evolve, (3) Multi-scale spectral convolution propagating jump information across stocks through evolving higher-order relationships.
Second, higher-order relations are dynamic, but hypergraphs are often static. Beyond pairwise correlations, stocks form group-wise dependencies that evolve over time. Hypergraph approaches [
11,
15] move beyond pairwise edges, but they commonly rely on static hyperedges derived from domain knowledge (e.g., industry sectors). Such structures cannot fully reflect regime-dependent relationship shifts; for instance, crisis-like periods can sharply change cross-sector coupling [
16]. Dynamic graph learning methods [
17] often update pairwise weights rather than evolving hyperedge structure, limiting their ability to capture emergent group behaviors.
Third, Multi-scale temporal dynamics and relational learning are weakly coupled. Effective return prediction requires modeling signals across multiple horizons while leveraging cross-asset structure. Transformers [
8,
18] capture long-range temporal dependencies but often encode each stock largely independently during temporal representation learning. Graph/hypergraph methods [
6,
11,
19] capture cross-asset information but may rely on simpler temporal aggregation. Cascaded designs (temporal then relational) [
15] can limit mutual reinforcement between temporal and relational representations [
20], and many methods operate at a single temporal resolution despite the hierarchical nature of market dynamics.
To address these challenges, we propose LévyHyper, an end-to-end framework that unifies jump-aware temporal encoding with regime-adaptive dynamic hypergraph learning for stock return prediction and cross-sectional ranking. Specifically, LévyHyper combines (i) a Lévy jump-diffusion motivated temporal module to better represent discontinuities and heavy tails, (ii) a regime-conditioned dynamic hypergraph constructor that fuses predefined hyperedges with learned hyperedges, and (iii) a multi-scale spectral hypergraph reasoning module to capture hierarchical structure across temporal granularities. We note that individual ingredients connect to existing lines of work (e.g., neural point processes for event intensities, dynamic graph learning, and spectral/wavelet message passing). Our goal is not to claim each component as a standalone breakthrough, but to provide a principled and practical unification that enables jump-aware representations, evolving higher-order structure, and multi-scale relational reasoning within one differentiable pipeline under a consistent phase-based protocol.
The main contributions of this work are summarized as follows:
- (1)
We propose a neural Lévy jump-diffusion layer that models discontinuous price movements through compound Poisson processes with learnable time-varying intensities. Our formulation employs neural networks to parameterize jump dynamics conditioned on market states, enabling adaptive modeling across volatility regimes. We provide theoretical analysis showing approximation guarantees and derive closed-form conditional intensity functions for efficient optimization.
- (2)
We introduce a regime-adaptive dynamic hypergraph framework that fuses domain knowledge with data-driven discovery of latent market relationships. Our approach combines predefined industry-based hyperedges with dynamically generated structures learned through attention mechanisms, formulated as a differentiable top-k selection problem via Gumbel-Softmax relaxation for end-to-end training.
- (3)
We develop a multi-scale spectral hypergraph convolution operator that performs joint temporal-relational learning through wavelet-based decomposition. Our formulation extends spectral graph convolution to hypergraphs with multi-resolution temporal analysis, proven to satisfy permutation equivariance, spectral localization, and linear computational complexity.
- (4)
We conduct comprehensive experiments on S&P 500 market data with 463 stocks across 10 phases spanning 2010–2019. Ablation studies and portfolio backtesting confirm the contribution of each component under diverse market conditions within the U.S. equity market setting.
The remainder of this paper is organized as follows:
Section 2 reviews related works.
Section 3 presents our proposed LévyHyper framework.
Section 4 describes the experimental setup and evaluation results.
Section 5 concludes this paper with discussions and future research directions.
2. Related Work
This work builds upon and extends three interconnected research streams in financial forecasting: deep temporal modeling for stock prediction, graph and hypergraph neural networks for capturing inter-stock dependencies, and integrated approaches that combine temporal and relational learning. While each stream has made significant progress independently, substantial gaps remain in modeling discontinuous price dynamics, adaptive higher-order relationships, and bidirectional temporal-relational coupling. Our framework addresses these limitations through a principled unification of Lévy process theory with dynamic hypergraph learning.
2.1. Deep Learning for Stock Forecasting
The evolution of deep learning methods for stock forecasting has progressed through three distinct phases, beginning with recurrent architectures and advancing toward attention-based mechanisms. Early approaches applied recurrent neural networks (RNNs) and Long Short-Term Memory (LSTM) networks [
21] to capture temporal dependencies in price and return sequences. Chen et al. [
5] demonstrated that LSTM-based models could outperform traditional econometric methods by learning complex nonlinear patterns from raw market data. However, these recurrent architectures suffered from fundamental limitations: gradient vanishing problems during backpropagation through time, difficulty capturing long-range dependencies spanning weeks or months, and computational inefficiency due to sequential processing constraints.
The introduction of attention mechanisms and transformer architectures [
22] marked a paradigm shift by enabling flexible dependency learning without recurrent bottlenecks. Ding et al. [
8] proposed HMG-TF (Hierarchical Multi-scale Graph Transformer), which captures hierarchical temporal structure through multi-resolution attention across daily, weekly, and monthly patterns. Li et al. [
18] developed MASTER, a sequential attention framework that stacks temporal, stock-wise, and temporal attention layers to capture cross-time correlations. These transformer-based methods achieve strong performance on standard benchmarks and demonstrate superior capacity for modeling long-horizon dependencies compared to recurrent predecessors. Classical econometric models such as ARCH and GARCH provide tractable volatility dynamics under parametric assumptions, but they often struggle with nonlinear dependencies and distributional misspecification. Realized volatility measures and HAR improved practical accuracy via multi-horizon components, yet they remain limited in handling abrupt regime shifts and cross-asset spillovers. Prior work has demonstrated that these traditional methods are consistently outperformed by deep learning approaches on standard benchmarks, which motivates our focus on neural network-based baselines that represent the current state-of-the-art.
Despite these advances, most temporal modeling approaches exhibit a critical limitation: they process each stock independently during temporal encoding, failing to leverage cross-asset information that could enhance predictive accuracy. Furthermore, existing methods predominantly assume continuous price dynamics governed by Brownian motion, neglecting the discontinuous jumps and heavy-tailed distributions that characterize real financial markets. Our Lévy jump-diffusion temporal encoder addresses both gaps by explicitly modeling jump dynamics through compound Poisson processes while integrating cross-asset relational signals during temporal representation learning.
2.2. Graph and Hypergraph Neural Networks for Financial Markets
Graph Neural Networks (GNNs) [
23] have emerged as powerful tools for modeling inter-stock dependency structures by treating stocks as nodes and relationships as edges. Feng et al. [
6] proposed RSR (Relational Stock Ranking), which constructs stock relation graphs using industry classifications and web-crawled metadata, allowing edge weights to evolve over time through learned attention mechanisms. Matsunaga et al. [
24] explored temporal graph convolutional networks that jointly model price dynamics and correlation structures by propagating information across both temporal and relational dimensions. Zheng et al. [
17] introduced RT-GCN (Relational Temporal Graph Convolutional Network), constructing three-dimensional graphs that incorporate temporal, industry-based, and correlation-based relationships from multiple data sources. These graph-based approaches demonstrate that explicitly modeling inter-stock dependencies improves forecasting accuracy compared to treating stocks as independent entities.
However, traditional pairwise graphs are fundamentally limited in their ability to represent higher-order group interactions that frequently occur in financial markets. For instance, sector-wide momentum effects, regulatory policy impacts on industry clusters, and contagion dynamics during market crises all involve simultaneous interactions among multiple stocks that cannot be adequately captured through pairwise edges alone. Hypergraph neural networks address this limitation by introducing hyperedges—structural elements that connect arbitrary subsets of nodes simultaneously. Sawhney et al. [
11] proposed STHAN-SR (Spatio-Temporal Hypergraph Attention Network for Stock Ranking), constructing hypergraphs from industry classifications and Wikidata knowledge graphs, then applying hypergraph convolution with attention mechanisms to model group-wise dependencies. Huynh et al. [
15] developed ESTIMATE (Efficient Spatio-Temporal Modeling with Adaptive Hypergraph Attention), which augments industry-based hypergraphs with correlation-based hyperedges and employs wavelet hypergraph convolution to achieve computational efficiency while preserving spectral properties.
While these hypergraph-based methods validate the value of higher-order relational modeling and achieve state-of-the-art performance on multiple benchmarks, they predominantly rely on static or weakly adaptive hypergraph structures. Predefined hyperedges based on industry sectors or fixed correlation thresholds cannot capture the dynamic nature of market regimes, where relationship patterns shift substantially during transitions between normal and crisis periods. Our regime-adaptive dynamic hypergraph constructor addresses this limitation by learning time-varying hyperedge structures through attention-based generation mechanisms, enabling the model to discover latent group relationships that emerge during different market conditions while preserving interpretable domain knowledge through weighted fusion.
2.3. Coupling Temporal and Relational Learning
A fundamental challenge in financial forecasting lies in effectively coupling temporal encoders with relational aggregation mechanisms such that both representations mutually reinforce each other rather than operating in isolation. Many existing pipelines adopt cascaded architectures where temporal features are first extracted through RNNs or transformers and subsequently passed to graph or hypergraph propagation layers for relational aggregation [
11,
15]. While this sequential approach achieves reasonable performance and maintains architectural simplicity, it imposes a critical restriction: information flows unidirectionally from temporal modeling to relational aggregation, preventing feedback from relational learning from influencing temporal representation construction. This limitation becomes particularly problematic when relational structures themselves evolve with market conditions, as the temporal encoder cannot adapt its representations based on changing group dynamics.
Recent work has begun exploring bidirectional coupling strategies, though with limited scope. Some methods alternate between temporal and graph convolution layers [
17], allowing limited interaction through layer stacking but still processing temporal and relational information at separate stages. Others employ joint attention mechanisms that compute similarity scores across both time and stock dimensions [
25], but these approaches typically operate at a single temporal resolution and use pairwise rather than higher-order relationships. The absence of unified frameworks that enable true bidirectional information flow between multi-scale temporal dynamics and evolving higher-order relational structures represents a fundamental gap in current methodologies.
Our multi-scale spectral hypergraph convolution module addresses this limitation through simultaneous joint learning across temporal scales and relational structures. By performing wavelet-based decomposition on hypergraph-structured data, our approach enables temporal patterns at different resolutions (daily fluctuations, weekly trends, monthly momentum) to interact with dynamically evolving group-wise dependencies. This design ensures that relational information influences temporal feature extraction while temporal patterns guide hypergraph structure adaptation, creating a feedback loop that enhances both representations. Furthermore, our framework integrates discontinuous jump dynamics through the Lévy layer, allowing the model to capture regime-dependent relationships where jump intensities and hypergraph structures co-evolve during market transitions. This principled unification of temporal modeling, relational learning, and stochastic process theory distinguishes our approach from prior cascaded or weakly coupled architectures.
4. Experiments
4.1. Datasets
To evaluate our model, we adopt real-world S&P 500 market data following the methodology of [
15]. We collect normalized OHLCV data (Open, High, Low, Close, Volume ratios) along with technical indicators including moving averages, MACD, and RSI. Stocks with more than 20% missing data are excluded, resulting in 463 constituent stocks. The dataset spans multiple years and is divided into 10 phases, each comprising a 24-month training period, a 4-month validation period, and an 8-month test period. This phase-based evaluation protocol ensures robust assessment across different market conditions and prevents look-ahead bias. We acknowledge that our evaluation is limited to the U.S. equity market represented by the S&P 500. Generalization to other markets (e.g., emerging markets, non-equity assets, or different geographical regions) remains an important direction for future validation.
For all datasets, we compute realized volatility measures following [
31]:
where
is the
i-th intraday return on day
t, and
is the number of intraday intervals.
We also compute jump components using the bipower variation method [
32]:
and define the jump component as
. These indicators (moving averages, MACD, RSI) are widely used in quantitative finance and provide complementary information about trend, momentum, and overbought/oversold conditions. We follow the feature engineering protocol of ESTIMATE and baselines to ensure fair comparison. Additional indicators (Bollinger Bands, Stochastic Oscillator, ATR) were considered but excluded after preliminary experiments showed minimal validation improvement (less than 1% IC gain) with increased dimensionality. Meanwhile, the temporal encoder could potentially learn similar patterns from raw OHLCV, providing pre-computed indicators accelerates convergence and improves sample efficiency.
Data preprocessing follows standard procedures: forward-fill followed by linear interpolation for missing values, winsorization at 1st and 99th percentiles, standardization using rolling statistics with a 60-day window, and chronological splitting into training, validation, and test sets. To prevent leakage under the phase-based protocol, all rolling standardization statistics and jump-related thresholds (e.g., percentile-based cutoffs) are computed using the training split only within each phase, and then applied unchanged to validation and test splits of the same phase. Step-by-step training-only fitting protocol: (1) Rolling standardization: For each phase, compute mean and standard deviation using only the 24-month training window, then apply these fixed statistics to validation and test splits. (2) Jump threshold : Compute 95th percentile of absolute returns using only training data; this fixed threshold labels jumps in validation/test without recalculation. (3) Correlation-based hyperedge clustering: Compute pairwise correlations using only training data, perform hierarchical clustering with fixed , freeze hyperedge structure for entire phase. (4) Jump-size mixture model: Fit Gaussian mixture (5 components) to training jumps only; use fitted parameters without refitting. (5) Realized volatility/bipower variation: Computed from intraday returns within each day using only information up to that day.
The 24-month training, 4-month validation, 8-month test split follows ESTIMATE’s protocol, balancing sufficient training data (∼500 trading days) with realistic evaluation horizons (∼160 test days). The 10 phases use a rolling window with 6-month forward shifts, creating partial overlap in training windows across consecutive phases. Information leakage is prevented because: (a) each phase is trained independently from scratch without parameter transfer, (b) all data-dependent preprocessing is computed separately per phase using only that phase’s training data (
Section 4.3), (c) test splits are strictly disjoint in time—no test period overlaps across phases, (d) the rolling design ensures evaluation across diverse market conditions spanning multiple years, providing robust generalization evidence.
4.2. Baseline Methods
We compare LévyHyper against state-of-the-art models from three categories: Transformer-based models: DTML [
6] employs dual-stage attention mechanisms along time and stock dimensions to learn asymmetric correlations. MASTER [
18] adopts sequential attention across time, stock, and time dimensions for cross-time correlation modeling. Graph-based models: RSR [
6] constructs stock relation graphs using industry information with time-evolving edge weights. RT-GCN [
17] builds three-dimensional graphs incorporating temporal and relational information from multiple sources. Hypergraph-based models: STHAN-SR [
11] constructs hypergraphs from industry classifications and employs hypergraph convolution with Hawkes process-based temporal attention. ESTIMATE [
15] applies correlation-based augmentation to industry hypergraphs and uses wavelet hypergraph convolution for computational efficiency.
4.3. Evaluation Metrics
We employ comprehensive metrics to assess both predictive accuracy and portfolio performance across all experiments. The Information Coefficient (IC) measures the Pearson correlation between predicted returns
and actual returns
, averaged over all time steps and stocks:
where
denotes the vector of actual returns at time
t, and
represents the corresponding predictions. The Rank Information Coefficient (RankIC) quantifies ranking accuracy by computing the Spearman rank correlation between predicted and actual return rankings:
where
assigns integer ranks to elements in ascending order. Precision at top-K (Prec@K) evaluates the accuracy of selecting the highest-return stocks by measuring the proportion of true top-K stocks captured in the predicted top-K set:
where
denotes the set of K stocks with the highest returns at time
t, and we report results for
.
For portfolio-level evaluation, we construct long–short portfolios by longing the top-10 predicted stocks and shorting the bottom-10, then rebalancing daily based on model predictions. Annualized Return (AR) measures the total portfolio return scaled to an annual basis:
where
is the daily portfolio return at time
t, and 252 represents the number of trading days per year. The Sharpe Ratio (SR) quantifies risk-adjusted returns by comparing excess portfolio returns over the risk-free rate to portfolio volatility:
where
denotes the portfolio return,
is the risk-free rate (set to 0 for simplicity in relative comparisons), and
is the mean portfolio return. Maximum Drawdown (MDD) captures the largest peak-to-trough decline in portfolio value during the investment period, measuring downside risk:
where
represents the cumulative portfolio value at time
t, and the metric is expressed as a percentage of the peak value. Lower MDD values indicate better capital preservation during adverse market conditions, which is particularly important for institutional investors with strict risk management constraints.
4.4. Experimental Setup
All models are implemented in PyTorch 2.0 and trained on NVIDIA A100 GPUs. Unless stated otherwise, we use lookback window trading days and prediction horizon trading days. For LévyHyper, the default setting is hidden dimension , attention heads , Chebyshev order , number of dynamic hyperedges , and learning rate . For the jump-size distribution, we use a Gaussian mixture with components (selected on validation IC). For portfolio simulation, we adopt a daily rebalanced top-K long-only strategy with using predicted returns for ranking. For fair comparison, all baselines are evaluated under the same data splits, prediction horizon, and ranking-based evaluation protocol. All baseline methods are evaluated under identical data splits, prediction horizons, and evaluation protocols. Hyperparameters for all methods are tuned on the validation split using the same grid search budget, and the best configuration is selected based on validation IC, ensuring fair comparison.
4.5. Main Results
We evaluate LévyHyper against 7 baseline methods across 10 distinct market phases spanning 2010–2019, examining both predictive accuracy and portfolio performance under realistic trading conditions.
Table 1 presents the aggregated predictive performance metrics averaged across all phases, with mean values, standard deviations, and 95% bootstrap confidence intervals computed from 1000 resampling iterations. LévyHyper achieves the highest overall scores across all predictive metrics, with an Information Coefficient of 0.047, Rank Information Coefficient of 0.050, and Precision@10 of 0.618, substantially outperforming all baseline methods. Compared to ESTIMATE, which represents the strongest baseline with a mean IC of 0.023, LévyHyper demonstrates a 104% relative improvement in IC (absolute gain: +0.024) and a 78% relative improvement in RankIC (absolute gain: +0.022). Improvement percentages are computed as relative gains: (LévyHyper − ESTIMATE)/ESTIMATE × 100%, where ESTIMATE is the strongest baseline for predictive accuracy metrics, indicating substantial gains in both correlation-based and ranking-based prediction accuracy. The confidence intervals reveal that these improvements are robust across phases rather than driven by exceptional performance in isolated periods. ESTIMATE exhibits the second-best performance among baselines, particularly excelling in phases 2 and 4, which can be attributed to its hypergraph-based architecture that shares structural similarities with our framework. However, LévyHyper maintains consistent superiority across diverse market conditions, with particularly strong results in phases 2, 5, 7, and 9, demonstrating robustness to varying volatility regimes and market dynamics.
To establish statistical rigor beyond point estimates, we conduct a phase-level paired significance test comparing LévyHyper against ESTIMATE, the strongest baseline, as presented in
Table 2. The test computes IC differences between the two methods for each phase’s test split, then it evaluates whether the mean difference across 10 phases is statistically significant using a two-sided paired
t-test. The results show a mean IC improvement of 0.024 with a standard deviation of 0.018, yielding a
p-value of 0.006, which indicates statistical significance at the 1% level even after accounting for multiple comparisons. This confirms that LévyHyper’s performance gains are not attributable to random variation or overfitting to specific market periods but rather represent genuine improvements in predictive capability. The relatively small standard deviation of differences (0.018) further demonstrates consistency, suggesting that the model’s advantages persist across both calm and turbulent market phases.
Beyond predictive accuracy, we evaluate practical portfolio performance through backtesting simulations that mirror real-world trading constraints, as shown in
Table 3 and
Table 4. We implement a daily rebalanced long-only strategy that selects the top-20 stocks ranked by predicted returns, with equal weighting to avoid concentration risk. To assess robustness under realistic market conditions,
Table 3 presents transaction cost sensitivity analysis with proportional costs ranging from 0 to 20 basis points per side, applied to both buy and sell transactions. As expected, higher transaction costs reduce annualized returns and Sharpe ratios while slightly increasing maximum drawdown, yet LévyHyper maintains strong risk-adjusted performance even at the 20 bps level, achieving a Sharpe ratio of 3.182 and annualized return of 0.771. This resilience indicates that the model’s predictive signals are sufficiently strong to overcome realistic trading frictions rather than relying on excessive turnover that would be unprofitable in practice.
Table 4 compares portfolio performance across all methods under a standard 10 bps transaction cost assumption, revealing that LévyHyper achieves an annualized return of 0.856, representing a 7.5% improvement over RT-GCN, the best-performing baseline. More importantly, LévyHyper attains a Sharpe ratio of 3.625, which constitutes a 16.2% improvement over RT-GCN’s 3.121 (the best baseline for portfolio returns), demonstrating superior risk-adjusted returns that are critical for institutional investment applications. The maximum drawdown of 0.441 is 7.7% lower than STHAN-SR’s 0.478, indicating enhanced downside protection during adverse market conditions. These portfolio-level results validate that LévyHyper’s ability to model discontinuous jump dynamics and adaptive relational structures translates into tangible economic value, enabling more stable and profitable trading strategies throughout diverse market environments.
4.6. Ablation Studies
To systematically understand the contribution of each architectural component to LévyHyper’s overall performance, we conduct comprehensive ablation studies on the S&P 500 dataset by progressively removing or replacing individual modules while keeping all other components intact.
Table 5 and
Figure 3 present the results across both predictive metrics and portfolio performance measures, revealing the relative importance of each design choice. The ablation experiments are organized into two categories: complete removal of components to assess their necessity, and replacement with alternative implementations to validate our specific design decisions. Each variant is trained using identical hyperparameters and evaluated on the same test splits to ensure fair comparison, with performance degradation quantified relative to the full LévyHyper model.
The results demonstrate that the Lévy jump-diffusion layer constitutes the most critical component of our framework, as its removal causes the largest performance degradation across all metrics. Specifically, removing the Lévy layer leads to a 25.5% decrease in IC (from 0.047 to 0.035) and a 13.3% decrease in Sharpe ratio (from 3.625 to 3.142), while maximum drawdown increases substantially from 0.441 to 0.503, indicating significantly worse downside risk. This severe degradation confirms that explicitly modeling discontinuous jump dynamics is essential for capturing abrupt price movements that cannot be adequately represented through continuous diffusion processes alone. To validate our choice of Lévy processes over alternative point process models, we replace the Lévy layer with Hawkes processes, which have been previously applied to financial modeling for capturing self-exciting dynamics. The Hawkes variant achieves an IC of only 0.036, representing a 23.4% degradation compared to the full model, which demonstrates that Lévy processes’ ability to model heavy-tailed jump size distributions through flexible mixture models provides substantial advantages over Hawkes processes that primarily focus on temporal clustering of events. The dynamic hypergraph constructor also proves essential, as restricting the model to static industry-based hypergraphs alone causes a 29.8% decrease in IC (from 0.047 to 0.033) and a 14.8% decrease in Sharpe ratio (from 3.625 to 3.087). This substantial degradation validates our hypothesis that financial relationships evolve dynamically across market regimes, and that predefined static structures based solely on industry classifications cannot capture the complex, time-varying dependencies that emerge during different market conditions. The comparison between “w/o Dynamic Hypergraph” (which retains dynamic generation but removes the fusion mechanism) and “Static Hypergraph Only” (which uses only predefined structures) further reveals that both adaptive structure learning and the weighted fusion mechanism contribute meaningfully to performance.
The multi-scale spectral convolution module demonstrates significant value, as replacing it with single-scale convolution reduces IC by 14.9% (from 0.047 to 0.040) and Sharpe ratio by 7.2% (from 3.625 to 3.365), confirming that hierarchical temporal patterns at multiple resolutions—ranging from intraday fluctuations to monthly momentum—provide complementary information that enhances predictive accuracy. This finding aligns with financial theory suggesting that different market participants operate at different time scales, from high-frequency traders to long-term institutional investors, creating multi-resolution patterns in price dynamics. The regime detection mechanism, which adaptively weights the fusion between predefined and dynamic hypergraphs based on detected market states, contributes an 8.5% improvement in IC (comparing 0.047 to 0.043), demonstrating that explicit modeling of regime transitions enables the model to adjust its relational structure appropriately during shifts between normal and crisis periods. Finally, the jump consistency loss, which encourages the Lévy layer to produce interpretable jump predictions that align with empirically observed extreme returns, provides a 4.3% IC improvement (comparing 0.047 to 0.045). While this auxiliary loss yields the smallest individual contribution among all components, it serves an important role in regularizing the jump-diffusion module to learn physically meaningful parameters rather than overfitting to training data noise. Collectively, these ablation results validate that each component of LévyHyper addresses a specific limitation of existing methods, and that their synergistic integration—combining discontinuous jump modeling, adaptive relational learning, multi-scale temporal analysis, and regime-aware fusion—is necessary to achieve state-of-the-art performance in financial forecasting.
4.7. Computational Cost
As discussed in
Section 3.5.4, our computational complexity analysis assumes bounded hyperedge size and bounded number of hyperedges, which are explicitly enforced in our implementation with
total hyperedges and mean hyperedge size
. To quantify the computational overhead introduced by jump-aware temporal modeling and dynamic hypergraph reasoning, we report training and inference cost on an NVIDIA A100 GPU. We measure training time per epoch, inference time per test day over the full universe (463 stocks), and peak GPU memory. The result is shown in
Figure 4. LévyHyper incurs moderate overhead relative to graph/hypergraph baselines due to the jump-aware temporal module and dynamic hypergraph construction.
5. Conclusions
This paper propose LévyHyper, a novel framework for stock price forecasting that addresses three key challenges: modeling discontinuous price dynamics, capturing time-varying higher-order market relationships, and integrating multi-scale temporal dynamics with relational structures. LévyHyper introduces three key innovations. First, a Lévy jump-diffusion layer with neural-parameterized intensities explicitly models price jumps. Second, a regime-adaptive dynamic hypergraph constructor captures time-varying higher-order relationships. Third, a multi-scale spectral hypergraph convolution module integrates multi-resolution temporal and relational patterns. Experiments on S&P 500 data demonstrate its effectiveness, achieving 104% improvement in IC, 78% in RankIC, and 16.2% in Sharpe ratio compared to the strongest baseline. Ablation studies confirm the contribution of each component, and portfolio backtesting shows robust risk-adjusted performance with lower maximum drawdown.
Future work includes extending to multivariate Lévy processes, incorporating alternative data sources such as news and macro indicators, and developing online learning variants for high-frequency trading. LévyHyper advances the integration of stochastic processes and deep learning, offering promising directions for financial forecasting research.
Limitations and Future Work
Our experimental evaluation is conducted exclusively on S&P 500 data spanning 2010–2019, which represents a single market environment with relatively homogeneous characteristics. While the 10-phase evaluation protocol provides robustness across different time periods and market conditions within this setting, we cannot claim that the observed improvements generalize to fundamentally different market structures, asset classes, or geographical regions without additional empirical validation. Future work should extend LévyHyper’s evaluation to additional datasets including emerging markets (e.g., Chinese A-shares, Indian equities), non-equity assets (e.g., commodities, cryptocurrencies), and conduct cross-market transfer learning experiments where models trained on S&P 500 are tested on other markets to assess the portability of learned representations and the robustness of the three core innovations across diverse market structures. Additionally, extending to multivariate Lévy processes, incorporating alternative data sources such as news and macro indicators, and developing online learning variants for high-frequency trading represent promising directions for advancing the integration of stochastic processes and deep learning in financial forecasting.