Table of Contents
Fetching ...

Predictive Intent Maintenance with Intent Drift Detection in Next Generation Network

Chukwuemeka Muonagor, Mounir Bensalem, Admela Jukan

TL;DR

This work tackles maintaining deployed intents in Intent-Based Networking by introducing an intent drift detection module that leverages unsupervised time-series analysis. It evaluates seven ML models plus a greedy baseline to detect drift from network throughput data, identifying DBSCAN as the most effective in accuracy and latency. The results highlight tradeoffs between model accuracy, response time, and memory usage, and demonstrate the feasibility of predictive intent maintenance in IBN. The findings inform practical deployment choices and outline open directions for reducing false positives and extending drift detection to diverse intents.

Abstract

Intent-Based Networking (IBN) is a known concept for enabling the autonomous configuration and self-adaptation of networks. One of the major issues in IBN is maintaining the applied intent due the effects of drifts over time, which is the gradual degradation in the fulfillment of the intents, before they fail. Despite its critical role to intent assurance and maintenance, intent drift detection was largely overlooked in the literature. To fill this gap, we propose an intent drift detection algorithm for predictive maintenance of intents which can use various unsupervised learning techniques (Affinity Propagation, DBSCAN, Gaussian Mixture Models, Hierarchical clustering, K-Means clustering, OPTICS, One-Class SVM), here applied and comparatively analyzed due to their simplicity, yet efficiency in detecting drifts. The results show that DBSCAN is the best model for detecting the intent drifts. The worst performance is exhibited by the Affinity Propagation model, reflected in its poorest accuracy and latency values.

Predictive Intent Maintenance with Intent Drift Detection in Next Generation Network

TL;DR

This work tackles maintaining deployed intents in Intent-Based Networking by introducing an intent drift detection module that leverages unsupervised time-series analysis. It evaluates seven ML models plus a greedy baseline to detect drift from network throughput data, identifying DBSCAN as the most effective in accuracy and latency. The results highlight tradeoffs between model accuracy, response time, and memory usage, and demonstrate the feasibility of predictive intent maintenance in IBN. The findings inform practical deployment choices and outline open directions for reducing false positives and extending drift detection to diverse intents.

Abstract

Intent-Based Networking (IBN) is a known concept for enabling the autonomous configuration and self-adaptation of networks. One of the major issues in IBN is maintaining the applied intent due the effects of drifts over time, which is the gradual degradation in the fulfillment of the intents, before they fail. Despite its critical role to intent assurance and maintenance, intent drift detection was largely overlooked in the literature. To fill this gap, we propose an intent drift detection algorithm for predictive maintenance of intents which can use various unsupervised learning techniques (Affinity Propagation, DBSCAN, Gaussian Mixture Models, Hierarchical clustering, K-Means clustering, OPTICS, One-Class SVM), here applied and comparatively analyzed due to their simplicity, yet efficiency in detecting drifts. The results show that DBSCAN is the best model for detecting the intent drifts. The worst performance is exhibited by the Affinity Propagation model, reflected in its poorest accuracy and latency values.
Paper Structure (23 sections, 8 figures, 1 algorithm)

This paper contains 23 sections, 8 figures, 1 algorithm.

Figures (8)

  • Figure 1: Intent life cycle and the appearance of drifts.
  • Figure 2: Introducing Intent Drift Detection into the IBN Architecture.
  • Figure 3: Examples of Intents for Security, QoS provisioning and Reachability
  • Figure 4: Iteration 1
  • Figure 5: Iteration 2
  • ...and 3 more figures