Papers
Topics
Authors
Recent
Search
2000 character limit reached

Deep Learning Forecasting of the U.S. Aggregate Bond Index

Published 27 May 2026 in q-fin.PM, q-fin.CP, q-fin.MF, and q-fin.ST | (2605.27977v1)

Abstract: This study looks at the statistical properties and predictability using deep learning methods of the U.S. aggregate bond index in daily observations spanning 2018 to February 2026. We first establish that index levels are extremely persistent and consistent with unitroot behavior (Dickey and Fuller), while log returns are covariance-stationary with weak linear dependence and pronounced volatility clustering characteristic of ARCH-type processes (Engle; Bollerslev). Motivated by the trade-off between stationarity and information retention, we construct a "stationary but maximally persistent" representation via fractional differencing (Granger and Joyeux; Hosking) following the procedure of López de Prado, and evaluate shorthorizon forecast using two neural paradigms: (i) Multilayer Perceptrons (MLPs) trained on lagged vectors with joint lag-length and hyperparameter tuning (Hornik et al.; Rumelhart et al.); and (ii) Convolutional Neural Networks (CNNs) trained on Gramian Angular Field (GAF) image encodings (Wang and Oates). Empirically, MLPs match the strong naive persistence benchmark on levels, collapse toward near-zero forecasts on returns, and achieve the strongest incremental performance on the fractionally differenced series, where moderate dependence remains but unit-root drift is attenuated. In contrast, CNN-GAF models deliver consistently negative out-of-sample R 2 across all three representations. Overall, the results imply that, for short-horizon forecasting of broad bond indices, the primary determinant of predictive performance is the transformation of the series-its degree of stationarity and memory-rather than architectural complexity. Lag-based models remain competitive under persistence, while GAFbased CNNs are better suited to pattern-based tasks than to persistence-dominated next-step prediction.

Summary

  • The paper demonstrates that tuning fractional differencing (d ≈ 0.4) preserves long memory, enabling improved forecasting accuracy.
  • Methodologically, lag-based MLPs effectively exploit persistence in bond index series, while CNN-GAF models underperform due to information bottlenecks.
  • The findings highlight that optimal preprocessing and series transformation are critical for robust one-step-ahead predictions in fixed-income markets.

Deep Learning Forecasting of the U.S. Aggregate Bond Index: Statistical Structure, Series Transformations, and Model Architectures

Statistical Structure and Preprocessing of Bond Index Time Series

The paper systematically analyzes the daily time series properties of the U.S. Aggregate Bond Index from March 2018 to February 2026. Raw levels display near unit-root persistence, evidenced by autocorrelations near unity and ADF statistics failing to reject the null of integration order one (I(1)I(1)). In contrast, log returns are covariance-stationary (I(0)I(0)), with rapid mean reversion and volatility clustering, confirming classical financial time-series stylized facts. These statistical structures directly inform preprocessing strategy and set the stage for model selection and transformation approaches. Figure 1

Figure 1: Daily closing levels of the U.S. Aggregate Bond Index, 2018–2026.

Figure 2

Figure 2: Daily log returns of the U.S. Aggregate Bond Index, 2018–2026.

The study highlights the trade-off between full differencing (which risks destroying predictive low-frequency structure) and insufficient removal of stochastic drift. Employing the fractional differencing framework (Granger and Joyeux; Hosking), the authors select an optimal differencing parameter d∗≈0.4d^* \approx 0.4, guided via ADF pp-value minimization following the L{ó}pez de Prado methodology. This yields a "stationary but maximally persistent" representation—retaining long memory while (nearly) fulfilling stationarity requirements. Figure 3

Figure 3: ADF p-value as a function of differencing order dd: d≈0.4d \approx 0.4 achieves minimal order needed for stationarity in the original-level series.

Figure 4

Figure 4: U.S. Aggregate Bond Index after fractional differencing at d=0.4d=0.4: stochastic trend attenuated but persistent swings remain.

Forecasting Experiments with MLPs: Lag Structure, Nonlinearity, and Performance

Forecasting is posed as a one-step-ahead regression problem with lagged embeddings. Comprehensive hyperparameter tuning is applied for MLP architectures, including joint search over lag length, hidden layers, units, regularization, and learning rate. Temporal train/test splits ensure causal integrity.

Empirical results demonstrate:

  • Levels (I(1)I(1)): The MLP reduces to a near-identity last-value predictor with L=1L=1, matching the naive baseline and yielding near-optimal R2R^2 (I(0)I(0)0). The predictable variation is almost entirely due to persistence, and model complexity confers no measurable advantage.
  • Log Returns (I(0)I(0)1): Despite a longer optimal lag window, the MLP collapses to a mean predictor (I(0)I(0)2), reflecting lack of exploitable autocorrelation and aligning with weak-form efficiency.
  • Frac. Diff. (I(0)I(0)3): MLP achieves meaningful incremental performance (I(0)I(0)4), capitalizing on preserved long-memory; smoothing and lag-based structure are exploited. Figure 5

    Figure 5: Test-segment forecast trajectories for levels and log-returns: MLP tracks the naive benchmark for levels; both models nearly flat for returns.

    Figure 6

    Figure 6: Forecast on fractionally differenced series (I(0)I(0)5): MLP outperforms naive baseline where moderate dependence remains.

CNN-GAF Pipeline: Image Encoding, Model Fit, and Generalization

The study evaluates convolutional models trained on Gramian Angular Field (GAF) images derived from sliding windows of the time series. The GAF transformation encodes temporal relationships as image structure, aiming to facilitate pattern-based prediction. Figure 7

Figure 7: GAF encoding pipeline and resulting image for original-level series.

Figure 8

Figure 8: GAF encoding pipeline and image for log-return series.

Figure 9

Figure 9: GAF encoding pipeline for fractionally differenced series (I(0)I(0)6).

Out-of-sample evaluation reveals uniformly negative I(0)I(0)7 for CNN-GAF models across all input transformations:

  • Levels: Severe distribution shift between train/test windows induces poor fit, I(0)I(0)8.
  • Log Returns: Narrow range, high noise, no signal extraction; I(0)I(0)9.
  • Frac. Diff.: Intermediate error magnitude, but negative d∗≈0.4d^* \approx 0.40 persists, with the information bottleneck limiting effectiveness. Figure 10

    Figure 10: Predictive performance evaluation across all input representations: lag-based MLPs outperform CNN-GAFs for one-step-ahead forecasting.

Architectural Inductive Bias and Series Transformation Alignment

The results substantiate that the efficacy of forecasting architectures is fundamentally governed by the statistical structure of the series and the alignment of input representation with inductive bias:

  • Lag-based MLPs exploit persistence directly, aligning with time series where the prior lag is sufficient statistic.
  • CNN-GAF approaches are potent for pattern-based or regime classification tasks but misaligned with persistence-driven dynamics and suffer from information bottlenecks in short windows.

The study makes a contradictory claim relative to much contemporary literature: architectural complexity and geometric encoding (e.g., CNNs with GAF) do not confer advantage in classical financial series forecasting unless the transformation enhances the signal-to-noise ratio and matches the forecasting task's requirements.

Practical and Theoretical Implications

For practitioners, the primary determinants of forecast performance are choice of preprocessing and series transformation, rather than model sophistication. In fixed-income time series with pronounced persistence or weak-form informational efficiency, lag-based architectures are competitive and frequently optimal. Theoretical implications suggest that sophisticated deep learning pipelines—unless explicitly designed for the statistical structure—are prone to underperform naïve or classical approaches. Further, fractional differencing offers a nuanced trade-off: by carefully calibrating d∗≈0.4d^* \approx 0.41, one can balance stationarity with retention of economically relevant memory, enhancing downstream model utility.

Future developments may explore the inclusion of cross-sectional asset signals, macroeconomic features, alternative architectures (LSTM, Transformer), or extend the task to regime detection or long-horizon prediction, potentially providing scenarios where pattern-based (CNN/GAF) approaches are better aligned and performant.

Conclusion

The study rigorously demonstrates that predictive modeling for the U.S. Aggregate Bond Index is governed by the transformation and statistical structure of the series, not by architectural complexity. Lag-based MLPs on appropriately transformed series yield reliable short-horizon forecasts, while CNN-GAF pipelines underperform in persistence-dominated settings. Series transformation—particularly fractional differencing—serves as an optimal compromise, enabling stationarity with preserved memory. These findings direct future research to prioritize alignment of series properties and model inductive bias, challenging prevailing assumptions about the universal superiority of deep image-based architectures for financial forecasting (2605.27977).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 7 likes about this paper.