Pith. sign in

REVIEW 4 major objections 4 minor 49 references

Intent-based Meta-Scheduling in Programmable Networks: A Research Agenda

T0 review · 4 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This position paper claims that active inference, a causal-reasoning method, can design and implement optimal meta-schedulers for programmable networks, automatically turning high-level intents into coordinated, conflict-free scheduling…

desk verdict A clear, honest research agenda for intent-based meta-scheduling in O-RAN, but the central active-inference optimality claim is asserted, not demonstrated; fine as a position paper, not as evidence. read the letter →

arxiv 2412.04232 v3 pith:S6UBB7OB submitted 2024-12-05 cs.NI

classification cs.NI
keywords programmablenetworksintent-basedmanagementmeta-schedulingactiveinferencecausalresourcescheduling5G/6GO-RAN
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This position paper argues that future programmable networks—5G, beyond-5G, and 6G—will be too large and too fast for human-managed scheduling, and that a meta-scheduler is needed to coordinate many simultaneous schedulers. The paper proposes to build that meta-scheduler on active inference, a causal-reasoning method that lets each scheduler act autonomously while a central coordinator keeps the whole network aligned with user intents. If the proposal is right, operators would specify high-level intents (for example, 'keep drone handovers under 50 ms') and the network would automatically decompose them into coordinated scheduling policies at every layer, from the base station's central unit down to its radio units. The paper's own contribution is a strawman architecture, an illustrative algorithm, and a research agenda, not a working implementation.

What carries the argument

The central object is the two-level meta-scheduling architecture: at the CU level, a set of agents—Assurance, Measurement, Proposal, Evaluation, Decomposition, and a Meta-Scheduling Coordinator—maintain causal models and decompose intents into scheduling policies; at the DU level, Policy Evaluation, Policy Updation, Actuation, and Reporting agents execute and report on those policies. The mechanism that carries the argument is the active-inference action-perception cycle, in which the scheduler predicts the latency outcome of its policy, compares the prediction to reality using a free-energy objective based on Kullback-Leibler divergence, and updates its beliefs accordingly. The knowledge bases in the CU and DU are where prediction and belief updating happen.

What would settle it

Run the Algorithm 1 loop on a software-defined base-station testbed with several simultaneous intents and measure the wall-clock time from intent arrival to RU actuation. If the active-inference state update plus policy computation cannot fit within the sub-millisecond budget under representative load, then the central claim—that active inference can implement optimal meta-schedulers for programmable networks—is not supported by the proposed architecture.

Watch

Extended reading notes

Core claim

The paper's central claim is that active inference can design and implement optimal meta-schedulers for programmable networks. Applied to a disaggregated base station, the proposal places a meta-scheduler at the central unit (CU) that decomposes high-level intents into per-distributed-unit (DU) scheduling policies, while each DU retains its own knowledge base and can evaluate, update, and actuate the policy locally. The intent-management loop runs down from the business-support layer to the radio units, so user requirements expressed as intents become concrete radio-resource allocations. The paper's contribution is a strawman architecture, a concrete algorithm (Algorithm 1) example, and a research agenda of open questions.

Load-bearing premise

The approach hinges on the assumption that the active-inference action-perception cycle—predicting a scheduling decision's outcome and updating the causal model in the CU/DU knowledge bases—can finish inside the sub-millisecond scheduling window that 6G requires.

Editorial extensions

If this is right

  • Operators would express service requirements as intents once, and the network would automatically decompose each intent into per-DU scheduling policies without manual per-slice tuning.
  • A CU-level meta-scheduler would arbitrate among competing schedulers using causal models of the network, reducing the performance loss that comes from conflicting resource-allocation algorithms.
  • Feeding schedulers only the Markov-blanket variables of the target quality metric (for example, latency) could make machine-learning schedulers faster and more robust to model drift.
  • The proposed extensions to open-radio-access-network-style interfaces would give intent-based management a standard path from business-level requirements to individual radio transmissions.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: The same CU-as-meta-scheduler / DU-as-local-agent split could be lifted to any programmable system with a global goal and many fast local actuators, such as transport-network optimization or edge-compute orchestration.
  • Editorial inference: Because the paper's algorithm treats the meta-scheduling policy as a function of intent, slice differentiator, buffer status, CQI, and BLER, one could test active-inference belief updates against a black-box baseline on a recorded RAN trace without building the full architecture.
  • Editorial inference: If the sub-millisecond constraint cannot be met, a fallback that keeps the two-level decomposition but runs active inference only at the slower meta-scheduling tier (tens of milliseconds) would preserve most of the coordination benefit.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. This position paper proposes a research agenda for intent-based meta-scheduling in programmable 5G/B5G networks. It builds on intent decomposition in O-RAN, proposes a two-layer architecture in which a CU-level meta-scheduler coordinates DU-level schedulers (Fig. 7), and argues that active inference—a form of causal inference based on free-energy minimization—can model and manage this meta-scheduling loop. The paper presents an illustrative meta-scheduling algorithm (Algorithm 1), discusses causal models and Markov blankets for scheduling variables (Fig. 8, Sections IV-C and IV-D), and lists modeling and implementation research questions (Section V). It includes a substantial appendix summarizing an existing intent-decomposition method from [11].

Significance. The value of the paper lies in synthesizing intent-based management, O-RAN hierarchy, and active inference into a concrete strawman architecture, and in identifying a plausible set of research challenges (causal model discovery, inference latency, heterogeneous schedulers). The paper is honest in framing itself as a research agenda rather than a completed system, and the detailed appendix on prior intent decomposition is helpful for orientation. However, the central claim that active inference enables 'optimal' meta-schedulers is not demonstrated: no generative model, free-energy objective, or complexity bound is given. The significance is therefore as a thought-provoking agenda, not as a validated design; the claims must be softened or supported for journal publication.

major comments (4)
  1. [Section I and Section IV-D] The paper claims that active inference 'can help design and implement optimal meta-schedulers' (Section I), but no optimality argument is provided. Section IV-D reproduces the generic free-energy equations (1) and (2) from [13] without instantiating a generative model for scheduling variables (e.g., RLC buffer, CQI, BLER in Fig. 10) and without defining a free-energy objective whose minimizer maps to intent fulfillment. With no states, actions, observations, or policy prior defined, the claimed optimality is an assertion. Please either provide a concrete active-inference formulation for the meta-scheduling problem or explicitly weaken the claim to a hypothesis that the research agenda will test.
  2. [Algorithm 1 (lines 4-6)] Algorithm 1 defines 'DRB = f(Intent, 5QI)', 'Meta Scheduling policy = g(Intent, Slice differentiator, Buffer status, CQI, Block Error rate)', and 'RAN scheduling policy = h(Meta scheduling policy, Buffer status, CQI, Block error rate)' without specifying the functions f, g, and h. Since the algorithm is presented as showing how 'the meta-scheduler can help fulfill intents', the reader cannot evaluate correctness or feasibility. At minimum, the intended input/output semantics and any assumed properties (e.g., deterministic mappings, monotonicity, constraints) should be stated, or the algorithm should be labeled as purely illustrative pseudocode.
  3. [Section IV-A and IV-B] The paper asserts that sub-millisecond scheduling required in 6G can accommodate active-inference action-perception cycles in the CU/DU knowledge bases, but it provides no complexity analysis or feasibility bound for belief updates and policy evaluation within the 1 ms budget. This is a load-bearing premise for the practicality of the proposed architecture. Please provide an order-of-magnitude complexity estimate, cite existing low-latency active-inference implementations, or explicitly list this feasibility question as an open problem that the agenda must resolve.
  4. [Section V and Conclusion] Section V lists causal model discovery at scale (RQ 2) and integration of active inference over heterogeneous schedulers (RQ 4) as unsolved research questions, yet the Conclusion states 'we have shown' that active inference can be used to model and manage the framework. This overstates the contribution of a position paper whose own research questions remain open. Recommend revising the conclusion to 'we have argued' or 'we have outlined' to match the evidence presented.
minor comments (4)
  1. [Section IV-D] There is a typo: 'Kullkack-Leibler' should be 'Kullback-Leibler'.
  2. [Algorithm 1, line 7] The phrase 'Intent is zero' is awkward; consider 'if there is no intent' or 'Intent = None' for clarity.
  3. [Section III] The 50 ms end-to-end latency decomposition example (20 ms + 30 ms, then 18 ms + 12 ms) is described before the paper states the sub-millisecond scheduling requirement in Section IV-A; the relationship between these different time budgets is not explained and could confuse readers.
  4. [Throughout] Several figures are reproduced from other sources (e.g., Figs. 1, 2, 9, 11-15); the paper would benefit from explicit permission or license notes for these reproductions.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper is a research agenda with no fitted inputs or derived predictions; open research questions explicitly concede what remains to be done.

full rationale

The paper makes no quantitative prediction and fits no parameter, so no fitted-input-called-prediction pattern appears. Its use of active inference is explicitly illustrative: Equations (1) and (2) are reproduced from reference [13] and are never instantiated as a generative model for scheduling, so whatever gap exists between the claim and the evidence is one of missing specification, not definitional circularity. Algorithm 1 defines the mapping functions g and h without giving their functional forms; undefined functions cannot be equivalent to their outputs by construction, and the paper itself lists causal model discovery and active-inference integration as open research questions in Section V. No self-citation is load-bearing: the cited prior work, including [12] and [13], is external and is used as a building block or design lens rather than as the sole justification for the paper's own conclusion. The strongest criticism available is that the central claim is unsupported or unevaluable, which is a correctness and evidence concern, not a circularity concern. The paper explicitly frames itself as a research agenda and admits that key components remain unsolved, so there is no derivation chain that reduces to its own inputs. Therefore the appropriate finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 5 assumptions · 2 invented entities

All axioms are background assumptions taken from prior work or from the stated O-RAN / TMForum context, not derived or tested in this paper. The invented entities are architectural components proposed for the first time in this paper, with no independent evidence.

assumptions (5)
  • domain assumption Intents can be formally specified and decomposed from the BSS layer down to the RU layer without meaning loss.
    Section II and Fig. 1 assert this decomposition as the foundation; if intents are not decomposable at the required timescales the whole framework fails.
  • domain assumption Multiple scheduler instances operating concurrently will conflict and need a meta-scheduler to coordinate them.
    Section IV-A argues this from scale and cites [29], [30]; it is a premise for the architecture, not something demonstrated in this paper.
  • domain assumption Active inference is an appropriate computational model for scheduling decisions.
    Section IV-D imports the framework from [13] and applies it to scheduling without validation.
  • domain assumption Causal models of network variables, including Markov blankets, can be discovered online with enough accuracy to drive scheduling.
    Section IV-C suggests Markov blanket discovery [38], but the paper does not show these models can be acquired at the required latency or scale.
  • ad hoc to paper Active inference belief updates can be completed within the sub-millisecond scheduling budget required in 6G networks.
    The paper demands sub-ms scheduling in Section IV-A but never addresses the computational cost of active inference on CU/DU hardware.
invented entities (2)
  • Meta-Scheduling Coordinator
    purpose: Message bus between CU and DU carrying intent decompositions (down) and intent reports (up) in the proposed architecture.
    Introduced in Section IV-B, Fig. 7; no implementation, prototype, or standard defines this component.
  • Policy Evaluation Agent at the DU
    purpose: Evaluates the meta-scheduling policy against the DU's local knowledge base and decides whether to modify it before actuation.
    Introduced in Section IV-B, Fig. 7; justified by the TMForum autonomy philosophy, but no concrete algorithm or measurement is supplied.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Intent-based Meta-Scheduling in Programmable Networks: A Research Agenda." pith.science (2026). https://pith.science/paper/S6UBB7OB

@misc{pith2026241204232,
  author       = {Pith},
  title        = {Pith review of: Intent-based Meta-Scheduling in Programmable Networks: A Research Agenda},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/S6UBB7OB}},
  note         = {Machine review of arXiv:2412.04232}
}
read the original abstract

The emergence and growth of 5G and beyond 5G (B5G) networks has brought about the rise of so-called ''programmable'' networks, i.e., networks whose operational requirements are so stringent that they can only be met in an automated manner, with minimal/no human involvement. Any requirements on such a network would need to be formally specified via intents, which can represent user requirements in a formal yet understandable manner. Meeting the user requirements via intents would necessitate the rapid implementation of resource allocation and scheduling in the network. Also, given the expected size and geographical distribution of programmable networks, multiple resource scheduling implementations would need to be implemented at the same time. This would necessitate the use of a meta-scheduler that can coordinate the various schedulers and dynamically ensure optimal resource scheduling across the network. To that end, in this position paper, we propose a research agenda for modeling, implementation, and inclusion of intent-based dynamic meta-scheduling in programmable networks. Our research agenda will be built on active inference, a type of causal inference. Active inference provides some level of autonomy to each scheduler while the meta-scheduler takes care of overall intent fulfillment. Our research agenda will comprise a strawman architecture for meta-scheduling and a set of research questions that need to be addressed to make intent-based dynamic meta-scheduling a reality.

Figures

Figures reproduced from arXiv: 2412.04232 by the authors.

Figure 4
Figure 4. When the drone crosses the boundary between edge sites, any of its microservices running on the source edge site should be migrated to the target edge site within specified latency limits, ensuring coordinated handover at application and network layers. This requirement would therefore be specified as an intent by the BSS layer to the SMO. A simple example of a latency metric, defined as per the intent common model … view at source ↗
Figure 1
Figure 1. Intent Decomposition - from [2] [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Intent Management Loop - from [2] [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figures from the paper (10 more)
Figure 3
Figure 3. Figure 3: O-RAN Logical Architecture [PITH_FULL_IMAGE:figures/full_fig_p003_3.png]
Figure 5
Figure 5. Figure 5: Latency Metric Example [PITH_FULL_IMAGE:figures/full_fig_p004_5.png]
Figure 6
Figure 6. Figure 6: Capability Profile Example will then implement its intent at its Radio Units (RU). Please note that for concreteness and as an illustration, we have only described a rather simple latency metric example. More complex examples would involve setting a time duration withi…
Figure 7
Figure 7. Figure 7: Meta-Scheduling Architectural Framework a type of causal inference that will be illustrated later in Section IV-D. 3) The Proposal Agent would then develop meta￾scheduling proposals (i.e., policies) to fulfill all the user requirements together while ensuring a fair (p…
Figure 8
Figure 8. Figure 8: Factors that could affect Latency variables. The Markov Blanket for any variable can be discov￾ered via techniques such as those described in [38]. As a simple illustration, consider [PITH_FULL_IMAGE:figures/full_fig_p006_8.png]
Figure 9
Figure 9. Figure 9: Action Perception Cycle for Active Inference Agent - from [13] [PITH_FULL_IMAGE:figures/full_fig_p007_9.png]
Figure 13
Figure 13. Figure 13: Intent State Machine - from [11] when all children are all installed. This triggers updates to the parent’s state based on the child’s state. Failure states of children are propagated to the ancestors, who can decide to take the appropriate actions, i.e., try to addre…
Figure 12
Figure 12. Figure 12: illustrates the various intent stages as per [11]. First the intent enters the system expressed in an intent language. The intent language engine uses the IBN NBI to insert the intent into the IBN framework (Intent Delivery). The IBN framework processes the intent, ge…
Figure 14
Figure 14. Figure 14: Intent State Propagation in case of a Network Fault - from [11] [PITH_FULL_IMAGE:figures/full_fig_p011_14.png]
Figure 15
Figure 15. Figure 15: Multi-domain intent deployment and the intent tree - from [11] [PITH_FULL_IMAGE:figures/full_fig_p012_15.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

49 extracted references · 44 canonical work pages

  1. [11]

    Decentralized intent-driven coordination of multi-domain ip-optical networks,

    F. Christou, “Decentralized intent-driven coordination of multi-domain ip-optical networks,” in 2022 18th International Conference on Network and Service Management (CNSM) , 2022, pp. 359–363

  2. [13]

    Active inference on the edge: A design study,

    B. Sedlak, V . C. Pujol, P. K. Donta, and S. Dustdar, “Active inference on the edge: A design study,” in 2024 IEEE International Conference on Pervasive Computing and Communications Workshops and other Affiliated Events (PerCom Workshops). IEEE, 2024, pp. 550–555

  3. [1]

    A survey of scheduling in 5g urllc and outlook for emerging 6g systems,

    M. E. Haque, F. Tariq, M. R. Khandaker, K.-K. Wong, and Y . Zhang, “A survey of scheduling in 5g urllc and outlook for emerging 6g systems,” IEEE access, vol. 11, pp. 34 372–34 396, 2023

  4. [2]

    Autonomous networks with multi-layer, intent-based operation,

    J. Niem ¨oller, J. Silvander, P. Stjernholm, L. Angelin, and U. Eriksson, “Autonomous networks with multi-layer, intent-based operation,” Eric- sson Technology Review, vol. 2023, no. 8, pp. 2–13, 2023

  5. [4]

    An intent-driven orchestration of cognitive autonomous networks for ran management,

    A. Banerjee, S. S. Mwanje, and G. Carle, “An intent-driven orchestration of cognitive autonomous networks for ran management,” in 2021 17th International Conference on Network and Service Management (CNSM). IEEE, 2021, pp. 380–384

  6. [5]

    Intent-driven autonomous network and service management in future cellular networks: A struc- tured literature review,

    K. Mehmood, K. Kralevska, and D. Palma, “Intent-driven autonomous network and service management in future cellular networks: A struc- tured literature review,” Computer Networks, vol. 220, p. 109477, 2023

  7. [6]

    Un- derstanding o-ran: Architecture, interfaces, algorithms, security, and research challenges,

    M. Polese, L. Bonati, S. D’Oro, S. Basagni, and T. Melodia, “Un- derstanding o-ran: Architecture, interfaces, algorithms, security, and research challenges,” arXiv preprint arXiv:2202.01032 , 2022

  8. [7]

    23.501 3gpp spec: https://tinyurl.com/552e3jdn

Show all 49 references
  1. [8]

    38.300 3gpp spec: https://tinyurl.com/muw8fytt

  2. [9]

    38.413 3gpp spec: https://tinyurl.com/5f4dpxw9

  3. [10]

    A genetic scheduling strategy with spatial reuse for dense wireless networks,

    V . Fulber-Garcia, F. Engel, and E. P. Duarte, “A genetic scheduling strategy with spatial reuse for dense wireless networks,” International Journal of Hybrid Intelligent Systems , no. Preprint, pp. 1–15, 2024

  4. [12]

    Meta-scheduling framework with cooperative learning toward beyond 5g,

    K. Min, Y . Kim, and H.-S. Lee, “Meta-scheduling framework with cooperative learning toward beyond 5g,”IEEE Journal on Selected Areas in Communications, vol. 41, no. 6, pp. 1810–1824, 2023

  5. [14]

    Deepslos for the computing continuum,

    V . Casamayor Pujol, B. Sedlak, Y . Xu, P. K. Donta, and S. Dustdar, “Deepslos for the computing continuum,” in Proceedings of the 2024 Workshop on Advanced Tools, Programming Languages, and PLatforms for Implementing and Evaluating algorithms for Distributed systems , 2024, pp. 1–10

  6. [15]

    Pearl, M

    J. Pearl, M. Glymour, and N. P. Jewell, Causal inference in statistics: A primer. John Wiley & Sons, 2016

  7. [16]

    Intent-driven intelligent control and orchestration in o-ran via hierarchical reinforcement learn- ing,

    M. A. Habib, H. Zhou, P. E. Iturria-Rivera, M. Elsayed, M. Bavand, R. Gaigalas, Y . Ozcan, and M. Erol-Kantarci, “Intent-driven intelligent control and orchestration in o-ran via hierarchical reinforcement learn- ing,” in 2023 IEEE 20th International Conference on Mobile Ad Ho...

  8. [17]

    Federated meta- learning for traffic steering in o-ran,

    H. Erdol, X. Wang, P. Li, J. D. Thomas, R. Piechocki, G. Oikonomou, R. Inacio, A. Ahmad, K. Briggs, and S. Kapoor, “Federated meta- learning for traffic steering in o-ran,” 2022. [Online]. Available: https://arxiv.org/abs/2209.05874

  9. [18]

    Intent in autonomous networks v1.3.0 (ig1253): https://www.tmforum.org/resources/introductory-guide/ig1253-intent-in- autonomous-networks-v1-3-0/

  10. [19]

    I2bn: Intelligent intent based networks,

    P. Szil ´agyi, “I2bn: Intelligent intent based networks,” Journal of ICT Standardization, vol. 9, no. 2, pp. 159–200, 2021

  11. [20]

    Ericsson’s ai-powered intent-based operations to deliver 5g pre- mium services; https://www.ericsson.com/en/news/2024/2/ericssons-ai- powered-intent-based-operations-deliver-premium-5g-services

  12. [21]

    CONRAD: cognitive intent driven 5g network slice planning and design,

    A. Kattepur, S. K. Mohalik, I. Burdick, M. Orlic, and L. Mokrushin, “CONRAD: cognitive intent driven 5g network slice planning and design,” in Proceedings of the Third International Conference on AI-ML Systems, AIMLSystems 2023, Bangalore, India, October 25-28, 2023 . ACM, 202...

  13. [22]

    Network intent decomposition and optimization for energy-aware radio access network,

    Y . Wang, Y . Yu, Y . Li, D. Li, X. Zhao, and C. Yang, “Network intent decomposition and optimization for energy-aware radio access network,” 2024. [Online]. Available: https://arxiv.org/abs/2404.18386

  14. [23]

    Intent-driven closed-loop control and management frame- work for 6g open ran,

    J. Zhang, C. Yang, R. Dong, Y . Wang, A. Anpalagan, Q. Ni, and M. Guizani, “Intent-driven closed-loop control and management frame- work for 6g open ran,” IEEE Internet of Things Journal , 2023

  15. [24]

    Decomposition and propagation of intents for network slice design,

    N. Gritli, F. Khendek, and M. Toeroe, “Decomposition and propagation of intents for network slice design,” in 2021 IEEE 4th 5G World Forum (5GWF), 2021, pp. 165–170

  16. [25]

    O-ran specifications : https://specifications.o-ran.org/specifications

  17. [26]

    Intent manager capability profiles v1.0.0 (ig1253d): https://www.tmforum.org/resources/how-to-guide/ig1253d-intent- manager-capability-profiles-v1-0-0/

  18. [27]

    Multi- agent online optimization with delays: Asynchronicity, adaptivity, and optimism,

    Y .-G. Hsieh, F. Iutzeler, J. Malick, and P. Mertikopoulos, “Multi- agent online optimization with delays: Asynchronicity, adaptivity, and optimism,” Journal of Machine Learning Research , vol. 23, no. 78, pp. 1–49, 2022

  19. [28]

    Adaptive6g: Adaptive resource man- agement for network slicing architectures in current 5g and future 6g systems,

    A. Thantharate and C. Beard, “Adaptive6g: Adaptive resource man- agement for network slicing architectures in current 5g and future 6g systems,” Journal of Network and Systems Management , vol. 31, no. 1, p. 9, 2023

  20. [29]

    Towards efficient conflict mitigation in the converged 6g open ran control plane,

    M. Corici, R. Modroiu, F. Eichhorn, E. Troudt, and T. Magedanz, “Towards efficient conflict mitigation in the converged 6g open ran control plane,” Annals of Telecommunications, pp. 1–11, 2024

  21. [30]

    Scheduling optimization of heterogeneous services by resolving conflicts,

    S. Skaperas, N. Ferdosian, A. Chorti, and L. Mamatas, “Scheduling optimization of heterogeneous services by resolving conflicts,” arXiv preprint arXiv:2103.01897, 2021

  22. [31]

    Qos aware resource allocation for coexistence mechanisms between embb and urllc: Issues, challenges, and future directions in 5g,

    R. Kumar, D. Sinwar, and V . Singh, “Qos aware resource allocation for coexistence mechanisms between embb and urllc: Issues, challenges, and future directions in 5g,” Computer Communications, 2023

  23. [32]

    Enabling proportionally-fair mobility management with reinforcement learning in 5g networks,

    A. Prado, F. St ¨ockeler, F. Mehmeti, P. Kr ¨amer, and W. Kellerer, “Enabling proportionally-fair mobility management with reinforcement learning in 5g networks,” IEEE Journal on Selected Areas in Commu- nications, vol. 41, no. 6, pp. 1845–1858, 2023

  24. [33]

    Tr290b intent common model – intent reporting v3.0.0: https://tinyurl.com/5c2e2kwp

  25. [34]

    dapps: Distributed applications for real-time inference and control in o-ran,

    S. D’Oro, M. Polese, L. Bonati, H. Cheng, and T. Melodia, “dapps: Distributed applications for real-time inference and control in o-ran,” IEEE Communications Magazine , vol. 60, no. 11, pp. 52–58, 2022

  26. [35]

    Causal reasoning: Charting a revolutionary course for next-generation ai-native wireless networks,

    C. K. Thomas, C. Chaccour, W. Saad, M. Debbah, and C. S. Hong, “Causal reasoning: Charting a revolutionary course for next-generation ai-native wireless networks,” IEEE Vehicular Technology Magazine , 2024

  27. [36]

    Model drift in dynamic networks,

    D. M. Manias, A. Chouman, and A. Shami, “Model drift in dynamic networks,” IEEE Communications Magazine, vol. 61, no. 10, pp. 78–84, 2023

  28. [37]

    The markov blankets of life: autonomy, active inference and the free energy principle,

    M. Kirchhoff, T. Parr, E. Palacios, K. Friston, and J. Kiverstein, “The markov blankets of life: autonomy, active inference and the free energy principle,” Journal of The royal society interface , vol. 15, no. 138, p. 20170792, 2018

  29. [38]

    Algorithms for large scale markov blanket discovery

    I. Tsamardinos, C. F. Aliferis, A. R. Statnikov, and E. Statnikov, “Algorithms for large scale markov blanket discovery.” in FLAIRS, vol. 2, 2003, pp. 376–81

  30. [39]

    Enhancing ro- bustness for automated mobile network optimization by uncovering causal relationships,

    M. Sousa, P. Vieira, M. Queluz, and A. Rodrigues, “Enhancing ro- bustness for automated mobile network optimization by uncovering causal relationships,” in 2024 19th International Symposium on Wireless Communication Systems (ISWCS) . IEEE, 2024, pp. 1–6

  31. [40]

    System-agnostic meta-learning for mdp-based dynamic scheduling via descriptive policy,

    H.-S. Lee, “System-agnostic meta-learning for mdp-based dynamic scheduling via descriptive policy,” in International Conference on Arti- ficial Intelligence and Statistics . PMLR, 2022, pp. 169–187

  32. [41]

    Online learning for autonomous management of intent- based 6g networks,

    E. Karakaya, O. Ercetin, H. Ozkan, M. Karaca, E. D. Biyar, and A. Palaios, “Online learning for autonomous management of intent- based 6g networks,” arXiv preprint arXiv:2407.17767 , 2024

  33. [42]

    Towards the use of unsupervised causal learning in wireless networks operation,

    M. Sousa, P. Vieira, M. P. Queluz, and A. Rodrigues, “Towards the use of unsupervised causal learning in wireless networks operation,” Journal of King Saud University-Computer and Information Sciences , vol. 35, no. 9, p. 101764, 2023

  34. [43]

    Causal machine learning: a survey and open problems (2022),

    J. Kaddour, A. Lynch, Q. Liu, M. J. Kusner, and R. Silva, “Causal machine learning: a survey and open problems (2022),” arXiv preprint arXiv:2206.15475, 2022

  35. [44]

    Causality- driven reinforcement learning for joint communication and sensing,

    A. Roy, S. Banerjee, J. Sadasivan, A. Sarkar, and S. Dey, “Causality- driven reinforcement learning for joint communication and sensing,”

  36. [45]

    On 5g-v2x use cases and enabling technologies: A comprehensive survey,

    A. Alalewi, I. Dayoub, and S. Cherkaoui, “On 5g-v2x use cases and enabling technologies: A comprehensive survey,” Ieee Access , vol. 9, pp. 107 710–107 737, 2021

  37. [46]

    Enabling technologies for next-generation smart cities: A comprehensive review and research directions,

    S. A. Ali, S. A. Elsaid, A. A. Ateya, M. ElAffendi, and A. A. A. El-Latif, “Enabling technologies for next-generation smart cities: A comprehensive review and research directions,” Future Internet, vol. 15, no. 12, p. 398, 2023

  38. [47]

    Toward multi-connectivity in beyond 5g non-terrestrial networks: Challenges and possible solutions,

    M. Majamaa, “Toward multi-connectivity in beyond 5g non-terrestrial networks: Challenges and possible solutions,” IEEE Communications Magazine, 2024

  39. [48]

    Perfor- mance and availability challenges in designing resilient 5g architectures,

    L. De Simone, M. Di Mauro, R. Natella, and F. Postiglione, “Perfor- mance and availability challenges in designing resilient 5g architectures,” IEEE Transactions on Network and Service Management , 2024

  40. [49]

    Routing and spectrum allocation in elastic optical networks: A tutorial,

    B. C. Chatterjee, N. Sarma, and E. Oki, “Routing and spectrum allocation in elastic optical networks: A tutorial,” IEEE Communications Surveys & Tutorials, vol. 17, no. 3, pp. 1776–1800, 2015. APPENDIX A INTENT DECOMPOSITION METHOD FROM [11] A. Description of [11] The intent d...

  41. [2024]

    Available: https://arxiv.org/abs/2409.15329

    [Online]. Available: https://arxiv.org/abs/2409.15329

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.