Source author record

Stefan Zohren

Stefan Zohren appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

27works
17topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

27 published item(s)

preprint2026arXiv

DeePM: Regime-Robust Deep Learning for Systematic Macro Portfolio Management

We propose DeePM (Deep Portfolio Manager), a structured deep-learning macro portfolio manager trained end-to-end to maximize a robust, risk-adjusted utility. DeePM addresses three fundamental challenges in financial learning: (1) it resolves the asynchronous "ragged filtration" problem via a Directed Delay (Causal Sieve) mechanism that prioritizes causal impulse-response learning over information freshness; (2) it combats low signal-to-noise ratios via a Macroeconomic Graph Prior, regularizing cross-asset dependence according to economic first principles; and (3) it optimizes a distributionally robust objective where a smooth worst-window penalty serves as a differentiable proxy for Entropic Value-at-Risk (EVaR) - a window-robust utility encouraging strong performance in the most adverse historical subperiods. In large-scale backtests from 2010-2025 on 50 diversified futures with highly realistic transaction costs, DeePM attains net risk-adjusted returns that are roughly twice those of classical trend-following strategies and passive benchmarks, solely using daily closing prices. Furthermore, DeePM improves upon the state-of-the-art Momentum Transformer architecture by roughly fifty percent. The model demonstrates structural resilience across the 2010s "CTA (Commodity Trading Advisor) Winter" and the post-2020 volatility regime shift, maintaining consistent performance through the pandemic, inflation shocks, and the subsequent higher-for-longer environment. Ablation studies confirm that strictly lagged cross-sectional attention, graph prior, principled treatment of transaction costs, and robust minimax optimization are the primary drivers of this generalization capability.

preprint2026arXiv

DeRegiME: Deep Regime Mixtures for Probabilistic Forecasting under Distribution Shift

We introduce DeRegiME -- Deep Regime Mixture of Experts -- a direct multi-horizon probabilistic forecaster that separates latent uncertainty regimes from the underlying signal and softly assigns each forecast location to learned recurring regimes using a sparse variational Gaussian process (GP) whose nonstationary regime-mixing kernel and Student-t likelihood combine per-regime sub-kernels and noise processes via a shared gate. This yields a single sparse-GP posterior, not a mixture of GP experts. DeRegiME addresses a key limitation of neural forecasters: point forecasts discard residual uncertainty, and probabilistic heads -- whether single marginals, uninterpreted mixtures, quantile sets, or diffusion samples -- rarely expose the regime structure of the residual. Yet distribution shift in noisy heteroskedastic time series may be abrupt, gradual, or horizon-dependent and often appears in residual uncertainty rather than the conditional mean. DeRegiME yields an interpretable mean-residual-noise decomposition with a direct-sum feature-space representation that anchors regimes as clusters of residual similarity whose transitions surface as implicit changepoints. The effective number of regimes is pruned by the stick-breaking gate. We prove kernel validity and predictive-density propriety, and across ten benchmarks and three encoder grids DeRegiME improves negative log predictive density (NLPD) by 20.3% over the strongest encoder-matched baseline, a DeepAR/GluonTS-style dynamic Student-t head, with parallel gains on CRPS (3.0%) and MSE (4.7%). Improvements are consistent across all datasets, which span abrupt, gradual, and seasonal shifts.

preprint2023arXiv

Estimation of Large Financial Covariances: A Cross-Validation Approach

We introduce a novel covariance estimator for portfolio selection that adapts to the non-stationary or persistent heteroskedastic environments of financial time series by employing exponentially weighted averages and nonlinearly shrinking the sample eigenvalues through cross-validation. Our estimator is structure agnostic, transparent, and computationally feasible in large dimensions. By correcting the biases in the sample eigenvalues and aligning our estimator to more recent risk, we demonstrate that our estimator performs well in large dimensions against existing state-of-the-art static and dynamic covariance shrinkage estimators through simulations and with an empirical application in active portfolio management.

preprint2022arXiv

Enhancing Cross-Sectional Currency Strategies by Context-Aware Learning to Rank with Self-Attention

The performance of a cross-sectional currency strategy depends crucially on accurately ranking instruments prior to portfolio construction. While this ranking step is traditionally performed using heuristics, or by sorting the outputs produced by pointwise regression or classification techniques, strategies using Learning to Rank algorithms have recently presented themselves as competitive and viable alternatives. Although the rankers at the core of these strategies are learned globally and improve ranking accuracy on average, they ignore the differences between the distributions of asset features over the times when the portfolio is rebalanced. This flaw renders them susceptible to producing sub-optimal rankings, possibly at important periods when accuracy is actually needed the most. For example, this might happen during critical risk-off episodes, which consequently exposes the portfolio to substantial, unwanted drawdowns. We tackle this shortcoming with an analogous idea from information retrieval: that a query's top retrieved documents or the local ranking context provide vital information about the query's own characteristics, which can then be used to refine the initial ranked list. In this work, we use a context-aware Learning-to-rank model that is based on the Transformer architecture to encode top/bottom ranked assets, learn the context and exploit this information to re-rank the initial results. Backtesting on a slate of 31 currencies, our proposed methodology increases the Sharpe ratio by around 30% and significantly enhances various performance metrics. Additionally, this approach also improves the Sharpe ratio when separately conditioning on normal and risk-off market states.

preprint2022arXiv

Forecasting COVID-19 Caseloads Using Unsupervised Embedding Clusters of Social Media Posts

We present a novel approach incorporating transformer-based language models into infectious disease modelling. Text-derived features are quantified by tracking high-density clusters of sentence-level representations of Reddit posts within specific US states' COVID-19 subreddits. We benchmark these clustered embedding features against features extracted from other high-quality datasets. In a threshold-classification task, we show that they outperform all other feature types at predicting upward trend signals, a significant result for infectious disease modelling in areas where epidemiological data is unreliable. Subsequently, in a time-series forecasting task we fully utilise the predictive power of the caseload and compare the relative strengths of using different supplementary datasets as covariate feature sets in a transformer-based time-series model.

preprint2022arXiv

Same State, Different Task: Continual Reinforcement Learning without Interference

Continual Learning (CL) considers the problem of training an agent sequentially on a set of tasks while seeking to retain performance on all previous tasks. A key challenge in CL is catastrophic forgetting, which arises when performance on a previously mastered task is reduced when learning a new task. While a variety of methods exist to combat forgetting, in some cases tasks are fundamentally incompatible with each other and thus cannot be learnt by a single policy. This can occur, in reinforcement learning (RL) when an agent may be rewarded for achieving different goals from the same observation. In this paper we formalize this "interference" as distinct from the problem of forgetting. We show that existing CL methods based on single neural network predictors with shared replay buffers fail in the presence of interference. Instead, we propose a simple method, OWL, to address this challenge. OWL learns a factorized policy, using shared feature extraction layers, but separate heads, each specializing on a new task. The separate heads in OWL are used to prevent interference. At test time, we formulate policy selection as a multi-armed bandit problem, and show it is possible to select the best policy for an unknown task using feedback from the environment. The use of bandit algorithms allows the OWL agent to constructively re-use different continually learnt policies at different times during an episode. We show in multiple RL environments that existing replay based CL methods fail, while OWL is able to achieve close to optimal performance when training sequentially.

preprint2021arXiv

Deep Learning for Portfolio Optimization

We adopt deep learning models to directly optimise the portfolio Sharpe ratio. The framework we present circumvents the requirements for forecasting expected returns and allows us to directly optimise portfolio weights by updating model parameters. Instead of selecting individual assets, we trade Exchange-Traded Funds (ETFs) of market indices to form a portfolio. Indices of different asset classes show robust correlations and trading them substantially reduces the spectrum of available assets to choose from. We compare our method with a wide range of algorithms with results showing that our model obtains the best performance over the testing period, from 2011 to the end of April 2020, including the financial instabilities of the first quarter of 2020. A sensitivity analysis is included to understand the relevance of input features and we further study the performance of our approach under different cost rates and different risk levels via volatility scaling.

preprint2021arXiv

Sentiment Correlation in Financial News Networks and Associated Market Movements

In an increasingly connected global market, news sentiment towards one company may not only indicate its own market performance, but can also be associated with a broader movement on the sentiment and performance of other companies from the same or even different sectors. In this paper, we apply NLP techniques to understand news sentiment of 87 companies among the most reported on Reuters for a period of seven years. We investigate the propagation of such sentiment in company networks and evaluate the associated market movements in terms of stock price and volatility. Our results suggest that, in certain sectors, strong media sentiment towards one company may indicate a significant change in media sentiment towards related companies measured as neighbours in a financial network constructed from news co-occurrence. Furthermore, there exists a weak but statistically significant association between strong media sentiment and abnormal market return as well as volatility. Such an association is more significant at the level of individual companies, but nevertheless remains visible at the level of sectors or groups of companies.

preprint2020arXiv

DeepLOB: Deep Convolutional Neural Networks for Limit Order Books

We develop a large-scale deep learning model to predict price movements from limit order book (LOB) data of cash equities. The architecture utilises convolutional filters to capture the spatial structure of the limit order books as well as LSTM modules to capture longer time dependencies. The proposed network outperforms all existing state-of-the-art algorithms on the benchmark LOB dataset [1]. In a more realistic setting, we test our model by using one year market quotes from the London Stock Exchange and the model delivers a remarkably stable out-of-sample prediction accuracy for a variety of instruments. Importantly, our model translates well to instruments which were not part of the training set, indicating the model's ability to extract universal features. In order to better understand these features and to go beyond a "black box" model, we perform a sensitivity analysis to understand the rationale behind the model predictions and reveal the components of LOBs that are most relevant. The ability to extract robust features which translate well to other instruments is an important property of our model which has many other applications.

preprint2020arXiv

Investment sizing with deep learning prediction uncertainties for high-frequency Eurodollar futures trading

In this work we show that prediction uncertainty estimates gleaned from deep learning models can be useful inputs for influencing the relative allocation of risk capital across trades. In this way, consideration of uncertainty is important because it permits the scaling of investment size across trade opportunities in a principled and data-driven way. We showcase this insight with a prediction model and find clear outperformance based on a Sharpe ratio metric, relative to trading strategies that either do not take uncertainty into account, or that utilize an alternative market-based statistic as a proxy for uncertainty. Of added novelty is our modelling of high-frequency data at the top level of the Eurodollar Futures limit order book for each trading day of 2018, whereby we predict interest rate curve changes on small time horizons. We are motivated to study the market for these popularly-traded interest rate derivatives since it is deep and liquid, and contributes to the efficient functioning of global finance -- though there is relatively little by way of its modelling contained in the academic literature. Hence, we verify the utility of prediction models and uncertainty estimates for trading applications in this complex and multi-dimensional asset price space.

preprint2020arXiv

Practical Bayesian Learning of Neural Networks via Adaptive Optimisation Methods

We introduce a novel framework for the estimation of the posterior distribution over the weights of a neural network, based on a new probabilistic interpretation of adaptive optimisation algorithms such as AdaGrad and Adam. We demonstrate the effectiveness of our Bayesian Adam method, Badam, by experimentally showing that the learnt uncertainties correctly relate to the weights' predictive capabilities by weight pruning. We also demonstrate the quality of the derived uncertainty measures by comparing the performance of Badam to standard methods in a Thompson sampling setting for multi-armed bandits, where good uncertainty measures are required for an agent to balance exploration and exploitation.

preprint2019arXiv

Quantum codes from classical graphical models

We introduce a new graphical framework for designing quantum error correction codes based on classical principles. A key feature of this graphical language, over previous approaches, is that it is closely related to that of factor graphs or graphical models in classical information theory and machine learning. It enables us to formulate the description of the recently-introduced `coherent parity check' quantum error correction codes entirely within the language of classical information theory. This makes our construction accessible without requiring background in quantum error correction or even quantum mechanics in general. More importantly, this allows for a collaborative interplay where one can design new quantum error correction codes derived from classical codes.

preprint2016arXiv

A Direct Mapping of Max k-SAT and High Order Parity Checks to a Chimera Graph

We demonstrate a direct mapping of max k-SAT problems (and weighted max k-SAT) to a Chimera graph, which is the non-planar hardware graph of the devices built by D-Wave Systems Inc. We further show that this mapping can be used to map a similar class of maximum satisfiability problems where the clauses are replaced by parity checks over potentially large numbers of bits. The latter is of specific interest for applications in decoding for communication. We discuss an example in which the decoding of a turbo code, which has been demonstrated to perform near the Shannon limit, can be mapped to a Chimera graph. The weighted max k-SAT problem is the most general class of satisfiability problems, so our result effectively demonstrates how any satisfiability problem may be directly mapped to a Chimera graph. Our methods faithfully reproduce the low energy spectrum of the target problems, so therefore may also be used for maximum entropy inference.

preprint2015arXiv

Maximal Non-Classicality in Multi-Setting Bell Inequalities

The discrepancy between maximally entangled states and maximally non-classical quantum correlations is well-known but still not well understood. We aim to investigate the relation between quantum correlations and entanglement in a family Bell inequalities with $N$-settings and $d$ outcomes. Using analytical as well as numerical techniques, we derive both maximal quantum violations and violations obtained from maximally entangled states. Furthermore, we study the most non-classical quantum states in terms of their entanglement entropy for large values of $d$ and many measurement settings. Interestingly, we find that the entanglement entropy behaves very differently depending on whether $N=2$ or $N> 2$: when $N=2$ the entanglement entropy is a monotone function of $d$ and the most non-classical state is far from maximally entangled, whereas when $N> 2$ the entanglement entropy is a non-monotone function of $d$ and converges to that of the maximally entangled state in the limit of large $d$.

preprint2015arXiv

Violations of Bell inequalities from random pure states

We consider the expected violations of Bell inequalities from random pure states. More precisely, we focus on a slightly generalised version of the CGLMP inequality, which concerns Bell experiments of two parties, two measurement options and N outcomes and analyse their expected quantum violations from random pure states for varying N, assuming the conjectured optimal measurement operators. It is seen that for small N the Bell inequality is not violated on average, while for larger N it is. Both ensembles of unstructured as well as structured random pure states are considered. Using techniques from random matrix theory this is obtained analytically for small and large N and numerically for intermediate N. The results show a beautiful interplay of different aspects of random matrix theory, ranging from the Marchenko-Pastur distribution and fixed-trace ensembles to the O(n) model.

preprint2014arXiv

Instantons and Extreme Value Statistics of Random Matrices

We discuss the distribution of the largest eigenvalue of a random N x N Hermitian matrix. Utilising results from the quantum gravity and string theory literature it is seen that the orthogonal polynomials approach, first introduced by Majumdar and Nadal, can be extended to calculate both the left and right tail large deviations of the maximum eigenvalue. This framework does not only provide computational advantages when considering the left and right tail large deviations for general potentials, as is done explicitly for the first multi-critical potential, but it also offers an interesting interpretation of the results. In particular, it is seen that the left tail large deviations follow from a standard perturbative large N expansion of the free energy, while the right tail large deviations are related to the non-perturbative expansion and thus to instanton corrections. Considering the standard interpretation of instantons as tunnelling of eigenvalues, we see that the right tail rate function can be identified with the instanton action which in turn can be given as a simple expression in terms of the spectral curve. From the string theory point of view these non-perturbative corrections correspond to branes and can be identified with FZZT branes.

preprint2013arXiv

On the Quantum Geometry of Multi-critical CDT

We discuss extensions of a recently introduced model of multi-critical CDT to higher multi-critical points. As in the case of pure CDT the continuum limit can be taken on the level of the action and the resulting continuum surface model is again described by a matrix model. The resolvent, a simple observable of the quantum geometry which is accessible from the matrix model is calculated for arbitrary multi-critical points. We go beyond the matrix model by determining the propagator using the peeling procedure which is used to extract the effective quantum Hamiltonian and the fractal dimension in agreement with earlier results by Ambjorn et al. With this at hand a string field theory formalism for multi-critical CDT is introduced and it is shown that the Dyson-Schwinger equations match the loop equations of the matrix model. We conclude by commenting on how to formally obtain the sum over topologies and a relation to stochastic quantisation.

preprint2012arXiv

An Analytical Analysis of CDT Coupled to Dimer-like Matter

We consider a model of restricted dimers coupled to two-dimensional causal dynamical triangulations (CDT), where the dimer configurations are restricted in the sense that they do not include dimers in regions of high curvature. It is shown how the model can be solved analytically using bijections with decorated trees. At a negative critical value for the dimer fugacity the model undergoes a phase transition at which the critical exponent associated to the geometry changes. This represents the first account of an analytical study of a matter model with two-dimensional interactions coupled to CDT.

preprint2012arXiv

Aspects of dynamical dimensional reduction in multigraph ensembles of CDT

We study the continuum limit of a "radially reduced" approximation of Causal Dynamical Triangulations (CDT), so-called multigraph ensembles, and explain why they serve as realistic toy models to study the dimensional reduction observed in numerical simulations of four-dimensional CDT. We present properties of this approximation in two, three and four dimensions comparing them with the numerical simulations and pointing out some common features with 2+1 dimensional Horava-Lifshitz gravity.

preprint2012arXiv

CDT coupled to dimer matter: An analytical approach via tree bijections

We review a recently obtained analytical solution of a restricted so-called hard dimers model coupled to two-dimensional CDT. The combinatorial solution is obtained via bijections of causal triangulations with dimers and decorated trees. We show that the scaling limit of this model can also be obtained from a multi-critical point of the transfer matrix for dynamical triangulations of triangles and squares when one disallows for spatial topology changes to occur.

preprint2012arXiv

Dynamical dimensional reduction in toy models of 4D causal quantum gravity

In recent years several approaches to quantum gravity have found evidence for a scale dependent spectral dimension of space-time varying from four at large scales to two at small scales of order of the Planck length. The first evidence came from numerical results on four-dimensional causal dynamical triangulations (CDT) [Ambjorn et al., Phys. Rev. Lett. 95 (2005) 171]. Since then little progress has been made in analytically understanding the numerical results coming from the CDT approach and showing that they remain valid when taking the continuum limit. Here we argue that the spectral dimension can be determined from a model with fewer degrees of freedom obtained from the CDTs by "radial reduction". In the resulting "toy" model we can take the continuum limit analytically and obtain a scale dependent spectral dimension varying from four to two with scale and having functional behaviour exactly of the form which was conjectured on the basis of the numerical results.

preprint2012arXiv

FZZT Brane Relations in the Presence of Boundary Magnetic Fields

We show how a boundary state different from the (1,1) Cardy state may be realised in the (m,m+1) minimal string by the introduction of an auxiliary matrix into the standard two hermitian matrix model. This boundary is a natural generalisation of the free spin boundary state in the Ising model. The resolvent for the auxiliary matrix is computed using an extension of the saddle-point method of Zinn-Justin to the case of non-identical potentials. The structure of the saddle-point equations result in a Seiberg-Shih like relation between the boundary states which is valid away from the continuum limit, in addition to an expression for the spectral curve of the free spin boundary state. We then show how the technique may be used to analyse boundary states corresponding to a boundary magnetic field, thereby allowing us to generalise the work of Carroll et al. on the boundary renormalisation flow of the Ising model, to any (m,m+1) model.

preprint2012arXiv

Multigraph models for causal quantum gravity and scale dependent spectral dimension

We study random walks on ensembles of a specific class of random multigraphs which provide an "effective graph ensemble" for the causal dynamical triangulation (CDT) model of quantum gravity. In particular, we investigate the spectral dimension of the multigraph ensemble for recurrent as well as transient walks. We investigate the circumstances in which the spectral dimension and Hausdorff dimension are equal and show that this occurs when rho, the exponent for anomalous behaviour of the resistance to infinity, is zero. The concept of scale dependent spectral dimension in these models is introduced. We apply this notion to a multigraph ensemble with a measure induced by a size biased critical Galton-Watson process which has a scale dependent spectral dimension of two at large scales and one at small scales. We conclude by discussing a specific model related to four dimensional CDT which has a spectral dimension of four at large scales and two at small scales.

preprint2012arXiv

Spectral dimension flow on continuum random multigraph

We review a recently introduced effective graph approximation of causal dynamical triangulations (CDT), the multigraph ensemble. We argue that it is well suited for analytical computations and that it captures the physical degrees of freedom which are important for the reduction of the spectral dimension as observed in numerical simulations of CDT. In addition multigraph models allow us to study the relationship between the spectral dimension and the Hausdorff dimension, thus establishing a link to other approaches to quantum gravity

preprint2012arXiv

Spectral dimension of trees with a unique infinite spine

Using generating functions techniques we develop a relation between the Hausdorff and spectral dimension of trees with a unique infinite spine. Furthermore, it is shown that if the outgrowths along the spine are independent and identically distributed, then both the Hausdorff and spectral dimension can easily be determined from the probability generating function of the random variable describing the size of the outgrowths at a given vertex, provided that the probability of the height of the outgrowths exceeding n falls off as the inverse of n. We apply this new method to both critical non-generic trees and the attachment and grafting model, which is a special case of the vertex splitting model, resulting in a simplified proof for the values of the Hausdorff and spectral dimension for the former and novel results for the latter.

preprint2009arXiv

A causal perspective on random geometry

In this thesis we investigate the importance of causality in non-perturbative approaches to quantum gravity. Firstly, causal sets are introduced as a simple kinematical model for causal geometry. It is shown how causal sets could account for the microscopic origin of the Bekenstein entropy bound. Holography and finite entropy emerge naturally from the interplay between causality and discreteness. Going beyond causal set kinematics is problematic however. It is a hard problem to find the right amplitude to attach to each causal set that one needs to define the non-perturbative quantum dynamics of gravity. One approach which is ideally suited to define the non-perturbative gravitational path integral is dynamical triangulation. Without causality this method leads to unappealing features of the quantum geometry though. It is shown how causality is instrumental in regulating this pathological behavior. In two dimensions this approach of causal dynamical triangulations has been analytically solved by transfer matrix methods. In this thesis considerable progress has been made in the development of more powerful techniques for this approach. The formulation through matrix models and a string field theory allow us to study interesting generalizations. Particularly, it has become possible to define the topological expansion. A surprising twist of the new matrix model is that it partially disentangles the large-N and continuum limit. This makes our causal model much closer in spirit to the original idea by 't Hooft than the conventional matrix models of non-critical string theory.