Forecasting foreign exchange rates with regression networks tuned by Bayesian optimization
Linwei Li, Paul-Amaury Matt, Christian Heumann

TL;DR
This paper introduces RegPred Net, a regression network optimized by Bayesian methods, for multi-step FX rate forecasting, outperforming traditional models and deep learning in accuracy and interpretability.
Contribution
The paper presents a novel regression network architecture, RegPred Net, that models FX rates as generalized Ornstein-Uhlenbeck processes and optimizes hyperparameters via Bayesian optimization.
Findings
RegPred Net outperforms ARMA, ARIMA, LSTM, and Autoencoder-LSTM in forecasting accuracy.
The model provides realistic FX rate trajectories with better interpretability.
It achieves lower RMSE and higher correlation metrics on 100-day FX forecasts.
Abstract
The article is concerned with the problem of multi-step financial time series forecasting of Foreign Exchange (FX) rates. To address this problem, we introduce a regression network termed RegPred Net. The exchange rate to forecast is treated as a stochastic process. It is assumed to follow a generalization of Brownian motion and the mean-reverting process referred to as the generalized Ornstein-Uhlenbeck (OU) process, with time-dependent coefficients. Using past observed values of the input time series, these coefficients can be regressed online by the cells of the first half of the network (Reg). The regressed coefficients depend only on - but are very sensitive to - a small number of hyperparameters required to be set by a global optimization procedure for which, Bayesian optimization is an adequate heuristic. Thanks to its multi-layered architecture, the second half of the regression…
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 · Market Dynamics and Volatility · Machine Learning in Materials Science
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · ARMA GNN
