<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC7011 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7011.xml">
<!ENTITY RFC8986 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8986.xml">
<!ENTITY RFC9315 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9315.xml">
]>


<rfc ipr="trust200902" docName="draft-irtf-nmrg-ai-challenges-06" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Coupling AI and network management">Research Challenges in Coupling Artificial Intelligence and Network Management</title>

    <author fullname="Jérôme François">
      <organization>University of Luxembourg and Inria</organization>
      <address>
        <postal>
          <street>6 Rue Richard Coudenhove-Kalergi</street>
          <city>Luxembourg</city>
          <country>Luxembourg</country>
        </postal>
        <email>jerome.francois@uni.lu</email>
      </address>
    </author>
    <author fullname="Alexander Clemm">
      <organization>Independent</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>ludwig@clemm.org</email>
      </address>
    </author>
    <author fullname="Dimitri Papadimitriou">
      <organization>3NLab Belgium Research Center</organization>
      <address>
        <postal>
          <city>Leuven</city>
          <country>Belgium</country>
        </postal>
        <email>papadimitriou.dimitri.be@gmail.com</email>
      </address>
    </author>
    <author fullname="Stenio Fernandes">
      <organization>Canada Post</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>stenio.fernandes@ieee.org</email>
      </address>
    </author>
    <author fullname="Stefan Schneider">
      <organization>Digital Railway (DSD) at Deutsche Bahn</organization>
      <address>
        <postal>
          <country>Germany</country>
        </postal>
        <email>stefanbschneider@outlook.com</email>
      </address>
    </author>

    <date year="2026" month="July" day="06"/>

    
    <workgroup>Internet Research Task Force</workgroup>
    <keyword>network management</keyword> <keyword>artificial intelligence</keyword> <keyword>machine learning</keyword>

    <abstract>


<t>This document is intended to introduce the challenges to overcome when Network Management (NM) problems may require coupling with Artificial Intelligence (AI) solutions. On the one hand, many difficult NM problems still lack good solutions, or existing approaches come with significant limitations. Artificial Intelligence may help produce novel solutions to those problems. On the other hand, due to the high computational costs of AI solutions and stringent data privacy constraints, the distributed execution of AI workloads has become paramount. Consequently, networks must be operated efficiently to sustain these distributed processing requirements.</t>

<t>To identify the right set of challenges, the document defines a method based on the evolution and nature of NM problems. This will be done in parallel with advances and the nature of existing solutions in AI in order to highlight where AI and NM have already been coupled together or could benefit from a closer integration. So, the method aims at evaluating the gap between NM problems and AI solutions. Challenges are derived accordingly, assuming that solving these challenges will help to reduce the gap between NM and AI.</t>

<t>This document is a product of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF).  This document reflects the consensus of the research group.  It is not a candidate for any level of Internet Standard and is published for informational purposes.</t>



    </abstract>



  </front>

  <middle>


<section anchor="intro"><name>Introduction</name>

<t>The functional scope of Network Management (NM) is very large, ranging from monitoring to accounting, from network provisioning to service diagnostics, from usage accounting to security. The taxonomy defined in <xref target="Hoo18"/> extends the traditional Fault, Configuration, Accounting, Performance, Security (FCAPS) domains by considering additional functional areas but above all by promoting additional views. For instance, network management approaches can be classified according to the technologies, methods or paradigms they will rely on. Methods include common approaches as for example mathematical optimization or queuing theory but also techniques which have been widely applied in last decades like game theory, data analysis, data mining and machine learning. In management paradigms, autonomic and cognitive management are listed. As highlighted by this taxonomy, the definition of automated and more intelligent techniques has been promoted to support efficient network management operations.</t>

<t>Research in NM and networking has been very active in applied ML <xref target="Bou18"/> and has enabled progress in areas such as network security <xref target="Ke23"/>, Software-Defined Networks (SDN) <xref target="Ham21"/>, and vehicular networks <xref target="Tan21"/>. This broad adoption has led to a strong interlinkage between networking and AI, laying part of the foundation for future systems such as 6G or B5G networks that are expected to be AI-native <xref target="Sha25"/>.</t>

<t>However, for maintaining network operational in pre-defined safety bounds, NM still heavily relies on established procedures. Even after several cycles of adding automation, these procedures are still mostly fixed and set offline in the sense that the exact control loops and all possible scenarios are defined in advance. They are so mostly deterministic by nature or at least with sufficient safety margin. Obviously, there have been a lot of propositions to make network smarter or more intelligent with the use of Machine Learning (ML) but without large adoption for running real networks because it changes the paradigms towards stochastic methods.</t>

<t>ML includes regression analysis, statistical learning (SVM and variants), deep learning (ANN and variants), Reinforcement Learning (RL), Large Language Models (LLMs), etc. It is a sub-area of Artificial Intelligence (AI) that concentrates the focus nowadays but AI encompasses other areas including knowledge representation, inductive logic programming, inference rule engine or by extension the techniques that allow one to observe and perform actions on a system.</t>

<t>It is thus legitimate to question whether ML or AI in general could be helpful for NM in practical deployment. This question is closely tied to the problems NM aims to address. Independently of NM, ML-based solutions were introduced to solve problems in an approximate way when they are very complex in nature, i.e., when finding an optimal solution is not possible in polynomial time. This is the case for NP-hard problems. In those cases, solutions typically rely on heuristics that may not yield optimal results, or algorithms that run into issues with scalability and the ability to produce timely results due to the exponential search space. In NM, those problems exist: allocation of resources in case of Service Function Chaining (SFC) or network slicing among others are recent examples which have gained interest in our community with SDN. Many proposed approaches consist of modelling the optimization problem as a MILP (Mixed-Integer Linear Programming) and solve it by the means of heuristics to reach a satisfactory trade-off between solution quality (gap to the optimal solution) - computation time and model size/dimensionality. Hence, ML is recognized to be well adapted to progress on this type of problem <xref target="Kaf19"/>.</t>

<t>However, not all computational problems in network management are NP-hard. Due to real-time constraints, some involve very short control loops that require both rapid decisions and the ability to rapidly adapt to new situations and different contexts. So, even in that case, time is critical, and approximate solutions are usually more acceptable.  Again, it is where AI can be beneficial. Actually, expert systems are AI systems <xref target="Ste92"/> but this kind of rule-based systems are not designed to scale with the volume and heterogeneity of data we can collect in a network today. In contrast, ML is more efficient to automatically learn abstract representations of the rules, which can be eventually updated.</t>

<t>However, not all computational problems in NM are NP-hard. Due to real-time constraints, some involve very short control loops that require both rapid decisions and the ability to quickly adapt to new situations and different contexts. In such cases, time is critical, and approximate solutions are often acceptable. This is another domain where AI can be beneficial. Expert systems are AI systems <xref target="Ste92"/>, but rule-based systems are not designed to scale with the volume and heterogeneity of data that can be collected in a network today. In contrast, ML is better suited to automatically learn abstract rule structures that can be updated over time.</t>

<t>Another common problem in NM is classification. For instance, classifying network flows is helpful for security purposes to detect attack flows and to differentiate QoS among flows (e.g., real-time streams that require prioritization). ML-based classification algorithms have been widely used with satisfactory results when properly applied and have been adopted in commercial products. There are many algorithms including decision trees, Support Vector Machine (SVM) or (deep) Neural Networks (NNs) which have been to be proven to be effective in many areas and notably for image and natural language processing.</t>

<t>Finally, many problems still involve humans in the loop: from support issues such as handling trouble tickets to planning activities for the rollout of new services. This creates operational bottlenecks and is often expensive and error-prone. These tasks could be either automated or guided by an AI system to avoid individual human bias. It is worth noting that ML models trained on human-generated data can also indirectly suffer from collective human bias. Indeed, the balance between human resources and problem complexity is increasingly skewed and will continue to worsen due to growing network size, device heterogeneity, service diversity, and more. As a result, human-based procedures tend to be either overly simplistic for the problems they address or excessively time-consuming. Notable examples are in security, where network operators must defend against potential unknown threats.</t>

<t>All these problems are exacerbated by increasingly complex networks operating across many dimensions (users, devices, services, connections, etc.). Therefore, AI is expected to enable or simplify solving these problems in real networks in the near future <xref target="czb20"/> <xref target="Yan20"/>, as they require unprecedented levels of performance in terms of throughput, latency, mobility, security, and more.</t>

</section>
<section anchor="acronyms"><name>Acronyms</name>

<t><list style="symbols">
  <t>AI: Artificial Intelligence</t>
  <t>CNN: Convolutional Neural Network</t>
  <t>FL: Federated Learning</t>
  <t>GAN: Generative Adversarial Network</t>
  <t>GNN: Graph Neural Network</t>
  <t>IBN: Intent-Based Networking</t>
  <t>LLM: Large Language Model</t>
  <t>LSTM: Long Short-Term Memory</t>
  <t>MAE: Mean Absolute Error</t>
  <t>ML: Machine Learning</t>
  <t>MILP: Mixed-Integer Linear Programming</t>
  <t>MLP: Multilayer Perceptron</t>
  <t>MSE: Mean Squared Error</t>
  <t>NM: Network Management</t>
  <t>RL: Reinforcement Learning</t>
  <t>SDN: Software-Defined Networks</t>
  <t>SFC: Service Function Chaining</t>
  <t>SVM: Support Vector Machine</t>
  <t>VNF: Virtual Network Function</t>
</list></t>

</section>
<section anchor="pbNM"><name>Difficult problems in network management</name>

<t>As mentioned in the introduction, problems to be tackled in NM tend to be complex and exhibit characteristics that make them good candidates for AI-based solutions. We summarize these characteristics with short names to improve readability and to help the reader track how they recur throughout the document:</t>

<t><list style="symbols">
  <t>C1: Fundamental Algorithmic Complexity -- Managing a very large solution space that combinatorially explodes with the scale and topological footprint of the network domain, making it computationally impractical to explore and evaluate every possible state space (such as in NP-hard problems).</t>
  <t>C2: Uncertainty and Unpredictability -- Coping with highly dynamic, non-deterministic variables along multiple operational dimensions, including shifting user traffic patterns, lack of visibility into end-to-end network states, and myriads of multi-domain provider interdependencies that cannot be modeled or known in advance.</t>
  <t>C3: Real-Time Constraints -- Computing analytical solutions, issuing telemetry verdicts, and executing closed-loop control actions within strictly bounded or deterministic timeframes, especially where the context changes dynamically and decisions must be implemented rapidly to remain useful.</t>
  <t>C4: Data Dependency -- Processing and analyzing massive volumes of network telemetry to derive accurate management decisions, which requires dealing with compound data-plane challenges ranging from data heterogeneity and incomplete or missing datasets to high data velocity.</t>
  <t>C5: Integration with Existing Practice -- Interoperating seamlessly with pre-existing automated procedures, legacy deterministic control loops, heterogeneous operator workflows, and established human-in-the-loop administrative structures.</t>
  <t>C6: Economics -- Ensuring cost-effectiveness across limited physical and operational resources (including available link bandwidth, node CPU, and human overhead), particularly when model training or inference processing is distributed at the network edge or embedded within data-plane elements.</t>
</list></t>

<texttable title="Problem characteristics" anchor="char-table">
      <ttcol align='left'>Characteristic Tag &amp; Short Name</ttcol>
      <ttcol align='left'>Relevant Document Sections / Gaps</ttcol>
      <c>C1: Fundamental Algorithmic Complexity</c>
      <c><xref target="problemMapping"></xref> (Problem Mapping); <xref target="planningActions"></xref> (Action Planning); <xref target="DistributedAI"></xref> (Distributed AI)</c>
      <c>C2: Uncertainty and Unpredictability</c>
      <c><xref target="planningActions"></xref> (Action Planning); <xref target="performanceModels"></xref> (Performance of produced models); <xref target="securityOfAI"></xref> (Security of AI); <xref target="relevanceOfAIOutput"></xref> (Relevance of AI-based outputs)</c>
      <c>C3: Real-Time Constraints and Determinism</c>
      <c><xref target="lightweightAI"></xref> (Lightweight AI); <xref target="productionSystems"></xref> (Production Systems); <xref target="performanceModels"></xref> (Performance of produced models)</c>
      <c>C4: Data Dependency and Heterogeneity</c>
      <c><xref target="dataForAI"></xref> (Network data as input for ML algorithms); <xref target="dataCollection"></xref> (Data collection); <xref target="usableData"></xref> (Usable data)</c>
      <c>C5: Integration with Existing Practice</c>
      <c><xref target="humansInLoop"></xref> (AI with humans in the loop); <xref target="netManFordistributedAI"></xref> (NM for AI); <xref target="explainability"></xref> (Explainability)</c>
      <c>C6: Economics and Computational Footprint</c>
      <c><xref target="lightweightAI"></xref> (Lightweight AI); <xref target="productionSystems"></xref> (Production Systems)</c>
</texttable>

<t>Many decision/optimization problems are affected by multiple criteria. Below is a non-exhaustive list of complex NM problems for which AI and/or non-AI-based approaches have been proposed:</t>

<t><list style="symbols">
  <t>Computation of optimal paths: Packet forwarding is not always based on traditional least-cost routing protocols, but on computation of paths that are optimized for certain criteria - for example, to meet certain level objectives, to result in greater resilience to balance utilization, to optimize energy usage, etc.  Many of those solutions can be found in SDN, where a controller or path computation element computes paths that are subsequently provisioned across the network.  However, such solutions generally do not scale to millions of paths (C1) and cannot be recomputed in sub-second time scales (C3) to take into account dynamically changing network conditions (C2). To compute those paths, operations research techniques have been extensively used in literature along with AI methods <xref target="Lop20"/>. Mobility and dynamicity are two conditions that make the problem of computing optimal paths even harder. Hence, adaptive routing based on RL has been proposed as it allows an agent to promptly react to topological changes <xref target="Sin22"/>. As such, this problem can be considered as close to big data problems with some of the different Vs: volume, velocity, variety, value…</t>
  <t>Classification of network traffic: Without loss of generality, a common objective of network monitoring for operators is to know the type of traffic going through their networks (web, streaming, gaming, VoIP). Such a task analyses data (C4) which can vary over time (C2) except in very particular scenarios like industrial isolated networks. However, the output of the classification technique is time-constrained only in specific cases where fast decisions must be made, for example to reroute traffic. Simple identification based on IANA-assigned TCP/UDP port numbers were sufficient in the past. However, with applications using dynamic port numbers, signature techniques can be used to match packet payload <xref target="Sen04"/>. To handle applications now encapsulated in encrypted web or VPN traffic, various ML-based approaches have been thus adopted <xref target="Bri19"/><xref target="Naj24"/><xref target="Wan24"/><xref target="Ake24"/> including LLMs <xref target="Gin24"/>.</t>
  <t>Network diagnostics: Disruptions of networking services can have many causes and thus can rely on analysing many sources of data (C4). Identifying the root causes is of high importance, so that repair actions can address them versus just working around the symptoms. Such repair actions may involve human actions (C5). Further complicating the matter are scenarios in which disruptions are not complete but involve only a degradation of service level, and where disruptions are intermittent, not reproducible, and hard to predict.  Artificial intelligence techniques can offer promising solutions. Especially, anticipation of faults is of paramount importance and will lead to the development of predictive maintenance in future networks<xref target="Mut24"/>.</t>
  <t>Network observability: obtaining deeper insight into network status can rely on monitoring techniques to gather data from various sources. A major issue is to aggregate all these data in a valuable format <xref target="Zha21"/>. When it is not directly used to automate some actions, the aggregation of the data needs to be presented in an interpretable manner to human operators. In this area, visualisation techniques are helpful and also rely on AI techniques to provide the best outputs by reducing the number of dimensions (C4) and adapting the visualisation of data for human-operated processes (C5) <xref target="Ami24"/>.</t>
  <t>Intent-Based Networking (IBN): Roughly speaking, IBN refers to the ability to manage networks by articulating desired outcomes without the need to specify a course of <xref target="RFC9315"/>.  The ability to determine such courses of actions, in particular with multiple interdependencies, conflicting goals, large scale, and highly complex and dynamic environments is a huge and largely unsolved challenge (C1, C2, C3). As an illustration, a major problem with intent is to interpret them correctly knowing that different intent formats have been proposed including natural language. Without good interpretation of the intent, i.e. the expected outcomes, the derived actions will not be adequate. In case the intent is correctly interpreted, a major problem is to find concrete solutions to realize the intents which implicitly requires optimizing the actions to be taken. Artificial Intelligence techniques can be of help here in multiple ways, from accurately classifying dynamic context to determine matching actions to reframing the expression of intent as a game that can be played (and won) using artificially intelligent techniques.  As an example, LossLeaP even goes further by trying to predict the gap between a targeted objective and the predicted impact of the intent realization <xref target="Col22"/>.</t>
  <t>VNF (Virtual Network Function) placement and SFC (Service Function Chain) design: VNFs need to be placed on physical resources and SFCs designed in an optimized manner to minimize the use of networking resources and energy (C1,C6). As it is known to be a NP-hard problem, many heuristic- or machine-learning-based approaches have been proposed. The VNF paradigm actually emerges alongside 5G networking and orchestration methods <xref target="Att23"/>.</t>
  <t>Smart admission control to avoid congestion and oversubscription of network resources: Admission control needs to be set up to ensure service levels are optimized in a manner that is fair and aligned with application needs, congestion avoided, or its effects mitigated (C6). This field of research has notably been extended to the context of network slicing <xref target="Vin21"/><xref target="Sul23"/>.</t>
</list></t>

</section>
<section anchor="hlchallenges"><name>High-level challenges in adopting AI in NM</name>

<t>As shown in the previous section, AI techniques are good candidates for difficult NM problems. There have been many proposed solutions, but most remain at the prototype level or have been evaluated only through simulation and/or emulation. It is thus questionable why the NM community conducts extansive research in this direction but has not widely adopted those solutions to operate real networks. There are several obstacles.</t>

<t>First, AI advances have been historically driven by the image/video, natural language and signal processing communities as well as robotics for many decades. As a result, the most impressive applications are in this area including recently the generalization of home assistants, chatbots or the large progress in autonomous vehicles. However, the network experts have been focused on building the Internet, in particular designing protocols to make the world interconnected and with always better performance and services. This trend continues today with the 5G networks in deployment and beyond 5G under definition. Hence, AI was not the primary focus even if increased network automation calls for AI and ML solutions. However, AI is now considered as a core enabler for the future 6G networks which are sometimes qualified as AI-native networks <xref target="Sha25"/>.</t>

<t>While we can see major contributions in AI-based solutions for networking over more than two decades, only a fraction of the community was concerned by AI at that time. Progress as a whole, from a community perspective, was therefore limited and compensated by relying on the development of AI in the communities as mentioned earlier. Even if our problems share some commonalities, for example on the volume of data to analyse, there are differences: data types are completely different, networks are by nature heavily distributed, etc. If problems are different, they should require distinct solutions or at least in-depth adaptation. In a nutshell, network-tailored AI has been overlooked, leading to a first set of challenges described in <xref target="AItechniques"></xref>.</t>

<t>Second, many AI techniques require sufficiently representative data. For example, (deep) learning techniques mostly rely on having vectors of (real) numbers as input which fits naturally with numerical metrics (packet/byte counts, latency, delays, etc) but needs some adjustment for categorical (IP addresses, port numbers, etc) or topological features. Conversions are usually applied using common techniques like one-hot encoding or by coarse-grained representations <xref target="Sco11"/>. However, more advanced techniques can be proposed to embed representation of network entities rather than pure encoding as illustrated in <xref target="Rin17"/><xref target="Evr19"/><xref target="Sol20"/>.</t>

<t>Besides, AI techniques that involve analysis of networking data can also lead to the extraction of sensitive and personally identifiable information, raising potential privacy concerns and concerns regarding the potential for abuse. Actually, this is a common and known problem that applies to many application domains <xref target="Liu22"/>. For example, AI techniques used to analyse encrypted network traffic with the legitimate goal to protect the network from intrusions and illegitimate attack traffic could be used to infer information about network usage and interactions of network users <xref target="Hoa21"/>.  Intelligent data analysis and the need to maintain privacy are in many ways contradictory in nature, resulting in an arms race.  Similarly, training ML solutions on real network data is often preferable over using less-realistic synthetic data sets <xref target="Liu22b"/>. However, network data may contain private or sensitive data, the sharing of which may be problematic from a privacy standpoint and even result in legal exposure. The challenge concerns thus how to allow AI techniques to perform legitimate network management functions and provide network owners with operational insights into what is going on in their networks, while prohibiting their potential for abuse for other (illegitimate) purposes.  Challenges related to network data as input to ML algorithms is detailed in <xref target="netData"></xref>.</t>

<t>Finally, networks are already operated thanks to (semi-)automated procedures involving many resources which are synchronized with management or orchestration tools. Adding AI therefore requires seamless integration within pre-existing processes. Although the goal of these procedures might be solely to provide relevant information to operators through alerts or dashboards in case of monitoring applications, this can be defined to trigger actions on the different resources, which can be local or remote. The use of AI or any other approaches to derive NM actions adds further constraints on them, especially regarding time constraints <xref target="Liu21"/> and synchronization to maintain a coherence over a distributed system.</t>

<t>A related challenge concerns the fact that to be deployed, a solution needs to provide a technical solution but also be acceptable to users - in this case, network administrators and operators.  With automated solutions concerns that users want to feel “in control” and able to understand what is going on, even more so if ultimately those users are held accountable for whether or not the network is running smoothly.  To mitigate those concerns, aspects such as the ability to explain actions that are taken - or about to be taken - by AI systems become important <xref target="Sen24"/>.</t>

<t>Beyond reasons of making users more comfortable, there are potentially also legal or regulatory ramifications to ensure that actions taken are properly understood.  For example, agencies such as the FCC may impose fines on network operators when services such as E911 experience outages.  In investigating causes for such outages, the underlying behaviour of the systems has to be properly understood, and even more so the reasons for actions that fall under the realm of network operations. All these aspects about integration and acceptability of the integration of AI in NM processes is detailed in <xref target="acceptability"></xref>.</t>

</section>
<section anchor="AItechniques"><name>AI techniques and network management</name>

<section anchor="problemMapping"><name>Problem type and mapping</name>

<t>An increasing number of different AI techniques have been proposed and applied successfully to a growing variety of different problems in different domains, including network management <xref target="Mus18"/>, <xref target="Xie18"/>. Some of the most recently proposed AI approaches are clearly advancements of older approaches, which they supersede. Many other AI approaches are not predecessors or successors but simply complementary because they are useful for different problems or optimize different metrics. In fact, different AI approaches are useful for different kinds of problem inputs (e.g., tabular data vs. text vs. images vs. time series) and also for different kinds of desired outputs (e.g., a predicted value, a classification, or an action). Similarly, there may be trade-offs between multiple approaches that take the same kind of inputs and desired outputs (e.g., in terms of desired objective, computation complexity, constraints).</t>

<t>Overall, it is a key challenge of using AI techniques for network management to properly understand and map which kind of problems with which inputs, outputs, and objectives are best solved with which kind of AI (or non-AI) approaches. Given the wealth of existing and newly released AI approaches, this is far from a trivial task.</t>

<section anchor="sub-challenge-suitable-approach-for-given-input"><name>Sub-challenge: Suitable Approach for Given Input</name>

<t>Different problems in network management come with widely different problem parameters. For example, security-related problems may have large amounts of textual or encrypted data as input, whereas forecasting problems have historical time series data as input. They also vary in the amount of available data.</t>

<t>Both the type and amount of data influences the selection of an appropriate AI technique. On one hand, in scenarios with small dimensional data, classical machine learning techniques (e.g., SVM, tree-based approaches, etc.) are often sufficient and even superior to NNs <xref target="Gre19"/>. On the other hand, NNs have the advantage of learning complex models from large amounts of data without requiring feature engineering. Here, different neural network architectures are useful for different kinds of problems. The traditional and simplest architecture are (fully connected) Multi-Layer Perceptrons (MLPs), which are useful for structured, tabular data. For images, videos, or other high-dimensional data with correlation between “close” features, convolutional neural networks (CNNs) are useful. Recurrent neural networks (RNNs), especially the Long Short-Term Memory (LSTM) architecture, and attention-based neural networks (transformers) are great for sequential data like time series or text. This evolution leads to the era of LLMs also impacting research in networking <xref target="Hua25"/><xref target="Wu24"/>.</t>

<t>It is worth noting that Graph Neural Networks (GNNs) can incorporate and consider the graph-structured input, which is very useful in network management <xref target="Jie22"/>, e.g., to represent the network topology.</t>

<t>The aforementioned rough guidelines can help identify a suitable AI approach or NN architecture. Still, best results are often achieved with a sophisticated combination of different approaches. For example, multiple elements can be combined into one architecture <xref target="Ham23"/>, e.g., with both CNNs and LSTMs, and multiple separate AI approaches can be used as an ensemble to combine their strengths <xref target="Das23"/>. Here, simplifying the mapping from problem type and input to suitable AI approaches and architectures is clearly an open challenge. Future work should address this challenge by providing both clearer guidelines and striving for more general AI approaches that can easily be applied to a large variety of different problem inputs.</t>

</section>
<section anchor="sub-challenge-suitable-approach-for-desired-output"><name>Sub-challenge: Suitable Approach for Desired Output</name>

<t>Similar to the challenge of identifying suitable AI approaches for a given problem input, the desired output for a given problem also affects which AI approach should be chosen. Here, the format of the desired output (single value, class, action, etc.), the frequency of these outputs and their meaning should be considered.</t>

<t>Again, there are rough guidelines for identifying a group of suitable AI approaches. For example, if a single numerical value is required (e.g., the amount of resources to allocate to a service instance), then a supervised regression approaches should be considered as a first candidate option as it is lightweight for this type of task. In case of classification (e.g., of malware or another security issue <xref target="Abd10"/>) instead of predicting a value is desired, supervised methods can be used if labelled training data is available. There are also cases where a single class of training data is available, as for example in the context of anomaly detection where the model is fitted to normal data. In that case, one-class supervised techniques can be considered as a good candidate. Alternatively, unsupervised machine learning can help to cluster given data into separate groups, which can be useful to analyse networking data, e.g., for better understanding different types of traffic or user segments. Furthermore, the quality of the data <xref target="Liu22b"/> directly impacts on the robustness of a ML model with the risk of biased models due to over-fitting. As highlighted with these few examples, finding a suitable approach to a problem depends on many factors including the type of problem to handle but also other contextual elements such as the availability and the quality of data. To help in building AI-based solutions, pipeline generators have merged with automated capabilities, paving the way to the field of AutoML <xref target="Urb23"/>.</t>

<t>In addition to these classical supervised and unsupervised methods, Reinforcement Learning (RL) approaches allows active, sequential decisions rather than simple predictions or classification. This is often useful in network management, e.g., to actively control service scaling and placement <xref target="Sah23"/>. RL agents autonomously select suitable actions in a given environment and are especially useful for self-learning network management. In addition to model-free RL, model-based planning approaches (e.g., Monte Carlo Tree Search) also allow choosing suitable actions but require full knowledge of the environment dynamics. In contrast, model-free RL is ideal for scenarios with unknown environment dynamics, which is often the case in network management.</t>

<t>Like the previous sub-challenge, these are just rough guidelines that can help to select a suitable group of AI approaches. Identifying the most suitable approach within the group, e.g., the best out of the many existing reinforcement learning approaches, is still challenging. And, as before, different approaches could be combined to enable even more effective network management (e.g., heuristics + RL, LSTMs + RL, etc.). Here, further research can simplify the mapping from desired problem output to choosing or designing a suitable AI approach.</t>

</section>
<section anchor="tailoringAI"><name>Sub-challenge: Tailoring the AI Approach to the Given Problem</name>

<t>After addressing the two aforementioned sub-challenges, one may have selected a useful kind of AI approach for the given input and output of a network management problem. For example, one may select regression and supervised learning to forecast upcoming network traffic or select reinforcement learning to continuously control network and service coordination (scaling, placement, etc.). However, even within each of these fields (regression, reinforcement learning, etc.), there are many possible algorithms and hyper-parameters to consider. Selecting a suitable algorithm and parametrizing it with the right hyper-parameters is crucial to tailor the AI approach to the given network management problem.</t>

<t>For example, there are many different regression techniques (classical linear, polynomial regression, lasso/ridge regression, support vector regression, regression trees, neural networks, etc.), each with different benefits and drawbacks and each with its own set of hyper-parameters. Choosing a suitable technique depends on the amount and structure of the input data as well as on the desired output. It also depends on the available amount of compute resources and compute time until a prediction is required. If resources and time are not a limiting factor, many hyper-parameters can be tuned automatically.</t>

<t>This sub-challenge holds for all fields of AI: supervised learning (regression and classification), self-supervised learning, unsupervised learning, and reinforcement learning, each are broad and rapidly growing fields. Selecting suitable algorithms and hyper-parameters to tailor AI approaches to the network management problem is both an opportunity and a challenge. Here, future work should further explore these trade-offs and provide clearer guidelines on how to navigate these trade-offs for different network management tasks. As already mentioned, the AutoML field of research provides solutions to better customize ML algorithms and pipeline. However, such kind of optimization should be optimized according to domain-specific metrics rather than pure-AI metrics only. For instance, the integration of network-specific knowledge can be done through human feedback <xref target="Arz21"/>.</t>

</section>
</section>
<section anchor="performanceModels"><name>Performance of produced models</name>

<t>From a general point of view, any AI technique will produce results with a certain level of quality. This leads to two inherent questions: (1) what is the definition of the performance in a context of a NM application? (2) How to measure it? (3) How to ensure the quality of produced results by AI is aligned with NM objectives? (4) How to maintain or improve the quality of produced results?</t>

<t>Many metrics have been already defined to evaluate the performance of an AI-based technique according to its NM-level objectives. For example, QoS metrics (throughput, latency) can serve to measure the performance of a routing algorithm along with the computational complexity (memory consumption, size of routing tables). The question is to model and measure these two antagonist types of metrics. Number of true/false positives/negatives are the most basic metrics for network attack detection functions. Although the first two questions are thus already answered even if improvement can be done, question (3) refers to the integration of metrics into AI algorithms. Its objective is to obtain the best results which need to be quantified with these metrics. Depending on the type of algorithm, these metrics are either evaluated in an online manner with a feedback loop (for example with reinforcement learning) or in batch to optimize a model based on a particular context (for example described by a dataset for machine learning).</t>

<t>The problem is twofold. First, the performance can be measured through multiple metrics of different types (numerical or ordinal, for example), and some can be constrained by fixed boundaries (such as maximum latency), making their joint use challenging when creating an AI model to resolve an NM problem. Second, the scale of the metrics differs in importance or impact and can eventually vary across domains. It can be hard to precisely assess what a good or bad value is (as it might depend on multiple other ones) and it is even more difficult to integrate this in an AI technique, especially for learning algorithms to adjust their models based on performance. Indeed, many learning algorithms run through multiple iterations and rely on internal metrics, Mean Absolute Error (MAE) or Mean Squared Error (MSE) for neural network, Gini index or entropy for decision trees, distance to a hyperplane for SVMs, etc) which are not strongly correlated to the final operational metrics of the NM application. AI-internal metrics such as the loss do not match well the metrics related to the final NM objectives, thus the significance and impact of the AI errors cannot be easily translated into the NM domain.</t>

<t>For instance, a decision tree algorithm for classification purposes aims to create branches with a maximum of data from the same classes and to avoid mixing classes. It is done thanks to a criterion like the entropy index, but this kind of index does not assume any difference between mixing classes A and B or A and C. Assuming an operational point of view in which A and B mixing in the predictions is not critical, the algorithm should have preferred to mix A and B rather than A and C, even if in the first case it will produce more errors. Therefore, the internal functioning of the AI algorithms should be refined, specifically by defining a particular criterion to replace entropy as a quality measure when separating two branches. It assumes that the final NM objectives are integrated at this stage.</t>

<t>Another concrete example is traffic predictors, which aim to forecast traffic demands. They produce an output that is not necessarily simple to interpret and use by, for example, capacity allocation strategies/policies. A traditional traffic prediction that tries to minimize (perfectly symmetric) MAE/MSE treats positive and negative errors identically, hence is agnostic to the diverse meaning (and costs) of under- and over-provisioning. And, such a prediction does not provide any information on, for example, how to dimension resources/capacity to accommodate future demand while avoiding all under-provisioning (which causes service disruption) while minimizing over-provisioning (i.e., wasting resources). In other words, it forces the operator to guess the over-provisioning by taking uninformed safety margins. A more sensible approach is to forecast directly the needed capacity, rather than the traffic <xref target="Beg19"/>.</t>

<t>While this is just an example, the high-level challenge is devising forecasting models that minimize the correct objective/loss function for the specific NM task at hand (instead of generic MAE/MSE). In this way, the prediction phase becomes an integral part of NM, and not just a limited and difficult-to-use input to it. In ML terms, this maps to solving the loss-metric mismatch in the context of anticipatory NM <xref target="Hua19"/>.</t>

<t>Another issue for statistical learning (from examples/observations) is mainly about extracting an estimator from a finite set of input-output samples drawn from an unknown probability distribution that should be descriptive enough for unseen/new input data. In this context, online monitoring and error control of the quality/properties of these point estimators (bias, variance, mean squared error, etc.) is critical for dynamic/uncertain network environments. Similar reasoning/challenge applies to interval estimates, i.e., confidence intervals (frequentist) and credible intervals (Bayesian).</t>

<t>Finally, question (4) refers to the ability of an AI solution to remain efficient and eventually improve over time <xref target="Ans26"/>. This requires dynamic methods capable to adapt to a changing environment. As already highlighted, the models can be dynamically adjusted based on the errors they produced. In the context of ML, the models can be also updated based on new data, either through a complete re-learning phase, fine-tuning or transfer-learning. This assumes to collect and ingest continuously new data. However, as highlighted in <xref target="Sha21b"/>, this type of ML, qualified as online or incremental, raises several challenges when applied to traffic analysis. For example, there is a set of related challenges related to select or discard some data over a time horizon and to label data in real-time. Other challenges are more generic to this ML research area such as class imbalance or concept drift.</t>

</section>
<section anchor="lightweightAI"><name>Lightweight AI</name>

<t>Network management and operations often need to be performed under strict time constraints, i.e., at line rate, particularly in autonomic or self-driven networks. Locating NM functions as close as possible to where forwarding is achieved is an interesting option to avoid additional delays when these operations are performed remotely, for example in a centralized controller. Besides, forwarding devices may offer available resources to supplement or replace edge resources. For AI coupled with network management, AI tasks can be offloaded in network devices or more generally embedded within the network. Obviously, time-critical tasks are the best candidates to be offloaded within the network. Costly learning tasks should be processed in high-end servers but created models can be deployed, configured, modified and tuned in switches.</t>

<t>Recent advances in network programmability facilitate the programming of specific tasks at the data-plane level. P4 <xref target="Bos14"/> is widely used today for many tasks including firewalling <xref target="Dat18"/> or bandwidth management <xref target="Che19"/>. P4 is generally agnostic to specific hardware. It is based on the RMT (Reconfigurable Match Table) architectural model <xref target="Bos13"/> that is generally accepted to be generic enough to represent limited but essential switch architecture components and functionalities. The RMT model allows reconfiguring match-action tables where actions can be usual ones (rewrite some headers, forward, drop...). Actions are thus applied on the packets when they are forwarded. Actions can also be more complex programs with some safeguards: no loops, resistivity, etc. The impact on the program development is huge. For example, real number operations are not available by default while they are widely used in many AI algorithms.</t>

<t>In a nutshell, the first challenge to overcome in embedding AI in a network is the hardware's capacity to support AI operations (architectural limitation). Considering software equipment such as a virtual switch simplifies the problem but does not entirely resolve it, as even in that case, strict line-rate requirements limit the type of programs that can be executed. For example, BPF (Berkeley Packet Filter) <xref target="Mcc93"/> programs provide greater control over packet processing in OVS <xref target="Cha18"/> but still have some limitations, as the execution time of these programs is bounded by nature to ensure their termination, an essential requirement assuming the run-to-completion model which permits high throughput.</t>

<t>The second challenge of network-embedded AI in the network is allocating enough resources for AI tasks while minimizing impact on other network device tasks such as forwarding, monitoring, and filtering. Approximation and/or optimization of AI tasks are potential directions to help in this area. For instance, many network monitoring proposals rely on sketches with well-tuned implementations for the data-plane <xref target="Liu16"/><xref target="Yan18"/>. However, no general optimized AI-programmable abstraction exists to fit all cases, and proposals are mostly use-case centric. There have been many proposed approaches to develop specific P4 programs for many NM tasks, including involving ML. For each, this requires a specific adaptation <xref target="Hau23"/> with a few attempts to propose generic programs to be reusable or composed as a kind of libraries such as <xref target="Zha24"/> leveraging quantization, <xref target="Jos21"/><xref target="Jos22"/> relying on pre-computed lookup tables of real-value functions or <xref target="Swa23"/> proposing function templates for common operations. Besides, distributed processing is a common technique to distribute the load of a single task between multiple entities. AI task decomposition between network elements, edge servers, or controllers has also been proposed <xref target="Gup18"/>.</t>

</section>
<section anchor="DistributedAI"><name>Distributed AI</name>

<t>Distributed AI assumes different related tasks and components to be distributed across computational and possibly heterogeneous resources. For example, with advances in transfer and Federated Learning (FL), models can be learned, partially shared and combined or data can be also shared to either improve a local or global model. By nature, a network and a networked system is distributed and is thus well adapted to any distributed application. This is exacerbated with the deployment of fog infrastructure mixing network and computational resources. Hence, network management can directly benefit to the distributed network structure to solve its own particular problems, but any other type of AI-based distributed applications also assumes communication technologies to enable interactions between the different entities. This leads to the two sub-challenges described hereafter.</t>

<section anchor="netManFordistributedAI"><name>Network management for efficient distributed AI</name>

<t>Distributed AI relies on exchanging information between different entities and comes with various requirements in terms of volume, frequency, security, etc. This can be mapped to network requirements such as latency, bandwidth or confidentiality. Therefore, the network needs to provide adequate resources to support the proper execution of the AI distributed application. While this is true for any distributed application, the nature of the problem intended to be solved by an AI application and how this would be solved should be considered <xref target="Lin21"/>. For example, in the context of optimizing FL <xref target="Che22"/>, local models can be shared to create a global model. In case of failure of network links or too high latency, some local models might not be appropriately integrated into the global model with possible impact on AI performance. Depending on the nature of the latter, it might be better to guarantee high-performance communications with a few nodes or to ensure connectivity between all of them even with lower network performance. Mapping is thus necessary between the network management plane and the distributed AI applications which leads to a set of questions to be addressed about interfaces, data and information models or protocols. While the network can be adapted or eventually adapt itself to the AI distributed applications, AI applications could also adapt themselves to the underlying network conditions <xref target="Raj24"/>. It paves the way to research on methods to support AI-aware NM or network-aware AI applications or a combination of both.</t>

</section>
<section anchor="distributed-ai-for-network-management"><name>Distributed AI for network management</name>

<t>For network management applications relying on distributed AI, challenges from <xref target="netManFordistributedAI"></xref> are still valid. Furthermore, network management problems also consider network-specific elements like traffic to be analyzed or configuration to be set on distributed network equipment. Co-locating AI processing and these elements (fully or partially) may help increase performance. For example, pre-calculation on traffic data can be offloaded on network routers before being further processed in high-end servers in a data-center. In general, distributed AI-based network management decisions could be made at different nodes in the network based on locally available information <xref target="Sch21"/>. Hence, deployment of AI-based solutions for network management can also consider various network attributes like network topology, routing policies, or network device capability. In that case, management of computational and network resources is even more coupled than in <xref target="netManFordistributedAI"></xref>, since the network is both part of the AI pipeline resources and the managed object through AI.</t>

<t>A primary application for distributed AI is for management problems that have a local scope. One example concerns problems that can be addressed at the edge, involving tasks and control loops that monitor and apply local optimizations to the edge in isolation from activities conducted by other instances across the network.   However, distributed AI can involve techniques in which multiple entities collaborate to solve a global problem. Such solutions lend themselves to problems in which centralized solutions face certain foundational challenges such as security, privacy, and trust: The need to maintain complete state in a centralized solution may not be practical in some cases due to concerns such as privacy and trust among multiple subdomains, which may not want to share all their data even if they would be willing to collaborate on a problem). Other foundational challenges concern issues related to timeliness, in which distributed solutions may have inherent advantages over centralized solutions as they avoid delays caused by the need to communicate updates globally and across long distances.</t>

</section>
</section>
<section anchor="planningActions"><name>AI for planning of actions</name>

<t>Many tasks in network management revolve around the planning of actions with the purpose of optimizing a network and facilitating the delivery of communication services.  For example, communication paths need to be planned and set up in ways that minimize wasted network resources (to optimize cost) while facilitating high network utilization (avoiding bottlenecks and the formation of congestion hotspots) and ensuring resiliency (by making sure that backup paths are not congruent with primary paths).  Other examples were mentioned in <xref target="pbNM"></xref>.</t>

<t>The promise of central control is that decisions can be optimized when made with complete knowledge of relevant context, as opposed to distributed control, which needs to rely on local decisions made with incomplete knowledge while incurring higher overhead to replicate relevant state across multiple systems.  However, as the scale of networks and interconnected systems continues to grow, so does the size of the planning task. Many problems are NP-hard. As a result, solutions typically need to rely on heuristics and algorithms that often result in suboptimal outcomes and that are challenging to deploy in a scalable manner <xref target="Ahm21"/>.</t>

<t>The emergence of Intent-Based Networking (IBN) emphasizes the need for automated planning even further. IBN should allow users (network operators, not end users of communication services) to articulate desired outcomes without the need to specify how to achieve those outcomes. An Intent-Based System is responsible for translating the intent into courses of action that achieve the desired outcomes and that continue to maintain the outcomes over time <xref target="RFC9315"/>. How the necessary courses of action are derived and what planning needs to take place is left open, but that is where the real challenge lies.  Solutions that rely on clever algorithms devised by human developers face the same challenges as any other network management tasks.</t>

<t>These properties (problems with a clearly defined need, whose solution is faced with exploding search spaces and that today rely on algorithms and heuristics that in many cases result only suboptimal outcomes and significant limitations in scale) make automated planning of actions an ideal candidate for the application of AI-based solutions <xref target="Abd24"/>.</t>

<t>A much-publicized leap in AI has been the development of AlphaGo <xref target="Sil16"/>.  Instead of using AI to merely solve classification problems, AlphaGo has been successful in automatically deriving winning strategies for board games, specifically the game of Go which features a prohibitively large search space that was long thought to put the ability to play Go at a world class level beyond the reach of problems that AI could solve.   Among the remarkable aspects of Alpha Go is that it is able to identify winning strategies completely on its own, without needing those strategies to be taught or learned through observations assuming the system is aware of rules.</t>

<t>The challenge for AI in network management is hence, where is the equivalent of an Alpha Go that can be applied to network management (and networking) problems?  Specifically, better solutions are needed for solutions that automatically derive plans and courses of actions for network optimization and similar NP-hard problems, such as provided today with only limited effectiveness by controllers and management applications.</t>

<t>Although AI-based solutions for the automated planning of actions, including the automated identification of courses of action, have not been explored as much as classification <xref target="Sal20"/> problems, the quest for autonomous networks in the last decade and the advent of 5G and B5G have led to a rapid increase in proposed solutions, such as within the context of Zero Touch Management <xref target="Cor22"/>.</t>

<t>Also, the evaluation of AI algorithms to derive courses of actions is complex. Contrary to game playing, solutions need to be applied in the real world, where actions have real effects and consequences. Different orientations can be envisioned. First, incremental application of AI decisions with small steps can allow careful observation and detection of unexpected effects. This can be complemented with rollback techniques. Second, verification techniques can be leveraged to verify that decisions made by AI are maintained within safety bounds <xref target="Xin24"/>. Third, sandbox environments can be used but they should be representative of the real world. After progress in simulation and emulation, recent research advances lead to the definition of digital twins, which implies tight coupling between a real system and its digital twin to ensure parallel but synchronized execution <xref target="Wu21"/>. Alternatively, transfer learning techniques are another promising area to capitalize on ML models applicable to real world systems, for instance, to learn an intrusion detector that can be instantiated in multiple environments <xref target="Sha24"/><xref target="Ans22"/>. Generally, it is also an open problem to make the use of AI more acceptable, as highlighted in the dedicated section.</t>

</section>
</section>
<section anchor="netData"><name>Network data as input for ML algorithms</name>

<t>Many applications of AI take data as input. The quality of the outputs of ML-based techniques is highly dependent on the quality and quantity of data used for learning and also during inference. For example, as modern network infrastructures move toward higher speed and scale, they aim to support increasingly more demanding services with strict performance guarantees. These often require resource reconfigurations at runtime in response to emerging network events so that they can ensure reliable delivery at the expected performance level. Timely observation and detection of events is also of paramount importance for security purposes and can allow faster execution of remedy actions, thus leading to reduced service downtime.</t>

<t>Thus, the challenge of data management is multifaceted, as detailed in the next subsections.</t>

<section anchor="dataForAI"><name>Data for AI-based NM solutions</name>

<t>Assuming a network management application, the first problem to address is to define the data to be collected, which will be appropriate to obtain accurate results. This data selection can require defining problem-specific data or features (feature engineering). Furthermore, machine learning algorithms only work as desired when data to be analyzed respects given properties. Many methods rely on vector-based distances, which assume that the data encoded into the vector respects the underlying distance semantic. Taking the first n bytes of a packet as vectors and computing distances accordingly is possible, but does not embed the semantic of the information carried in the headers. A solution to circumvent the problem of network traffic representation is to transform traffic data into a specific format that can be easily handled by NN architectures, for instance by creating images analyzed by convolutional neural networks <xref target="Sha21"/>. Data can also be easily represented as graphs, because topologies or communication graphs would require less adaptation to be given as inputs to GNNs <xref target="Jie22"/>. As an example, graph-based representations are considered practically efficient due to their intrinsic structural similarities with network data, as illustrated in <xref target="Bar23"/> for attack detection.</t>

<t>Since data to handle can also be in a schema-free or eventually text-based format, one example could be the automated annotation of management intents provided in unstructured textual format (policies descriptions, specifications) to extract management entities and operations. For that purpose, suitable annotation models need to be built using existing NER (Named Entity Recognition) techniques usually applied for NLP. However, this shall be carefully crafted or specialized for network management (intent) language which indirectly relates back to the challenges of AI techniques for NM specified earlier. Today, with the progress on LLMs, different proposed approaches have emerged as for example in <xref target="Mek24"/><xref target="Fua24"/><xref target="Dze23"/>.<br />
Secondly, similar to the problem of mapping AI algorithms with NM problems in section <xref target="problemMapping"></xref>, data to be collected also depends on the NM problem to be solved. The mapping between the data sources and the problem is not straightforward as all dependencies or correlations are not known in advance and some might be be discovered by the AI algorithms themselves <xref target="For23"/>. In addition, the types of data to collect can vary over time to maintain the performance of an AI-based application or to adapt it to a new context when learned models are updated dynamically.</t>

<t>Thirdly, the behaviour of any network is not just derived from the events that can be directly observed, such as network traffic overload, but also from events occurring outside the environment of the network. The information provided by the detectors of such kinds of events, e.g. a natural incident (earthquake, storm), can be used to determine the adaptation of the network to avoid potential problems derived from such events. Those can be provided by big data sources as well as sensors of many kinds. The challenge related to this task is to process large amounts of data and associate it with the effects that those events have on the network. It is hard to determine the static and dynamic relation between the data provided by external sources and the specific implications it may have in networks. For instance, the effect of a “flash crowd” detected in an external source may require adapting the network service configuration to support is related workload. The objective is to complement a control-loop, as shown in <xref target="Mar18"/>, by including the specific AI engines into the decision components as well as the processes that close the loop, so the AI engine can receive feedback from the network in order to improve its own behaviour.</t>

</section>
<section anchor="dataCollection"><name>Data collection</name>

<t>Once defined, the second problem to address is the collection of data. Monitoring frameworks have been developed for many years such as IPFIX <xref target="RFC7011"/> and more recently with SDN-based monitoring solutions <xref target="Yu14"/><xref target="Ngu20"/>. However, going towards more AI for actions in network management supposes also to retrieve more than traffic related information. Actually, configuration information such as topologies, routing tables or security policies have been proven to be relevant in specific scenarios. As a result, many different technologies can be used to retrieve meaningful data. To support improved QoE, monitoring of the application layer is helpful but far from being easy with the heterogeneity of end-user applications and the wide use of encrypted channels. Monitoring techniques need to be reinvented through the definition of new techniques to extract knowledge from raw measurement <xref target="Bri19"/> or by involving end-users with crowd-sourcing <xref target="Hir15"/> and distributed monitoring. Also, the data-mesh concept <xref target="Mac22"/> proposes to classify data into three categories: source-aligned, aggregate and consumer-aligned. Source-aligned data are those related to the same operational domain, and it is important to correlate or aggregate them with higher planes: management-, control- and forwarding plane. An issue is the difference, not only in the nature of data, but in their volumes and their variety. Some may change rapidly over time (for example network traffic) while other may be quite stable (device state).</t>

<t>The collecting process requirements depend on the kind of processing. We can distinguish two major classes: batch/offline vs real-time/online processing. In particular, real-time monitoring tools are key in enabling dynamic resource management functions to operate on short reconfiguration cycles. However, maintaining an accurate view of the network state requires a vast amount of information to be collected and processed. While efficient mechanisms that extract raw measurement data at line rate have been recently developed, the processing of collected data is still a costly operation. This involves potentially sampling, evaluating and aggregating a vast amount of state information as a response to a diverse set of monitoring queries, before generating accurate reports. One difficult problem resides also in the availability of data as real-time data from different sources to be aggregated may not arrive at the same time requiring so some buffering techniques. Machine learning methods, e.g. based on regression, can be used to intelligently filter the raw measurements and thus reduce the volume of data to process. For example, in <xref target="Tan20"/> the authors proposed an approach in which the classifiers derived for this purpose (according to measurements on traffic properties) can achieve a threefold improvement in the query processing capability. A residual question is the storage of raw measurements. In fact, predicting the lifetime of data is challenging because their analysis may not be planned and triggered by a particular event (for example, an anomaly or attack). As a result, the provisioning of storage capacity can be hard.</t>

<t>In parallel to the continuously increasing dynamic behavior of networks and complexity of traffic, there is a trend towards more user traffic processing customization <xref target="RFC8986"/><xref target="Li19"/>. As a result, fine grained information about network element states is expected and new proposed approaches have emerged to collect on-path data or in-band network telemetry information <xref target="Tan20b"/>. These new approaches have been designed by introducing much flexibility and customization and could be helpful to be used in conjunction with AI applications. However, the seamless coupling of telemetry processes with packet forwarding requires careful definition of solutions to limit the overhead and the impact of the throughput while providing the necessary level of details. This shares commonalities with the lightweight AI challenge.</t>

</section>
<section anchor="usableData"><name>Usable data</name>

<t>Although all agree on the necessity to have more shared datasets, it is quite uncommon in practice. Data contains private or sensitive information and may not be shared because of the criticality of data (which can be used by ill-intentioned adversaries) or due to laws or regulations, even within the same company. To solve this issue, anonymization techniques <xref target="Dij19"/> can be enhanced to optimize the trade-off between valuable data and sensitive information (potential) leakage or reconstruction. 
Whatever the final user of data, regulations and laws impose rules on data management with potentially costly impact if they are not respected voluntarily or not. Defining a new monitoring framework should always consider security and privacy aspects, for example to let any user/customer or access/remove its own data with General Data Protection Regulation (GDPR) in EU. The challenge resides here in the capacity of qualifying what is critical or private information and the capacity for an adversary to reconstruct it from other sources of data. Hence AI/ML based solutions will require more data but also more administrative, legal and ethical procedures. Those can last long and so slow down the deployment of a new solution. In addition, this requires interaction with experts from different domains (e.g. AI engineer and a lawyer) for example to ensure by-design privacy in traffic analysis techniques <xref target="Wan22"/>. The integration of these non-technical constraints should be considered when defining new data to be collected or a new technique to collect data. However, knowing the final use of data is most of the time necessary for ethical and legal assessment which assumes that those considerations should be integrated from the early design of new AI-based solutions.</t>

<t>For supervised or semi-supervised training, having a labelled dataset is a prerequisite. It constitutes a major challenge as well. While probes exist to collect real network data, those data are typically unlabelled. This limits application of ML to unsupervised learning tasks (learning from data). Because manual labelling is a tedious task, one option is to leverage AI to guide humans. This may also support a better generalization of a learned model. Indeed, an underlying challenge is the genericity or coverage of the datasets. Labels encode values of an objective function, the challenge posed by the design of such tools is tremendous since for involving a M:N relationship: 1 data type may be associated to M objective function values and N data types may be associated to 1 objective function. As a result, most datasets used for research encode a single label for a particular application like attack label for datasets to be used in the context of intrusion detection or application type for network traffic used for classification where the value of a single dataset could be capitalized in several applications. More generally, in the context of intrusion detection, using raw data rather than pre-processed data as it is common in open dataset has been demonstrated to be inefficient <xref target="Dub24"/>.</t>

<t>Again, researchers need empirical (or at least realistic) datasets to validate their solutions. Unfortunately, as highlighted above, having such data from real deployments for various reasons (business secrets, privacy concerns, concerns that vulnerabilities are revealed by accident, raw unlabelled data, etc.) is tough. Even if such a dataset is available it might not be enough to convincingly validate a new algorithm. 
Instead of falling back to artificial testbed experiments or simulation, it would be useful to have the capability to generate datasets with characteristics that are not 100% identical but like the characteristics of one or more real datasets. Such synthetic networks can be used to validate new management algorithms, intrusion detection systems, etc. 
The usage of AI, Generative Adversarial Networks (GANs), in this area <xref target="Hui22"/> is not yet widespread and there are still many concerns that deter researchers, e.g. the fear of leaking sensitive information from the original dataset into the synthetic dataset. Furthermore, a major underlying challenge is to generate data realistic enough. This requires formalizing and integrating network-specific constraints, such as protocol specification, when generating data <xref target="Jia24"/> or using a real testbed guided by AI to create challenging scenarios for validation purposes <xref target="Ans25"/>.</t>

</section>
</section>
<section anchor="acceptability"><name>Acceptability of AI</name>

<t>Networks are critical infrastructures. On one hand, they should be operated without interruption and must be interoperable. Networks, except in a lab, are not isolated, which slow down innovation in general. For example, changing Internet routing protocols need to be accepted by multiple entities such as operators of interconnected networks. The same applies for protocols. Even if there have been several versions of major protocols in use like TCP or DNS, there are still some security issues which cannot be patched with 100% guarantee. On the other hand, results provided by AI solutions are uncertain by nature. The same technique applied in different environments can produce different results. AI techniques need some effort (time and human) to be properly configured or to be stabilized. For instance, RL needs several iterations before being able to produce acceptable results. These properties of AI techniques are thus a bit antagonist with the criticality of network infrastructures. With that in mind, acceptability of AI by network operators is clearly an obstacle for its larger adoption.</t>

<section anchor="explainability"><name>Explainability of Network-AI products</name>

<t>A common issue across many ML applications is their lack to provide human-understandable reasoning processes. This means that, after training, the knowledge acquired by ML models is unintelligible to humans. As a result, offering hard guarantees on performance is a very challenging issue. In addition, complex ML models like neural networks -that often have more than hundreds of thousands of parameters- are very hard to debug or troubleshoot in case of failure.</t>

<t>While this is a common issue for all applications of AI, many areas work well with uncertainty and the black-box behaviour of AI-based solutions. For instance, users accept an inherent error in recommender systems or computer vision solutions.</t>

<t>The networking field has already produced a set of well-established network management algorithms and methods, with clear performance guarantees and troubleshooting mechanisms <xref target="Rex06"/><xref target="Kr14"/>. As such, improving debugging, troubleshooting and guarantees on AI-based solutions for networking is a must. AI researchers and practitioners are devoting large research efforts to improve this aspect of ML models, which is commonly known as explainability <xref target="XAI"/>.</t>

<t>This set of techniques provides insights and, in some cases, guarantees on the performance and behaviour of ML-based solutions. Understanding such techniques, researching and applying them to network AI is critical for the success of the field.</t>

<t>There exist several ML-based methods that are human-understandable, although not widely used today. For instance, <xref target="Mar20"/> shows a method for building anticipation models (prediction) that provide explanations while determining some actions for tuning some parameters of the network. There are other challenges that should be addressed, such as providing explanations for other ML methods that are quite extended. For instance, xNN/SVM models can be accompanied by Digital Twins of the network that are reversely explored to explain some output from the ML model (e.g., xNN/SVM). In this context, there already exist several methods <xref target="Zil20"/><xref target="Puj21"/> that produce human-readable interpretations of trained NN models, by analysing their neural activations on different inputs. It is worth noting that Digital Twins are not considered per se an AI approach; they merely serve to provide a digital representation of a network that can serve as its proxy and offer a layer of indirection between management applications and actual network resources. However, it is conceivable that AI-based management applications can be combined and operate in conjunction with Digital Twin technology, for example to use a Digital Twins as an experimentation sandbox or staging ground for AI-driven applications.)</t>

</section>
<section anchor="productionSystems"><name>AI-based products and algorithms in production systems</name>

<t>AI-based network management and optimization algorithms are first trained, then the resulting model is used to produce relevant inferences in operation, either in management or optimization scenarios. A relevant question for the success of AI-based solutions is: where does this training occur?</t>

<t>Traditionally, AI-based models have been trained in the same scenario where they operate<xref target="Val17"/><xref target="Xu18"/>, this is the customer network. However, this presents critical drawbacks. First, training an AI model for management and operation typically requires generating network configurations and scenarios that can break the network. This is because training requires seeing a broad spectrum of scenarios. Thus, training in production networks is very challenging. Second, customer networks may not be equipped with the monitoring infrastructure required to collect the data used in the training process (e.g., performance metrics). Performing learning directly into a production network is possible assuming imperfect models and the need of several step of refinement before it gets stable. For non-critical management task, such assumption can hold, and additional safe-guarding mechanisms should be considered in order to keep outputs of ML algorithms (such as decisions) within acceptable boundaries.</t>

<t>A more sensible approach is to train the AI-based product in a lab, for instance in the vendor’s premises. In the lab, AI models can be trained in a controlled testbed, with any configuration, even ones that break the network. However, the main challenge here arises from the fundamental differences between the lab’s network and the customer networks. For instance, the topology of the lab’s network might be smaller, etc. As a result, there is a need for the learned models to generalize. In this context, generalization means that models should be able to operate in other scenarios not seen during training, with different topologies, routing configurations, scheduling policies, etc. This well-known problem is due to the dependency between training and testing data when benchmarking models.</t>

<t>In order to address this generalization problem, multiple complementary approaches are possible:<br />
One approach is training on diverse data that represents large parts of the expected problem space. For example, training with various traffic patterns will help improving the generalization of an AI-based traffic analyser. 
Another approach is to leverage AI designs or architectures that facilitate generalization. One example is GNNs <xref target="gnn1"/><xref target="gnn2"/>. They are a type of neural networks able to operate and generalize over graphs. Indeed, networks are fundamentally represented as graphs: topology, routing, etc. With GNNs, vendors can train the AI model in a lab with a certain topology and then directly use the resulting model in different customer networks, even with different network topologies. 
Finally, another approach is Transfer Learning <xref target="tl1"/>. With this technique, the knowledge gained in the lab’s training is used to operate in the customer network. Transfer Learning still requires that some data from the customer is used to re-train and fine-tune the model (e.g., accurate performance measurements). This means that, for each customer network, re-training is required. This may be problematic since it requires added cost and access to customer data.</t>

<t>In addition to the challenge of generalizing from training to production environment, there are also challenges in terms of interoperability between different AI approaches and different deployment environments. 
As mentioned above, AI approaches may be deployed in diverse environments, e.g., for training and production, but also for local development, for testing, and for validation or in different part of the production systems. 
These environments may differ in available compute resources, network topology, operating systems, cloud providers, etc. (single node machine, single cluster, many distributed clusters, etc.). Deploying the same AI solutions in these different environments can lead to various challenges in terms of interoperability. Common AI frameworks support scaling across networks of different size. Yet, many frameworks are often combined, e.g., for data collection, processing, predictions, validation, etc. Again, ensuring interoperability between these frameworks can be tedious.</t>

<t>This shares similarities with problems described in <xref target="DistributedAI"></xref> and particularly emphasizes the need for network environments to provide interfaces and descriptions suitable for AI solutions to be properly instantiated and configured.</t>

<t>One approach to address these interoperability challenges is through meta-frameworks that interface with most available AI frameworks. These meta-frameworks provide a higher level of abstraction and often allow seamless deployment across different environments (e.g., on-premises or at different cloud providers) <xref target="Mor18"/>.</t>

</section>
<section anchor="humansInLoop"><name>AI with humans in the loop</name>

<t>Depending on the network management task, AI can automate and replace manual human control, or it can complement human experts and keep them in the loop. Keeping humans in the loop will be an important step of building trust in AI approaches and help ensure the desired outcomes. 
There are various ways of keeping humans in the loop in the different fields of AI <xref target="Wu22"/>, which could be useful for different aspects of network management.</t>

<t>In classification tasks (e.g., detecting security breaches, malware or detecting anomalies), trained AI models provide a confidence score in addition to the predicted class. If the confidence is high, the prediction is used directly. If the confidence is too low, a human expert may jump in and make the decision - thereby also providing valuable training data to improve the AI model. Such approaches are already being used in industry, e.g., to automatically label datasets (AWS SageMake). Similar approaches could also be used for other supervised learning tasks, e.g., regression. Still, it is an open challenge to keep humans in the loop in all phases of the learning process.</t>

<t>When using RL, e.g. to control service scaling and placement or route traffic flows, the agents typically interact with the environment (i.e., the simulated or real network) completely autonomously without human feedback. However, there is a growing number of approaches to put human experts back into the loop. One approach is offline reinforcement learning, where the training data does not come from the reinforcement learning agent’s own exploration but from pre-recorded traces of human experts (e.g., placement decisions that were made by humans before). Another approach is to reward the RL agent based on human feedback rather than a pre-defined reward function <xref target="Lee21"/>. Again, while there are first promising approaches, more work is required in this area. 
Overall, it is an open challenge to both leverage the benefits of AI but keep human experts in the loop where it is useful.</t>

</section>
</section>
<section anchor="conclusions"><name>Conclusions and Future Research Directions</name>

<t>This document has established a six-characteristic taxonomy to map the inherent architectural challenges found at the intersection of Network Management and Artificial Intelligence. To prevent this research from remaining siloed in standalone academic configurations, the NMRG and the broader NM community must focus technical resources on resolving the friction points where abstract AI/ML models meet deterministic network operations.</t>

<t>Key takeaways include:</t>

<t><list style="symbols">
  <t>NM problems often require network-specific solutions rather than direct imports from other AI domains.</t>
  <t>Data quality, representation, and privacy-aware sharing are fundamental enablers for effective AI-based NM.</t>
  <t>Lightweight and distributed AI architectures are needed to meet timing, resource, and deployment constraints.</t>
  <t>Seamless integration with existing NM processes, explainability, and human-in-the-loop interaction are essential for acceptability.</t>
  <t>Practical deployment also requires evaluation methods, safeguards, and mechanisms for models to generalize and adapt over time.</t>
</list></t>

</section>
<section anchor="security-considerations"><name>Security considerations</name>

<t>This document introduces the challenges of coupling AI and NM. Since the aim of this document is not to address a particular NM problem by defining a solution and because many possible ones can be developed further, it is not possible at this stage to define security concerns specific to a solution. However, examples of applications mentioned and cited in the different sections may face their own security concerns. In this section, our objective is to highlight high-level security considerations to be considered when coupling AI and NM. Those concerns serve as the common basis to be refined according when a particular NM application is developed.</t>

<section anchor="ai-based-security-solutions"><name>AI-based security solutions</name>

<t>The first security consideration refers to the use of AI for NM problem related to security of the managed networked systems. There are multiple scenarios where AI can be leveraged: to perform traffic filtering, to detect anomalies or to decide on target moving defence strategies. In these cases, the performance of the AI algorithms impacts on the security performance (e.g. detection or mitigation effectiveness) like any other non-AI system. However, AI methods generally tend to obfuscate how predictions are made and decisions taken. Explainability of AI is thus highly important and is addressed globally in section <xref target="explainability"></xref>.</t>

<t>Assuming a ML trained model, there is always an uncertainty regarding reachable performance on the wild once the solution is deployed as it can suffer from a poor generalization due to different reasons. There are two major problems which are well known in the ML field: overfitting or under-fitting.  In the first case, the learned model is too specific to the training data while in the second case the model does not infer any valuable knowledge from data. To avoid these issues, hyper-parameter fine-tuning is necessary. For example, the number of iterations is an essential hyper-parameter to be adjusted to learn a neural network model. If it is too low, the learning does not converge to a representative model of the training data (underfitting). With a high value, there is a risk that the model is too close to the training data (overfitting). In general, finding the right hyper-parameters is helpful to find a good ML algorithm configuration. There are different techniques ranging from grid-search to Bayesian optimization falling into the AI area of Hyper-Parameter Optimization (HPO) <xref target="Bis23"/>. This consideration goes beyond the sole problem of hyper-parameters settings but as a full analysis pipeline also assumes the ML algorithm to be selected or the data pre-processing to be configured. This reflects challenges from the AI research area covered by AutoML technique. In this document, this is also referred in section <xref target="tailoringAI"></xref> when considered in the context of NM. As highlighted in the aforementioned section, some expertise or area-specific knowledge can help guiding automated configuration processes.</t>

<t>Besides, machine learning assumes to have representative training data. The quality of dataset for learning is a vast problem. Additionally, the representation of data needs to be addressed carefully to be properly analysed by AI models, for example with pre-processing techniques to normalize data, balance classes or encode categorical features depending on the type of algorithms. Actually, section <xref target="netData"></xref> of this document fully addresses the concerns related to data in regard to NM problems.</t>

</section>
<section anchor="securityOfAI"><name>Security of AI</name>

<t>Although ensuring a good performance of AI algorithms is already challenging, assuming an attacker aiming at compromising it emphasizes the problem. Adversarial AI and notably adversarial ML have attracted a lot of attention over the last year. Adversarial AI and ML relates to both attack and defences. While this is out of scope of the document, evaluating threats against an ML system before deploying it is an important aspect. This supposes to assess what types of information the attacker can access (training data, trained model, algorithm configuration...) and the performable malicious actions (inject false training data, test the system, poison a model, etc.) to evaluate the magnitude of the impact of possible attacks.</t>

<t>For illustration purposes, we refer hereafter to some examples. In the case of an intrusion detector, an attacker may try to poison training data by providing adversarial samples to ensure that the detector will miss-classify the future attacks <xref target="Jmi22"/>. In a white-box approach where the model is known from the attacker, the attack can be carefully crafted to avoid being properly labelled. For instance, packet sizes and timings can be easily modified to bypass ML-based traffic classification system <xref target="Nas21"/>. In a black-box model, the attacker ignores the functioning or training data of the ML systems but can try to infer some information. For example, the attacker can try to reconstruct sensitive information which have been used for training. This type of attack qualified as model inversion <xref target="Fre15"/> raises concern regarding privacy.</t>

<t>All these threats are exacerbated in the context of solutions relying on distributed AI involving multiple entities that are not necessarily controlled by the same authority. Once the threats are assessed, solutions need to be developed and deployed which can be either proactive by providing some guarantees regarding the involved entities using authentication or trust mechanisms but also reactive by validating data processing through voting mechanisms or knowledge proofs. Other solutions include defensive techniques to rate limit or filter queries to a particular deployed model. All these examples are for illustration purposes and are not exhaustive.</t>

</section>
<section anchor="relevanceOfAIOutput"><name>Relevance of AI-based outputs</name>

<t>Security breaches can be created by an AI-driven application. Generally, any system that will be used to guide or advice on actions to be perform on network raise the same issue. For example, if an AI algorithm decides to change the filtering tables in a network it may compromise access control policies. Irrelevant results could be also produced. In the area of QoS, an AI system could allocate a bandwidth to a flow higher to the real link capacity. As shown from these two examples, an AI can produce decisions or values which are out of bounds of normal operations. To avoid such issues, safeguards can be added to discard or correct irrelevant outputs. Detecting such type of outputs can be also challenging in complex and distributed systems such as a network. Formal verification methods or testing techniques are helpful in that context.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

&RFC7011;
&RFC8986;
&RFC9315;


    </references>

    <references title='Informative References'>

<reference anchor="Mac22" >
  <front>
    <title>Data Mesh: Concepts and Principles of a Paradigm Shift in Data Architectures</title>
    <author initials="I. A." surname="Machado" fullname="Inês Araújo Machado">
      <organization></organization>
    </author>
    <author initials="C." surname="Costa" fullname="Carlos Costa">
      <organization></organization>
    </author>
    <author initials="M. Y." surname="Santos" fullname="Maribel Yasmina Santos">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Procedia Computer Science, Volume 196</annotation></reference>
<reference anchor="Wu22" >
  <front>
    <title>A survey of human-in-the-loop for machine learning</title>
    <author initials="X." surname="Wu" fullname="Xingjiao Wu">
      <organization></organization>
    </author>
    <author initials="L." surname="Xiao" fullname="Luwei Xiao">
      <organization></organization>
    </author>
    <author initials="Y." surname="Sun" fullname="Yixuan Sun">
      <organization></organization>
    </author>
    <author initials="J." surname="Zhang" fullname="Junhang Zhang">
      <organization></organization>
    </author>
    <author initials="T." surname="Ma" fullname="Tianlong Ma">
      <organization></organization>
    </author>
    <author initials="L." surname="He" fullname="Liang He">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Elsevier Future Generation Computer Systems</annotation></reference>
<reference anchor="Dub24" >
  <front>
    <title>Faulty use of the CIC-IDS 2017 dataset in information security research</title>
    <author initials="R." surname="Dube" fullname="R. Dube">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Journal of Computer Virology and Hacking Techniques</annotation></reference>
<reference anchor="Jia24" >
  <front>
    <title>NetDiffusion: Network Data Augmentation Through Protocol-Constrained Traffic Generation</title>
    <author initials="X." surname="Jiang" fullname="Xi Jiang">
      <organization></organization>
    </author>
    <author initials="S." surname="Liu" fullname="Shinan Liu">
      <organization></organization>
    </author>
    <author initials="A." surname="Gember-Jacobson" fullname="Aaron Gember-Jacobson">
      <organization></organization>
    </author>
    <author initials="A. N." surname="Bhagoji" fullname="Arjun Nitin Bhagoji">
      <organization></organization>
    </author>
    <author initials="P." surname="Schmitt" fullname="Paul Schmitt">
      <organization></organization>
    </author>
    <author initials="F." surname="Bronzino" fullname="Francesco Bronzino">
      <organization></organization>
    </author>
    <author initials="N." surname="Feamster." fullname="Nick Feamster.">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>ACM on Measurement and Analysis of Computing Systems</annotation></reference>
<reference anchor="Wan22" >
  <front>
    <title>Multiple Strategies Differential Privacy on Sparse Tensor Factorization for Network Traffic Analysis in 5G</title>
    <author initials="J." surname="Wang" fullname="J. Wang">
      <organization></organization>
    </author>
    <author initials="H." surname="Han" fullname="H. Han">
      <organization></organization>
    </author>
    <author initials="H." surname="Li" fullname="H. Li">
      <organization></organization>
    </author>
    <author initials="S." surname="He" fullname="S. He">
      <organization></organization>
    </author>
    <author initials="P. K." surname="Sharma" fullname="P. Kumar Sharma">
      <organization></organization>
    </author>
    <author initials="L." surname="Chen" fullname="L. Chen">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE Transactions on Industrial Informatics, 18(3)</annotation></reference>
<reference anchor="For23" >
  <front>
    <title>ADT: AI-Driven network Telemetry processing on routers</title>
    <author initials="P." surname="Foroughi" fullname="Parisa Foroughi">
      <organization></organization>
    </author>
    <author initials="F." surname="Brockners" fullname="Frank Brockners">
      <organization></organization>
    </author>
    <author initials="J.-L." surname="Rougier" fullname="Jean-Louis Rougier">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Elsevier Computer Networks (220)</annotation></reference>
<reference anchor="Bar23" >
  <front>
    <title>FTG-Net: Hierarchical Flow-to-Traffic Graph Neural Network for DDoS Attack Detection</title>
    <author initials="L." surname="Barsellotti" fullname="L. Barsellotti">
      <organization></organization>
    </author>
    <author initials="L. D." surname="Marinis" fullname="L. De Marinis">
      <organization></organization>
    </author>
    <author initials="F." surname="Cugini" fullname="F. Cugini">
      <organization></organization>
    </author>
    <author initials="F." surname="Paolucci" fullname="F. Paolucci">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE International Conference on High Performance Switching and Routing (HPSR)</annotation></reference>
<reference anchor="Dze23" >
  <front>
    <title>LLM-Based Policy Generation for Intent-Based Management of Applications</title>
    <author initials="K." surname="Dzeparoska" fullname="K. Dzeparoska">
      <organization></organization>
    </author>
    <author initials="J." surname="Lin" fullname="J. Lin">
      <organization></organization>
    </author>
    <author initials="A." surname="Tizghadam" fullname="A. Tizghadam">
      <organization></organization>
    </author>
    <author initials="A." surname="Leon-Garcia," fullname="A. Leon-Garcia,">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>International Conference on Network and Service Management (CNSM)</annotation></reference>
<reference anchor="Fua24" >
  <front>
    <title>An Intent-based Networks Framework based on Large Language Models</title>
    <author initials="A." surname="Fuad" fullname="A. Fuad">
      <organization></organization>
    </author>
    <author initials="A. H." surname="Ahmed" fullname="A. H. Ahmed">
      <organization></organization>
    </author>
    <author initials="M. A." surname="Riegler" fullname="M. A. Riegler">
      <organization></organization>
    </author>
    <author initials="T." surname="Čičić" fullname="T. Čičić">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>IEEE International Conference on Network Softwarization (NetSoft)</annotation></reference>
<reference anchor="Mek24" >
  <front>
    <title>Intent-Based Management of Next-Generation Networks: an LLM-Centric Approach</title>
    <author initials="A." surname="Mekrache" fullname="A. Mekrache">
      <organization></organization>
    </author>
    <author initials="A." surname="Ksentini" fullname="A. Ksentini">
      <organization></organization>
    </author>
    <author initials="C." surname="Verikoukis" fullname="C. Verikoukis">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>IEEE Network, 38(5)</annotation></reference>
<reference anchor="Ans22" >
  <front>
    <title>Auto-tuning of Hyper-parameters for Detecting Network Intrusions via Meta-learning</title>
    <author initials="O." surname="Anser" fullname="Omar Anser">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="I." surname="Chrisment" fullname="Isabelle Chrisment">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE/IFIP Network Operations and Management Symposium (NOMS) - AnNet workshop</annotation></reference>
<reference anchor="Ans25" >
  <front>
    <title>TATA: Benchmark NIDS Test Sets Assessment and Targeted Augmentation</title>
    <author initials="O." surname="Anser" fullname="Omar Anser">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="I." surname="Chrisment" fullname="Isabelle Chrisment">
      <organization></organization>
    </author>
    <author initials="D." surname="Kondo" fullname="Daishi Kondo">
      <organization></organization>
    </author>
    <date year="2025"/>
  </front>
<annotation>ESORICS (European Symposium on Research in Computer Security)</annotation></reference>
<reference anchor="Ans26" >
  <front>
    <title>An Empirical Study on Configuration Robustness of Unsupervised IDS</title>
    <author initials="O." surname="Anser" fullname="Omar Anser">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="I." surname="Chrisment" fullname="Isabelle Chrisment">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
<annotation>IEEE/IFIP Network Operations and Management Symposium (NOMS)</annotation></reference>
<reference anchor="Sha24" >
  <front>
    <title>DTL-IDS: An optimized Intrusion Detection Framework using Deep Transfer Learning and Genetic Algorithm</title>
    <author initials="S." surname="Latif" fullname="Shahid Latif">
      <organization></organization>
    </author>
    <author initials="W." surname="Boulila" fullname="Wadii Boulila">
      <organization></organization>
    </author>
    <author initials="A." surname="Koubaa" fullname="Anis Koubaa">
      <organization></organization>
    </author>
    <author initials="Z." surname="Zou" fullname="Zhuo Zou">
      <organization></organization>
    </author>
    <author initials="J." surname="Ahmad" fullname="Jawad Ahmad">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Elsevier Journal of Network and Computer Applications</annotation></reference>
<reference anchor="Wu21" >
  <front>
    <title>Digital Twin Networks: A Survey</title>
    <author initials="Y." surname="Wu" fullname="Y. Wu">
      <organization></organization>
    </author>
    <author initials="K." surname="Zhang" fullname="K. Zhang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Zhang" fullname="Y. Zhang">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE Internet of Things Journal, 8(18)</annotation></reference>
<reference anchor="Xin24" >
  <front>
    <title>Occam: A Programming System for Reliable Network Management</title>
    <author initials="J." surname="Xing" fullname="Jiarong Xing">
      <organization></organization>
    </author>
    <author initials="K.-F." surname="Hsu" fullname="Kuo-Feng Hsu">
      <organization></organization>
    </author>
    <author initials="Y." surname="Xia" fullname="Yiting Xia">
      <organization></organization>
    </author>
    <author initials="Y." surname="Cai" fullname="Yan Cai">
      <organization></organization>
    </author>
    <author initials="Y." surname="Li" fullname="Yanping Li">
      <organization></organization>
    </author>
    <author initials="Y." surname="Zhang" fullname="Ying Zhang">
      <organization></organization>
    </author>
    <author initials="A." surname="Chen" fullname="Ang Chen">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>ACM European Conference on Computer Systems (Eurosys)</annotation></reference>
<reference anchor="Cor22" >
  <front>
    <title>Zero Touch Management: A Survey of Network Automation Solutions for 5G and 6G Networks</title>
    <author initials="E." surname="Coronado" fullname="Estefanía Coronado">
      <organization></organization>
    </author>
    <author initials="R." surname="Behravesh" fullname="Rasoul Behravesh">
      <organization></organization>
    </author>
    <author initials="T." surname="Subramanya" fullname="Tejas Subramanya">
      <organization></organization>
    </author>
    <author initials="A." surname="Fernàndez-Fernàndez" fullname="Adriana Fernàndez-Fernàndez">
      <organization></organization>
    </author>
    <author initials="M. S." surname="Siddiqui" fullname="Muhammad Shuaib Siddiqui">
      <organization></organization>
    </author>
    <author initials="X." surname="Costa-Pérez" fullname="Xavier Costa-Pérez">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials, 24(4)</annotation></reference>
<reference anchor="Sal20" >
  <front>
    <title>A review on machine learning–based approaches for Internet traffic classification</title>
    <author initials="O." surname="Salman" fullname="Ola Salman">
      <organization></organization>
    </author>
    <author initials="I. H." surname="Elhajj" fullname="Imad H. Elhajj">
      <organization></organization>
    </author>
    <author initials="A." surname="Kayssi" fullname="Ayman Kayssi">
      <organization></organization>
    </author>
    <author initials="A." surname="Chehab" fullname="Ali Chehab">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>Springer Annals of Telecommunication</annotation></reference>
<reference anchor="Abd24" >
  <front>
    <title>A dynamic AI-based algorithm selection for Virtual Network Embedding</title>
    <author initials="A." surname="Bouroudi" fullname="Abdelmounaim Bouroudi">
      <organization></organization>
    </author>
    <author initials="A." surname="Outtagarts" fullname="Abdelkader Outtagarts">
      <organization></organization>
    </author>
    <author initials="Y." surname="Hadjadj-Aoul" fullname="Yassine Hadjadj-Aoul">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Springer Annals of Telecommunication</annotation></reference>
<reference anchor="Ahm21" >
  <front>
    <title>Scalability, Consistency, Reliability and Security in SDN Controllers: A Survey of Diverse SDN Controllers</title>
    <author initials="S." surname="Ahmad" fullname="S. Ahmad">
      <organization></organization>
    </author>
    <author initials="A. H." surname="Mir" fullname="A. H. Mir">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>Springer Journal of Network and Systems Management, 29(2)</annotation></reference>
<reference anchor="Che22" >
  <front>
    <title>Federated Learning Over Wireless IoT Networks With Optimized Communication and Resources</title>
    <author initials="H." surname="Chen" fullname="H. Chen">
      <organization></organization>
    </author>
    <author initials="S." surname="Huang" fullname="S. Huang">
      <organization></organization>
    </author>
    <author initials="D." surname="Zhang" fullname="D. Zhang">
      <organization></organization>
    </author>
    <author initials="M." surname="Xiao" fullname="M. Xiao">
      <organization></organization>
    </author>
    <author initials="M." surname="Skoglund" fullname="M. Skoglund">
      <organization></organization>
    </author>
    <author initials="H. V." surname="Poor" fullname="H. V. Poor">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE Internet of Things Journal, 9(17)</annotation></reference>
<reference anchor="Lin21" >
  <front>
    <title>Optimizing AI Service Placement and Resource Allocation in Mobile Edge Intelligence Systems</title>
    <author initials="Z." surname="Lin" fullname="Z. Lin">
      <organization></organization>
    </author>
    <author initials="S." surname="Bi" fullname="S. Bi">
      <organization></organization>
    </author>
    <author initials="Y. -J. A." surname="Zhang" fullname="Y. -J. A. Zhang">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE Transactions on Wireless Communications, 20(11)</annotation></reference>
<reference anchor="Raj24" >
  <front>
    <title>CASSINI: Network-Aware Job Scheduling in Machine Learning Clusters</title>
    <author initials="S." surname="Rajasekaran" fullname="Sudarsanan Rajasekaran">
      <organization></organization>
    </author>
    <author initials="M." surname="Ghobadi" fullname="Manya Ghobadi">
      <organization></organization>
    </author>
    <author initials="A." surname="Akella" fullname="Aditya Akella">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>USENIX Symposium on Networked Systems Design and Implementation (NSDI)</annotation></reference>
<reference anchor="Swa23" >
  <front>
    <title>Homunculus: Auto-Generating Efficient Data-Plane ML Pipelines for Datacenter Networks</title>
    <author initials="T." surname="Swamy" fullname="T. Swamy">
      <organization></organization>
    </author>
    <author initials="A." surname="Zulfiqar" fullname="A. Zulfiqar">
      <organization></organization>
    </author>
    <author initials="L." surname="Nardi" fullname="L. Nardi">
      <organization></organization>
    </author>
    <author initials="M." surname="Shahbaz" fullname="M. Shahbaz">
      <organization></organization>
    </author>
    <author initials="K." surname="Olukotun" fullname="K. Olukotun">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)</annotation></reference>
<reference anchor="Jos21" >
  <front>
    <title>InREC: In-network REal Number Computation</title>
    <author initials="M." surname="Jose" fullname="Matthews Jose">
      <organization></organization>
    </author>
    <author initials="K." surname="Lazri" fullname="Kahina Lazri">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="O." surname="Festor" fullname="Olivier Festor">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IFIP/IEEE International Symposium on Integrated Network Management (IM)</annotation></reference>
<reference anchor="Zha24" >
  <front>
    <title>A Machine Learning-Based Toolbox for P4 Programmable Data-Planes</title>
    <author initials="K." surname="Zhang" fullname="K. Zhang">
      <organization></organization>
    </author>
    <author initials="N." surname="Samaan" fullname="N. Samaan">
      <organization></organization>
    </author>
    <author initials="A." surname="Karmouch" fullname="A. Karmouch">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, 21(4), pp. 4450-4465</annotation></reference>
<reference anchor="Hau23" >
  <front>
    <title>A survey on data plane programming with P4: Fundamentals, advances, and applied research</title>
    <author initials="F." surname="Hauser" fullname="F. Hauser">
      <organization></organization>
    </author>
    <author initials="M." surname="Häberle" fullname="M. Häberle">
      <organization></organization>
    </author>
    <author initials="D." surname="Merling" fullname="D. Merling">
      <organization></organization>
    </author>
    <author initials="S." surname="Lindner" fullname="S. Lindner">
      <organization></organization>
    </author>
    <author initials="V." surname="Gurevich" fullname="V. Gurevich">
      <organization></organization>
    </author>
    <author initials="F." surname="Zeiger" fullname="F. Zeiger">
      <organization></organization>
    </author>
    <author initials="R." surname="Frank" fullname="R. Frank">
      <organization></organization>
    </author>
    <author initials="M." surname="Menth" fullname="M. Menth">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Elsevier Journal of Network and Computer Applications (212)</annotation></reference>
<reference anchor="Sha21b" >
  <front>
    <title>A comparative study on online machine learning techniques for network traffic streams analysis</title>
    <author initials="A." surname="Shahraki" fullname="A. Shahraki">
      <organization></organization>
    </author>
    <author initials="M." surname="Abbasi" fullname="M. Abbasi">
      <organization></organization>
    </author>
    <author initials="A." surname="Taherkordi" fullname="A. Taherkordi">
      <organization></organization>
    </author>
    <author initials="A. D." surname="Jurcut," fullname="A. D. Jurcut,">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Elsevier Computer Networks (207)</annotation></reference>
<reference anchor="Arz21" >
  <front>
    <title>Interpretable Feedback for AutoML and a Proposal for Domain-customized AutoML for Networking</title>
    <author initials="B." surname="Arzani" fullname="B. Arzani">
      <organization></organization>
    </author>
    <author initials="K." surname="Hsieh" fullname="K. Hsieh">
      <organization></organization>
    </author>
    <author initials="H." surname="Chen" fullname="H. Chen">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>ACM Workshop on Hot Topics in Networks (HotNets)</annotation></reference>
<reference anchor="Sah23" >
  <front>
    <title>Deep Reinforcement Learning Approaches to Network Slice Scaling and Placement: A Survey</title>
    <author initials="N." surname="Saha" fullname="N. Saha">
      <organization></organization>
    </author>
    <author initials="M." surname="Zangooei" fullname="M. Zangooei">
      <organization></organization>
    </author>
    <author initials="M." surname="Golkarifard" fullname="M. Golkarifard">
      <organization></organization>
    </author>
    <author initials="R." surname="Boutaba" fullname="R. Boutaba">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE Communications Magazine, 61(2)</annotation></reference>
<reference anchor="Urb23" >
  <front>
    <title>STREAMLINE: A Simple, Transparent, End-To-End Automated Machine Learning Pipeline Facilitating Data Analysis and Algorithm Comparison</title>
    <author initials="R." surname="Urbanowicz" fullname="R. Urbanowicz">
      <organization></organization>
    </author>
    <author initials="R." surname="Zhang" fullname="R. Zhang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Cui" fullname="Y. Cui">
      <organization></organization>
    </author>
    <author initials="P." surname="Suri" fullname="P. Suri">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Genetic Programming Theory and Practice XIX. Genetic and Evolutionary Computation. Springer</annotation></reference>
<reference anchor="Ham23" >
  <front>
    <title>Advancing aspect-based sentiment analysis with a novel architecture combining deep learning models CNN and bi-RNN with the machine learning model SVM</title>
    <author initials="S." surname="Hammi" fullname="S. Hammi">
      <organization></organization>
    </author>
    <author initials="S. M." surname="Hammami" fullname="S. M. Hammami">
      <organization></organization>
    </author>
    <author initials="L.H." surname="Belguith" fullname="L.H. Belguith">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Soc. Netw. Anal. Min., 13(117)</annotation></reference>
<reference anchor="Das23" >
  <front>
    <title>Ensemble Learning Techniques and Their Applications: An Overview</title>
    <author initials="A.K." surname="Dasari" fullname="A.K. Dasari">
      <organization></organization>
    </author>
    <author initials="S. K." surname="Biswas" fullname="S. K. Biswas">
      <organization></organization>
    </author>
    <author initials="D. M." surname="Thounaojam" fullname="D. M. Thounaojam">
      <organization></organization>
    </author>
    <author initials="D." surname="Devi" fullname="D. Devi">
      <organization></organization>
    </author>
    <author initials="B." surname="Purkayastha" fullname="B. Purkayastha">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Advances in Cognitive Science and Communications</annotation></reference>
<reference anchor="Wu24" >
  <front>
    <title>NetLLM: Adapting Large Language Models for Networking</title>
    <author initials="D." surname="Wu" fullname="D. Wu">
      <organization></organization>
    </author>
    <author initials="X." surname="Wang" fullname="X. Wang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Qiao" fullname="Y. Qiao">
      <organization></organization>
    </author>
    <author initials="Z." surname="Wang" fullname="Z. Wang">
      <organization></organization>
    </author>
    <author initials="J." surname="Jiang" fullname="J. Jiang">
      <organization></organization>
    </author>
    <author initials="S." surname="Cui" fullname="S. Cui">
      <organization></organization>
    </author>
    <author initials="F." surname="Wang" fullname="Fangxin Wang">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>ACM SIGCOMM 2024 Conference</annotation></reference>
<reference anchor="Hua25" >
  <front>
    <title>Large Language Models for Networking: Applications, Enabling Techniques, and Challenges</title>
    <author initials="Y." surname="Huang" fullname="Y. Huang">
      <organization></organization>
    </author>
    <author initials="H." surname="Du" fullname="H. Du">
      <organization></organization>
    </author>
    <author initials="X." surname="Zhang" fullname="X. Zhang">
      <organization></organization>
    </author>
    <author initials="D." surname="Niyato" fullname="D. Niyato">
      <organization></organization>
    </author>
    <author initials="J." surname="Kang" fullname="J. Kang">
      <organization></organization>
    </author>
    <author initials="Z." surname="Xiong" fullname="Z. Xiong">
      <organization></organization>
    </author>
    <date year="2025"/>
  </front>
<annotation>IEEE Network, 39(1)</annotation></reference>
<reference anchor="Gre19" >
  <front>
    <title>Fashion-MNIST classification based on HOG feature descriptor using SVM</title>
    <author initials="K. V." surname="Greeshma" fullname="K. V. Greeshma">
      <organization></organization>
    </author>
    <author initials="K." surname="Sreekumar" fullname="K. Sreekumar">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>Int. J. Innov. Technol. Explor. Eng. 8, 5 (2019)</annotation></reference>
<reference anchor="Sen24" >
  <front>
    <title>A Survey on XAI for 5G and Beyond Security: Technical Aspects, Challenges and Research Directions</title>
    <author initials="T." surname="Senevirathna" fullname="T. Senevirathna">
      <organization></organization>
    </author>
    <author initials="V. H." surname="La" fullname="V. H. La">
      <organization></organization>
    </author>
    <author initials="S." surname="Marchal" fullname="S. Marchal">
      <organization></organization>
    </author>
    <author initials="B." surname="Siniarski" fullname="B. Siniarski">
      <organization></organization>
    </author>
    <author initials="M." surname="Liyanage" fullname="M. Liyanage">
      <organization></organization>
    </author>
    <author initials="S." surname="Wang" fullname="S. Wang">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials</annotation></reference>
<reference anchor="Liu21" >
  <front>
    <title>Constraint-Aware Deep Reinforcement Learning for End-to-End Resource Orchestration in Mobile Networks</title>
    <author initials="Q." surname="Liu" fullname="Q. Liu">
      <organization></organization>
    </author>
    <author initials="N." surname="Choi" fullname="N. Choi">
      <organization></organization>
    </author>
    <author initials="T." surname="Han" fullname="T. Han">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE International Conference on Network Protocols (ICNP)</annotation></reference>
<reference anchor="Liu22b" >
  <front>
    <title>Error Prevalence in NIDS datasets: A Case Study on CIC-IDS-2017 and CSE-CIC-IDS-2018</title>
    <author initials="L." surname="Liu" fullname="L. Liu">
      <organization></organization>
    </author>
    <author initials="G." surname="Engelen" fullname="G. Engelen">
      <organization></organization>
    </author>
    <author initials="T." surname="Lynar" fullname="T. Lynar">
      <organization></organization>
    </author>
    <author initials="D." surname="Essam" fullname="D. Essam">
      <organization></organization>
    </author>
    <author initials="W." surname="Joosen" fullname="W. Joosen">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE Conference on Communications and Network Security (CNS)</annotation></reference>
<reference anchor="Hoa21" >
  <front>
    <title>Domain name encryption is not enough: Privacy leakage via IP-based website fingerprinting</title>
    <author initials="N. P." surname="Hoang" fullname="N. P. Hoang">
      <organization></organization>
    </author>
    <author initials="A. A." surname="Niaki" fullname="A. A. Niaki">
      <organization></organization>
    </author>
    <author initials="P." surname="Gill" fullname="P. Gill">
      <organization></organization>
    </author>
    <author initials="M." surname="Polychronakis" fullname="M. Polychronakis">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>Proceedings on Privacy Enhancing Technologies</annotation></reference>
<reference anchor="Liu22" >
  <front>
    <title>When Machine Learning Meets Privacy: A Survey and Outlook</title>
    <author initials="B." surname="Liu" fullname="B. Liu">
      <organization></organization>
    </author>
    <author initials="M." surname="Ding" fullname="M. Ding">
      <organization></organization>
    </author>
    <author initials="S." surname="Shaham" fullname="S. Shaham">
      <organization></organization>
    </author>
    <author initials="W." surname="Rahayu" fullname="W. Rahayu">
      <organization></organization>
    </author>
    <author initials="F." surname="Farokhi" fullname="F. Farokhi">
      <organization></organization>
    </author>
    <author initials="Z." surname="Lin" fullname="Z. Lin">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>ACM Comput. Surv., 54(2)</annotation></reference>
<reference anchor="Jie22" >
  <front>
    <title>Graph-based deep learning for communication networks: A survey</title>
    <author initials="W." surname="Jiang" fullname="W. Jiang">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Computer Communications, Elsevier, vol. 185</annotation></reference>
<reference anchor="Sha21" >
  <front>
    <title>FlowPic: A Generic Representation for Encrypted Traffic Classification and Applications Identification</title>
    <author initials="T." surname="Shapira" fullname="T. Shapira">
      <organization></organization>
    </author>
    <author initials="Y." surname="Shavitt" fullname="Y. Shavitt">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, 18(2), pp. 1218-1232</annotation></reference>
<reference anchor="Sul23" >
  <front>
    <title>Coordinated Slicing and Admission Control Using Multi-Agent Deep Reinforcement Learning</title>
    <author initials="M." surname="Sulaiman" fullname="M. Sulaiman">
      <organization></organization>
    </author>
    <author initials="A." surname="Moayyedi" fullname="A. Moayyedi">
      <organization></organization>
    </author>
    <author initials="M." surname="Ahmadi" fullname="M. Ahmadi">
      <organization></organization>
    </author>
    <author initials="M. A." surname="Salahuddin" fullname="M. A. Salahuddin">
      <organization></organization>
    </author>
    <author initials="R." surname="Boutaba" fullname="R. Boutaba">
      <organization></organization>
    </author>
    <author initials="A." surname="Saleh" fullname="A. Saleh">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, 20(2), pp. 1110-1124</annotation></reference>
<reference anchor="Vin21" >
  <front>
    <title>Timely admission control for network slicing in 5G with machine learning</title>
    <author initials="M." surname="Vincenzi" fullname="M. Vincenzi">
      <organization></organization>
    </author>
    <author initials="E." surname="Lopez-Aguilera" fullname="E. Lopez-Aguilera">
      <organization></organization>
    </author>
    <author initials="E." surname="Garcia-Villegas" fullname="E. Garcia-Villegas">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE Access</annotation></reference>
<reference anchor="Att23" >
  <front>
    <title>VNF and CNF Placement in 5G: Recent Advances and Future Trends</title>
    <author initials="W." surname="Attaoui" fullname="W. Attaoui">
      <organization></organization>
    </author>
    <author initials="E." surname="Sabir" fullname="E. Sabir">
      <organization></organization>
    </author>
    <author initials="H." surname="Elbiaze" fullname="H. Elbiaze">
      <organization></organization>
    </author>
    <author initials="M." surname="Guizani" fullname="M. Guizani">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, 20(4), pp. 4698-4733</annotation></reference>
<reference anchor="Col22" >
  <front>
    <title>Using Machine Learning to Improve Interactive Visualizations for Large Collected Traffic Detector Data</title>
    <author initials="A." surname="Collet" fullname="A. Collet">
      <organization></organization>
    </author>
    <author initials="A." surname="Banchs" fullname="A. Banchs">
      <organization></organization>
    </author>
    <author initials="M." surname="Fiore" fullname="M. Fiore">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE Conference on Computer Communications (Infocom)</annotation></reference>
<reference anchor="Ami24" >
  <front>
    <title>Using Machine Learning to Improve Interactive Visualizations for Large Collected Traffic Detector Data</title>
    <author initials="R. M." surname="Amin" fullname="R. M. Amin">
      <organization></organization>
    </author>
    <author initials="P." surname="Hammer" fullname="P. Hammer">
      <organization></organization>
    </author>
    <author initials="A." surname="Butz" fullname="A. Butz">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Proceedings of the 29th International Conference on Intelligent User Interfaces (ITUI'24), ACM</annotation></reference>
<reference anchor="Zha21" >
  <front>
    <title>Network traffic classification for data fusion: A survey</title>
    <author initials="J." surname="Zhao" fullname="J. Zhao">
      <organization></organization>
    </author>
    <author initials="X." surname="Jing" fullname="X. Jing">
      <organization></organization>
    </author>
    <author initials="Z." surname="Yan" fullname="Z. Yan">
      <organization></organization>
    </author>
    <author initials="W." surname="Pedrycz" fullname="W. Pedrycz">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>Information Fusion, Elsevier, vol. 72</annotation></reference>
<reference anchor="Mut24" >
  <front>
    <title>Digital twin (DT)-based predictive maintenance of a 6G communication network</title>
    <author initials="F." surname="Muteba" fullname="F. Muteba">
      <organization></organization>
    </author>
    <author initials="T." surname="Dahanayaka" fullname="T. Dahanayaka">
      <organization></organization>
    </author>
    <author initials="S." surname="Seneviratne" fullname="S. Seneviratne">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Procedia Computer Science, Elsevier, vol. 238</annotation></reference>
<reference anchor="Gin24" >
  <front>
    <title>TrafficGPT: An LLM Approach for Open-Set Encrypted Traffic Classification</title>
    <author initials="Y." surname="Ginige" fullname="Y. Ginige">
      <organization></organization>
    </author>
    <author initials="T." surname="Dahanayaka" fullname="T. Dahanayaka">
      <organization></organization>
    </author>
    <author initials="S." surname="Seneviratne" fullname="S. Seneviratne">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Asian Internet Engineering Conference</annotation></reference>
<reference anchor="Ake24" >
  <front>
    <title>Encrypted Traffic Classification at Line Rate in Programmable Switches with Machine Learning</title>
    <author initials="A. T. J." surname="Akem" fullname="A. T. J. Akem">
      <organization></organization>
    </author>
    <author initials="G." surname="Fraysse" fullname="G. Fraysse">
      <organization></organization>
    </author>
    <author initials="M." surname="Fiore" fullname="M. Fiore">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>IEEE/IFIP Network Operations and Management Symposium (NOMS)</annotation></reference>
<reference anchor="Ham21" >
  <front>
    <title>Adversarial Machine Learning for Network Intrusion Detection Systems: A Comprehensive Survey</title>
    <author initials="M." surname="Hamdan" fullname="M. Hamdan">
      <organization></organization>
    </author>
    <author initials="E." surname="Hassan" fullname="E. Hassan">
      <organization></organization>
    </author>
    <author initials="A." surname="Abdelaziz" fullname="A. Abdelaziz">
      <organization></organization>
    </author>
    <author initials="B." surname="Mohammed" fullname="B. Mohammed">
      <organization></organization>
    </author>
    <author initials="S." surname="Khan" fullname="S. Khan">
      <organization></organization>
    </author>
    <author initials="A. V." surname="Vasilakos" fullname="A. V. Vasilakos">
      <organization></organization>
    </author>
    <author initials="M.N." surname="Marsono" fullname="M.N. Marsono">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>Journal of Network and Computer Applications, Elsevier</annotation></reference>
<reference anchor="Sin22" >
  <front>
    <title>Optimization of reinforcement routing for wireless mesh network using machine learning and high-performance computing</title>
    <author initials="A." surname="Singh" fullname="A. Singh">
      <organization></organization>
    </author>
    <author initials="S." surname="Prakash" fullname="S. Prakash">
      <organization></organization>
    </author>
    <author initials="S." surname="Singh" fullname="S. Singh">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Concurrency Computat Pract Exper., 35(15)</annotation></reference>
<reference anchor="Wan24" >
  <front>
    <title>Combine intra- and inter-flow: A multimodal encrypted traffic classification model driven by diverse features</title>
    <author initials="X." surname="Wang" fullname="X. Wang">
      <organization></organization>
    </author>
    <author initials="Q." surname="Yuan" fullname="Q. Yuan">
      <organization></organization>
    </author>
    <author initials="Y." surname="Wang" fullname="Y. Wang">
      <organization></organization>
    </author>
    <author initials="G." surname="Gou" fullname="G Gou">
      <organization></organization>
    </author>
    <author initials="C." surname="Gu" fullname="C. Gu">
      <organization></organization>
    </author>
    <author initials="G." surname="Yu" fullname="G. Yu">
      <organization></organization>
    </author>
    <author initials="G." surname="Xiong" fullname="G. Xiong">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Computer Networks, Elsevier, vol. 245</annotation></reference>
<reference anchor="Naj24" >
  <front>
    <title>Enhanced Network Traffic Classification with Machine Learning Algorithms</title>
    <author initials="I. A." surname="Najm" fullname="I. A. Najm">
      <organization></organization>
    </author>
    <author initials="A. H." surname="Saeed" fullname="A. H. Saeed">
      <organization></organization>
    </author>
    <author initials="B.A." surname="Ahmad" fullname="B.A. Ahmad">
      <organization></organization>
    </author>
    <author initials="S. R." surname="Ahmed" fullname="S. R. Ahmed">
      <organization></organization>
    </author>
    <author initials="R." surname="Sekhar" fullname="R. Sekhar">
      <organization></organization>
    </author>
    <author initials="P." surname="Shah" fullname="P. Shah">
      <organization></organization>
    </author>
    <author initials="B.S." surname="Veena" fullname="B.S. Veena">
      <organization></organization>
    </author>
    <date year="2024"/>
  </front>
<annotation>Proceedings of the Cognitive Models and Artificial Intelligence Conference</annotation></reference>
<reference anchor="Sha25" >
  <front>
    <title>Chapter 26 - Future now: unleashing the potentials of machine learning algorithms in 6G</title>
    <author initials="G." surname="Sharma" fullname="G. Sharma">
      <organization></organization>
    </author>
    <author initials="B." surname="Priya" fullname="B. Priya">
      <organization></organization>
    </author>
    <date year="2025"/>
  </front>
<annotation>Advances in Computational Methods and Modeling for Science and Engineering, Morgan Kaufmann, 331-339</annotation></reference>
<reference anchor="Tan21" >
  <front>
    <title>Comprehensive Survey on Machine Learning in Vehicular Network: Technology, Applications and Challenges</title>
    <author initials="F." surname="Tang" fullname="F. Tang">
      <organization></organization>
    </author>
    <author initials="B." surname="Mao" fullname="B. Mao">
      <organization></organization>
    </author>
    <author initials="N." surname="Kato" fullname="N. Kato">
      <organization></organization>
    </author>
    <author initials="G." surname="Gu" fullname="G. Gu">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials, 23(3), 2027-2057.</annotation></reference>
<reference anchor="Ke23" >
  <front>
    <title>Adversarial Machine Learning for Network Intrusion Detection Systems: A Comprehensive Survey</title>
    <author initials="H." surname="Ke" fullname="H. Ke">
      <organization></organization>
    </author>
    <author initials="K. D." surname="Dongseong" fullname="K. Dan Dongseong">
      <organization></organization>
    </author>
    <author initials="M. R." surname="Asghar" fullname="M. R. Asghar">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials, 25(1), 538-566.</annotation></reference>
<reference anchor="Mcc93" >
  <front>
    <title>The BSD packet filter: a new architecture for user-level packet capture</title>
    <author initials="S." surname="McCanne" fullname="Steve McCanne">
      <organization></organization>
    </author>
    <author initials="V." surname="Jacobson" fullname="Van Jacobson">
      <organization></organization>
    </author>
    <date year="1993"/>
  </front>
<annotation>USENIX Winter Conference</annotation></reference>
<reference anchor="Ste92" >
  <front>
    <title>A Diagnosis Expert System for Network Traffic Management</title>
    <author initials="D." surname="Stern" fullname="Daniel Stern">
      <organization></organization>
    </author>
    <author initials="P." surname="Chemouil" fullname="Prosper Chemouil">
      <organization></organization>
    </author>
    <date year="1992"/>
  </front>
<annotation>Networks, Kobe, Japan</annotation></reference>
<reference anchor="Abd10" >
  <front>
    <title>A Diagnosis Expert System for Network Traffic Management</title>
    <author initials="K. A." surname="Jalil" fullname="Kamarularifin Abd Jalil">
      <organization></organization>
    </author>
    <author initials="M. H." surname="Kamarudin" fullname="Muhammad Hilmi Kamarudin">
      <organization></organization>
    </author>
    <author initials="M. N." surname="Masrek" fullname="Mohamad Noorman Masrek">
      <organization></organization>
    </author>
    <date year="2010"/>
  </front>
<annotation>IEEE international conference on networking and information technology</annotation></reference>
<reference anchor="Beg19" >
  <front>
    <title>DeepCog: Cognitive Network Management in Sliced 5G Networks with Deep Learning</title>
    <author initials="D." surname="Bega" fullname="D. Bega">
      <organization></organization>
    </author>
    <author initials="M." surname="Gramaglia" fullname="M. Gramaglia">
      <organization></organization>
    </author>
    <author initials="M." surname="Fiore" fullname="M. Fiore">
      <organization></organization>
    </author>
    <author initials="A." surname="Banchs" fullname="A. Banchs">
      <organization></organization>
    </author>
    <author initials="X." surname="Costa-Perez" fullname="X. Costa-Perez">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>IEEE INFOCOM</annotation></reference>
<reference anchor="Bos13" >
  <front>
    <title>Forwarding metamorphosis: Fast programmable match-action processing in hardware for SDN</title>
    <author initials="P." surname="Bosshart" fullname="Pat Bosshart">
      <organization></organization>
    </author>
    <author initials="G." surname="Gibb" fullname="Glen Gibb">
      <organization></organization>
    </author>
    <author initials="H.-S." surname="Kim" fullname="Hun-Seok Kim">
      <organization></organization>
    </author>
    <author initials="G." surname="Varghese" fullname="George Varghese">
      <organization></organization>
    </author>
    <author initials="N." surname="McKeown" fullname="Nick McKeown">
      <organization></organization>
    </author>
    <author initials="M." surname="Izzard" fullname="Martin Izzard">
      <organization></organization>
    </author>
    <author initials="F." surname="Mujica" fullname="Fernando Mujica">
      <organization></organization>
    </author>
    <author initials="M." surname="Horowitz" fullname="Mark Horowitz">
      <organization></organization>
    </author>
    <date year="2013"/>
  </front>
<annotation>ACM SIGCOMM</annotation></reference>
<reference anchor="Bos14" >
  <front>
    <title>P4: Programming Protocol-Independent Packet Processors</title>
    <author initials="P." surname="Bosshart" fullname="Pat Bosshart">
      <organization></organization>
    </author>
    <author initials="D." surname="Daly" fullname="Dan Daly">
      <organization></organization>
    </author>
    <author initials="G." surname="Gibb" fullname="Glen Gibb">
      <organization></organization>
    </author>
    <author initials="M." surname="Izzard" fullname="Martin Izzard">
      <organization></organization>
    </author>
    <author initials="N." surname="McKeown" fullname="Nick McKeown">
      <organization></organization>
    </author>
    <author initials="J." surname="Rexford" fullname="Jennifer Rexford">
      <organization></organization>
    </author>
    <author initials="C." surname="Schlesinger" fullname="Cole Schlesinger">
      <organization></organization>
    </author>
    <author initials="D." surname="Talayco" fullname="Dan Talayco">
      <organization></organization>
    </author>
    <author initials="A." surname="Vahdat" fullname="Amin Vahdat">
      <organization></organization>
    </author>
    <author initials="G." surname="Varghese" fullname="George Varghese">
      <organization></organization>
    </author>
    <author initials="D." surname="Walker" fullname="David Walker">
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
<annotation>SIGCOMM Comput. Commun. Rev. 44</annotation></reference>
<reference anchor="Dat18" >
  <front>
    <title>P4Guard: Designing P4 Based Firewall</title>
    <author initials="R." surname="Datta" fullname="R. Datta">
      <organization></organization>
    </author>
    <author initials="S." surname="Choi" fullname="S. Choi">
      <organization></organization>
    </author>
    <author initials="A." surname="Chowdhary" fullname="A. Chowdhary">
      <organization></organization>
    </author>
    <author initials="Y." surname="Park," fullname="Y. Park,">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>IEEE Military Communications Conference (MILCOM)</annotation></reference>
<reference anchor="Che19" >
  <front>
    <title>P4-Enabled Bandwidth Management</title>
    <author initials="Y." surname="Chen" fullname="Y. Chen">
      <organization></organization>
    </author>
    <author initials="L." surname="Yen" fullname="L. Yen">
      <organization></organization>
    </author>
    <author initials="W." surname="Wang" fullname="W. Wang">
      <organization></organization>
    </author>
    <author initials="C." surname="Chuang" fullname="C. Chuang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Liu" fullname="Y. Liu">
      <organization></organization>
    </author>
    <author initials="C." surname="Tseng" fullname="C. Tseng">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>Asia-Pacific Network Operations and Management Symposium (APNOMS)</annotation></reference>
<reference anchor="Cha18" >
  <front>
    <title>Oko: Extending Open vSwitch with Stateful Filters</title>
    <author initials="P." surname="Chaignon" fullname="Paul Chaignon">
      <organization></organization>
    </author>
    <author initials="K." surname="Lazri" fullname="Kahina Lazri">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="T." surname="Delmas" fullname="Thibault Delmas">
      <organization></organization>
    </author>
    <author initials="O." surname="Festor" fullname="Olivier Festor">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>ACM Symposium on SDN Research (SOSR)</annotation></reference>
<reference anchor="czb20" >
  <front>
    <title>Network Management 2030: Operations and Control of Network 2030 Services</title>
    <author initials="A." surname="Clemm" fullname="A. Clemm">
      <organization></organization>
    </author>
    <author initials="M. F." surname="Zhani" fullname="M. F. Zhani">
      <organization></organization>
    </author>
    <author initials="R." surname="Boutaba" fullname="R. Boutaba">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>Springer Journal of Network and Systems Management (JNSM)</annotation></reference>
<reference anchor="Hua19" >
  <front>
    <title>Addressing the Loss-Metric Mismatch with Adaptive Loss Alignment</title>
    <author initials="C." surname="Huang" fullname="Chen Huang">
      <organization></organization>
    </author>
    <author initials="S." surname="Zhai" fullname="Shuangfei Zhai">
      <organization></organization>
    </author>
    <author initials="W." surname="Talbott" fullname="Walter Talbott">
      <organization></organization>
    </author>
    <author initials="M. A." surname="Bautista" fullname="Miguel Angel Bautista">
      <organization></organization>
    </author>
    <author initials="S.-Y." surname="Sun" fullname="Shih-Yu Sun">
      <organization></organization>
    </author>
    <author initials="C." surname="Guestrin" fullname="Carlos Guestrin">
      <organization></organization>
    </author>
    <author initials="J." surname="Susskind" fullname="Josh Susskind">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>ICRL</annotation></reference>
<reference anchor="Jos22" >
  <front>
    <title>NetREC Network-wide in-network REal-value Computation.</title>
    <author initials="M." surname="Jose" fullname="Matthews Jose">
      <organization></organization>
    </author>
    <author initials="K." surname="Lazri" fullname="Kahina Lazri">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="O." surname="Festor" fullname="Olivier Festor">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>IEEE International Conference on Network Softwarization (NetSoft)</annotation></reference>
<reference anchor="Lee21" >
  <front>
    <title>Feedback-efficient interactive reinforcement learning via relabeling experience and unsupervised pre-training</title>
    <author initials="K." surname="Lee" fullname="K. Lee">
      <organization></organization>
    </author>
    <author initials="L." surname="Smith" fullname="L. Smith">
      <organization></organization>
    </author>
    <author initials="P." surname="Abbeel" fullname="P. Abbeel">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>arXiv preprint arXiv:2106.05091</annotation></reference>
<reference anchor="Liu16" >
  <front>
    <title>One Sketch to Rule Them All: Rethinking Network Flow Monitoring with UnivMon</title>
    <author initials="Z." surname="Liu" fullname="Zaoxing Liu">
      <organization></organization>
    </author>
    <author initials="A." surname="Manousis" fullname="Antonis Manousis">
      <organization></organization>
    </author>
    <author initials="G." surname="Vorsanger" fullname="Gregory Vorsanger">
      <organization></organization>
    </author>
    <author initials="V." surname="Sekar" fullname="Vyas Sekar">
      <organization></organization>
    </author>
    <author initials="V." surname="Braverman" fullname="Vladimir Braverman">
      <organization></organization>
    </author>
    <date year="2016"/>
  </front>
<annotation>ACM SIGCOMM Conference</annotation></reference>
<reference anchor="Yan18" >
  <front>
    <title>Elastic sketch: adaptive and fast network-wide measurements</title>
    <author initials="T." surname="Yang" fullname="Tong Yang">
      <organization></organization>
    </author>
    <author initials="J." surname="Jiang" fullname="Jie Jiang">
      <organization></organization>
    </author>
    <author initials="P." surname="Liu" fullname="Peng Liu">
      <organization></organization>
    </author>
    <author initials="Q." surname="Huang" fullname="Qun Huang">
      <organization></organization>
    </author>
    <author initials="J." surname="Gong" fullname="Junzhi Gong">
      <organization></organization>
    </author>
    <author initials="Y." surname="Zhou" fullname="Yang Zhou">
      <organization></organization>
    </author>
    <author initials="R." surname="Miao" fullname="Rui Miao">
      <organization></organization>
    </author>
    <author initials="X." surname="Li" fullname="Xiaoming Li">
      <organization></organization>
    </author>
    <author initials="S." surname="Uhlig" fullname="Steve Uhlig">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>ACM SIGCOMM Conference</annotation></reference>
<reference anchor="Gup18" >
  <front>
    <title>Sonata: query-driven streaming network telemetry</title>
    <author initials="A." surname="Gupta" fullname="Arpit Gupta">
      <organization></organization>
    </author>
    <author initials="R." surname="Harrison" fullname="Rob Harrison">
      <organization></organization>
    </author>
    <author initials="M." surname="Canini" fullname="Marco Canini">
      <organization></organization>
    </author>
    <author initials="N." surname="Feamster" fullname="Nick Feamster">
      <organization></organization>
    </author>
    <author initials="J." surname="Rexford" fullname="Jennifer Rexford">
      <organization></organization>
    </author>
    <author initials="W." surname="Willinger" fullname="Walter Willinger">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>ACM SIGCOMM Conference</annotation></reference>
<reference anchor="Mar18" >
  <front>
    <title>Exploiting External Events for Resource Adaptation in Virtual Computer and Network Systems</title>
    <author initials="P." surname="Martinez-Julia" fullname="Pedro Martinez-Julia">
      <organization></organization>
    </author>
    <author initials="V. P." surname="Kafle" fullname="Ved P. Kafle">
      <organization></organization>
    </author>
    <author initials="H." surname="Harai" fullname="Hiroaki Harai">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, Vol. 15, N. 2,</annotation></reference>
<reference anchor="Mar20" >
  <front>
    <title>Explained Intelligent Management Decisions in Virtual Networks and Network Slices</title>
    <author initials="P." surname="Martinez-Julia" fullname="Pedro Martinez-Julia">
      <organization></organization>
    </author>
    <author initials="V. P." surname="Kafle" fullname="Ved P. Kafle">
      <organization></organization>
    </author>
    <author initials="H." surname="Asaeda" fullname="H. Asaeda">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>Conference on Innovation in Clouds, Internet and Networks and Workshops (ICIN)</annotation></reference>
<reference anchor="Mus18" >
  <front>
    <title>An overview on application of machine learning techniques in optical networks</title>
    <author initials="F." surname="Musumeci" fullname="F. Musumeci">
      <organization></organization>
    </author>
    <author initials="C." surname="Rottondi" fullname="C. Rottondi">
      <organization></organization>
    </author>
    <author initials="A." surname="Nag" fullname="A. Nag">
      <organization></organization>
    </author>
    <author initials="I." surname="Macaluso" fullname="I. Macaluso">
      <organization></organization>
    </author>
    <author initials="D." surname="Zibar" fullname="D. Zibar">
      <organization></organization>
    </author>
    <author initials="M." surname="Ruffini" fullname="M. Ruffini">
      <organization></organization>
    </author>
    <author initials="M." surname="Tornatore" fullname="M. Tornatore">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials, 21(2), 1383-1408.</annotation></reference>
<reference anchor="Ngu20" >
  <front>
    <title>Efficient SDN-based traffic monitoring in IoT networks with double deep Q-network</title>
    <author initials="T. G." surname="Nguyen" fullname="T. G. Nguyen">
      <organization></organization>
    </author>
    <author initials="T. V." surname="Phan" fullname="T. V. Phan">
      <organization></organization>
    </author>
    <author initials="D. T." surname="Hoang" fullname="D. T. Hoang">
      <organization></organization>
    </author>
    <author initials="T. N." surname="Nguyen" fullname="T. N. Nguyen">
      <organization></organization>
    </author>
    <author initials="C." surname="So-In" fullname="C. So-In">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>International conference on computational data and social networks, Springer</annotation></reference>
<reference anchor="Tan20" >
  <front>
    <title>Classification-assisted Query Processing for Network Telemetry</title>
    <author initials="G." surname="Tangari" fullname="G. Tangari">
      <organization></organization>
    </author>
    <author initials="M." surname="Charalambides" fullname="M. Charalambides">
      <organization></organization>
    </author>
    <author initials="G." surname="Pavlou" fullname="G. Pavlou">
      <organization></organization>
    </author>
    <author initials="C." surname="Grazian" fullname="C. Grazian">
      <organization></organization>
    </author>
    <author initials="D." surname="Tuncer" fullname="D. Tuncer">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>Network Traffic Measurement and Analysis Conference (TMA)</annotation></reference>
<reference anchor="Tan20b" >
  <front>
    <title>In-band Network Telemetry: A Survey</title>
    <author initials="T." surname="Lizhuang" fullname="Tan, Lizhuang">
      <organization></organization>
    </author>
    <author initials="S." surname="Wei" fullname="Su, Wei">
      <organization></organization>
    </author>
    <author initials="Z." surname="Zhenyi" fullname="Zhang, Zhenyi">
      <organization></organization>
    </author>
    <author initials="M." surname="Jingying" fullname="Miao, Jingying">
      <organization></organization>
    </author>
    <author initials="L." surname="Xiaoxi" fullname="Liu, Xiaoxi">
      <organization></organization>
    </author>
    <author initials="L." surname="Na" fullname="Li, Na">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>Computer Networks. 186. 10.1016</annotation></reference>
<reference anchor="Val17" >
  <front>
    <title>Learning to route</title>
    <author initials="V." surname="A." fullname="Valadarsky, A.">
      <organization></organization>
    </author>
    <author initials="S." surname="M." fullname="Schapira, M.">
      <organization></organization>
    </author>
    <author initials="S." surname="D." fullname="Shahaf, D.">
      <organization></organization>
    </author>
    <author initials="T." surname="A." fullname="Tamar, A.">
      <organization></organization>
    </author>
    <date year="2017"/>
  </front>
<annotation>ACM HotNets</annotation></reference>
<reference anchor="Xu18" >
  <front>
    <title>Experience-driven networking: A deep reinforcement learning based approach</title>
    <author initials="X." surname="Z." fullname="Xu, Z.">
      <organization></organization>
    </author>
    <author initials="T." surname="J." fullname="Tang J.">
      <organization></organization>
    </author>
    <author initials="M." surname="J." fullname="Meng, J.">
      <organization></organization>
    </author>
    <author initials="Z." surname="W." fullname="Zhang, W.">
      <organization></organization>
    </author>
    <author initials="W." surname="Y." fullname="Wang, Y.">
      <organization></organization>
    </author>
    <author initials="L. C." surname="H." fullname="Liu, C. H.">
      <organization></organization>
    </author>
    <author initials="Y." surname="D." fullname="Yang, D.">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>IEEE INFOCOM</annotation></reference>
<reference anchor="tl1" >
  <front>
    <title>Transfer learning</title>
    <author initials="L." surname="Torrey" fullname="Lisa Torrey">
      <organization></organization>
    </author>
    <author initials="J." surname="Shavlik" fullname="Jude Shavlik">
      <organization></organization>
    </author>
    <date year="2010"/>
  </front>
<annotation>Handbook of research on machine learning applications and trends: algorithms, methods, and techniques</annotation></reference>
<reference anchor="gnn1" >
  <front>
    <title>Relational inductive biases, deep learning, and graph networks</title>
    <author initials="P. W." surname="Battaglia" fullname="Peter W. Battaglia">
      <organization></organization>
    </author>
    <author initials="E." surname="al" fullname="Et. al">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>arXiv preprint arXiv:1806.01261</annotation></reference>
<reference anchor="gnn2" >
  <front>
    <title>Unveiling the potential of Graph Neural Networks for network modeling and optimization in SDN</title>
    <author initials="K." surname="Rusek" fullname="K. Rusek">
      <organization></organization>
    </author>
    <author initials="J." surname="Suárez-Varela" fullname="J. Suárez-Varela">
      <organization></organization>
    </author>
    <author initials="A." surname="Mestres" fullname="A. Mestres">
      <organization></organization>
    </author>
    <author initials="P." surname="Barlet-Ros" fullname="P. Barlet-Ros">
      <organization></organization>
    </author>
    <author initials="A." surname="Cabellos-Aparicio" fullname="A. Cabellos-Aparicio">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>ACM Symposium on SDN Research</annotation></reference>
<reference anchor="Rex06" >
  <front>
    <title>Route optimization in IP networks</title>
    <author initials="J." surname="Rexford" fullname="Jennifer Rexford">
      <organization></organization>
    </author>
    <date year="2006"/>
  </front>
<annotation>Handbook of Optimization in Telecommunications (pp. 679-700), Springer</annotation></reference>
<reference anchor="Kr14" >
  <front>
    <title>Software-defined networking: A comprehensive survey</title>
    <author initials="D." surname="Kreutz" fullname="D. Kreutz">
      <organization></organization>
    </author>
    <author initials="F. M." surname="Ramos" fullname="F. M. Ramos">
      <organization></organization>
    </author>
    <author initials="P. E." surname="Verissimo" fullname="P. E. Verissimo">
      <organization></organization>
    </author>
    <author initials="C. E." surname="Rothenberg" fullname="C. E. Rothenberg">
      <organization></organization>
    </author>
    <author initials="S." surname="Azodolmolky" fullname="S. Azodolmolky">
      <organization></organization>
    </author>
    <author initials="S." surname="Uhlig" fullname="S. Uhlig">
      <organization></organization>
    </author>
    <date year="2015"/>
  </front>
<annotation>Proceedings of the IEEE, vol. 103, no. 1, pp. 14-76</annotation></reference>
<reference anchor="XAI" >
  <front>
    <title>Explainable artificial intelligence: Understanding, visualizing and interpreting deep learning models</title>
    <author initials="W." surname="Samek" fullname="Wojciech Samek">
      <organization></organization>
    </author>
    <author initials="T." surname="Wiegand" fullname="Thomas Wiegand">
      <organization></organization>
    </author>
    <author initials="K.-R." surname="Müller" fullname="Klaus-Robert Müller">
      <organization></organization>
    </author>
    <date year="2017"/>
  </front>
<annotation>arXiv preprint arXiv:1708.08296</annotation></reference>
<reference anchor="Zil20" >
  <front>
    <title>Interpreting Deep Learning-Based Networking Systems</title>
    <author initials="Z." surname="Meng" fullname="Zili Meng">
      <organization></organization>
    </author>
    <author initials="M." surname="Wang" fullname="Minhu Wang">
      <organization></organization>
    </author>
    <author initials="J." surname="Bai" fullname="Jiasong Bai">
      <organization></organization>
    </author>
    <author initials="M." surname="Xu" fullname="Mingwei Xu">
      <organization></organization>
    </author>
    <author initials="H." surname="Mao" fullname="Hongzi Mao">
      <organization></organization>
    </author>
    <author initials="H." surname="Hu" fullname="Hongxin Hu">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>ACM SIGCOMM</annotation></reference>
<reference anchor="Mor18" >
  <front>
    <title>Ray: A Distributed Framework for Emerging AI Applications</title>
    <author initials="P." surname="Moritz" fullname="Philipp Moritz">
      <organization></organization>
    </author>
    <author initials="R." surname="Nishihara" fullname="Robert Nishihara">
      <organization></organization>
    </author>
    <author initials="S." surname="Wang" fullname="Stephanie Wang">
      <organization></organization>
    </author>
    <author initials="A." surname="Tumanov" fullname="Alexey Tumanov">
      <organization></organization>
    </author>
    <author initials="R." surname="Liaw" fullname="Richard Liaw">
      <organization></organization>
    </author>
    <author initials="E." surname="Liang" fullname="Eric Liang">
      <organization></organization>
    </author>
    <author initials="M." surname="Elibol" fullname="Melih Elibol">
      <organization></organization>
    </author>
    <author initials="Z." surname="Yang" fullname="Zongheng Yang">
      <organization></organization>
    </author>
    <author initials="W." surname="Paul" fullname="William Paul">
      <organization></organization>
    </author>
    <author initials="M." surname="Jordan" fullname="Michael Jordan">
      <organization></organization>
    </author>
    <author initials="I." surname="Stoica" fullname="Ion Stoica">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>USENIX Symposium on Operating Systems Design and Implementation (OSDI)</annotation></reference>
<reference anchor="Puj21" >
  <front>
    <title>NetXplain: Real-time explainability of Graph Neural Networks applied to Computer Networks</title>
    <author initials="D." surname="Pujol-Perich" fullname="David Pujol-Perich">
      <organization></organization>
    </author>
    <author initials="J." surname="Suárez-Varela" fullname="José Suárez-Varela">
      <organization></organization>
    </author>
    <author initials="S." surname="Xiao" fullname="Shihan Xiao">
      <organization></organization>
    </author>
    <author initials="B." surname="Wu" fullname="Bo Wu">
      <organization></organization>
    </author>
    <author initials="A." surname="Cabello" fullname="Albert Cabello">
      <organization></organization>
    </author>
    <author initials="P." surname="Barlet-Ros" fullname="Pere Barlet-Ros">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>MLSys workshop on Graph Neural Networks and Systems (GNNSys)</annotation></reference>
<reference anchor="Li19" >
  <front>
    <title>A Framework for Qualitative Communications Using Big Packet Protocol</title>
    <author initials="R." surname="Li" fullname="Richard Li">
      <organization></organization>
    </author>
    <author initials="K." surname="Makhijani" fullname="Kiran Makhijani">
      <organization></organization>
    </author>
    <author initials="H." surname="Yousefi" fullname="Hamed Yousefi">
      <organization></organization>
    </author>
    <author initials="C." surname="Westphal" fullname="Cedric Westphal">
      <organization></organization>
    </author>
    <author initials="L." surname="Dong" fullname="Lijun Dong">
      <organization></organization>
    </author>
    <author initials="T." surname="Wauters" fullname="Tim Wauters">
      <organization></organization>
    </author>
    <author initials="F. D." surname="Turck." fullname="Filip De Turck.">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>ACM SIGCOMM Workshop on Networking for Emerging Applications and Technologies (NEAT)</annotation></reference>
<reference anchor="Hir15" >
  <front>
    <title>Crowdsourced network measurements: Benefits and best practices</title>
    <author initials="M." surname="Hirth" fullname="Matthias Hirth">
      <organization></organization>
    </author>
    <author initials="T." surname="Hossfeld" fullname="Tobias Hossfeld">
      <organization></organization>
    </author>
    <author initials="M." surname="Mellia" fullname="Marco Mellia">
      <organization></organization>
    </author>
    <author initials="C." surname="Schwartz" fullname="Christian Schwartz">
      <organization></organization>
    </author>
    <author initials="F." surname="Lehrieder" fullname="Frank Lehrieder">
      <organization></organization>
    </author>
    <date year="2015"/>
  </front>
<annotation>Computer Networks. 90</annotation></reference>
<reference anchor="Bri19" >
  <front>
    <title>Transparent and Service-Agnostic Monitoring of Encrypted Web Traffic</title>
    <author initials="P.-O." surname="Brissaud" fullname="Pierre-Olivier Brissaud">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="I." surname="Chrisment" fullname="Isabelle Chrisment">
      <organization></organization>
    </author>
    <author initials="T." surname="Cholez" fullname="Thibault Cholez">
      <organization></organization>
    </author>
    <author initials="O." surname="Bettan" fullname="Olivier Bettan">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>IEEE Transactions on Network and Service Management, 16 (3)</annotation></reference>
<reference anchor="Hoo18" >
  <front>
    <title>Updated Taxonomy for the Network and Service Management Research Field</title>
    <author initials="J. V. D." surname="Hooft" fullname="Jeroen Van Der Hooft">
      <organization></organization>
    </author>
    <author initials="M." surname="Claeys" fullname="Maxim Claeys">
      <organization></organization>
    </author>
    <author initials="N." surname="Bouten" fullname="Niels Bouten">
      <organization></organization>
    </author>
    <author initials="T." surname="Wauters" fullname="Tim Wauters">
      <organization></organization>
    </author>
    <author initials="J." surname="Schönwälder" fullname="Jürgen Schönwälder">
      <organization></organization>
    </author>
    <author initials="A. P. B." surname="Stiller" fullname="Aiko Pras, Burkhard Stiller">
      <organization></organization>
    </author>
    <author initials="M." surname="Charalambides" fullname="Marinos Charalambides">
      <organization></organization>
    </author>
    <author initials="R." surname="Badonnel" fullname="Rémi Badonnel">
      <organization></organization>
    </author>
    <author initials="J." surname="Serrat" fullname="Joan Serrat">
      <organization></organization>
    </author>
    <author initials="C. R. P. D." surname="Santos" fullname="Carlos Raniery Paula Dos Santos">
      <organization></organization>
    </author>
    <author initials="F. D." surname="Turck" fullname="Filip De Turck">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>Journal of Network System Management (JNSM) 26, 790–808</annotation></reference>
<reference anchor="Bou18" >
  <front>
    <title>A comprehensive survey on machine learning for networking: evolution, applications and research opportunities</title>
    <author initials="R." surname="Boutaba" fullname="Raouf Boutaba">
      <organization></organization>
    </author>
    <author initials="M. A." surname="Salahuddin" fullname="Mohammad A. Salahuddin">
      <organization></organization>
    </author>
    <author initials="N." surname="Limam" fullname="Noura Limam">
      <organization></organization>
    </author>
    <author initials="S." surname="Ayoubi" fullname="Sara Ayoubi">
      <organization></organization>
    </author>
    <author initials="N." surname="Shahriar" fullname="Nashid Shahriar">
      <organization></organization>
    </author>
    <author initials="F." surname="Estrada-Solano" fullname="Felipe Estrada-Solano">
      <organization></organization>
    </author>
    <author initials="O. M." surname="Caicedo" fullname="Oscar M. Caicedo">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>Journal of Internet Services and Applications 9, 16</annotation></reference>
<reference anchor="Kaf19" >
  <front>
    <title>Automation of 5G Network Slice Control Functions with Machine Learning</title>
    <author initials="V. P." surname="Kafle" fullname="V. P. Kafle">
      <organization></organization>
    </author>
    <author initials="P." surname="Martinez-Julia" fullname="P. Martinez-Julia">
      <organization></organization>
    </author>
    <author initials="T." surname="Miyazawa" fullname="T. Miyazawa">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>IEEE Communications Standards Magazine, vol. 3, no. 3, pp. 54-62</annotation></reference>
<reference anchor="Yan20" >
  <front>
    <title>Artificial-Intelligence-Enabled Intelligent 6G Networks</title>
    <author initials="H." surname="Yang" fullname="H. Yang">
      <organization></organization>
    </author>
    <author initials="A." surname="Alphones" fullname="A. Alphones">
      <organization></organization>
    </author>
    <author initials="Z." surname="Xiong" fullname="Z. Xiong">
      <organization></organization>
    </author>
    <author initials="D." surname="Niyato" fullname="D. Niyato">
      <organization></organization>
    </author>
    <author initials="J." surname="Zhao" fullname="J. Zhao">
      <organization></organization>
    </author>
    <author initials="K." surname="Wu," fullname="K. Wu,">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>IEEE Network, vol. 34, no. 6, pp. 272-280</annotation></reference>
<reference anchor="Lop20" >
  <front>
    <title>Priority Flow Admission and Routing in SDN: Exact and Heuristic Approaches</title>
    <author initials="J." surname="López" fullname="J. López">
      <organization></organization>
    </author>
    <author initials="M." surname="Labonne" fullname="M. Labonne">
      <organization></organization>
    </author>
    <author initials="C." surname="Poletti" fullname="C. Poletti">
      <organization></organization>
    </author>
    <author initials="D." surname="Belabed" fullname="D. Belabed">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>IEEE International Symposium on Network Computing and Applications (NCA)</annotation></reference>
<reference anchor="Sen04" >
  <front>
    <title>Accurate, scalable in-network identification of p2p traffic using application signatures</title>
    <author initials="S." surname="Sen" fullname="Subhabrata Sen">
      <organization></organization>
    </author>
    <author initials="O." surname="Spatscheck" fullname="Oliver Spatscheck">
      <organization></organization>
    </author>
    <author initials="D." surname="Wang" fullname="Dongmei Wang">
      <organization></organization>
    </author>
    <date year="2004"/>
  </front>
<annotation>ACM International conference on World Wide Web (WWW)</annotation></reference>
<reference anchor="Rin17" >
  <front>
    <title>IP2Vec: Learning Similarities Between IP Addresses</title>
    <author initials="M." surname="Ring" fullname="M. Ring">
      <organization></organization>
    </author>
    <author initials="A." surname="Dallmann" fullname="A. Dallmann">
      <organization></organization>
    </author>
    <author initials="D." surname="Landes" fullname="D. Landes">
      <organization></organization>
    </author>
    <author initials="A." surname="Hotho" fullname="A. Hotho">
      <organization></organization>
    </author>
    <date year="2017"/>
  </front>
<annotation>IEEE International Conference on Data Mining Workshops (ICDMW)</annotation></reference>
<reference anchor="Evr19" >
  <front>
    <title>port2dist: Semantic Port Distances for Network Analytics</title>
    <author initials="L." surname="Evrard" fullname="Laurent Evrard">
      <organization></organization>
    </author>
    <author initials="J." surname="François" fullname="Jérôme François">
      <organization></organization>
    </author>
    <author initials="J.-N." surname="Colin" fullname="Jean-Noël Colin">
      <organization></organization>
    </author>
    <author initials="F." surname="Beck" fullname="Frédéric Beck">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
<annotation>IFIP/IEEE Symposium on Integrated Network and Service Management (IM)</annotation></reference>
<reference anchor="Sol20" >
  <front>
    <title>A Graph Neural Network Approach for Scalable and Dynamic IP Similarity in Enterprise Networks</title>
    <author initials="H. M." surname="Soliman" fullname="Hazem M. Soliman">
      <organization></organization>
    </author>
    <author initials="G." surname="Salmon" fullname="Geoff Salmon">
      <organization></organization>
    </author>
    <author initials="D." surname="Sovilij" fullname="Dusan Sovilij">
      <organization></organization>
    </author>
    <author initials="M." surname="Rao" fullname="Mohan Rao">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
<annotation>IEEE International Conference on Cloud Networking (CloudNet)</annotation></reference>
<reference anchor="Sco11" >
  <front>
    <title>On Measuring the Similarity of Network Hosts: Pitfalls, New Metrics, and Empirical Analyses</title>
    <author initials="S. E." surname="Coull" fullname="Scott E. Coull">
      <organization></organization>
    </author>
    <author initials="F." surname="Monrose" fullname="Fabian Monrose">
      <organization></organization>
    </author>
    <author initials="M." surname="Bailey" fullname="Michael Bailey">
      <organization></organization>
    </author>
    <date year="2011"/>
  </front>
<annotation>NDSS</annotation></reference>
<reference anchor="Xie18" >
  <front>
    <title>A survey of machine learning techniques applied to software defined networking (SDN): Research issues and challenges</title>
    <author initials="J." surname="Xie" fullname="Junfeng Xie">
      <organization></organization>
    </author>
    <author initials="F. R." surname="Yu" fullname="F. Richard Yu">
      <organization></organization>
    </author>
    <author initials="T." surname="Huang" fullname="Tao Huang">
      <organization></organization>
    </author>
    <author initials="R." surname="Xie" fullname="Renchao Xie">
      <organization></organization>
    </author>
    <author initials="J." surname="Liu" fullname="Jiang Liu">
      <organization></organization>
    </author>
    <author initials="C." surname="Wang" fullname="Chenmeng Wang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Liu" fullname="Yunjie Liu">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
<annotation>IEEE Communications Surveys &amp; Tutorials</annotation></reference>
<reference anchor="Yu14" >
  <front>
    <title>Distributed and collaborative traffic monitoring in software defined networks</title>
    <author initials="Y." surname="Yu" fullname="Ye Yu">
      <organization></organization>
    </author>
    <author initials="C." surname="Qian" fullname="Chen Qian">
      <organization></organization>
    </author>
    <author initials="X." surname="Li" fullname="Xin Li">
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
<annotation>ACM Hot topics in software defined networking</annotation></reference>
<reference anchor="Dij19" >
  <front>
    <title>A Survey of Network Traffic Anonymisation Techniques and Implementations</title>
    <author initials="N. V." surname="Dijkhuizen" fullname="Niels Van Dijkhuizen">
      <organization></organization>
    </author>
    <author initials="J. V. D." surname="Ham" fullname="Jeroen Van Der Ham">
      <organization></organization>
    </author>
    <author initials="X." surname="Li" fullname="Xin Li">
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
<annotation>ACM Comput. Surv. 51, 3, Article 52</annotation></reference>
<reference anchor="Sch21" >
  <front>
    <title>Distributed Online Service Coordination Using Deep Reinforcement Learning</title>
    <author initials="S." surname="Schneider" fullname="Stefan Schneider">
      <organization></organization>
    </author>
    <author initials="H." surname="Qarawlus" fullname="Haydar Qarawlus">
      <organization></organization>
    </author>
    <author initials="H." surname="Karl" fullname="Holger Karl">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>IEEE International Conference on Distributed Computing Systems (ICDCS)</annotation></reference>
<reference anchor="Hui22" >
  <front>
    <title>Knowledge Enhanced GAN for IoT Traffic Generation</title>
    <author initials="S." surname="Hui" fullname="Shuodi Hui">
      <organization></organization>
    </author>
    <author initials="H." surname="Wang" fullname="Huandong Wang">
      <organization></organization>
    </author>
    <author initials="Z." surname="Wang" fullname="Zhenhua Wang">
      <organization></organization>
    </author>
    <author initials="X." surname="Yang" fullname="Xinghao Yang">
      <organization></organization>
    </author>
    <author initials="Z." surname="Liu" fullname="Zhongjin Liu">
      <organization></organization>
    </author>
    <author initials="D." surname="Jin" fullname="Depeng Jin">
      <organization></organization>
    </author>
    <author initials="Y." surname="Li" fullname="Yong Li">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>ACM Web Conference 2022 (WWW)</annotation></reference>
<reference anchor="Sil16" >
  <front>
    <title>Mastering the game of Go with deep neural networks and tree search</title>
    <author initials="D." surname="Silver" fullname="David Silver">
      <organization></organization>
    </author>
    <author initials="A." surname="Huang" fullname="Aja Huang">
      <organization></organization>
    </author>
    <author initials="C. J." surname="Maddison" fullname="Christopher J. Maddison">
      <organization></organization>
    </author>
    <author initials="A." surname="Guez" fullname="Arthur Guez">
      <organization></organization>
    </author>
    <author initials="L." surname="Sifre" fullname="Laurent Sifre">
      <organization></organization>
    </author>
    <author initials="G. V. D." surname="Driessche" fullname="George Van Den Driessche">
      <organization></organization>
    </author>
    <author initials="J." surname="Schrittwieser" fullname="Julian Schrittwieser">
      <organization></organization>
    </author>
    <author initials="I." surname="Antonoglou" fullname="Ioannis Antonoglou">
      <organization></organization>
    </author>
    <author initials="V." surname="Panneershelvam" fullname="Veda Panneershelvam">
      <organization></organization>
    </author>
    <author initials="M." surname="Lanctot" fullname="Marc Lanctot">
      <organization></organization>
    </author>
    <author initials="S." surname="Dieleman" fullname="Sander Dieleman">
      <organization></organization>
    </author>
    <author initials="D." surname="Grewe" fullname="Dominik Grewe">
      <organization></organization>
    </author>
    <author initials="J." surname="Nham" fullname="John Nham">
      <organization></organization>
    </author>
    <author initials="D." surname="Silver" fullname="David Silver">
      <organization></organization>
    </author>
    <author initials="I." surname="Sutskever" fullname="Ilya Sutskever">
      <organization></organization>
    </author>
    <author initials="T." surname="Lillicrap" fullname="Timothy Lillicrap">
      <organization></organization>
    </author>
    <author initials="M." surname="Leach" fullname="Madeleine Leach">
      <organization></organization>
    </author>
    <author initials="K." surname="Kavukcuoglu" fullname="Koray Kavukcuoglu">
      <organization></organization>
    </author>
    <author initials="T." surname="Graepel" fullname="Thore Graepel">
      <organization></organization>
    </author>
    <author initials="D." surname="Hassabis" fullname="Demis Hassabis">
      <organization></organization>
    </author>
    <date year="2016"/>
  </front>
<annotation>Nature, vol. 529 (2016), pp. 484-503</annotation></reference>
<reference anchor="Nas21" >
  <front>
    <title>Defeating DNN-Based Traffic Analysis Systems inReal-Time With Blind Adversarial Perturbations</title>
    <author initials="M." surname="Nasr" fullname="M. Nasr">
      <organization></organization>
    </author>
    <author initials="A." surname="Bahramali" fullname="A. Bahramali">
      <organization></organization>
    </author>
    <author initials="A." surname="Houmansadr" fullname="A. Houmansadr">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
<annotation>USENIX Security Symposium</annotation></reference>
<reference anchor="Jmi22" >
  <front>
    <title>Adversarial machine learning for network intrusion detection: A comparative study</title>
    <author initials="H." surname="Jmila" fullname="H. Jmila">
      <organization></organization>
    </author>
    <author initials="M. I." surname="Khedher" fullname="M. I. Khedher">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
<annotation>Computer Networks</annotation></reference>
<reference anchor="Fre15" >
  <front>
    <title>Model Inversion Attacks that Exploit Confidence Information and Basic Countermeasures</title>
    <author initials="M." surname="Fredrikson" fullname="M. Fredrikson">
      <organization></organization>
    </author>
    <author initials="M. S." surname="Jha" fullname="M. S. Jha">
      <organization></organization>
    </author>
    <author initials="T." surname="Ristenpart" fullname="T. Ristenpart">
      <organization></organization>
    </author>
    <date year="2015"/>
  </front>
<annotation>ACM SIGSAC Conference on Computer and Communications Security</annotation></reference>
<reference anchor="Bis23" >
  <front>
    <title>Hyperparameter optimization: Foundations, algorithms, best practices, and open challenges</title>
    <author initials="B." surname="Bischl" fullname="B. Bischl">
      <organization></organization>
    </author>
    <author initials="M." surname="Binder" fullname="M. Binder">
      <organization></organization>
    </author>
    <author initials="M." surname="Lang" fullname="M. Lang">
      <organization></organization>
    </author>
    <author initials="T." surname="Pielok" fullname="T. Pielok">
      <organization></organization>
    </author>
    <author initials="J." surname="Richter" fullname="J. Richter">
      <organization></organization>
    </author>
    <author initials="S." surname="Coors" fullname="S. Coors">
      <organization></organization>
    </author>
    <author initials="J." surname="Thomas" fullname="J. Thomas">
      <organization></organization>
    </author>
    <author initials="T." surname="Ullmann" fullname="T. Ullmann">
      <organization></organization>
    </author>
    <author initials="M." surname="Becker" fullname="M. Becker">
      <organization></organization>
    </author>
    <author initials="A.-L." surname="Boulesteix" fullname="A.-L. Boulesteix">
      <organization></organization>
    </author>
    <author initials="D." surname="Deng" fullname="D. Deng">
      <organization></organization>
    </author>
    <author initials="M." surname="Lindauer" fullname="M. Lindauer">
      <organization></organization>
    </author>
    <date year="2023"/>
  </front>
<annotation>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 13(2)</annotation></reference>


    </references>


<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>This document is the result of a collective work. Authors of this document are the main contributors and the editors, but contributions have been also received from the following people we acknowledge Laurent Ciavaglia, Felipe Alencar Lopes, Abdelkader Lahamdi, Albert Cabellos, José Suárez-Varela, Marinos Charalambides, Ramin Sadre, Pedro Martinez-Julia and Flavio Esposito</t>

<t>This document was also partially supported by project AI@EDGE, funded from the European Union's Horizon 2020 H2020-ICT-52 call for projects, under grant agreement no. 101015922. This research is funded in part, by the Luxembourg National Research Fund (FNR), grant reference C23/IS/18088425/COCTEL. 
The views expressed in this document do not necessarily reflect those of the Bank of Canada's Governing Council.</t>

</section>


  </back>

<!-- ##markdown-source:
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
NxZuzAjo2rfNfDzVuZ/iJKl9vO8nMC166ViglEm6D8LcZVvm6A5cr90RXc8i
HBdf6uI6kfk8YKPEYfO+RYBCZeov26/9d1V3ZOkjup0jGXDT2UXibZxn5jbG
1pm4m0R/E2byIyPKn/eQkNjt/SCPVZq2rV3QVMZnhCi3wBQ8tKNYGhMHtPSh
uwYtk03N3r8zKRH3N3a8xgRu4/nS7M7zx0GSVeOiV4ORgneSF3TdCrjq6OR8
O6RoVbS5FN1htVQYDzN1lmplhjBogxFLX1nU07l6hI1RbUU1s6M1bcMvyf7N
0nU9Lc5Nlzg+QeqLVlUVXRIXPdHIf1vTVOWyIqOqU/ygzjmDQdcGRC0fho2y
NjuMQd95+vJpf+fZk5c+b3M+qZYOgDf2yEdU/KHDZMxqkwUxsuza74uYMOOs
QkSWi0v+5KzuDSsp3gywmsW6WjD0gZt2VhIcMgqNS5+6b3H+jacQZ1xl/ZNW
1U3DBVmTMRg1csiMYMV5KTJOvKc+CeN7HdSp4dYuNIEUffxSAB3zJ+hSFzRt
5yivv0eTvpEkb3dF/hnCPySNEzMbxjJoreM+F+Yu6bRNDjjx8DVeu28VETDv
pvlS0qlrJE8Yebs+298Ok+9PWiWRJylxdyCuPfW+r/UJ7t0jy+rrulDZVdWL
PtkuSnMdeI/+Y9NF526QDddj6PKiG75MNmiPrb0vnZ0kYtKCaxVDCxyEUqwX
9K8ngx2y4h09P5pk56dWFX4Ak+dZOZsQj+5j0OjvFvCFQRfxRlJk1SOW7LoE
lXg3PeKlrqOP5KF/hpemP7WsL+2x417zl2qFyaXurDNo6ywh+IZFX4dn3Oyo
u9EsLtrO37pfie75ruvTMwuW6vxYWe5T1+ef+ONfuz5mRjsA0Krjgl/5+4ct
ci8pL5cGjJTgZdKuiHJN4r+ntOkU05dIf+a2K8D/riI3EaV5SbwmQ/yWxMMw
y24FHarB0hXdkkObRiykkiuR9gK4Uw+JTECKpM1EbeX4d5+kaevlL23idEmc
jisJuwxjYiO6S6OCU2464QlN32MqXVh2TZDZRavgbrPzh6NyQG/zQ/d+roye
7LxE9GRn9wVHT/CK7RKl9M7GyRJ4DBRfNW+q2Rpt5oBZePkshPNK6+ANY0qX
VWG7Ose9QwHjH/9jTlb5R4OwVre9eIYAZ6eavOBZV4kt+5dZ1zWIfvNQh6zo
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

-->

</rfc>

