Learning-to-Optimize作为AI原生网络的缺失架构层
摘要
本文提出Learning-to-Optimize作为AI原生网络的缺失架构层,将优化算法重新定义为离线知识生成器,以训练代理模型,在动态环境中实现高效的实时推理。
arXiv:2609.21519v1 Announce Type: new
Abstract: Artificial Intelligence (AI) is becoming a fundamental design principle of future AI-native communication networks, enabling autonomous resource management, adaptive control, and zero-touch network operation. While current AI-native architectures increasingly embed intelligence across network functions, they provide little guidance on how optimisation knowledge should be systematically generated, transferred, and exploited by AI models. This paper argues that the Learning-to-Optimize (L2O) represents the missing architectural layer between optimisation and AI-native intelligence. Rather than viewing optimisation merely as an online decision engine, the proposed paradigm redefines optimisation algorithms as offline knowledge generators that produce high-quality supervisory information for neural surrogate models. The resulting models inherit optimisation expertise while enabling low-latency runtime inference suitable for dynamic network environments. A generic four-stage L2O workflow is introduced, comprising optimisation, knowledge generation, surrogate learning, and runtime inference. Unlike existing Learning-to-Optimize approaches, which primarily focus on algorithm acceleration, the proposed framework establishes L2O as an architectural abstraction applicable across heterogeneous communication and computing systems. The proposed paradigm is illustrated by an NR-V2X relay-selection problem, in which optimisation-generated solutions from a Mixed-Integer Linear Programming (MILP) solver are used to train a Graph Neural Network that can reproduce near-optimal decisions in real time. The presented perspective positions Learning-to-Optimize as a key architectural enabler for future AI-native networks.
查看缓存全文
缓存时间: 2026/09/21 09:26
# Learning-to-Optimize as the Missing Architectural Layer of AI-Native Networks
Source: [https://arxiv.org/html/2609.21519](https://arxiv.org/html/2609.21519)
## Learning\-to\-Optimize as the Missing Architectural Layer of AI\-Native Networks Thanks:This work has been carried out in the framework of a project between the Ministry of ”Imprese e Made in Italy” and Fondazione Ugo Bordoni\.
Giambattista Amati,Federica Mangiatordi, Pierpaolo Salvo, Emiliano Pallotti, Simone AngeliniAffiliation:Fondazione Ugo Bordoni Viale del Policlinico 147,Rome, Italy \{gamati, fmangiatordi, psalvo, epallotti, sangelini\}@fub\.it
###### Abstract
Artificial Intelligence \(AI\) is becoming a fundamental design principle of future AI\-native communication networks, enabling autonomous resource management, adaptive control, and zero\-touch network operation\. While current AI\-native architectures increasingly embed intelligence across network functions, they provide little guidance on how optimisation knowledge should be systematically generated, transferred, and exploited by AI models\. This paper argues that the Learning\-to\-Optimize \(L2O\) represents the missing architectural layer between optimisation and AI\-native intelligence\. Rather than viewing optimisation merely as an online decision engine, the proposed paradigm redefines optimisation algorithms as offline knowledge generators that produce high\-quality supervisory information for neural surrogate models\. The resulting models inherit optimisation expertise while enabling low\-latency runtime inference suitable for dynamic network environments\. A generic four\-stage L2O workflow is introduced, comprising optimisation, knowledge generation, surrogate learning, and runtime inference\. Unlike existing Learning\-to\-Optimize approaches, which primarily focus on algorithm acceleration, the proposed framework establishes L2O as an architectural abstraction applicable across heterogeneous communication and computing systems\. The proposed paradigm is illustrated by an NR\-V2X relay\-selection problem, in which optimisation\-generated solutions from a Mixed\-Integer Linear Programming \(MILP\) solver are used to train a Graph Neural Network that can reproduce near\-optimal decisions in real time\. The presented perspective positions Learning\-to\-Optimize as a key architectural enabler for future AI\-native networks\.
###### Index Terms:
Learning\-to\-Optimise; AI\-native networks; 6G architecture; Network optimisation; Vehicular communications; Surrogate learning\.
## IIntroduction
Artificial Intelligence \(AI\) is increasingly recognised as a foundational technological paradigm for the design and operation of next\-generation communication infrastructures\. Whereas earlier generations of mobile networks primarily employed AI to improve isolated management and optimisation functions, AI\-native 6G architectures conceptualise intelligence as an intrinsic, pervasive attribute of the overall system design\. Rather than functioning as an exogenous optimisation tool, AI is envisaged to be deeply integrated across the communication, computation, control, and service\-orchestration layers, thereby enabling autonomous, adaptive, and context\-aware network behaviour, as well as holistic lifecycle management\.
This vision is reflected in the ongoing evolution of international standardisation and research initiatives\. Standardisation bodies, including 3GPP, ETSI\[[1](https://arxiv.org/html/2609.21519#bib.bib12)\], and the O\-RAN Alliance\[[2](https://arxiv.org/html/2609.21519#bib.bib13)\], are progressively incorporating artificial intelligence \(AI\) into network management and control frameworks\. In parallel, major European research initiatives—such as 6GARROW, AIORA, and 6G\-GOALS—identify distributed AI agents, digital twins, semantic communications, and AI\-driven orchestration as fundamental building blocks of next\-generation communication systems\[[3](https://arxiv.org/html/2609.21519#bib.bib15),[4](https://arxiv.org/html/2609.21519#bib.bib1),[5](https://arxiv.org/html/2609.21519#bib.bib5),[6](https://arxiv.org/html/2609.21519#bib.bib14),[7](https://arxiv.org/html/2609.21519#bib.bib11),[8](https://arxiv.org/html/2609.21519#bib.bib6)\]\. Together, these efforts are driving the transition from AI\-assisted to genuinely AI\-native network architectures\.
The increasing intelligence of communication systems is accompanied by a growing optimisation complexity\. Core network functions—including resource allocation, topology management, routing, relay selection, service placement, task offloading, spectrum coordination, power control, and cloud\-edge orchestration—are naturally formulated as constrained optimisation problems\[[9](https://arxiv.org/html/2609.21519#bib.bib18),[10](https://arxiv.org/html/2609.21519#bib.bib17),[11](https://arxiv.org/html/2609.21519#bib.bib22),[12](https://arxiv.org/html/2609.21519#bib.bib19),[13](https://arxiv.org/html/2609.21519#bib.bib21)\]\. Mathematical programming, graph optimisation, and metaheuristic algorithms have traditionally provided highly effective solutions, often achieving globally optimal or near\-optimal performance\. However, their computational complexity rapidly becomes prohibitive as network scale and problem dimensionality increase, making online optimisation incompatible with the stringent latency requirements of AI\-native network control\.
To overcome these limitations, the research community has increasingly investigated*Learning\-to\-Optimise*\(L2O\), a family of techniques that learn to approximate optimisation procedures using machine learning\. Rather than solving each optimisation problem online, L2O uses offline\-accumulated optimisation experience to train surrogate models that produce optimisation\-quality decisions with dramatically lower inference latency\[[14](https://arxiv.org/html/2609.21519#bib.bib2),[15](https://arxiv.org/html/2609.21519#bib.bib4),[16](https://arxiv.org/html/2609.21519#bib.bib24),[17](https://arxiv.org/html/2609.21519#bib.bib23),[18](https://arxiv.org/html/2609.21519#bib.bib3)\]\.
To address this limitation, we introduce the Learning\-to\-Optimise \(L2O\) Layer, a new architectural abstraction bridging optimisation engines and AI\-native controllers\.
To illustrate the proposed paradigm, we consider an NR\-V2X relay\-selection problem in which optimal communication topologies, generated by a Mixed\-Integer Linear Programming \(MILP\) solver, are used to train a Graph Neural Network \(GNN\) that reproduces near\-optimal relay\-selection decisions in real time\. Although relay selection serves as an illustrative example, the proposed Learning\-to\-Optimise layer naturally generalises to a broad class of communication and computing optimisation problems\.
The main contributions of this work are as follows:
- •We analyse the relationship between AI\-native network architectures and Learning\-to\-Optimise, identifying the absence of an explicit architectural mechanism connecting optimisation and AI\.
- •We introduce the Learning\-to\-Optimise Layer as a novel architectural abstraction that systematically transforms optimisation knowledge into deployable AI models\.
- •We define a generic four\-stage Learning\-to\-Optimise workflow comprising optimisation, knowledge generation, surrogate learning, and runtime inference\.
- •We demonstrate the proposed paradigm through an optimisation\-guided Graph Neural Network for relay selection in NR\-V2X networks, illustrating how optimisation\-generated knowledge enables near\-optimal real\-time network control\.
Fig\. 1:Proposed AI\-native network architecture incorporating the Learning\-to\-Optimize \(L2O\) Layer as the missing architectural bridge between optimisation engines and AI\-native network functions
## IIArchitectural Analysis and Research Gap
This section compares existing AI\-native architectures and Learning\-to\-Optimise methodologies in order to identify the architectural functionality that remains unsupported by current frameworks\.
### II\-AExisting AI\-Native Functional Architectures
The*native AI*paradigm was identified in early 6G vision papers, where native AI was listed among the architectural features of 6G together with lite network, soft network, and native security\[[19](https://arxiv.org/html/2609.21519#bib.bib7)\]\. This vision introduced the idea that intelligence should become a built\-in property of future mobile networks rather than an external add\-on\.
Recent AI\-native architectures, including those proposed within 3GPP, O\-RAN, 6GARROW, AIORA and 6G\-GOALS, converge toward a common functional organisation in which AI is embedded throughout network management and control\[[3](https://arxiv.org/html/2609.21519#bib.bib15),[4](https://arxiv.org/html/2609.21519#bib.bib1),[5](https://arxiv.org/html/2609.21519#bib.bib5),[6](https://arxiv.org/html/2609.21519#bib.bib14),[7](https://arxiv.org/html/2609.21519#bib.bib11),[8](https://arxiv.org/html/2609.21519#bib.bib6)\]\.
The AI\-native User\-Centric Network architecture follows the same direction by introducing a cloud\-based control plane, an edge/distributed user plane, and an intelligence plane for data collection, AI model training and inference, and AI algorithm generation and tuning\[[20](https://arxiv.org/html/2609.21519#bib.bib8)\]\.
UNITY\-6G further extends this direction with a distributed AI\-native management\-and\-orchestration layer, a digital twin, semantic communication, and an integrated architecture spanning Open RAN, edge\-cloud, core, transport, and non\-terrestrial domains\[[21](https://arxiv.org/html/2609.21519#bib.bib9)\]\. Likewise, the foundation model\-based cloud\-edge\-end collaboration framework strengthens the native\-AI vision through pre\-trained foundation\-model agents, advanced retrieval\-augmented generation, expert knowledge integration, and hierarchical multi\-agent collaboration\[[22](https://arxiv.org/html/2609.21519#bib.bib10)\]\.
Among these approaches, the model\-dependency framework proposed by Toumi and Dimitrovski\[[8](https://arxiv.org/html/2609.21519#bib.bib6)\]represents the closest attempt to structure the relationship between AI/ML models and their supporting data sources\. Their solution introduces a repository that tracks dependencies among models, Digital Twins, and Transfer Learning processes, enabling degradation events in a base model to trigger corrective actions in dependent models\. However, this framework governs the lifecycle and interdependencies of AI/ML models that are assumed to pre\-exist, rather than defining how such models should be systematically generated from an optimisation process\. The origin of the supervisory knowledge itself therefore remains outside the scope of the architecture, which is precisely the aspect addressed by the Learning\-to\-Optimise Layer proposed in this paper\.
Despite differences in implementation, these architectures consistently introduce functional entities for network observability, distributed AI inference, AI lifecycle management, Digital Twins, and intelligent orchestration\. Their primary contribution is to define how AI models are deployed, executed, monitored, and updated during network operation\.
However, they generally consider AI models as architectural assets that are already available\. The generation of optimisation\-derived AI models is typically assumed to occur outside the architectural framework and is therefore not explicitly addressed\.
### II\-BLearning\-to\-Optimise: An Algorithmic Perspective
Learning\-to\-Optimise has emerged as an effective paradigm for approximating computationally expensive optimisation procedures through machine learning\[[14](https://arxiv.org/html/2609.21519#bib.bib2),[15](https://arxiv.org/html/2609.21519#bib.bib4),[18](https://arxiv.org/html/2609.21519#bib.bib3)\]\.
Instead of solving optimisation problems online, L2O relies on offline\-generated optimisation solutions to train surrogate models capable of producing near\-optimal decisions with significantly lower runtime complexity\.
Existing L2O approaches, however, primarily focus on improving the efficiency of optimisation algorithms or replacing them with learned approximations\[[23](https://arxiv.org/html/2609.21519#bib.bib20)\]\. Consequently, they address optimisation from an algorithmic perspective rather than from an architectural one\.
### II\-CResearch Gap
The previous analysis highlights a clear separation between the two research directions\.
AI\-native architectures define how AI models are managed throughout their operational lifecycle but do not specify how optimisation knowledge should be transformed into deployable AI models\.
Conversely, Learning\-to\-Optimise explains how optimisation expertise can be transferred to machine learning models but does not define how this process should be integrated into an AI\-native architecture\.
Even approaches that explicitly model relationships between AI artefacts, such as\[[8](https://arxiv.org/html/2609.21519#bib.bib6)\], address dependency management among pre\-existing models rather than the systematic generation of optimisation\-derived knowledge, confirming that the two research directions remain structurally disconnected\.
Existing AI\-native architectures manage the lifecycle of AI models, whereas conventional Learning\-to\-Optimise methods focus on generating surrogate models from optimisation\. Neither defines an architectural lifecycle for optimisation\-derived knowledge\.
Consequently, no architectural component currently exists to systematically generate, manage, and reuse optimisation knowledge across the AI lifecycle\. This observation raises the following architectural question:
> *How can optimisation expertise be systematically generated, managed, and transformed into reusable AI models within AI\-native network architectures?*
To address this limitation, we introduce the proposed Learning\-to\-Optimise Layer, which establishes a functional bridge between optimisation engines and AI\-native control functions\.
TABLE I:Comparison between conventional AI\-native architectures, conventional Learning\-to\-Optimise \(L2O\), and the proposed Learning\-to\-Optimise Layer\.
## IIIThe Learning\-to\-Optimise Layer: A Functional Architectural Component
Figure[1](https://arxiv.org/html/2609.21519#S1.F1)illustrates the proposed Learning\-to\-Optimise Layer and its positioning within an AI\-native architecture\. The layer serves as a persistent architectural knowledge plane that bridges heterogeneous optimisation engines and AI\-native control functions by managing optimisation\-derived knowledge\.
### III\-AArchitectural Role
The Learning\-to\-Optimise Layer operates as an intermediate knowledge plane between the network infrastructure and AI\-native control functions\.It can be deployed as a logically centralised but physically distributed service, with its functional components instantiated across network, edge, or cloud resources according to latency, scalability, and data\-locality requirements\.Rather than computing runtime control decisions directly, the layer transforms heterogeneous network observations into persistent optimisation\-derived knowledge that supports AI\-native decision making throughout the network lifecycle\. The layer acquires observations from multiple sources, including:
- •Physical layer:channel quality measurements, interference statistics, beam management information, spectrum occupancy, and radio resource measurements;
- •User plane:traffic demand, latency, throughput, packet loss, QoS indicators, and service flows;
- •Control plane:routing configurations, topology evolution, slicing policies, and resource allocation;
- •Knowledge sources:Digital Twins, simulators, and historical operational repositories describing representative network conditions\.
These heterogeneous observations are abstracted into optimisation problems whose solutions constitute reusable optimisation knowledge\. Such knowledge is persistently stored, continuously enriched, and shared across multiple AI\-native functions through the Learning\-to\-Optimise Layer\.
### III\-BFunctional Components
#### III\-B1Optimization Abstraction Function
The optimisation engines are not part of the Learning\-to\-Optimise Layer itself; instead, they are external computational services accessed through the Optimisation Abstraction Function\. The Optimisation Abstraction Function provides a technology\-independent interface to heterogeneous optimisation engines, including MILP, convex optimisation, graph algorithms, and metaheuristics\. It abstracts optimisation\-specific details and exposes a unified representation of optimisation problems and solutions to the remaining functional components of the Learning\-to\-Optimize Layer\.
#### III\-B2Knowledge Generation Function
Representative network states are processed by the optimisation engines to generate optimal or near\-optimal decisions\. These optimisation outcomes constitute reusable expert knowledge describing optimal network behaviour under representative operating conditions\.To enable effective surrogate learning, the generated knowledge should adequately span the variability of representative network states, ensuring sufficient coverage of the target operating conditions\.
#### III\-B3Knowledge Repository Function
Optimisation\-derived knowledge is persistently stored alongside the corresponding network state, optimisation metadata, constraints, objective function, solver information, and decision labels\. The repository serves as a reusable knowledge base for surrogate learning, benchmarking, continual learning, and future optimisation campaigns\.
#### III\-B4Surrogate Learning Function
The optimisation knowledge stored in the repository is used to train surrogate AI models that learn the mapping between network states and optimisation decisions\. Depending on the target application, surrogate models may be implemented using Graph Neural Networks, Deep Neural Networks, Transformers, Reinforcement Learning agents, or other AI architectures\. Rather than reproducing the optimisation algorithm itself, the surrogate learns the optimisation\-induced decision policy, preserving the mapping between network states and decisions while exploiting its own internal representation\.
#### III\-B5Model Validation and Deployment Function
Before deployment, surrogate models are validated against the reference optimisation solutions to verify decision accuracy, constraint satisfaction, and robustness under previously unseen operating conditions\.Once validated, the models are deployed as AI\-native network functions, providing optimisation\-quality decisions through low\-latency runtime inference\.
#### III\-B6Knowledge Evolution Function
Network conditions continuously evolve due to traffic variations, topology modifications, and environmental changes\. The Knowledge Evolution Function periodically triggers new optimisation campaigns to enrich the knowledge repository and retrain surrogate models whenever significant changes in the operating environment are detected\.Triggering policies may rely on performance degradation, topology or traffic changes, or the availability of newly collected representative network states that extend the coverage of the target operating regime\.
This continuous update mechanism enables the Learning\-to\-Optimise Layer to maintain the relevance of optimisation knowledge throughout the network’s operational lifecycle\.
### III\-CArchitectural Workflow
The interaction among the functional components is illustrated in Fig\.[1](https://arxiv.org/html/2609.21519#S1.F1)\.
Network observations collected from the infrastructure and Digital Twins are first abstracted into optimisation problems and processed by heterogeneous optimisation engines\. The resulting optimisation knowledge is stored within the Knowledge Repository, exploited to train surrogate AI models, validated before deployment, and continuously enriched through periodic optimisation campaigns as network conditions evolve\.
Unlike conventional Learning\-to\-Optimise pipelines, this workflow describes the interaction among persistent architectural functions rather than the execution of a single optimisation algorithm\.Consequently, the proposed Learning\-to\-Optimise Layer provides a reusable architectural abstraction that is independent of the underlying optimisation problem and applicable to heterogeneous communication and computing systems\.
## IVArchitectural Instantiation: NR\-V2X Relay Selection
To illustrate a concrete instantiation of the proposed Learning\-to\-Optimise \(L2O\) Layer, we consider the relay\-selection problem in dense NR\-V2X networks\. Rather than evaluating a specific optimisation algorithm, this case study demonstrates how the functional components introduced in Section III interact to systematically transform optimisation expertise into an AI\-native network function\. The overall architectural instantiation is illustrated in Fig\.[2](https://arxiv.org/html/2609.21519#S4.F2), while Table[II](https://arxiv.org/html/2609.21519#S4.T2)summarises the correspondence between the proposed L2O functions and their implementation in the considered use case\.
Reliable uplink connectivity is a fundamental requirement for Connected and Automated Vehicles \(CAVs\), particularly in dense urban environments where sparse Road\-Side Units \(RSUs\), non\-line\-of\-sight propagation, and rapidly changing topologies often preclude direct access to infrastructure\. Relay selection can therefore be formulated as a constrained combinatorial optimisation problem whose objective is to maximise end\-to\-end connectivity while satisfying routing, flow conservation, and capacity constraints\.
### IV\-AInstantiation of the Functional Components
The*Optimization Abstraction Function*is instantiated through a Mixed\-Integer Linear Programming \(MILP\) solver previously developed by the authors\. The optimisation engine computes globally optimal relay configurations for representative NR\-V2X communication graphs\. Although the MILP provides optimal decisions, its computational complexity makes online execution unsuitable for real\-time vehicular scenarios\.
Representative network states are generated through an integrated OSM–SUMO–GEMV2 simulation framework\. Each snapshot is represented as a directed communication graph whose nodes correspond to CAVs and RSUs, while edges describe feasible wireless links enriched with physical\-layer information, including signal\-to\-noise ratio and achievable Shannon capacity\.
For every representative network state, the optimisation solver produces the corresponding optimal relay configuration, thereby instantiating the*Knowledge Generation Function*\. These optimisation\-derived decisions constitute the optimisation knowledge generated by the proposed L2O Layer\.
The resulting optimisation\-labelled communication graphs populate the*Knowledge Repository Function*\. Each repository entry consists of a graph representation paired with the corresponding optimisation\-derived relay decisions, forming the optimisation\-derived dataset used for surrogate learning and future knowledge evolution\.
The*Surrogate Learning Function*is instantiated through an edge\-aware Graph Isomorphism Network \(GINE\), which learns the mapping between graph\-structured network states and the optimisation\-derived relay decisions generated by the MILP oracle\. Rather than reproducing the optimisation algorithm itself, the surrogate learns the optimisation\-induced decision policy\.
The*Validation and Deployment Function*evaluates the surrogate model against the optimisation oracle with respect to prediction accuracy, constraint satisfaction, and generalisation capability\. Once validated, the model is integrated into the AI\-native relay\-selection function, enabling real\-time relay selection through low\-latency inference while removing the optimisation solver from the runtime control loop\.
Finally, the*Knowledge Evolution Function*is realised by periodically generating additional representative traffic scenarios, solving the corresponding optimisation problems, and enriching the repository with new optimisation knowledge\. This enables the surrogate model to be retrained as network conditions evolve without modifying the remaining architectural components\.
### IV\-BExperimental Results
Experimental results demonstrate that the GINE reproduces the MILP relay decisions with approximately 96% link\-level accuracy while maintaining inference latency below 5 ms for all evaluated graph instances\[[24](https://arxiv.org/html/2609.21519#bib.bib16),[25](https://arxiv.org/html/2609.21519#bib.bib25)\]\. Furthermore, when integrated into a hybrid optimisation framework, the learned surrogate effectively prunes the MILP search space, enabling the recovery of MILP\-equivalent solutions with substantially reduced execution time\.
The correspondence between the functional components of the proposed Learning\-to\-Optimise Layer and their NR\-V2X implementation is summarised in Table[II](https://arxiv.org/html/2609.21519#S4.T2)\. Although instantiated here through relay selection, the same architectural workflow is directly applicable to a broad class of AI\-native network functions, including routing, resource allocation, spectrum coordination, topology optimisation, service placement, task offloading, and cloud\-edge orchestration\.
Consequently, the proposed Learning\-to\-Optimise Layer remains independent of both the optimisation methodology and the surrogate AI model employed, providing a reusable architectural mechanism for systematically transforming optimisation knowledge into deployable AI\-native network intelligence\.
TABLE II:Instantiation of the proposed Learning\-to\-Optimize Layer in the NR\-V2X relay\-selection use case\.Fig\. 2:Functional architecture of the proposed Learning\-to\-Optimize \(L2O\) Layer and its instantiation in the NR\-V2X relay\-selection case study
## VConclusions
This paper introduced the*Learning\-to\-Optimise \(L2O\) Layer*as a functional architectural component for AI\-native networks\. Unlike conventional Learning\-to\-Optimise approaches, which primarily focus on accelerating optimisation algorithms, the proposed architecture explicitly integrates optimisation\-derived knowledge into the AI\-native lifecycle through a reusable architectural framework\.
The proposed L2O Layer defines a general workflow comprising optimisation abstraction, knowledge generation, knowledge management, surrogate learning, model deployment, and continuous knowledge evolution\. This functional decomposition enables the systematic generation of optimisation knowledge offline and its subsequent exploitation by AI\-native control functions via low\-latency surrogate inference\. The NR\-V2X relay\-selection case study illustrated how the proposed architecture can be instantiated in practice by combining an MILP optimisation engine with a Graph Neural Network surrogate\. Although demonstrated for relay selection, the same architectural principles naturally extend to a wide range of communication and computing problems, including routing, spectrum coordination, resource allocation, topology optimisation, service placement, and cloud\-edge orchestration\.
Future work will investigate constraint\-aware surrogate learning, continual knowledge evolution strategies, and Digital Twin\-assisted optimisation, as well as the integration of the proposed Learning\-to\-Optimise Layer within emerging AI\-native 6G network architectures\.
## Acknowledgement
The work has been carried out in the framework of the Spectrum Sharing project between the Ministry of Enterprises and Made in Italy \(MIMIT\) and Fondazione Ugo Bordoni\.
## References
- \[1\]\(2026\)5G; architecture enhancements for 5g system \(5gs\) to support network data analytics services\.Technical reportTechnical ReportETSI TS 123 288 V19\.6\.0,European Telecommunications Standards Institute\.Note:3GPP TS 23\.288 version 19\.6\.0 Release 19External Links:Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1)\.
- \[2\]O\-RAN ALLIANCEO\-ran specifications\.Note:External Links:[Link](https://www.o-ran.org/specifications)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1)\.
- \[3\]F\. Materaet al\.\(2024\)Opportunities and challenges for the integration of ai in network evolution toward 6g\.InProc\. AEIT International Annual Conference \(AEIT\),Trento, Italy,pp\. 1–6\.External Links:[Document](https://dx.doi.org/10.23919/AEIT63317.2024.10736707)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1)\.
- \[4\]E\. C\. Strinati N\. Cassiauet al\.\(2025\)AI\-Native 6G Networks: The 6GARROW Integrated Device\-Network Approach\.InProc\. Joint European Conference on Networks and Communications & 6G Summit \(EuCNC/6G Summit\),External Links:[Document](https://dx.doi.org/10.1109/EUCNC/6GSUMMIT63408.2025.11037138)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1)\.
- \[5\]D\. Lee and T\. Kim\(2025\)Global collaborative research on 6garrow: 6g ai\-native integrated ran\-core networks\.In2025 16th International Conference on Information and Communication Technology Convergence \(ICTC\),Vol\.,pp\. 1114–1116\.External Links:[Document](https://dx.doi.org/10.1109/ICTC66702.2025.11387843)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1)\.
- \[6\]N\. Molner, L\. Rosa, F\. Risso, K\. Samdanis, D\. Artuñedo, R\. Smets, T\. Taleb, and D\. Gomez\-Barquero\(2025\)AIORA: an ai\-native multi\-stakeholder orchestration architecture for 6g continuum\.IEEE Network\(\),pp\. 1–1\.External Links:[Document](https://dx.doi.org/10.1109/MNET.2025.3596343)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1)\.
- \[7\]E\. C\. Strinatiet al\.\(2024\)Goal\-oriented and semantic communication in 6g ai\-native networks: the 6g\-goals approach\.External Links:2402\.07573,[Link](https://arxiv.org/abs/2402.07573)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1)\.
- \[8\]N\. Toumi and T\. Dimitrovski\(2024\)AI\-native architecture for 6g networks and services with model dependencies\.In2024 Joint European Conference on Networks and Communications & 6G Summit \(EuCNC/6G Summit\),Vol\.,pp\. 901–906\.External Links:[Document](https://dx.doi.org/10.1109/EuCNC/6GSummit60053.2024.10597080)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p2.1),[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p5.1.1),[§II\-C](https://arxiv.org/html/2609.21519#S2.SS3.p4.1.1)\.
- \[9\]C\. Chatzieleftheriou and E\. Liotou\(2026\)A survey on ai for 6g: challenges and opportunities\.IEEE Open Journal of the Communications Society7\(\),pp\. 3189–3221\.External Links:[Document](https://dx.doi.org/10.1109/OJCOMS.2026.3677293)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p3.1)\.
- \[10\]G\. Tychogiorgos and K\.K\. Leung\(2014\)Optimization\-based resource allocation in communication networks\.Computer Networks66,pp\. 32–45\.Note:Leonard Kleinrock Tribute Issue: A Collection of Papers by his StudentsExternal Links:ISSN 1389\-1286,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.comnet.2014.03.013)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p3.1)\.
- \[11\]A\. Patil and S\. Iyer\(2024\)Dynamic resource assignment technique for 6g wireless systems\.In2024 IEEE International Conference on Advanced Networks and Telecommunications Systems \(ANTS\),Vol\.,pp\. 1–6\.External Links:[Document](https://dx.doi.org/10.1109/ANTS63515.2024.10898973)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p3.1)\.
- \[12\]X\. Zhang and Q\. Zhu\(2023\)AI\-enabled network\-functions virtualization and software\-defined architectures for customized statistical qos over 6g massive mimo mobile wireless networks\.IEEE Network37\(2\),pp\. 30–37\.External Links:[Document](https://dx.doi.org/10.1109/MNET.005.2200408)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p3.1)\.
- \[13\]J\. Wang J\. Panet al\.\(2018\)Edge cloud offloading algorithms: issues, methods, and perspectives\.External Links:1806\.06191,[Link](https://arxiv.org/abs/1806.06191)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p3.1)\.
- \[14\]K\. Tang and X\. Yao\(2024\)Learn to optimize: a brief overview\.National Science Review11\(8\),pp\. nwae132\.External Links:[Document](https://dx.doi.org/10.1093/nsr/nwae132)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p4.1),[§II\-B](https://arxiv.org/html/2609.21519#S2.SS2.p1.1)\.
- \[15\]Y\. Bengioet al\.\(2021\)Machine learning for combinatorial optimization: a methodological tour d’horizon\.European Journal of Operational Research290\(2\),pp\. 405–421\.External Links:[Document](https://dx.doi.org/10.1016/j.ejor.2020.07.063)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p4.1),[§II\-B](https://arxiv.org/html/2609.21519#S2.SS2.p1.1)\.
- \[16\]G\. Amatiet al\.\(2024\)A massive clustering algorithm for fast radio resource allocation to distributed units in o\-ran networks\.In2024 AEIT International Annual Conference \(AEIT\),Vol\.,pp\. 1–6\.External Links:[Document](https://dx.doi.org/10.23919/AEIT63317.2024.10736694)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p4.1)\.
- \[17\]G\. Amati F\. Mangiatordiet al\.\(2025\)5G\-v2x topology intelligence: a gnn approach\.In2025 17th International Congress on Ultra Modern Telecommunications and Control Systems and Workshops \(ICUMT\),Vol\.,pp\. 7–12\.External Links:[Document](https://dx.doi.org/10.1109/ICUMT67815.2025.11268640)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p4.1)\.
- \[18\]N\. Mazyavkina S\. Sviridovet al\.\(2021\)Reinforcement learning for combinatorial optimization: a survey\.Computers & Operations Research134,pp\. 105400\.External Links:[Document](https://dx.doi.org/10.1016/j.cor.2021.105400)Cited by:[§I](https://arxiv.org/html/2609.21519#S1.p4.1),[§II\-B](https://arxiv.org/html/2609.21519#S2.SS2.p1.1)\.
- \[19\]G\. Liuet al\.\(2020\)Vision, requirements and network architecture of 6g mobile network beyond 2030\.China Communications17\(9\),pp\. 92–104\.External Links:[Document](https://dx.doi.org/10.23919/JCC.2020.09.008)Cited by:[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p1.1.1)\.
- \[20\]C\. Liet al\.\(2022\)AI\-native user\-centric network for 6g\.In2022 IEEE/CIC International Conference on Communications in China \(ICCC Workshops\),Vol\.,pp\. 494–499\.External Links:[Document](https://dx.doi.org/10.1109/ICCCWorkshops55477.2022.9896699)Cited by:[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p3.1.1)\.
- \[21\]L\. Blancoet al\.\(2025\)UNITY\-6g: unified architecture for open ranenabled distributed, scalable and sustainabilityenhanced 6g networks\.In2025 Joint European Conference on Networks and Communications & 6G Summit \(EuCNC/6G Summit\),Vol\.,pp\. 440–445\.External Links:[Document](https://dx.doi.org/10.1109/EuCNC/6GSummit63408.2025.11036929)Cited by:[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p4.1.1)\.
- \[22\]X\. Chen, Z\. Guo, X\. Wang, C\. Feng, H\. H\. Yang, S\. Han, X\. Wang, and T\. Q\. S\. Quek\(2025\)Toward 6g native\-ai network: foundation model\-based cloud\-edge\-end collaboration framework\.IEEE Communications Magazine63\(8\),pp\. 23–30\.External Links:[Document](https://dx.doi.org/10.1109/MCOM.001.2400582)Cited by:[§II\-A](https://arxiv.org/html/2609.21519#S2.SS1.p4.1.1)\.
- \[23\]T\. Chen, X\. Chen, W\. Chen,et al\.\(2022\)Learning to Optimise: A Primer and a Benchmark\.Journal of Machine Learning Research23\(1\),pp\. 1–59\.Cited by:[§II\-B](https://arxiv.org/html/2609.21519#S2.SS2.p3.1)\.
- \[24\]G\. Amatiet al\.\(2026\)Low\-latency relay selection in nr\-v2x vehicular communications via graph isomorphism networks with edge features\.InProceedings of the 2026 International Conference on Communications, Computing, Signal Processing, and their Applications \(ICCSPA\),Alcalá de Henares, Spain\.External Links:ISBN 979\-8\-3315\-6128\-4Cited by:[§IV\-B](https://arxiv.org/html/2609.21519#S4.SS2.p1.1)\.
- \[25\]G\. Amati F\. Mangiatordiet al\.\(2026\)AI\-driven multi\-hop relay selection for smart urban nr\-v2x networks via learning\-to\-optimize graph neural networks\.In2026 International Conference on Smart Applications, Communications and Networking \(SmartNets\),Vol\.,pp\. 1–7\.External Links:[Document](https://dx.doi.org/10.1109/SmartNets69662.2026.11604994)Cited by:[§IV\-B](https://arxiv.org/html/2609.21519#S4.SS2.p1.1)\.相似文章
从应用层模拟到原生元架构:结构张力作为异构AI进化的内源性驱动
本文提出一个理论框架,通过结构张力、离线递归循环和推理时塑性,将高阶认知架构原生嵌入LLM,旨在在硬治理约束下实现异构AI进化。
逻辑、优化与人工智能
本文调查了人工智能中逻辑与优化之间历史及持续的协同作用,认为通过优化求解器增强的基于规则的方法能够提供透明度、可解释性和可信赖性,这与纯连接主义方法形成对比。
为什么以及何时神经网络能改进优化中的局部近似
本文通过识别三个关键因素——角色、半径和空间——来解决在无导数优化中使用神经网络的矛盾,这些因素决定了学习到的局部模型何时能在仿真优化中提升性能。
@BetaTomorrow: https://x.com/BetaTomorrow/status/2079015742738157750
一篇批评神经网络研究中常见地将优化与学习混为一谈的文章,主张训练应被理解为逆向重建,并通过权重定义的分段流形的演化同调来研究。
DualOptim+:桥接共享与解耦优化器状态以改进大型语言模型中的机器遗忘
介绍了DualOptim+,一个面向LLM遗忘的优化框架,它使用共享基态和解耦增量态来平衡遗忘与保留目标,并提供量化变体以减少内存占用。