What's that Noise in Artificial Intelligence?
CIOREVIEW >> AI >> NEWS

Head of Portfolio Analytics for Market and Credit Risk at DZ BANK.

Dr. Peter Quell

What's that Noise in Artificial Intelligence?

Dr. Peter Quell
Dr. Peter Quell, Head of Portfolio Analytics for Market and Credit Risk at DZ BANK.

Machine learning has permeated almost all areas in which inferences are drawn from data. The range of applications in the financial industry spans from credit rating and loan approval processes to automated trading, fraud prevention, and anti-money laundering. Machine learning has demonstrated a significant uplift in these business areas, and its use will continue to be explored in the financial industry.

Nevertheless, there is one area in which machine learning has not (yet) contributed too many innovations: time series analysis for financial risk measurement. The main reasons for this are rooted in the observation that financial time series are very noisy, not stationary, and often very short. Therefore, traditional machine learning algorithms (like, e.g., long short-term memory) simply do not find enough data to draw any relevant conclusion.

The first issue relates to the low signal-to-noise ratio usually encountered in financial market data. This aspect is closely related to the danger of overfitting. Due to the large noise component, the algorithm might focus on the irrelevant noise patterns instead of the real signal. The second issue relates to a similar fact: Financial time series frequently change their local volatility, but the algorithm is always far behind. A clear indication of overfitting is given by a good performance of the algorithm applied to the training data versus a deteriorating performance when applied to new data. What can be done about this?

“Due to its “online” character, the Kálmán Filter is very fast and flexible. Applied to financial time series, the signal is the local volatility, and the noise is just the remaining component after we condition on the local volatility.”

In financial risk measurement, there seems to be a quite handy solution, which has been part of engineering toolboxes for more than half a century. The Kálmán filter provides a clever way of separating the signal from the noise by using an adaptive way of averaging over successive observations. Due to its “online” character, the Kálmán Filter is very fast and flexible. Applied to financial time series, the signal is the local volatility, and the noise is just the remaining component after we have conditioned on the local volatility. The clever adaptation of this filter to changing environments could be thought of as an “ancient AI." What about more recent developments that improve Kálmán filter techniques?

If we are willing to feature more general but also more complicated approaches, the so-called Particle filters provide good service for problems in financial time series analysis. Even though these algorithms are more time-consuming, and there are currently only a few open-source libraries available, Particle filters offer promising prospects for future benchmark tools. But haven’t we forgotten something?

Of course, risk measurement in financial institutions always carries a regulatory dimension. Therefore, machine learning and AI innovations used for Basel Pillar I or II purposes need to be explainable and interpretable. We just cannot use some deep neural network approach that may come as a black box solution, even if it has superb backtesting characteristics. Since the Kálmán filter and Particle filter share some characteristics of state space models, interpretability seems straightforward to tackle.

To deliver proof of concept, a good strategy is to implement explainable AI techniques like the above-mentioned approaches as “challenger models” within a risk model validation framework. If these methods prove themselves here, there is a lot of evidence for their transfer to “champion models."

The articles from these contributors are based on their personal expertise and viewpoints, and do not necessarily reflect the opinions of their employers or affiliated organizations.