← Latest papers
📊 statistics

Prediction Inference of Time Series with Standard ReLU Deep Neural Networks

This paper proposes a methodology using standard ReLU Deep Neural Networks to generate prediction intervals for time series that quantify both future variability and estimation uncertainty, supported by theoretical proofs of consistency and beta-mixing properties under dependent data conditions.

Original authors: Kejin Wu

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Kejin Wu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Predicting the future is one of humanity's oldest and most persistent challenges. Whether a farmer checking the sky for rain, an economist watching stock markets, or a doctor monitoring a patient's vital signs, the goal is always the same: to look at what has happened and guess what comes next. In the world of data science, this task is known as time series forecasting. For decades, scientists have relied on mathematical models to find patterns in these sequences of numbers. The most traditional tools are built on the idea that the future is a simple, straight-line extension of the past. However, the real world is rarely so simple. Weather systems, financial crashes, and biological rhythms often twist and turn in complex, non-linear ways that straight lines cannot capture. When these traditional tools fail, researchers have turned to a more powerful, flexible approach: deep neural networks. These are computer systems inspired by the human brain, capable of learning intricate patterns from vast amounts of data. Yet, while these networks have become famous for their ability to predict, a critical piece of the puzzle has been missing. Knowing a prediction is one thing; knowing how much to trust it is another. Without a clear measure of uncertainty, a prediction is just a guess, no matter how sophisticated the machine that made it.

This is the specific problem addressed by a new study from the Department of Mathematics and Statistics at Loyola University Chicago. The researchers set out to build a method that not only uses deep neural networks to forecast time series but also rigorously quantifies the uncertainty of those forecasts. In the past, when scientists used these powerful networks, they often treated them as "black boxes," accepting the output without understanding the reliability of the result. The study introduces a new way to construct what are called prediction intervals. Think of a prediction interval not as a single number, but as a range of likely outcomes. If a weather model predicts a high of 75 degrees, a simple prediction might just say "75." A prediction interval would say, "We are 95 percent confident the temperature will be between 70 and 80." The challenge the researchers tackled was ensuring this range was wide enough to be accurate, especially when the amount of data available was small.

The team focused on a specific type of deep neural network that uses a standard activation function known as ReLU. This function helps the network learn by deciding which signals to pass through and which to ignore, much like a neuron firing or staying silent. The researchers first proved that these networks could consistently learn the underlying patterns in data that changes over time, even when that data is dependent on its own past. They then developed a sophisticated simulation technique, known as a forward bootstrap, to test their predictions. Imagine taking a single timeline of data, like a record of daily temperatures, and creating thousands of slightly different versions of that timeline by shuffling the random errors within it. By running their neural network on each of these thousands of variations, the researchers could see how much the predictions bounced around. This bouncing, or variability, revealed two things: the natural randomness of the future itself, and the uncertainty caused by the fact that the model was trained on a limited amount of data.

By combining these two sources of uncertainty, the researchers created what they call a "pertinent prediction interval." This method is designed to be more reliable than older techniques, particularly when the dataset is small. In their tests, they compared their new approach against standard methods used in statistics. They simulated three different types of complex, non-linear data patterns, ranging from simple curves to highly intricate, high-dimensional shapes. In every scenario, the neural network approach proved to be more accurate at finding the true future values than the traditional methods. More importantly, when it came to the prediction intervals, the new method consistently captured the true outcome more often than the older techniques. For example, in one simulation involving complex, high-dimensional data with a small sample size, the traditional method achieved only an 89.8% coverage rate, while the new neural network method achieved 95.5%. The study also applied this method to real-world data by analyzing a subset of the M4 competition dataset, specifically selecting seven yearly time series with lengths between 300 and 350 observations. The results held up: the neural network-based intervals were more stable and reliable, especially when the researchers had to guess the complexity of the data without knowing the exact rules beforehand.

The significance of this work lies in its ability to bring statistical rigor to the world of machine learning. For a long time, deep learning has been celebrated for its raw predictive power but criticized for its lack of transparency regarding error. This study bridges that gap. It shows that by carefully analyzing how a neural network behaves when trained on different versions of the same data, we can build a safety net around its predictions. This is crucial for fields where being wrong has serious consequences, such as managing water resources, modeling climate change, or making economic decisions. The researchers did not claim to have solved every problem in forecasting, nor did they suggest that their method works perfectly in every single situation. Instead, they provided a robust, mathematically sound framework that works well in practice, particularly when data is scarce or the patterns are complex. They demonstrated that with the right tools, we can not only predict the future with deep learning but also understand the limits of that prediction with a high degree of confidence.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →