← Latest papers
💻 computer science

A Two-Level LSTM Framework for Traffic Forecasting and Early Congestion Prediction in SD-WAN Networks

This paper proposes a two-level LSTM framework for SD-WAN networks that integrates channel load prediction and critical congestion classification to enable proactive route management, demonstrating superior forecasting accuracy and decision reliability compared to traditional methods.

Original authors: Vitalii Savchenko, Yurii Kravchenko, Serhii Stavytskyi, Olga Leshchenko, Olena Starkova

Published 2026-08-12
📖 4 min read☕ Coffee break read

Original authors: Vitalii Savchenko, Yurii Kravchenko, Serhii Stavytskyi, Olga Leshchenko, Olena Starkova

Original paper licensed under CC BY 4.0 (https://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

Imagine the internet as a massive, bustling highway system where data packets are cars zooming from one city to another. In the past, traffic managers (the network controllers) would only react when they saw a jam forming or a crash happening; they'd wave their hands and say, "Oh no, move over!" after the damage was already done. This is called "reactive" management. But what if these managers had a crystal ball? What if they could see a traffic jam forming ten minutes before the first car even slowed down? That is the dream of "proactive" management in a type of super-smart network called SD-WAN (Software-Defined Wide Area Network). To do this, scientists use something called "machine learning," which is basically teaching a computer to look at past traffic patterns and guess what will happen next. One of the most popular tools for this is called an LSTM (Long Short-Term Memory) network, which is like a robot brain that has an excellent memory for remembering sequences of events, like the rhythm of rush hour. The big question researchers are trying to answer is: Can we build a system that doesn't just guess the exact number of cars on the road, but also sounds a loud alarm if a massive traffic jam is about to happen, giving the network enough time to reroute traffic before anyone gets stuck?

This paper, written by a team from Taras Shevchenko National University of Kyiv, proposes a clever two-step solution to this problem. Instead of relying on just one method to predict the future, they built a "two-level" framework that acts like a team of two different experts working together.

The first expert is a Traffic Forecaster. Its job is to guess the exact percentage of the road that will be used in the future. The researchers tested this expert against some older, simpler methods (like just guessing the traffic will be the same as it was a minute ago, or taking an average of the last few minutes). They found that their new "LSTM" expert was much better at guessing the numbers. For example, when looking 120 minutes into the future, their model was the most accurate, with an average error of about 18.392%. This means it could tell the network, "In two hours, we'll be at about 85% capacity," which is helpful, but maybe not enough to stop a sudden, scary traffic spike.

The second expert is a Congestion Alarmist. This one doesn't care about the exact number of cars; it only cares about one thing: "Is a disaster coming?" It looks at the same traffic data but asks a simple yes-or-no question: "Will the road get so full (over 90% full) that it breaks?" The researchers trained this alarmist to be very sensitive. They set a rule that it must catch at least 80% of all future traffic jams (a metric called "Recall"). Even if it sometimes cries "Wolf!" when there isn't one (a false alarm), it is better than missing a real jam. The results showed that this alarmist was very good at its job, successfully predicting critical jams 5 to 120 minutes in advance with a high level of accuracy.

The real magic happens when these two experts work together. The authors suggest that using just the number-guesser or just the alarmist isn't enough. Instead, they combined them into a single "Decision Confidence Index." Think of it like a weather app that gives you a percentage chance of rain. If the number-guesser says "It might rain" and the alarmist says "It's definitely going to pour," the system becomes super confident that you need an umbrella. The paper shows that by combining these two independent sources of information, the network controller can make decisions with much higher confidence (up to 99.5% confidence for short-term predictions) than if it relied on just one method.

The researchers tested all of this using simulated data that mimics real internet traffic, including the daily ups and downs of user activity. They found that while predicting the exact future is hard (especially far into the future), predicting that a problem is coming is very doable. They argue that this two-level approach allows SD-WAN networks to switch routes proactively, like a GPS rerouting you before you even hit the traffic, rather than waiting until you are already stuck. While the paper doesn't claim this solves every problem in the world, it suggests that this specific two-level framework is a very promising way to make networks faster and more reliable by getting ahead of the congestion before it happens.

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 →