Pith. sign in

REVIEW 3 major objections 4 minor 5 cited by

Toward Edge General Intelligence with Agentic AI and Agentification: Concepts, Technologies, and Future Directions

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

Pith's one-line read The paper argues that 6G edge intelligence should be rebuilt around Agentic AI—autonomous LLM-driven agents operating in perception–reasoning–action loops—and organizes the field into four design principles: compactness, efficiency, knowled

desk verdict Useful survey of edge agentic AI, but the four-pillar taxonomy is overbuilt and the case-study evidence is mostly self-inherited; worth peer review with revision. read the letter →

arxiv 2508.18725 v1 pith:3TLF46LE submitted 2025-08-26 cs.NI cs.ITmath.IT

classification cs.NIcs.ITmath.IT
keywords AgenticAIedgegeneralintelligenceagentification6Gnetworkslargelanguagemodelsretrieval-augmentedgenerationperception-reasoning-actionloop
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 survey and tutorial argues that 6G-era edge intelligence should be rebuilt around Agentic AI—systems that perceive multimodal input, reason with an LLM core, and act, then feed outcomes back into the loop. The paper's organizing claim is that this 'agentification' process, not bigger cloud models, is how resource-constrained edge devices will achieve general intelligence, and it offers four design principles—compactness, efficiency, knowledge and reasoning, and migration—as the common scaffold. A sympathetic reader would care because the paper turns a scattered collection of agent frameworks into a deployable methodology: a taxonomy, a design flow, metrics, and case studies that connect agent capabilities to the networking stack and concrete deployment sites. If the framework holds, researchers get a common vocabulary and a checklist for putting autonomous LLM-driven agents on devices that now run static, task-specific models.

What carries the argument

The central object is the perception-reasoning-action loop: an iterative cycle in which an agent senses multimodal data, interprets it through a compact LLM core supported by memory and retrieval, plans actions explicitly, executes them through tools or APIs, and uses feedback to refine future decisions. The paper's other load-bearing device is the four-principle taxonomy—compactness, efficiency, knowledge and reasoning, and migration—which acts as a design checklist and as the connective tissue between agent capabilities, the wireless networking stack, deployment sites (device, edge, cloud), and evaluation metrics.

What would settle it

Run the four case-study tasks on the same edge hardware twice: once with the full uncompressed model and once with the paper's prescribed compression stack, measuring task success, latency, and energy per inference. If compressed agents lose the reasoning gains attributed to full LLMs, or if the gains appear only in simulation, the central deployment premise would be refuted. Alternatively, finding a prior comprehensive survey of multi-modal Agentic AI for edge general intelligence in 6G would refute the claimed novelty.

Watch

Extended reading notes

Core claim

The paper claims to be the first comprehensive survey and tutorial explicitly dedicated to multi-modal Agentic AI frameworks for edge general intelligence in 6G-enabled networks. It distinguishes Agentic AI from traditional edge intelligence, static LLMs, mixture-of-experts, foundation models, and embodied AI by the presence of a continuous perception-reasoning-action loop with autonomy, memory, explicit planning, and modular collaboration. Around this loop it organizes the field into four foundational design principles—compactness (lightweight models via LoRA, quantization, pruning, distillation), efficiency (early-exit inference, offloading, communication-aware coordination), knowledge and

Load-bearing premise

The deployment story rests on the premise that LLM-grade reasoning and autonomy survive aggressive compression—LoRA, quantization, pruning, distillation—well enough to run on a constrained edge device.

Editorial extensions

If this is right

  • Edge systems can stop being retrained per task: the same agent stack can generalize across perception, reasoning, and decision tasks by swapping prompts, memory, and tools.
  • A concrete design flow emerges: compress the model (LoRA, quantization, pruning, distillation), add energy-aware inference, connect agents through robust coordination, and equip them with RAG and memory before deployment.
  • LLM-generated reward functions can be embedded into reinforcement learning to improve convergence and energy efficiency in aerial and vehicular scenarios, as the LAENet and vehicular case studies report.
  • Human intent can be translated into optimization objectives: agents that interpret natural-language preferences can reshape service composition and improve perceived QoE.
  • Open-source agent platforms, autonomous agent applications, and domain-specific agents provide reusable starting points for the same edge-oriented deployment path.

Reading between the lines

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

  • The paper leaves open a direct measurement: compressed versus uncompressed agentic performance on the same edge hardware. A benchmark that runs the four case-study tasks with quantized/pruned agents and with full LLMs would settle how much reasoning survives compression—the survey's simulations don't measure this.
  • The four principles imply a Pareto frontier between compactness and reasoning quality. One testable extension is mapping task success against energy-per-inference across compression levels, which the survey does not provide.
  • If the migration principle is made rigorous as transfer learning, model migration across heterogeneous edge devices could become a runtime scheduling decision—an optimization the paper describes qualitatively but does not formalize.
  • The case-study gains are reported in LLM-enhanced simulations; extending them to measured 6G testbeds with radio interference, mobility, and hardware thermal limits is the natural validation step.
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

3 major / 4 minor

Summary. This survey/tutorial argues that Agentic AI, operating through continuous perception–reasoning–action loops, is the necessary enabler of edge general intelligence in 6G networks. It defines Agentic AI relative to rule-based, DRL-driven, and LLM-driven agents; reviews enabling technologies (model compression, energy-aware computing, connectivity/collaboration, knowledge representation and reasoning); surveys open-source agent frameworks; and presents four case studies (LAENet/UAV-assisted IoT, intent networking, vehicular MEC, human-centric service provisioning) with numerical evaluations. The paper’s stated central contribution is a four-pillar design framework—compactness, efficiency, migration, and knowledge & reasoning—presented as a unifying taxonomy and tutorial-style deployment methodology.

Significance. If the taxonomy and tutorial were fully delivered, the paper would be a useful consolidation for researchers applying LLM-driven agents at the network edge. It brings together recent literature, clearly distinguishes Agentic AI from adjacent paradigms, and provides step-by-step workflows for four representative problems. Table I and the technology-summary tables are helpful entry points. However, the four-pillar framework is not consistently implemented in the body: migration has no dedicated treatment outside a future-research bullet, and the promised decision checklists and consolidated benchmarks do not materialize. The open-source review contains verifiable attribution errors. The numerical evidence rests on the authors’ own preprints and lacks on-device or compressed-vs-uncompressed comparisons, so the central edge-deployability premise is assumed rather than demonstrated. The paper is a promising roadmap, but it is not yet a fully load-bearing reference.

major comments (3)
  1. [Section I.B, III, V, VI] The paper’s headline contribution—a four-pillar taxonomy—is not internally implemented. Section I.B states that compactness, efficiency, migration, and knowledge & reasoning are the four foundational design principles and promises to operationalize them into a unifying taxonomy, decision checklists, and benchmarks. In the body, Section III maps only three pillars to subsections (III.A compactness, III.B efficiency, III.D knowledge & reasoning); III.C is connectivity/collaboration, not migration. None of the four case studies in Section V exercises migration, and migration appears only as a future-research bullet in Section VI ('Cross-Domain Adaptation and Migration'). The promised decision checklists and consolidated benchmarks are also absent after Section I.B. This is a structural gap in the central claim, not a cosmetic issue.
  2. [Section IV.A–IV.C] The open-source survey contains several verifiable citation and description errors. In Section IV.B, OpenHands is attributed to Selvaraj et al. [207], but that reference is a sign-language-recognition paper, not the OpenHands software-engineering agent. In Section IV.A, the AgentGPT entry describes AgentBench (Liu et al. [206]), conflating two different projects. In Section IV.C, VoxPoser is described as an 'adaptive personalized tutoring agent' and listed under Education Virtual Tutoring in Table VIII, whereas VoxPoser is a robotic-manipulation system using composable 3D value maps; XAgent is labeled as cybersecurity although it is a general LLM agent, and CARLA is a simulator rather than an agentic AI project. For a survey whose value is as a reliable reference, these attribution errors require correction.
  3. [Section V.A.4, V.B.4, V.C.4, V.D.4] The case-study numerical claims (6.4% energy reduction in Fig. 7, 14.8% task-success and 23.4% communication reduction in Fig. 9, 61% return improvement in Fig. 11, 27.3% QoE improvement in Fig. 13) are presented as supporting the edge-deployability thesis, but the evidence is thin. These results appear to come from the authors’ own preprints ([216], [54], [246], [237]) without independent validation, and no experiment compares a full model with a compressed/quantized/LoRA-adapted variant on actual edge hardware. Section III.A calls compression 'indispensable' and Section V.A Step 1 says lightweight LLM variants are used, but the reported gains are not shown to survive compression, nor are on-device latency, memory, or energy measurements reported. The survey should either add such comparisons/measurements or clearly frame these as simulation-based illustrations with explicit limitations
minor comments (4)
  1. [Section I.C] The paper-organization statement does not match the actual text: it says Section IV presents applications and Section V discusses challenges, but in the manuscript Section IV is 'Open Source Agentic AI Projects' and Section V is 'Case Studies of Agentic AI.' Section VI is future directions and VII conclusions, not VI frameworks and VII future. Please align the roadmap with the actual section order.
  2. [Section V.A.4] Typographical error: 'Agenitc TD3' should be 'Agentic TD3.'
  3. [Section III.E and V.B.4] Minor language issues: 'Morevoer' in Section III.E, and 'the results demonstrate validate that' in Section V.B.4 are awkward/incorrect. There are also scattered inconsistent spacings such as 'UA V' and 'V oyager.'
  4. [Table VIII] The table’s domain classification is misleading in places (e.g., CARLA as an agentic AI project, VoxPoser as virtual tutoring, XAgent as cybersecurity-only). Either reclassify these entries or add caveats explaining that some projects are simulators/domain-adapted LLMs rather than agentic systems.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the survey's taxonomy is an organizing framework, not a derived result; self-cited case studies are concrete external simulations.

full rationale

This is a survey/tutorial, not a formal derivation chain. The four-pillar taxonomy (compactness, efficiency, knowledge & reasoning, migration) is introduced as an organizational assertion in Section I.B, not derived from the enabling technologies or case studies. No equation in the paper reduces to a fitted parameter, and no quantity labeled a 'prediction' is produced from a fit: the numerical results in Section V are summaries of concrete simulations from the authors' prior work ([216], [54], [245]/[246], [237]) with stated baselines, and are externally checkable. Heavy self-citation in a survey is normal and does not by itself constitute circularity; the cited case studies are not incorporated by construction into the definitions of the design principles. The 'migration' pillar is indeed underdeveloped—Section III's enablers map mainly to compactness, efficiency, and knowledge/reasoning, while migration appears mostly as a future direction in Section VI—but that is a completeness/correctness gap, not a circular reduction. The paper's central claims are conceptual definitions and literature classifications rather than derived conclusions, so no circular step is identified.

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

The survey introduces no new fitted constants or entities. Its central case-study numbers, however, are presented without the parameters needed to reproduce them, and those parameters live in self-cited prior work.

free parameters (2)
  • w1, w2 reward weights in LAENet LLM-designed reward = not reported in survey
    Figure 6 shows reward = (w1 * energy + w2 * position) * penalty terms, but the weights are not given in the survey and originate from cited work, so the 6.4% energy reduction cannot be reconstructed.
  • Preference vector s = [wC, wB, wL, wP] in human-centric provisioning = not reported in survey
    Section V.D Step 1 defines a preference vector from user text, but no calibration or values are given; the 27.3% QoE gain depends on this mapping.
assumptions (3)
  • domain assumption Edge general intelligence is a well-defined, attainable target that can be realized by deploying LLM-based agents on edge devices.
    Section II.A defines the target without an operational criterion; all later claims depend on this framing.
  • ad hoc to paper Compressed agentic models retain enough reasoning ability to deliver the benefits claimed in the case studies.
    Section III.A asserts compression is indispensable; Section V.A assumes lightweight variants, but the survey provides no direct evidence of equivalent performance.
  • domain assumption Numerical results in Section V accurately represent the cited prior works and transfer to real edge deployments.
    The 6.4%, 14.8%, 61%, and 27.3% numbers come from author-authored preprints and are not independently reproduced in the survey.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Toward Edge General Intelligence with Agentic AI and Agentification: Concepts, Technologies, and Future Directions." pith.science (2026). https://pith.science/paper/3TLF46LE

@misc{pith2026250818725,
  author       = {Pith},
  title        = {Pith review of: Toward Edge General Intelligence with Agentic AI and Agentification: Concepts, Technologies, and Future Directions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/3TLF46LE}},
  note         = {Machine review of arXiv:2508.18725}
}
read the original abstract

The rapid expansion of sixth-generation (6G) wireless networks and the Internet of Things (IoT) has catalyzed the evolution from centralized cloud intelligence towards decentralized edge general intelligence. However, traditional edge intelligence methods, characterized by static models and limited cognitive autonomy, fail to address the dynamic, heterogeneous, and resource-constrained scenarios inherent to emerging edge networks. Agentic artificial intelligence (Agentic AI) emerges as a transformative solution, enabling edge systems to autonomously perceive multimodal environments, reason contextually, and adapt proactively through continuous perception-reasoning-action loops. In this context, the agentification of edge intelligence serves as a key paradigm shift, where distributed entities evolve into autonomous agents capable of collaboration and continual adaptation. This paper presents a comprehensive survey dedicated to Agentic AI and agentification frameworks tailored explicitly for edge general intelligence. First, we systematically introduce foundational concepts and clarify distinctions from traditional edge intelligence paradigms. Second, we analyze important enabling technologies, including compact model compression, energy-aware computing strategies, robust connectivity frameworks, and advanced knowledge representation and reasoning mechanisms. Third, we provide representative case studies demonstrating Agentic AI's capabilities in low-altitude economy networks, intent-driven networking, vehicular networks, and human-centric service provisioning, supported by numerical evaluations. Furthermore, we identify current research challenges, review emerging open-source platforms, and highlight promising future research directions to guide robust, scalable, and trustworthy Agentic AI deployments for next-generation edge environments.

Figures

Figures reproduced from arXiv: 2508.18725 by the authors.

Figure 1
Figure 1. Overall organization of this survey. We first introduces the evolution and core foundations of Agentic AI at the edge, followed by key enabling [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Illustration of key developments and evolution trajectory of Agentic AI systems, from early rule-based approaches, through DRL-driven agents, towards [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Comprehensive workflow of Agentic AI for edge deployments. The pipeline comprises four modules: [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Conceptual workflow illustrating how Agentic AI autonomously [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Interdependencies Among Key Enablers of Agentic AI for edge general intelligence. Compact model techniques enable efficient execution under tight [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Architecture of a UAV-assisted IoT network with LLM-designed reward function for reinforcement learning in the LAENet framework. The system [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Energy consumption across episodes for various algorithms using [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Illustration of the Agentic contextual retrieval enhanced intelligent base station for troubleshooting and decision-making [54]. [PITH_FULL_IMAGE:figures/full_fig_p019_8.png]
Figure 9
Figure 9. Figure 9: Comparison of Agentic Retrieval performance with baseline methods, [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]
Figure 10
Figure 10. Figure 10: System model illustrates a cellular-based vehicular communication network, where embodied AI vehicles utilize semantic communication to encode [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]
Figure 11
Figure 11. Figure 11: Convergence behavior with different methods [246]. [PITH_FULL_IMAGE:figures/full_fig_p021_11.png]
Figure 12
Figure 12. Figure 12: The illustration of an agentic AI framework for human-centric service provisioning in Edge General Intelligence [237]. [PITH_FULL_IMAGE:figures/full_fig_p022_12.png]
Figure 13
Figure 13. Figure 13: The performance and learning curves of different methods in human [PITH_FULL_IMAGE:figures/full_fig_p023_13.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Agentic AI-Enhanced Semantic Communications: Foundations, Architecture, and Applications

    eess.SY 2025-12 conditional novelty 5.0 of 10

    A survey-plus-case-study proposing a three-layer agentic-AI architecture for semantic communications, with an LLM/LVM-built source knowledge base and RL-built channel knowledge base reporting a 9% PSNR gain over NTSCC.

  2. Wireless Copilot: An AI-Powered Partner for Navigating Next-Generation Wireless Complexity

    cs.NI 2025-12 conditional novelty 5.0 of 10

    Introduces a human-in-the-loop 'Wireless Copilot' framework for 6G network management, with a LAWNets simulation showing higher intent satisfaction than LLM/RL baselines.

  3. Agentic AI for ISAC: Analysis, Framework, and Case Study

    cs.AI 2025-12 reject novelty 5.0 of 10

    An agentic ISAC framework using a transformer-based MoE policy and an LLM-designed reward reports 131% higher communication rate and 5.4% lower CRB than a SAC baseline in a small beamforming case study.

  4. Resource-Aware LLM Reasoning for Mobile Edge General Intelligence

    cs.AI 2025-09 reject novelty 5.0 of 10

    An adaptive framework that jointly controls chain-of-thought depth, expert routing, and transmit power via distributed PPO can meet latency and accuracy targets in a simulated mobile edge LLM system.

  5. Clustered Edge Intelligence: Beyond Just Convergence of Edge Computing and AI

    cs.AI 2026-07 conditional novelty 4.0 of 10

    Clustered Edge Intelligence reframes edge AI as managing and clustering derived intelligence as independent entities rather than clustering the devices that produce it.

Reference graph

Works this paper leans on

284 extracted references · 20 canonical work pages · cited by 5 Pith papers

  1. [207]

    OpenHands: Making Sign Language Recognition Accessible with Pose-based Pretrained Models across Languages

    P. Selvaraj, G. Nc, P. Kumar, et al. , “Openhands: Making sign lan- guage recognition accessible with pose-based pretrained models across languages,” arXiv preprint arXiv:2110.05877 , 2021

  2. [206]

    Metagpt: Meta program- ming for multi-agent collaborative framework,

    S. Hong, X. Zheng, J. Chen, et al. , “Metagpt: Meta program- ming for multi-agent collaborative framework,” arXiv preprint arXiv:2308.00352, 2023

  3. [216]

    Large language model-enhanced reinforcement learning for low-altitude economy networking,

    L. Cai, R. Zhang, C. Zhao, et al. , “Large language model-enhanced reinforcement learning for low-altitude economy networking,” 2025. [Online]. Available: https://arxiv.org/abs/2505.21045

  4. [54]

    Toward agentic ai: Generative infor- mation retrieval inspired intelligent communications and networking,

    R. Zhang, S. Tang, Y . Liu, et al., “Toward agentic ai: Generative infor- mation retrieval inspired intelligent communications and networking,”

  5. [246]

    Contrastive learning-based semantic communications,

    S. Tang, Q. Yang, L. Fan, et al., “Contrastive learning-based semantic communications,” IEEE Transactions on Communications , vol. 72, no. 10, pp. 6328–6343, 2024

  6. [237]

    Lameta: Intent-aware agentic network optimization via a large ai model-empowered two-stage approach,

    Y . Liu, G. Liu, J. Wang, et al., “Lameta: Intent-aware agentic network optimization via a large ai model-empowered two-stage approach,”

  7. [1]

    6g white paper on edge intelligence,

    E. Peltonen, M. Bennis, M. Capobianco, et al. , “6g white paper on edge intelligence,” 2020. [Online]. Available: https: //arxiv.org/abs/2004.14850

  8. [2]

    A survey of integrating generative artificial intelligence and 6g mobile services: Architectures, solutions, technologies and outlooks,

    Y .-J. Liu, H. Du, X. Xu, et al. , “A survey of integrating generative artificial intelligence and 6g mobile services: Architectures, solutions, technologies and outlooks,” IEEE Transactions on Cognitive Commu- nications and Networking , vol. 11, no. 3, pp. 1334–1356, 2025

Show all 284 references
  1. [3]

    Split learning over wireless networks: Parallel design and resource management,

    W. Wu, M. Li, K. Qu, et al. , “Split learning over wireless networks: Parallel design and resource management,” IEEE Journal on Selected Areas in Communications , vol. 41, no. 4, pp. 1051–1066, 2023

  2. [4]

    6g: Opening new horizons for integration of comfort, security, and intelligence,

    G. Gui, M. Liu, F. Tang, et al. , “6g: Opening new horizons for integration of comfort, security, and intelligence,” IEEE Wireless Com- munications, vol. 27, no. 5, pp. 126–132, 2020

  3. [5]

    Large models for aerial edges: An edge-cloud model evolution and communication paradigm,

    S. Zhang, Q. Liu, K. Chen, et al. , “Large models for aerial edges: An edge-cloud model evolution and communication paradigm,” IEEE Journal on Selected Areas in Communications , vol. 43, no. 1, pp. 21– 35, 2025

  4. [6]

    Adaptive device-edge collaboration on dnn inference in aiot: A digital-twin-assisted approach,

    S. Hu, M. Li, J. Gao, et al. , “Adaptive device-edge collaboration on dnn inference in aiot: A digital-twin-assisted approach,” IEEE Internet of Things Journal , vol. 11, no. 7, pp. 12 893–12 908, 2023

  5. [7]

    Toward democratized generative ai in next-generation mobile edge networks,

    R. Zhang, J. He, X. Luo, et al., “Toward democratized generative ai in next-generation mobile edge networks,” IEEE Network, pp. 1–1, 2025

  6. [8]

    A survey on approximate edge ai for energy efficient autonomous driving services,

    D. Katare, D. Perino, J. Nurmi, et al., “A survey on approximate edge ai for energy efficient autonomous driving services,” IEEE Communi- cations Surveys Tutorials, vol. 25, no. 4, pp. 2714–2754, 2023

  7. [9]

    Edgeaiguard: Agentic llms for minor protection in digital spaces,

    G. Mujtaba, S. A. Khowaja, and K. Dev, “Edgeaiguard: Agentic llms for minor protection in digital spaces,”IEEE Internet of Things Journal, pp. 1–1, 2025

  8. [10]

    Swipt-enabled cell-free massive mimo-noma networks: A machine learning-based approach,

    R. Zhang, K. Xiong, Y . Lu, et al. , “Swipt-enabled cell-free massive mimo-noma networks: A machine learning-based approach,” IEEE Transactions on Wireless Communications , vol. 23, no. 7, pp. 6701– 6718, 2024. 25

  9. [11]

    Edge intelligence: Empowering intelligence to the edge of network,

    D. Xu, T. Li, Y . Li, et al., “Edge intelligence: Empowering intelligence to the edge of network,” Proceedings of the IEEE , vol. 109, no. 11, pp. 1778–1837, 2021

  10. [12]

    Multi-modal knowledge graph con- struction and application: A survey,

    X. Zhu, Z. Li, X. Wang, et al. , “Multi-modal knowledge graph con- struction and application: A survey,” IEEE Transactions on Knowledge and Data Engineering , vol. 36, no. 2, pp. 715–735, 2024

  11. [13]

    A survey on mobile anchor node as- sisted localization in wireless sensor networks,

    G. Han, J. Jiang, C. Zhang, et al., “A survey on mobile anchor node as- sisted localization in wireless sensor networks,” IEEE Communications Surveys & Tutorials, vol. 18, no. 3, pp. 2220–2243, 2016

  12. [14]

    Multiagent deep reinforcement learning for joint multichannel access and task offloading of mobile-edge computing in industry 4.0,

    Z. Cao, P. Zhou, R. Li, et al., “Multiagent deep reinforcement learning for joint multichannel access and task offloading of mobile-edge computing in industry 4.0,” IEEE Internet of Things Journal , vol. 7, no. 7, pp. 6201–6213, 2020

  13. [15]

    Green edge intelligence for smart management of a fanet in disaster-recovery scenarios,

    G. Faraci, S. A. Rizzo, and G. Schembra, “Green edge intelligence for smart management of a fanet in disaster-recovery scenarios,” IEEE Transactions on Vehicular Technology, vol. 72, no. 3, pp. 3819–3831, 2023

  14. [16]

    A survey on space-air-ground-sea integrated network security in 6g,

    H. Guo, J. Li, J. Liu, et al. , “A survey on space-air-ground-sea integrated network security in 6g,” IEEE Communications Surveys & Tutorials, vol. 24, no. 1, pp. 53–87, 2022

  15. [17]

    The road toward general edge in- telligence: Standing on the shoulders of foundation models,

    L. He, L. Fan, X. Lei, et al. , “The road toward general edge in- telligence: Standing on the shoulders of foundation models,” IEEE Communications Magazine, pp. 1–7, 2025

  16. [18]

    Edge intelligence-based ultra-reliable and low-latency communications for digital twin-enabled metaverse,

    D. Van Huynh, S. R. Khosravirad, A. Masaracchia, et al. , “Edge intelligence-based ultra-reliable and low-latency communications for digital twin-enabled metaverse,” IEEE Wireless Communications Let- ters, vol. 11, no. 8, pp. 1733–1737, 2022

  17. [19]

    Relay-assisted federated edge learning: Performance analysis and system optimization,

    L. Chen, L. Fan, X. Lei, et al., “Relay-assisted federated edge learning: Performance analysis and system optimization,” IEEE Transactions on Communications, vol. 71, no. 6, pp. 3387–3401, 2023

  18. [20]

    Large language models empowered autonomous edge ai for connected intelligence,

    Y . Shen, J. Shao, X. Zhang, et al., “Large language models empowered autonomous edge ai for connected intelligence,” IEEE Communications Magazine, vol. 62, no. 10, pp. 140–146, 2024

  19. [21]

    Secrecy energy efficiency maximiza- tion in irs-assisted vlc miso networks with rsma: A ds-ppo approach,

    Y . Guo, J. Fan, R. Zhang, et al., “Secrecy energy efficiency maximiza- tion in irs-assisted vlc miso networks with rsma: A ds-ppo approach,” IEEE Transactions on Wireless Communications , pp. 1–1, 2025

  20. [22]

    Leveraging llms in cloud-edge networks for traffic risk prediction and accident severity analysis,

    Y . Hu, S. Zheng, Z. Zhang, et al. , “Leveraging llms in cloud-edge networks for traffic risk prediction and accident severity analysis,” IEEE Transactions on Network Science and Engineering , pp. 1–16, 2025

  21. [23]

    Model collaboration framework design for space-air-ground integrated networks,

    S. Zhang, “Model collaboration framework design for space-air-ground integrated networks,” Computer Networks, vol. 257, p. 111013, 2025

  22. [24]

    Holistic network virtualization and pervasive network intelligence for 6g,

    X. Shen, J. Gao, W. Wu, et al. , “Holistic network virtualization and pervasive network intelligence for 6g,” IEEE Communications Surveys & Tutorials, vol. 24, no. 1, pp. 1–30, 2021

  23. [25]

    Green ai for iiot: Energy efficient intelligent edge computing for industrial internet of things,

    S. Zhu, K. Ota, and M. Dong, “Green ai for iiot: Energy efficient intelligent edge computing for industrial internet of things,” IEEE Transactions on Green Communications and Networking, vol. 6, no. 1, pp. 79–88, 2022

  24. [26]

    A survey on the edge computing for the internet of things,

    W. Yu, F. Liang, X. He, et al. , “A survey on the edge computing for the internet of things,” IEEE Access, vol. 6, pp. 6900–6919, 2018

  25. [27]

    Machine learning meets computation and communication control in evolving edge and cloud: Challenges and future perspective,

    T. K. Rodrigues, K. Suto, H. Nishiyama, et al. , “Machine learning meets computation and communication control in evolving edge and cloud: Challenges and future perspective,” IEEE Communications Sur- veys & Tutorials, vol. 22, no. 1, pp. 38–67, 2020

  26. [28]

    Advances and challenges in foundation agents: From brain-inspired intelligence to evolutionary, collaborative, and safe systems,

    B. Liu, X. Li, J. Zhang, et al., “Advances and challenges in foundation agents: From brain-inspired intelligence to evolutionary, collaborative, and safe systems,” arXiv preprint arXiv:2504.01990 , 2025

  27. [29]

    Optimizing space-air- ground integrated networks by artificial intelligence,

    N. Kato, Z. M. Fadlullah, F. Tang, et al. , “Optimizing space-air- ground integrated networks by artificial intelligence,” IEEE Wireless Communications, vol. 26, no. 4, pp. 140–147, 2019

  28. [30]

    Large language models (llms) inference offloading and resource allocation in cloud-edge computing: An active inference approach,

    Y . He, J. Fang, F. R. Yu,et al., “Large language models (llms) inference offloading and resource allocation in cloud-edge computing: An active inference approach,” IEEE Transactions on Mobile Computing, vol. 23, no. 12, pp. 11 253–11 264, 2024

  29. [31]

    Multi-agent embodied ai: Advances and future directions,

    Z. Feng, R. Xue, L. Yuan, et al. , “Multi-agent embodied ai: Advances and future directions,” 2025. [Online]. Available: https://arxiv.org/abs/2505.05108

  30. [32]

    Generative ai-enabled vehicular networks: Fundamentals, framework, and case study,

    R. Zhang, K. Xiong, H. Du, et al. , “Generative ai-enabled vehicular networks: Fundamentals, framework, and case study,” IEEE Network, vol. 38, no. 4, pp. 259–267, 2024

  31. [33]

    Agent-as-a-service: An ai-native edge computing framework for 6g networks,

    B. Li, T. Liu, W. Wang, et al., “Agent-as-a-service: An ai-native edge computing framework for 6g networks,” IEEE Network, vol. 39, no. 2, pp. 44–51, 2025

  32. [34]

    Wirelessagent: Large lan- guage model agents for intelligent wireless networks,

    J. Tong, W. Guo, J. Shao, et al. , “Wirelessagent: Large lan- guage model agents for intelligent wireless networks,” arXiv preprint arXiv:2505.01074, 2025

  33. [35]

    Agentification of the internet of things: A systematic literature review,

    P. Pico-Valencia and J. A. Holgado-Terriza, “Agentification of the internet of things: A systematic literature review,”International Journal of Distributed Sensor Networks, vol. 14, no. 10, p. 1550147718805945, 2018

  34. [36]

    Generative ai for low-carbon artificial intelligence of things with large language models,

    J. Wen, R. Zhang, D. Niyato, et al. , “Generative ai for low-carbon artificial intelligence of things with large language models,” IEEE Internet of Things Magazine , vol. 8, no. 1, pp. 82–91, 2025

  35. [37]

    Mobile edge intelligence for large language models: A contemporary survey,

    G. Qu, Q. Chen, W. Wei, et al. , “Mobile edge intelligence for large language models: A contemporary survey,” IEEE Communications Surveys & Tutorials, pp. 1–1, 2025

  36. [38]

    A weighted byzantine fault tolerance consensus driven trusted multiple large language models network,

    H. Luo, G. Sun, Y . Liu, et al., “A weighted byzantine fault tolerance consensus driven trusted multiple large language models network,” arXiv preprint arXiv:2505.05103 , 2025

  37. [39]

    Fully onboard ai- powered human-drone pose estimation on ultralow-power autonomous flying nano-uavs,

    D. Palossi, N. Zimmerman, A. Burrello, et al. , “Fully onboard ai- powered human-drone pose estimation on ultralow-power autonomous flying nano-uavs,” IEEE Internet of Things Journal , vol. 9, no. 3, pp. 1913–1929, 2022

  38. [40]

    Toward edge general intelligence with multiple-large language model (multi-llm): Architecture, trust, and orchestration,

    H. Luo, Y . Liu, R. Zhang, et al. , “Toward edge general intelligence with multiple-large language model (multi-llm): Architecture, trust, and orchestration,” 2025. [Online]. Available: https://arxiv.org/abs/25 07.00672

  39. [41]

    Uavs meet agentic ai: A multidomain survey of autonomous aerial intelligence and agentic uavs,

    R. Sapkota, K. I. Roumeliotis, and M. Karkee, “Uavs meet agentic ai: A multidomain survey of autonomous aerial intelligence and agentic uavs,” arXiv preprint arXiv:2506.08045 , 2025

  40. [42]

    Edge large ai model agent-empowered cognitive multimodal semantic communication,

    Y . Sun, Y . Liu, S. Guo, et al., “Edge large ai model agent-empowered cognitive multimodal semantic communication,” IEEE Transactions on Mobile Computing, pp. 1–18, 2025

  41. [43]

    Advanced architectures integrated with agentic ai for next-generation wireless networks,

    K. Dev, S. A. Khowaja, K. Singh, et al. , “Advanced architectures integrated with agentic ai for next-generation wireless networks,” arXiv preprint arXiv:2502.01089, 2025

  42. [44]

    From large ai models to agentic ai: A tutorial on future intelligent communications,

    F. Jiang, C. Pan, L. Dong, et al. , “From large ai models to agentic ai: A tutorial on future intelligent communications,” arXiv preprint arXiv:2505.22311, 2025

  43. [45]

    Towards agentic ai networking in 6g: A generative foundation model-as-agent approach,

    Y . Xiao, G. Shi, and P. Zhang, “Towards agentic ai networking in 6g: A generative foundation model-as-agent approach,” arXiv preprint arXiv:2503.15764, 2025

  44. [46]

    Edge agentic ai frame- work for autonomous network optimisation in o-ran,

    A. Salama, Z. Nezami, M. M. Qazzaz, et al., “Edge agentic ai frame- work for autonomous network optimisation in o-ran,” arXiv preprint arXiv:2507.21696, 2025

  45. [47]

    Agentic graph neural networks for wireless communications and networking towards edge general intelligence: A survey,

    Y . Lu, S. Zhang, C. Liu, et al. , “Agentic graph neural networks for wireless communications and networking towards edge general intelligence: A survey,” arXiv preprint arXiv:2508.08620 , 2025

  46. [48]

    AutoGPT

    Significant Gravitas, “AutoGPT.” [Online]. Available: https://github.c om/Significant-Gravitas/AutoGPT

  47. [49]

    V oyager: An open-ended embodied agent with large language models,

    G. Wang, Y . Xie, Y . Jiang, et al., “V oyager: An open-ended embodied agent with large language models,” arXiv preprint arXiv:2305.16291 , 2023

  48. [50]

    Collaborative edge intelligence for autonomous vehicles: Opportunities and challenges,

    L. Bai, J. Cao, M. Zhang, et al. , “Collaborative edge intelligence for autonomous vehicles: Opportunities and challenges,” IEEE Network , vol. 39, no. 2, pp. 52–60, 2025

  49. [51]

    Artificial intelligence-driven mechanism for edge computing-based industrial applications,

    A. H. Sodhro, S. Pirbhulal, and V . H. C. de Albuquerque, “Artificial intelligence-driven mechanism for edge computing-based industrial applications,” IEEE Transactions on Industrial Informatics , vol. 15, no. 7, pp. 4235–4243, 2019

  50. [52]

    Agentic ai: A comprehensive survey of technologies, applications, and societal implications,

    A. K. Pati, “Agentic ai: A comprehensive survey of technologies, applications, and societal implications,” IEEE Access, pp. 1–1, 2025

  51. [53]

    Edge ai: A taxonomy, systematic review and future directions,

    S. S. Gill, M. Golec, J. Hu, et al. , “Edge ai: A taxonomy, systematic review and future directions,” 2024. [Online]. Available: https://arxiv.org/abs/2407.04053

  52. [55]

    Metaverse unbound: A survey on synergistic integration between semantic communication, 6g, and edge learning,

    M. Z. Aloudat, A. Aboumadi, A. Soliman, et al., “Metaverse unbound: A survey on synergistic integration between semantic communication, 6g, and edge learning,” IEEE Access, vol. 13, pp. 58 302–58 350, 2025

  53. [56]

    Applications of explainable ai for 6g: Technical aspects, use cases, and research challenges,

    S. Wang, M. A. Qureshi, L. Miralles-Pechu ´an, et al. , “Applications of explainable ai for 6g: Technical aspects, use cases, and research challenges,” 2023. [Online]. Available: https://arxiv.org/abs/2112.046 98

  54. [57]

    Language models are few-shot learners,

    T. Brown, B. Mann, N. Ryder, et al., “Language models are few-shot learners,” Advances in neural information processing systems , vol. 33, pp. 1877–1901, 2020

  55. [58]

    Outrageously large neural networks: The sparsely-gated mixture-of-experts layer,

    N. Shazeer, A. Mirhoseini, K. Maziarz, et al. , “Outrageously large neural networks: The sparsely-gated mixture-of-experts layer,” 2017. [Online]. Available: https://arxiv.org/abs/1701.06538 26

  56. [59]

    On the opportunities and risks of foundation models,

    R. Bommasani, D. A. Hudson, E. Adeli, et al. , “On the opportunities and risks of foundation models,” 2022. [Online]. Available: https://arxiv.org/abs/2108.07258

  57. [60]

    Autort: Embodied foundation models for large scale orchestration of robotic agents,

    M. Ahn, D. Dwibedi, C. Finn, et al. , “Autort: Embodied foundation models for large scale orchestration of robotic agents,” 2024. [Online]. Available: https://arxiv.org/abs/2401.12963

  58. [61]

    Edge perception: Intelligent wireless sensing at network edge,

    Y . Cui, X. Cao, G. Zhu, et al., “Edge perception: Intelligent wireless sensing at network edge,” IEEE Communications Magazine , vol. 63, no. 3, pp. 166–173, 2025

  59. [62]

    Socialized learning: A survey of the paradigm shift for edge intelligence in networked systems,

    X. Wang, Y . Zhao, C. Qiu, et al. , “Socialized learning: A survey of the paradigm shift for edge intelligence in networked systems,” IEEE Communications Surveys & Tutorials , vol. 27, no. 3, pp. 2085–2128, 2025

  60. [63]

    Edge computing task offloading for environmental perception of autonomous vehicles in 6g networks,

    P. Lv, W. Xu, J. Nie, et al. , “Edge computing task offloading for environmental perception of autonomous vehicles in 6g networks,” IEEE Transactions on Network Science and Engineering, vol. 10, no. 3, pp. 1228–1245, 2023

  61. [64]

    Improving efficiency in multi-modal autonomous embedded systems through adaptive gating,

    X. Hou, C. Xu, C. Li, et al. , “Improving efficiency in multi-modal autonomous embedded systems through adaptive gating,” IEEE Trans- actions on Computers , vol. 74, no. 2, pp. 691–704, 2025

  62. [65]

    Edge intelligence for internet of vehicles: A survey,

    G. Yan, K. Liu, C. Liu, et al., “Edge intelligence for internet of vehicles: A survey,” IEEE Transactions on Consumer Electronics, vol. 70, no. 2, pp. 4858–4877, 2024

  63. [66]

    From autonomous agents to integrated systems, a new paradigm: Orchestrated distributed intelligence,

    K. Tallam, “From autonomous agents to integrated systems, a new paradigm: Orchestrated distributed intelligence,” 2025. [Online]. Available: https://arxiv.org/abs/2503.13754

  64. [67]

    Decentralization of generative ai via mixture of experts for wireless networks: A comprehensive survey,

    Y . Xu, J. Wang, R. Zhang, et al. , “Decentralization of generative ai via mixture of experts for wireless networks: A comprehensive survey,” 2025. [Online]. Available: https://arxiv.org/abs/2504.19660

  65. [68]

    Edge artificial intelligence for 6g: Vision, enabling technologies, and applications,

    K. B. Letaief, Y . Shi, J. Lu, et al. , “Edge artificial intelligence for 6g: Vision, enabling technologies, and applications,” IEEE Journal on Selected Areas in Communications , vol. 40, no. 1, pp. 5–36, 2022

  66. [69]

    Augmenting language models with long-term memory,

    W. Wang, L. Dong, H. Cheng, et al. , “Augmenting language models with long-term memory,” Advances in Neural Information Processing Systems, vol. 36, pp. 74 530–74 543, 2023

  67. [70]

    React: Synergizing reasoning and acting in language models,

    S. Yao, J. Zhao, D. Yu, et al. , “React: Synergizing reasoning and acting in language models,” in International Conference on Learning Representations (ICLR), 2023

  68. [71]

    Optimizing generative ai networking: A dual perspective with multi-agent systems and mixture of experts,

    R. Zhang, H. Du, D. Niyato, et al. , “Optimizing generative ai networking: A dual perspective with multi-agent systems and mixture of experts,” 2024. [Online]. Available: https://arxiv.org/abs/2405.12472

  69. [72]

    Generative ai agents with large language model for satellite networks via a mixture of experts trans- mission,

    R. Zhang, H. Du, Y . Liu, et al. , “Generative ai agents with large language model for satellite networks via a mixture of experts trans- mission,” IEEE Journal on Selected Areas in Communications, vol. 42, no. 12, pp. 3581–3596, 2024

  70. [73]

    Mixture of experts for network opti- mization: A large language model-enabled approach,

    H. Du, G. Liu, Y . Lin, et al. , “Mixture of experts for network opti- mization: A large language model-enabled approach,” arXiv preprint arXiv:2402.09756, 2024

  71. [74]

    Multi-modal multi- task (m3t) federated foundation models for embodied ai: Potentials and challenges for edge integration,

    K. Borazjani, P. Abdisarabshali, F. Nadimi, et al., “Multi-modal multi- task (m3t) federated foundation models for embodied ai: Potentials and challenges for edge integration,” arXiv preprint arXiv:2505.11191, 2025

  72. [75]

    Trine: Cloud-edge-device cooperated real-time video analysis for household applications,

    Y . Zhao, Z. Yang, X. He, et al., “Trine: Cloud-edge-device cooperated real-time video analysis for household applications,” IEEE Transac- tions on Mobile Computing , vol. 22, no. 8, pp. 4973–4985, 2022

  73. [76]

    Towards integrated fine-tuning and inference when generative ai meets edge intelligence,

    N. Chen, Z. Cheng, X. Fan, et al., “Towards integrated fine-tuning and inference when generative ai meets edge intelligence,” arXiv preprint arXiv:2401.02668, 2024

  74. [77]

    Building blocks to empower cognitive internet with hybrid edge cloud,

    S. Alamouti, F. Arjomandi, M. Burger, et al. , “Building blocks to empower cognitive internet with hybrid edge cloud,” arXiv preprint arXiv:2402.00876, 2024

  75. [78]

    Towards edge general intelligence via large language models: Opportunities and challenges,

    H. Chen, W. Deng, S. Yang, et al., “Towards edge general intelligence via large language models: Opportunities and challenges,” IEEE Net- work, pp. 1–1, 2025

  76. [79]

    World models for cognitive agents: Transforming edge intelligence in future networks,

    C. Zhao, R. Zhang, J. Wang, et al. , “World models for cognitive agents: Transforming edge intelligence in future networks,” 2025. [Online]. Available: https://arxiv.org/abs/2506.00417

  77. [80]

    Edge intelligence: Architectures, challenges, and applications,

    D. Xu, T. Li, Y . Li, et al., “Edge intelligence: Architectures, challenges, and applications,” arXiv preprint arXiv:2003.12172 , 2020

  78. [81]

    A survey on inference opti- mization techniques for mixture of experts models,

    J. Liu, P. Tang, W. Wang, et al. , “A survey on inference opti- mization techniques for mixture of experts models,” arXiv preprint arXiv:2412.14219, 2024

  79. [82]

    Agentic web: Weaving the next web with ai agents,

    Y . Yang, M. Ma, Y . Huang, et al. , “Agentic web: Weaving the next web with ai agents,” arXiv preprint arXiv:2507.21206 , 2025

  80. [83]

    Advancing multi-agent systems through model con- text protocol: Architecture, implementation, and applications,

    N. Krishnan, “Advancing multi-agent systems through model con- text protocol: Architecture, implementation, and applications,” arXiv preprint arXiv:2504.21030, 2025

  81. [84]

    A survey on autonomy-induced security risks in large model-based agents,

    H. Su, J. Luo, C. Liu, et al. , “A survey on autonomy-induced security risks in large model-based agents,” 2025. [Online]. Available: https://arxiv.org/abs/2506.23844

  82. [85]

    A review on intelligent process for smart home applications based on iot: coherent taxonomy, motivation, open challenges, and recommendations,

    A. Zaidan and B. Zaidan, “A review on intelligent process for smart home applications based on iot: coherent taxonomy, motivation, open challenges, and recommendations,” Artificial Intelligence Review, vol. 53, no. 1, pp. 141–165, 2020

  83. [86]

    Towards artificial general intelligence (agi) in the internet of things (iot): Opportunities and challenges,

    F. Dou, J. Ye, G. Yuan, et al., “Towards artificial general intelligence (agi) in the internet of things (iot): Opportunities and challenges,”

  84. [87]

    Communication-efficient edge ai: Algorithms and systems,

    Y . Shi, K. Yang, T. Jiang, et al. , “Communication-efficient edge ai: Algorithms and systems,” IEEE Communications Surveys Tutorials , vol. 22, no. 4, pp. 2167–2191, 2020

  85. [88]

    Ai-enabled secure microservices in edge computing: Opportunities and challenges,

    F. Al-Doghman, N. Moustafa, I. Khalil, et al. , “Ai-enabled secure microservices in edge computing: Opportunities and challenges,” IEEE Transactions on Services Computing , vol. 16, no. 2, pp. 1485–1504, 2023

  86. [89]

    A decade of video analytics at edge: Training, deployment, orchestration, and platforms,

    T. Bai, H. Zhao, L. Huang, et al. , “A decade of video analytics at edge: Training, deployment, orchestration, and platforms,” IEEE Communications Surveys & Tutorials , pp. 1–1, 2025

  87. [90]

    Urllc edge networks with joint optimal user association, task offloading and resource allocation: A digital twin approach,

    D. Van Huynh, V .-D. Nguyen, S. R. Khosravirad, et al. , “Urllc edge networks with joint optimal user association, task offloading and resource allocation: A digital twin approach,” IEEE Transactions on Communications, vol. 70, no. 11, pp. 7669–7682, 2022

  88. [91]

    Edge-native intelligence for 6g communications driven by federated learning: A survey of trends and challenges,

    M. Al-Quraan, L. Mohjazi, L. Bariah, et al., “Edge-native intelligence for 6g communications driven by federated learning: A survey of trends and challenges,” IEEE Transactions on Emerging Topics in Computational Intelligence, vol. 7, no. 3, pp. 957–979, 2023

  89. [92]

    Combining federated learning and edge computing toward ubiquitous intelligence in 6g network: Chal- lenges, recent advances, and future directions,

    Q. Duan, J. Huang, S. Hu, et al., “Combining federated learning and edge computing toward ubiquitous intelligence in 6g network: Chal- lenges, recent advances, and future directions,” IEEE Communications Surveys & Tutorials, vol. 25, no. 4, pp. 2892–2950, 2023

  90. [93]

    Wifi-diffusion: Achieving fine-grained wifi radio map estimation with ultra-low sampling rate by diffusion models,

    Z. Liu, S. Zhang, Q. Liu, et al., “Wifi-diffusion: Achieving fine-grained wifi radio map estimation with ultra-low sampling rate by diffusion models,” IEEE Journal on Selected Areas in Communications , pp. 1– 1, 2025

  91. [94]

    Evolution of non- terrestrial networks from 5g to 6g: A survey,

    M. M. Azari, S. Solanki, S. Chatzinotas, et al. , “Evolution of non- terrestrial networks from 5g to 6g: A survey,” IEEE communications surveys tutorials, vol. 24, no. 4, pp. 2633–2672, 2022

  92. [95]

    Edge computing for smart health: Context-aware approaches, opportunities, and challenges,

    A. A. Abdellatif, A. Mohamed, C. F. Chiasserini, et al. , “Edge computing for smart health: Context-aware approaches, opportunities, and challenges,” IEEE Network, vol. 33, no. 3, pp. 196–203, 2019

  93. [96]

    Context-aware and adaptive qos prediction for mobile edge computing services,

    Z. Liu, Q. Z. Sheng, X. Xu, et al. , “Context-aware and adaptive qos prediction for mobile edge computing services,” IEEE Transactions on Services Computing, vol. 15, no. 1, pp. 400–413, 2022

  94. [97]

    Jointdnn: An efficient training and inference engine for intelligent mobile cloud computing services,

    A. E. Eshratifar, M. S. Abrishami, and M. Pedram, “Jointdnn: An efficient training and inference engine for intelligent mobile cloud computing services,” IEEE transactions on mobile computing , vol. 20, no. 2, pp. 565–576, 2019

  95. [98]

    The hidden cost of the edge: A performance comparison of edge and cloud latencies,

    A. Ali-Eldin, B. Wang, and P. Shenoy, “The hidden cost of the edge: A performance comparison of edge and cloud latencies,” 2021. [Online]. Available: https://arxiv.org/abs/2104.14050

  96. [99]

    Toward robust control for 6g networks,

    P. Eugster, “Toward robust control for 6g networks,” IEEE Network , vol. 38, no. 3, pp. 254–260, 2023

  97. [100]

    A survey on the convergence of edge computing and ai for uavs: Opportunities and challenges,

    P. McEnroe, S. Wang, and M. Liyanage, “A survey on the convergence of edge computing and ai for uavs: Opportunities and challenges,”IEEE Internet of Things Journal , vol. 9, no. 17, pp. 15 435–15 459, 2022

  98. [101]

    6g-enabled ultra-reliable low-latency communication in edge networks,

    M. Adhikari and A. Hazra, “6g-enabled ultra-reliable low-latency communication in edge networks,” IEEE Communications Standards Magazine, vol. 6, no. 1, pp. 67–74, 2022

  99. [102]

    Non-cooperative energy efficient power allocation game in d2d communication: A multi- agent deep reinforcement learning approach,

    K. K. Nguyen, T. Q. Duong, N. A. Vien, et al. , “Non-cooperative energy efficient power allocation game in d2d communication: A multi- agent deep reinforcement learning approach,” IEEE Access, vol. 7, pp. 100 480–100 490, 2019

  100. [103]

    Edge ai: On-demand accelerating deep neural network inference via edge computing,

    E. Li, L. Zeng, Z. Zhou, et al., “Edge ai: On-demand accelerating deep neural network inference via edge computing,” IEEE transactions on wireless communications, vol. 19, no. 1, pp. 447–457, 2019

  101. [104]

    Enhanced accuracy model for edge com- puting and iot leveraging artificial intelligence,

    S. Kumar and P. Ranjan, “Enhanced accuracy model for edge com- puting and iot leveraging artificial intelligence,” in 2024 IEEE 13th International Conference on Communication Systems and Network Technologies (CSNT), 2024, pp. 477–483

  102. [105]

    Distinguishing autonomous ai agents from collaborative agentic systems: A comprehensive framework for understanding modern intelligent architectures,

    P. B. Bansod, “Distinguishing autonomous ai agents from collaborative agentic systems: A comprehensive framework for understanding modern intelligent architectures,” 2025. [Online]. Available: https: //arxiv.org/abs/2506.01438

  103. [106]

    Internet of agents: Fundamentals, applications, and challenges,

    Y . Wang, S. Guo, Y . Pan, et al. , “Internet of agents: Fundamentals, applications, and challenges,” arXiv preprint arXiv:2505.07176 , 2025. 27

  104. [107]

    Real-time transmission optimiza- tion for edge computing in industrial cyber-physical systems,

    Y . Peng, A. Jolfaei, Q. Hua, et al., “Real-time transmission optimiza- tion for edge computing in industrial cyber-physical systems,” IEEE Transactions on Industrial Informatics, vol. 18, no. 12, pp. 9292–9301, 2022

  105. [108]

    Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey,

    D. B. Acharya, K. Kuppan, and B. Divya, “Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey,” IEEE Access, 2025

  106. [109]

    Agentic ai needs a systems theory,

    E. Miehling, K. N. Ramamurthy, K. R. Varshney, et al. , “Agentic ai needs a systems theory,” 2025. [Online]. Available: https: //arxiv.org/abs/2503.00237

  107. [110]

    Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenges,

    R. Sapkota, K. I. Roumeliotis, and M. Karkee, “Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenges,”

  108. [111]

    Towards pervasive distributed agentic generative ai – a state of the art,

    G. Molinari and F. Ciravegna, “Towards pervasive distributed agentic generative ai – a state of the art,” 2025. [Online]. Available: https://arxiv.org/abs/2506.13324

  109. [112]

    The rise of agentic ai: Implications, concerns, and the path forward,

    S. Murugesan, “The rise of agentic ai: Implications, concerns, and the path forward,” IEEE Intelligent Systems, vol. 40, no. 2, pp. 8–14, 2025

  110. [113]

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

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

  111. [114]

    Collaborative cloud-edge-end task offloading in mobile-edge computing networks with limited commu- nication capability,

    C. Kai, H. Zhou, Y . Yi, et al. , “Collaborative cloud-edge-end task offloading in mobile-edge computing networks with limited commu- nication capability,” IEEE Transactions on Cognitive Communications and Networking, vol. 7, no. 2, pp. 624–634, 2021

  112. [115]

    Model collaboration at network edge: Feature-large models for real-time iot communications,

    X. Yu, S. Zhang, H. Zhang, et al. , “Model collaboration at network edge: Feature-large models for real-time iot communications,” IEEE Internet of Things Journal , vol. 12, no. 10, pp. 13 259–13 272, 2025

  113. [116]

    Multi-agent collaboration mechanisms: A survey of llms,

    K.-T. Tran, D. Dao, M.-D. Nguyen, et al., “Multi-agent collaboration mechanisms: A survey of llms,” 2025. [Online]. Available: https: //arxiv.org/abs/2501.06322

  114. [117]

    React: Synergizing reasoning and acting in language models,

    S. Yao, J. Zhao, D. Yu, et al. , “React: Synergizing reasoning and acting in language models,” 2023. [Online]. Available: https: //arxiv.org/abs/2210.03629

  115. [118]

    Toolformer: Language models can teach themselves to use tools,

    T. Schick, J. Dwivedi-Yu, R. Dess `ı, et al. , “Toolformer: Language models can teach themselves to use tools,” 2023. [Online]. Available: https://arxiv.org/abs/2302.04761

  116. [119]

    Collaborative inference and learning between edge slms and cloud llms: A survey of algorithms, execution, and open challenges,

    S. Li, H. Wang, W. Xu, et al. , “Collaborative inference and learning between edge slms and cloud llms: A survey of algorithms, execution, and open challenges,” 2025. [Online]. Available: https://arxiv.org/abs/2507.16731

  117. [120]

    Empirical research on utilizing llm-based agents for automated bug fixing via langgraph,

    J. Wang and Z. Duan, “Empirical research on utilizing llm-based agents for automated bug fixing via langgraph,” 2025. [Online]. Available: https://arxiv.org/abs/2502.18465

  118. [121]

    Memory-augmented transformers: A systematic review from neuroscience principles to technical solutions,

    P. Omidi, X. Huang, A. Laborieux, et al. , “Memory-augmented transformers: A systematic review from neuroscience principles to technical solutions,” 2025. [Online]. Available: https://arxiv.org/abs/25 08.10824

  119. [122]

    Hugginggpt: Solving ai tasks with chatgpt and its friends in hugging face,

    Y . Shen, K. Song, X. Tan, et al. , “Hugginggpt: Solving ai tasks with chatgpt and its friends in hugging face,” 2023. [Online]. Available: https://arxiv.org/abs/2303.17580

  120. [123]

    Integration of agentic ai with 6g networks for mission-critical applications: Use-case and challenges,

    S. A. Khowaja, K. Dev, M. S. Pathan, et al. , “Integration of agentic ai with 6g networks for mission-critical applications: Use-case and challenges,” 2025. [Online]. Available: https://arxiv.org/abs/2502.134 76

  121. [124]

    Enhanced multiband multiuser cooperative spectrum sensing for distributed crns,

    A. Gharib, W. Ejaz, and M. Ibnkahla, “Enhanced multiband multiuser cooperative spectrum sensing for distributed crns,” IEEE Transactions on Cognitive Communications and Networking , vol. 6, no. 1, pp. 256– 270, 2019

  122. [125]

    Toward 6g native-ai network: Foun- dation model-based cloud-edge-end collaboration framework,

    X. Chen, Z. Guo, X. Wang, et al., “Toward 6g native-ai network: Foun- dation model-based cloud-edge-end collaboration framework,” IEEE Communications Magazine, vol. 63, no. 8, pp. 23–30, 2025

  123. [126]

    Convergence of mec and drl in non-terrestrial wireless networks: Key innovations, chal- lenges, and future pathways,

    S. A. Ullah, S. A. Hassan, H. Abou-Zeid, et al., “Convergence of mec and drl in non-terrestrial wireless networks: Key innovations, chal- lenges, and future pathways,” IEEE Communications Surveys Tutorials, pp. 1–1, 2025

  124. [127]

    Llm-guided drl for multi-tier leo satellite networks with hybrid fso/rf links,

    J. Li, G. Sun, Z. Sun, et al. , “Llm-guided drl for multi-tier leo satellite networks with hybrid fso/rf links,” 2025. [Online]. Available: https://arxiv.org/abs/2505.11978

  125. [128]

    Energy efficiency maximization in ris-assisted swipt networks with rsma: A ppo-based approach,

    R. Zhang, K. Xiong, Y . Lu, et al., “Energy efficiency maximization in ris-assisted swipt networks with rsma: A ppo-based approach,” IEEE Journal on Selected Areas in Communications, vol. 41, no. 5, pp. 1413– 1430, 2023

  126. [129]

    Distributed and reactive controller synthesis for multi-agent systems under finite horizon temporal logic tasks,

    Y . Huang, N. Xu, M. Guo, et al., “Distributed and reactive controller synthesis for multi-agent systems under finite horizon temporal logic tasks,” IEEE Transactions on Automation Science and Engineering , vol. 22, pp. 13 485–13 500, 2025

  127. [130]

    Fast adaptive task offloading in edge computing based on meta reinforcement learning,

    J. Wang, J. Hu, G. Min, et al., “Fast adaptive task offloading in edge computing based on meta reinforcement learning,” IEEE Transactions on Parallel and Distributed Systems, vol. 32, no. 1, pp. 242–253, 2021

  128. [131]

    Generative ai for space- air-ground integrated networks,

    R. Zhang, H. Du, D. Niyato, et al. , “Generative ai for space- air-ground integrated networks,” IEEE Wireless Communications , vol. 31, no. 6, p. 10–20, Dec. 2024. [Online]. Available: http: //dx.doi.org/10.1109/MWC.016.2300547

  129. [132]

    Toolformer: Language mod- els can teach themselves to use tools,

    T. Schick, J. Dwivedi-Yu, R. Dess `ı, et al., “Toolformer: Language mod- els can teach themselves to use tools,” Advances in Neural Information Processing Systems, vol. 36, pp. 68 539–68 551, 2023

  130. [133]

    Perception, reason, think, and plan: A survey on large multimodal reasoning models,

    Y . Li, Z. Liu, Z. Li, et al. , “Perception, reason, think, and plan: A survey on large multimodal reasoning models,” 2025. [Online]. Available: https://arxiv.org/abs/2505.04921

  131. [134]

    Evaluating large language models trained on code,

    M. Chen, J. Tworek, H. Jun, et al., “Evaluating large language models trained on code,” arXiv preprint arXiv:2107.03374 , 2021

  132. [135]

    Ai agents and agentic ai-navigating a plethora of concepts for future manufacturing,

    Y . Ren, Y . Liu, T. Ji, et al. , “Ai agents and agentic ai-navigating a plethora of concepts for future manufacturing,” 2025. [Online]. Available: https://arxiv.org/abs/2507.01376

  133. [136]

    Towards general industrial intelligence: A survey of large models as a service in industrial iot,

    J. Tang, J. Chen, J. He, et al., “Towards general industrial intelligence: A survey of large models as a service in industrial iot,” IEEE Commu- nications Surveys & Tutorials , pp. 1–1, 2025

  134. [137]

    Towards embodied agentic ai: Review and classification of llm- and vlm-driven robot autonomy and interaction,

    S. Salimpour, L. Fu, F. Keramat, et al. , “Towards embodied agentic ai: Review and classification of llm- and vlm-driven robot autonomy and interaction,” 2025. [Online]. Available: https: //arxiv.org/abs/2508.05294

  135. [138]

    Position paper: Towards open complex human-ai agents collaboration system for problem-solving and knowledge management,

    J. Wu and C. K. L. Or, “Position paper: Towards open complex human-ai agents collaboration system for problem-solving and knowledge management,” 2025. [Online]. Available: https://arxiv.org/ abs/2505.00018

  136. [139]

    Wireless agentic ai with retrieval-augmented multimodal semantic perception,

    G. Liu, Y . Liu, R. Zhang, et al. , “Wireless agentic ai with retrieval-augmented multimodal semantic perception,” 2025. [Online]. Available: https://arxiv.org/abs/2505.23275

  137. [140]

    A survey of context engineering for large language models,

    L. Mei, J. Yao, Y . Ge, et al. , “A survey of context engineering for large language models,” 2025. [Online]. Available: https: //arxiv.org/abs/2507.13334

  138. [141]

    Chain of preference optimization: Improving chain-of-thought reasoning in llms,

    X. Zhang, C. Du, T. Pang, et al. , “Chain of preference optimization: Improving chain-of-thought reasoning in llms,” Advances in Neural Information Processing Systems , vol. 37, pp. 333–356, 2024

  139. [142]

    Model context protocol (mcp): Landscape, security threats, and future research directions,

    X. Hou, Y . Zhao, S. Wang, et al. , “Model context protocol (mcp): Landscape, security threats, and future research directions,” arXiv preprint arXiv:2503.23278, 2025

  140. [143]

    Chain-of-thought for large language model-empowered wireless communications,

    X. Wang, J. Zhu, R. Zhang, et al. , “Chain-of-thought for large language model-empowered wireless communications,” 2025. [Online]. Available: https://arxiv.org/abs/2505.22320

  141. [144]

    Edge intelligence in intelligent transportation systems: A survey,

    T. Gong, L. Zhu, F. R. Yu, et al. , “Edge intelligence in intelligent transportation systems: A survey,” IEEE Transactions on Intelligent Transportation Systems, vol. 24, no. 9, pp. 8919–8944, 2023

  142. [145]

    Towards resilient federated learning in cyberedge networks: Recent advances and future trends,

    K. Li, Z. Zhang, A. Pourkabirian, et al. , “Towards resilient federated learning in cyberedge networks: Recent advances and future trends,”

  143. [146]

    A comprehensive survey of self-evolving ai agents: A new paradigm bridging foundation models and lifelong agentic systems,

    J. Fang, Y . Peng, X. Zhang, et al. , “A comprehensive survey of self-evolving ai agents: A new paradigm bridging foundation models and lifelong agentic systems,” 2025. [Online]. Available: https://arxiv.org/abs/2508.07407

  144. [147]

    When digital twin meets gener- ative ai: Intelligent closed-loop network management,

    X. Huang, H. Yang, C. Zhou, et al., “When digital twin meets gener- ative ai: Intelligent closed-loop network management,” IEEE Network, 2024

  145. [148]

    Revolutionizing qoe-driven network management with digital agents in 6g,

    X. S. Shen, X. Huang, J. Xue, et al. , “Revolutionizing qoe-driven network management with digital agents in 6g,” IEEE Communications Magazine, 2025

  146. [149]

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

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

  147. [150]

    Integrated sensing and edge ai: Realizing intelligent perception in 6g,

    Z. Liu, X. Chen, H. Wu, et al. , “Integrated sensing and edge ai: Realizing intelligent perception in 6g,” IEEE Communications Surveys & Tutorials, 2025

  148. [151]

    A survey of reasoning with foundation models: Concepts, methodologies, and outlook,

    J. Sun, C. Zheng, E. Xie, et al. , “A survey of reasoning with foundation models: Concepts, methodologies, and outlook,” ACM Comput. Surv. , vol. 57, no. 11, June 2025. [Online]. Available: https://doi.org/10.1145/3729218

  149. [152]

    Comparative analysis of lightweight deep learning models for memory-constrained devices,

    T. Shahriar, “Comparative analysis of lightweight deep learning models for memory-constrained devices,” 2025. [Online]. Available: https://arxiv.org/abs/2505.03303

  150. [153]

    Empowering edge intelligence: A comprehensive survey on on-device ai models,

    X. Wang, Z. Tang, J. Guo, et al. , “Empowering edge intelligence: A comprehensive survey on on-device ai models,” ACM Computing Surveys, vol. 57, no. 9, pp. 1–39, 2025

  151. [154]

    A survey on symbolic knowledge distillation of large language models,

    K. Acharya, A. Velasquez, and H. H. Song, “A survey on symbolic knowledge distillation of large language models,” IEEE Transactions on Artificial Intelligence , vol. 5, no. 12, pp. 5928–5948, 2024

  152. [155]

    A multifaceted vision of the human-ai collaboration: A com- prehensive review,

    M. Puerta-Beldarrain, O. G ´omez-Carmona, R. S ´anchez-Corcuera, et al. , “A multifaceted vision of the human-ai collaboration: A com- prehensive review,” IEEE Access, vol. 13, pp. 29 375–29 405, 2025

  153. [156]

    Ai-native network slicing for 6g networks,

    W. Wu, C. Zhou, M. Li, et al. , “Ai-native network slicing for 6g networks,” IEEE Wireless Communications, vol. 29, no. 1, pp. 96–103, 2022

  154. [157]

    Deploying and evaluating multiple deep learning models on edge devices 28 for diabetic retinopathy detection,

    A. Asare, D. A. N. Gookyi, D. Boateng, et al. , “Deploying and evaluating multiple deep learning models on edge devices 28 for diabetic retinopathy detection,” 2025. [Online]. Available: https://arxiv.org/abs/2506.14834

  155. [158]

    Agentic ai: Autonomous in- telligence for complex goals—a comprehensive survey,

    D. B. Acharya, K. Kuppan, and B. Divya, “Agentic ai: Autonomous in- telligence for complex goals—a comprehensive survey,” IEEE Access, vol. 13, pp. 18 912–18 936, 2025

  156. [159]

    Awq: Activation-aware weight quan- tization for on-device llm compression and acceleration,

    J. Lin, J. Tang, H. Tang, et al., “Awq: Activation-aware weight quan- tization for on-device llm compression and acceleration,” Proceedings of Machine Learning and Systems , vol. 6, pp. 87–100, 2024

  157. [160]

    Llm-pruner: On the structural pruning of large language models,

    X. Ma, G. Fang, and X. Wang, “Llm-pruner: On the structural pruning of large language models,” Advances in neural information processing systems, vol. 36, pp. 21 702–21 720, 2023

  158. [161]

    Lora: Low-rank adaptation of large language models

    E. J. Hu, Y . Shen, P. Wallis, et al., “Lora: Low-rank adaptation of large language models.” ICLR, vol. 1, no. 2, p. 3, 2022

  159. [162]

    Prompt distillation for efficient llm- based recommendation,

    L. Li, Y . Zhang, and L. Chen, “Prompt distillation for efficient llm- based recommendation,” in Proceedings of the 32nd ACM International Conference on Information and Knowledge Management , 2023, pp. 1348–1357

  160. [163]

    Comparison and benchmarking of ai models and frameworks on mobile devices,

    C. Luo, X. He, J. Zhan, et al. , “Comparison and benchmarking of ai models and frameworks on mobile devices,” arXiv preprint arXiv:2005.05085, 2020

  161. [164]

    Shufflenet: An extremely efficient convolutional neural network for mobile devices,

    X. Zhang, X. Zhou, M. Lin, et al., “Shufflenet: An extremely efficient convolutional neural network for mobile devices,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 6848–6856

  162. [165]

    Rct: Resource constrained training for edge ai,

    T. Huang, T. Luo, M. Yan, et al., “Rct: Resource constrained training for edge ai,” IEEE Transactions on Neural Networks and Learning Systems, vol. 35, no. 2, pp. 2575–2587, 2024

  163. [166]

    Edge intelligence for autonomous driving in 6g wireless system: Design challenges and solutions,

    B. Yang, X. Cao, K. Xiong, et al., “Edge intelligence for autonomous driving in 6g wireless system: Design challenges and solutions,” IEEE Wireless Communications, vol. 28, no. 2, pp. 40–47, 2021

  164. [167]

    Dynamic neural networks: A sur- vey,

    Y . Han, G. Huang, S. Song, et al., “Dynamic neural networks: A sur- vey,” IEEE transactions on pattern analysis and machine intelligence , vol. 44, no. 11, pp. 7436–7456, 2021

  165. [168]

    Multi-exit vision trans- former for dynamic inference,

    A. Bakhtiarnia, Q. Zhang, and A. Iosifidis, “Multi-exit vision trans- former for dynamic inference,” arXiv preprint arXiv:2106.15183, 2021

  166. [169]

    Efficientnet: Rethinking model scaling for con- volutional neural networks,

    M. Tan and Q. Le, “Efficientnet: Rethinking model scaling for con- volutional neural networks,” in International conference on machine learning. PMLR, 2019, pp. 6105–6114

  167. [170]

    Mobilevit: light-weight, general- purpose, and mobile-friendly vision transformer,

    S. Mehta and M. Rastegari, “Mobilevit: light-weight, general- purpose, and mobile-friendly vision transformer,” arXiv preprint arXiv:2110.02178, 2021

  168. [171]

    A compre- hensive survey on hardware-aware neural architecture search,

    H. Benmeziane, K. E. Maghraoui, H. Ouarnoughi, et al., “A compre- hensive survey on hardware-aware neural architecture search,” arXiv preprint arXiv:2101.09336, 2021

  169. [172]

    Hw-nas-bench: Hardware-aware neural ar- chitecture search benchmark,

    C. Li, Z. Yu, Y . Fu, et al., “Hw-nas-bench: Hardware-aware neural ar- chitecture search benchmark,” arXiv preprint arXiv:2103.10584, 2021

  170. [173]

    Multi-exit resource-efficient neural architecture for image classification with optimized fusion block,

    Y . Addad, A. Lechervy, and F. Jurie, “Multi-exit resource-efficient neural architecture for image classification with optimized fusion block,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 1486–1491

  171. [174]

    Adaptive early exit of computation for energy-efficient and low-latency machine learning over iot networks,

    E. Samikwa, A. Di Maio, and T. Braun, “Adaptive early exit of computation for energy-efficient and low-latency machine learning over iot networks,” in 2022 IEEE 19th Annual Consumer Communications Networking Conference (CCNC) , 2022, pp. 200–206

  172. [175]

    Edge intelligence and blockchain empowered 5g beyond for the industrial internet of things,

    K. Zhang, Y . Zhu, S. Maharjan, et al. , “Edge intelligence and blockchain empowered 5g beyond for the industrial internet of things,” IEEE Network, vol. 33, no. 5, pp. 12–19, 2019

  173. [176]

    Loka protocol: A decentralized framework for trustworthy and ethical ai agent ecosystems,

    R. Ranjan, S. Gupta, and S. N. Singh, “Loka protocol: A decentralized framework for trustworthy and ethical ai agent ecosystems,” 2025. [Online]. Available: https://arxiv.org/abs/2504.10915

  174. [177]

    Hardware acceleration of sparse and irregular tensor computations of ml models: A survey and insights,

    S. Dave, R. Baghdadi, T. Nowatzki, et al., “Hardware acceleration of sparse and irregular tensor computations of ml models: A survey and insights,” Proceedings of the IEEE , vol. 109, no. 10, pp. 1706–1752, 2021

  175. [178]

    Fidrl: Flexible invocation-based deep reinforcement learning for dvfs scheduling in embedded systems,

    J. Li, W. Jiang, Y . He, et al. , “Fidrl: Flexible invocation-based deep reinforcement learning for dvfs scheduling in embedded systems,” IEEE Transactions on Computers , vol. 74, no. 1, pp. 71–85, 2025

  176. [179]

    Gossip-based computation of ag- gregate information,

    D. Kempe, A. Dobra, and J. Gehrke, “Gossip-based computation of ag- gregate information,” in 44th Annual IEEE Symposium on Foundations of Computer Science, 2003. Proceedings. IEEE, 2003, pp. 482–491

  177. [180]

    Communication-efficient learning of deep networks from decentralized data,

    B. McMahan, E. Moore, D. Ramage, et al., “Communication-efficient learning of deep networks from decentralized data,” in Artificial intel- ligence and statistics . PMLR, 2017, pp. 1273–1282

  178. [181]

    Multiagent reinforcement learning: Methods, trustworthiness, applications in intelligent vehicles, and chal- lenges,

    Z. Zhou, G. Liu, and Y . Tang, “Multiagent reinforcement learning: Methods, trustworthiness, applications in intelligent vehicles, and chal- lenges,” IEEE Transactions on Intelligent Vehicles , vol. 9, no. 12, pp. 8190–8211, 2024

  179. [182]

    A comprehensive survey on multi-agent cooperative decision-making: Scenarios, approaches, challenges and perspectives,

    W. Jin, H. Du, B. Zhao, et al. , “A comprehensive survey on multi-agent cooperative decision-making: Scenarios, approaches, challenges and perspectives,” 2025. [Online]. Available: https: //arxiv.org/abs/2503.13415

  180. [183]

    On the pitfalls of measuring emergent communication,

    R. Lowe, J. Foerster, Y .-L. Boureau,et al., “On the pitfalls of measuring emergent communication,” arXiv preprint arXiv:1903.05168 , 2019

  181. [184]

    Distributed constraint opti- mization problems and applications: A survey,

    F. Fioretto, E. Pontelli, and W. Yeoh, “Distributed constraint opti- mization problems and applications: A survey,” Journal of Artificial Intelligence Research, vol. 61, pp. 623–698, 2018

  182. [185]

    Improved message passing algorithms for sparse code multiple access,

    J. Dai, K. Niu, C. Dong, et al., “Improved message passing algorithms for sparse code multiple access,” IEEE Transactions on Vehicular Technology, vol. 66, no. 11, pp. 9986–9999, 2017

  183. [186]

    Learning to communicate with deep multi-agent reinforcement learning,

    J. Foerster, I. A. Assael, N. De Freitas, et al., “Learning to communicate with deep multi-agent reinforcement learning,” Advances in neural information processing systems , vol. 29, 2016

  184. [187]

    A survey of llm-driven ai agent communication: Protocols, security risks, and defense countermeasures,

    D. Kong, S. Lin, Z. Xu, et al. , “A survey of llm-driven ai agent communication: Protocols, security risks, and defense countermeasures,” 2025. [Online]. Available: https://arxiv.org/abs/25 06.19676

  185. [188]

    Q-learning-based adaptive power control in wireless rf energy harvesting heterogeneous networks,

    R. Zhang, K. Xiong, W. Guo, et al., “Q-learning-based adaptive power control in wireless rf energy harvesting heterogeneous networks,” IEEE Systems Journal, vol. 15, no. 2, pp. 1861–1872, 2021

  186. [189]

    Deep implicit coordina- tion graphs for multi-agent reinforcement learning,

    S. Li, J. K. Gupta, P. Morales, et al. , “Deep implicit coordina- tion graphs for multi-agent reinforcement learning,” arXiv preprint arXiv:2006.11438, 2020

  187. [190]

    Emergent multi-agent communication in the deep learning era,

    A. Lazaridou and M. Baroni, “Emergent multi-agent communication in the deep learning era,” arXiv preprint arXiv:2006.02419 , 2020

  188. [191]

    Interactive ai with retrieval-augmented generation for next generation networking,

    R. Zhang, H. Du, Y . Liu, et al., “Interactive ai with retrieval-augmented generation for next generation networking,” IEEE Network , vol. 38, no. 6, pp. 414–424, 2024

  189. [192]

    A comprehensive survey on vector database: Storage and retrieval technique, challenge,

    Y . Han, C. Liu, and P. Wang, “A comprehensive survey on vector database: Storage and retrieval technique, challenge,” arXiv preprint arXiv:2310.11703, 2023

  190. [193]

    Heterogeneous multiagent task allo- cation based on graph-based convolutional assignment neural network,

    Z. Ma, H. Gong, J. Xiong, et al., “Heterogeneous multiagent task allo- cation based on graph-based convolutional assignment neural network,” IEEE Internet of Things Journal , vol. 12, no. 11, pp. 17 281–17 299, 2025

  191. [194]

    Toward effective retrieval augmented generative services in 6g networks,

    X. Huang, Y . Tang, J. Li, et al., “Toward effective retrieval augmented generative services in 6g networks,” IEEE Network, vol. 38, no. 6, pp. 459–467, 2024

  192. [195]

    Learn to grow: A continual structure learning framework for overcoming catastrophic forgetting,

    X. Li, Y . Zhou, T. Wu, et al. , “Learn to grow: A continual structure learning framework for overcoming catastrophic forgetting,” inInterna- tional conference on machine learning. PMLR, 2019, pp. 3925–3934

  193. [196]

    Learning latent dynamics for planning from pixels,

    D. Hafner, T. Lillicrap, I. Fischer, et al., “Learning latent dynamics for planning from pixels,” inInternational conference on machine learning. PMLR, 2019, pp. 2555–2565

  194. [197]

    Do transformers need deep long-range memory,

    J. W. Rae and A. Razavi, “Do transformers need deep long-range memory,” arXiv preprint arXiv:2007.03356 , 2020

  195. [198]

    Structured sparse back- propagation for lightweight on-device continual learning on micro- controller units,

    F. Paissan, D. Nadalini, M. Rusci, et al. , “Structured sparse back- propagation for lightweight on-device continual learning on micro- controller units,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 2172–2181

  196. [199]

    Towards collaborative intelligence: Propagating intentions and reasoning for multi-agent coordination with large language models,

    X. Qiu, H. Wang, X. Tan, et al. , “Towards collaborative intelligence: Propagating intentions and reasoning for multi-agent coordination with large language models,” 2024. [Online]. Available: https: //arxiv.org/abs/2407.12532

  197. [200]

    Reinforcement learning with llms interaction for distributed diffusion model services,

    H. Du, R. Zhang, D. Niyato, et al., “Reinforcement learning with llms interaction for distributed diffusion model services,” IEEE Transactions on Pattern Analysis and Machine Intelligence , pp. 1–18, 2025

  198. [201]

    Designing optimal dynamic treatment regimes: A causal reinforcement learning approach,

    J. Zhang, “Designing optimal dynamic treatment regimes: A causal reinforcement learning approach,” in International conference on ma- chine learning. PMLR, 2020, pp. 11 012–11 022

  199. [202]

    Predicting dynamic spectrum allocation: a review covering simulation, modelling, and prediction,

    A. C. Cullen, B. I. Rubinstein, S. Kandeepan, et al. , “Predicting dynamic spectrum allocation: a review covering simulation, modelling, and prediction,” Artificial Intelligence Review , vol. 56, no. 10, pp. 10 921–10 959, 2023

  200. [203]

    Beyond text: Implementing multimodal large language model-powered multi-agent systems using a no-code platform,

    C. Jeong, “Beyond text: Implementing multimodal large language model-powered multi-agent systems using a no-code platform,” arXiv preprint arXiv:2501.00750, 2025

  201. [204]

    SuperAGI,

    SuperAGI, “SuperAGI,” https://github.com/TransformerOptimus/Supe rAGI, 2023, accessed: 2024-06-06

  202. [205]

    Generative ai on spectrumnet: An open benchmark of multiband 3-d radio maps,

    S. Zhang, S. Jiang, W. Lin, et al., “Generative ai on spectrumnet: An open benchmark of multiband 3-d radio maps,” IEEE Transactions on Cognitive Communications and Networking , vol. 11, no. 2, pp. 886– 901, 2025. 29

  203. [208]

    Moura, “Crewai,” https://github.com/joaomdmoura/crewAI, 2023

    J. Moura, “Crewai,” https://github.com/joaomdmoura/crewAI, 2023

  204. [209]

    Autogen: Enabling next- gen llm applications via multi-agent conversation,

    Q. Wu, G. Bansal, J. Zhang, et al. , “Autogen: Enabling next- gen llm applications via multi-agent conversation,” arXiv preprint arXiv:2308.08155, 2023

  205. [210]

    Agentbench: Evaluating llms as agents,

    Z. Liu, Y . Shen, L. Li, et al., “Agentbench: Evaluating llms as agents,” arXiv preprint arXiv:2308.03688 , 2023

  206. [211]

    An Autonomous LLM Agent for Complex Task Solving,

    X. Team, “An Autonomous LLM Agent for Complex Task Solving,” https://github.com/OpenBMB/XAgent, 2023

  207. [212]

    Carla: An open urban driving simulator,

    A. Dosovitskiy, G. Ros, F. Codevilla, et al. , “Carla: An open urban driving simulator,” in Conference on robot learning . PMLR, 2017, pp. 1–16

  208. [213]

    Gpt-engineer,

    A. Osika, “Gpt-engineer,” https://github.com/gpt-engineer-org/gpt-engi neer, 2023

  209. [214]

    Researchgpt,

    M. Patnaik, “Researchgpt,” https://github.com/mukulpatnaik/research gpt, 2023

  210. [215]

    Bimedix: Bilingual medical mixture of experts llm,

    S. Pieri, S. S. Mullappilly, F. S. Khan, et al. , “Bimedix: Bilingual medical mixture of experts llm,” arXiv preprint arXiv:2402.13253 , 2024

  211. [217]

    V oxposer: Composable 3d value maps for robotic manipulation with language models,

    W. Huang, C. Wang, R. Zhang, et al., “V oxposer: Composable 3d value maps for robotic manipulation with language models,” arXiv preprint arXiv:2307.05973, 2023

  212. [218]

    Fingpt: Democratizing internet- scale data for financial large language models,

    X.-Y . Liu, G. Wang, H. Yang, et al., “Fingpt: Democratizing internet- scale data for financial large language models,” arXiv preprint arXiv:2307.10485, 2023

  213. [219]

    Temporal spectrum cartography in low-altitude economy networks: A generative ai framework with multi-agent learning,

    C. Zhao, R. Zhang, J. Wang, et al. , “Temporal spectrum cartography in low-altitude economy networks: A generative ai framework with multi-agent learning,” 2025. [Online]. Available: https://arxiv.org/abs/ 2505.15571

  214. [220]

    Agentic satellite-augmented low-altitude economy and terrestrial networks: A survey on generative approaches,

    X. Gao, Y . Wang, B. Liu, et al. , “Agentic satellite-augmented low-altitude economy and terrestrial networks: A survey on generative approaches,” 2025. [Online]. Available: https://arxiv.org/abs/2507.146 33

  215. [221]

    Survey on large language model- enhanced reinforcement learning: Concept, taxonomy, and methods,

    Y . Cao, H. Zhao, Y . Cheng, et al., “Survey on large language model- enhanced reinforcement learning: Concept, taxonomy, and methods,” IEEE Transactions on Neural Networks and Learning Systems, vol. 36, no. 6, pp. 9737–9757, 2025

  216. [222]

    Multi-uav-enabled energy-efficient data delivery for low-altitude economy: Joint coded caching, user grouping, and uav deployment,

    Q. Wei, R. Li, W. Bai, et al., “Multi-uav-enabled energy-efficient data delivery for low-altitude economy: Joint coded caching, user grouping, and uav deployment,” IEEE Internet of Things Journal, vol. 12, no. 14, pp. 27 519–27 532, 2025

  217. [223]

    Embodied ai-enhanced vehicular networks: An integrated vision language models and reinforcement learning method,

    R. Zhang, C. Zhao, H. Du, et al. , “Embodied ai-enhanced vehicular networks: An integrated vision language models and reinforcement learning method,” IEEE Transactions on Mobile Computing , pp. 1–16, 2025

  218. [224]

    A comprehensive simulation platform for space-air-ground integrated network,

    N. Cheng, W. Quan, W. Shi, et al. , “A comprehensive simulation platform for space-air-ground integrated network,”IEEE Wireless Com- munications, vol. 27, no. 1, pp. 178–185, 2020

  219. [225]

    Space-air-ground integrated net- work: A survey,

    J. Liu, Y . Shi, Z. M. Fadlullah, et al., “Space-air-ground integrated net- work: A survey,” IEEE Communications Surveys & Tutorials , vol. 20, no. 4, pp. 2714–2741, 2018

  220. [226]

    Synchronizing uav teams for timely data collection and energy transfer by deep reinforcement learning,

    O. S. Oubbati, M. Atiquzzaman, H. Lim, et al. , “Synchronizing uav teams for timely data collection and energy transfer by deep reinforcement learning,” IEEE Transactions on Vehicular Technology , vol. 71, no. 6, pp. 6682–6697, 2022

  221. [227]

    Ris-assisted uav communications for iot with wireless power transfer using deep reinforcement learning,

    K. K. Nguyen, A. Masaracchia, V . Sharma, et al. , “Ris-assisted uav communications for iot with wireless power transfer using deep reinforcement learning,” IEEE Journal of Selected Topics in Signal Processing, vol. 16, no. 5, pp. 1086–1096, 2022

  222. [228]

    Uav-enabled ultra-reliable low-latency communications for 6g: A comprehensive survey,

    A. Masaracchia, Y . Li, K. K. Nguyen, et al., “Uav-enabled ultra-reliable low-latency communications for 6g: A comprehensive survey,” IEEE Access, vol. 9, pp. 137 338–137 352, 2021

  223. [229]

    Age-of-information minimization for uav-based multi-view sensing and communication,

    W. Jiang, B. Ai, C. Shen, et al., “Age-of-information minimization for uav-based multi-view sensing and communication,” IEEE Transactions on Vehicular Technology, vol. 73, no. 1, pp. 1100–1114, 2023

  224. [230]

    3d uav trajectory and data collection optimisation via deep reinforcement learning,

    K. K. Nguyen, T. Q. Duong, T. Do-Duy, et al., “3d uav trajectory and data collection optimisation via deep reinforcement learning,” IEEE Transactions on Communications, vol. 70, no. 4, pp. 2358–2371, 2022

  225. [231]

    Thinking forward and backward: Effective backward planning with large language models,

    A. Z. Ren, B. Ichter, and A. Majumdar, “Thinking forward and backward: Effective backward planning with large language models,”

  226. [232]

    Reward design with language models,

    M. Kwon, S. M. Xie, K. Bullard, et al., “Reward design with language models,” 2023. [Online]. Available: https://arxiv.org/abs/2303.00001

  227. [233]

    Blockchain-based credential man- agement for anonymous authentication in sagvn,

    D. Liu, H. Wu, C. Huang, et al. , “Blockchain-based credential man- agement for anonymous authentication in sagvn,” IEEE Journal on Selected Areas in Communications , vol. 40, no. 10, pp. 3104–3116, 2022

  228. [234]

    Chain-of-thought prompting elicits reasoning in large language models,

    J. Wei, X. Wang, D. Schuurmans, et al., “Chain-of-thought prompting elicits reasoning in large language models,” 2023. [Online]. Available: https://arxiv.org/abs/2201.11903

  229. [235]

    Enhancing deep reinforcement learn- ing: A tutorial on generative diffusion models in network optimization,

    H. Du, R. Zhang, Y . Liu, et al., “Enhancing deep reinforcement learn- ing: A tutorial on generative diffusion models in network optimization,” IEEE Communications Surveys & Tutorials , vol. 26, no. 4, pp. 2611– 2646, 2024

  230. [236]

    Channel modeling and char- acteristics for 6g wireless communications,

    H. Jiang, M. Mukherjee, J. Zhou, et al., “Channel modeling and char- acteristics for 6g wireless communications,” IEEE Network , vol. 35, no. 1, pp. 296–303, 2021

  231. [238]

    Dynamic flow migration for embed- ded services in sdn/nfv-enabled 5g core networks,

    K. Qu, W. Zhuang, Q. Ye, et al., “Dynamic flow migration for embed- ded services in sdn/nfv-enabled 5g core networks,” IEEE Transactions on Communications, vol. 68, no. 4, pp. 2394–2408, 2020

  232. [239]

    Unauthorized uav countermeasure for low-altitude economy: Joint communications and jamming based on mimo cellular systems,

    Z. Li, Z. Gao, K. Wang, et al. , “Unauthorized uav countermeasure for low-altitude economy: Joint communications and jamming based on mimo cellular systems,” IEEE Internet of Things Journal , vol. 12, no. 6, pp. 6659–6672, 2025

  233. [240]

    Energy-efficient mobile-edge computation offloading for applications with shared data,

    C. You, K. Huang, H. Chae, et al. , “Energy-efficient mobile-edge computation offloading for applications with shared data,” IEEE Trans- actions on Wireless Communications , vol. 17, no. 6, pp. 3847–3861, 2017

  234. [241]

    A survey on mobile edge comput- ing: The communication perspective,

    Y . Mao, C. You, J. Zhang, et al., “A survey on mobile edge comput- ing: The communication perspective,” IEEE Communications Surveys Tutorials, vol. 19, no. 4, pp. 2322–2358, 2017

  235. [242]

    State-of-the-art deep learning: Evolving machine intelligence toward tomorrow’s intelligent network traffic control systems,

    Z. M. Fadlullah, F. Tang, B. Mao, et al., “State-of-the-art deep learning: Evolving machine intelligence toward tomorrow’s intelligent network traffic control systems,” IEEE Communications Surveys & Tutorials , vol. 19, no. 4, pp. 2432–2455, 2017

  236. [243]

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

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

  237. [244]

    A comprehensive survey of retrieval-augmented generation (rag): Evolution, current landscape and future directions,

    S. Gupta, R. Ranjan, and S. N. Singh, “A comprehensive survey of retrieval-augmented generation (rag): Evolution, current landscape and future directions,” 2024. [Online]. Available: https: //arxiv.org/abs/2410.12837

  238. [245]

    Deep reinforcement learning for collab- orative edge computing in vehicular networks,

    M. Li, J. Gao, L. Zhao, et al., “Deep reinforcement learning for collab- orative edge computing in vehicular networks,” IEEE Transactions on Cognitive Communications and Networking , vol. 6, no. 4, pp. 1122– 1135, 2020

  239. [247]

    Psyqoe: Improving quality-of- experience assessment with psychological effects in video streaming,

    D. Sheng, Q. Qi, J. Wang, et al. , “Psyqoe: Improving quality-of- experience assessment with psychological effects in video streaming,” IEEE Trans. Serv. Comput. , pp. 1–14, 2024

  240. [248]

    Joint coordinated beamforming and power splitting ratio optimization in mu-miso swipt-enabled hetnets: A multi-agent ddqn-based approach,

    R. Zhang, K. Xiong, Y . Lu, et al., “Joint coordinated beamforming and power splitting ratio optimization in mu-miso swipt-enabled hetnets: A multi-agent ddqn-based approach,” IEEE Journal on Selected Areas in Communications, vol. 40, no. 2, pp. 677–693, 2022

  241. [249]

    Networking and communications in autonomous driving: A survey,

    J. Wang, J. Liu, and N. Kato, “Networking and communications in autonomous driving: A survey,” IEEE Communications Surveys & Tutorials, vol. 21, no. 2, pp. 1243–1274, 2019

  242. [250]

    Model predictive control for smart grids with multiple electric-vehicle charging stations,

    Y . Shi, H. D. Tuan, A. V . Savkin, et al. , “Model predictive control for smart grids with multiple electric-vehicle charging stations,” IEEE Transactions on Smart Grid , vol. 10, no. 2, pp. 2127–2136, 2019

  243. [251]

    Embodied ai-enhanced vehicular networks: An integrated large language models and reinforcement learning method,

    R. Zhang, C. Zhao, H. Du, et al. , “Embodied ai-enhanced vehicular networks: An integrated large language models and reinforcement learning method,” 2025. [Online]. Available: https: //arxiv.org/abs/2501.01141

  244. [252]

    Future intelligent and secure vehicular network toward 6g: Machine-learning approaches,

    F. Tang, Y . Kawamoto, N. Kato, et al., “Future intelligent and secure vehicular network toward 6g: Machine-learning approaches,” Proceed- ings of the IEEE , vol. 108, no. 2, pp. 292–307, 2020

  245. [253]

    Human-centric resource alloca- tion for the metaverse with multiaccess edge computing,

    Z. Long, H. Dong, and A. E. Saddik, “Human-centric resource alloca- tion for the metaverse with multiaccess edge computing,”IEEE Internet of Things Journal , vol. 10, no. 22, pp. 19 993–20 005, 2023

  246. [254]

    Immersive intercon- nected virtual and augmented reality: A 5g and iot perspective,

    M. Torres Vega, C. Liaskos, S. Abadal, et al. , “Immersive intercon- nected virtual and augmented reality: A 5g and iot perspective,”Journal of Network and Systems Management , vol. 28, no. 4, pp. 796–826, 2020

  247. [255]

    Agi enabled solutions for iox layers bottlenecks in cyber-physical-social-thinking space,

    A. Khelloufi, H. Ning, S. Dhelim, et al. , “Agi enabled solutions for iox layers bottlenecks in cyber-physical-social-thinking space,” arXiv preprint arXiv:2506.22487, 2025. 30

  248. [256]

    Toward intelligent and adaptive task scheduling for 6g: An intent-driven framework,

    Q. Wang, S. Zou, Y . Sun, et al., “Toward intelligent and adaptive task scheduling for 6g: An intent-driven framework,” IEEE Transactions on Cognitive Communications and Networking , vol. 10, no. 5, pp. 1975– 1988, 2024

  249. [257]

    Hybrid far- and near-field modeling for reconfigurable intelligent surface assisted v2v channels: A sub-array partition based approach,

    H. Jiang, B. Xiong, H. Zhang, et al. , “Hybrid far- and near-field modeling for reconfigurable intelligent surface assisted v2v channels: A sub-array partition based approach,” IEEE Transactions on Wireless Communications, vol. 22, no. 11, pp. 8290–8303, 2023

  250. [258]

    Qoe-deer: A qoe-aware decentralized resource allocation scheme for edge computing,

    S. Li, J. Huang, J. Hu, et al. , “Qoe-deer: A qoe-aware decentralized resource allocation scheme for edge computing,” IEEE Transactions on Cognitive Communications and Networking , vol. 8, no. 2, pp. 1059– 1073, 2022

  251. [259]

    Qoe-fairness-aware bandwidth allocation design for mec-assisted abr video transmission,

    A. Xiao, S. Wu, Y . Ou,et al., “Qoe-fairness-aware bandwidth allocation design for mec-assisted abr video transmission,” IEEE Transactions on Network and Service Management , vol. 22, no. 1, pp. 499–515, 2025

  252. [260]

    Cost-aware dynamic sfc mapping and scheduling in sdn/nfv-enabled space–air–ground-integrated networks for internet of vehicles,

    J. Li, W. Shi, H. Wu, et al. , “Cost-aware dynamic sfc mapping and scheduling in sdn/nfv-enabled space–air–ground-integrated networks for internet of vehicles,” IEEE Internet of Things Journal, vol. 9, no. 8, pp. 5824–5838, 2021

  253. [261]

    Sdn/nfv-empowered future iov with enhanced communication, computing, and caching,

    W. Zhuang, Q. Ye, F. Lyu, et al., “Sdn/nfv-empowered future iov with enhanced communication, computing, and caching,” Proceedings of the IEEE, vol. 108, no. 2, pp. 274–291, 2019

  254. [262]

    Generative ai meets wireless networking: An interactive paradigm for intent-driven communications,

    X. Qin, M. Sun, J. Dai, et al., “Generative ai meets wireless networking: An interactive paradigm for intent-driven communications,” IEEE Transactions on Cognitive Communications and Networking , 2025

  255. [263]

    User-centric immersive communications in 6g: A data-oriented framework via digital twin,

    C. Zhou, S. Hu, J. Gao, et al., “User-centric immersive communications in 6g: A data-oriented framework via digital twin,” IEEE Wireless Communications, vol. 32, no. 3, pp. 122–129, 2025

  256. [264]

    Multi-tier distributed com- puting systems by leveraging digital twin: Challenges, techniques, and research directions,

    K. Wang, Y . Tang, T. Q. Duong, et al. , “Multi-tier distributed com- puting systems by leveraging digital twin: Challenges, techniques, and research directions,” IEEE Wireless Communications, pp. 1–9, 2025

  257. [265]

    Artificial general intelligence (agi)-native wireless systems: A journey beyond 6g,

    W. Saad, O. Hashash, C. K. Thomas, et al. , “Artificial general intelligence (agi)-native wireless systems: A journey beyond 6g,” Proceedings of the IEEE , pp. 1–39, 2025

  258. [266]

    Distributed blockchain-based trusted multidomain collaboration for mobile edge computing in 5g and beyond,

    H. Yang, Y . Liang, J. Yuan, et al. , “Distributed blockchain-based trusted multidomain collaboration for mobile edge computing in 5g and beyond,” IEEE Transactions on Industrial Informatics , vol. 16, no. 11, pp. 7094–7104, 2020

  259. [267]

    Ai agents: Evolution, architecture, and real-world appli- cations,

    N. Krishnan, “Ai agents: Evolution, architecture, and real-world appli- cations,” arXiv preprint arXiv:2503.12687 , 2025

  260. [268]

    Frontiers of generative ai for network optimization: Theories, limits, and visions,

    B. Yang, R. Liang, W. Li, et al. , “Frontiers of generative ai for network optimization: Theories, limits, and visions,” arXiv preprint arXiv:2507.01773, 2025

  261. [269]

    From llm reasoning to autonomous ai agents: A comprehensive review,

    M. A. Ferrag, N. Tihanyi, and M. Debbah, “From llm reasoning to autonomous ai agents: A comprehensive review,” 2025. [Online]. Available: https://arxiv.org/abs/2504.19678

  262. [270]

    A trustworthy multi-llm network: Chal- lenges, solutions, and a use case,

    H. Luo, G. Sun, Y . Liu, et al., “A trustworthy multi-llm network: Chal- lenges, solutions, and a use case,” arXiv preprint arXiv:2505.03196 , 2025

  263. [271]

    Safety implications of explainable artificial intelligence in end-to-end autonomous driving,

    S. Atakishiyev, M. Salameh, and R. Goebel, “Safety implications of explainable artificial intelligence in end-to-end autonomous driving,” IEEE Transactions on Intelligent Transportation Systems , pp. 1–20, 2025

  264. [272]

    Large language models and their applications in roadway safety and mobility enhancement: A comprehensive review,

    M. M. Karim, Y . Shi, S. Zhang, et al. , “Large language models and their applications in roadway safety and mobility enhancement: A comprehensive review,” 2025. [Online]. Available: https://arxiv.org/abs/2506.06301

  265. [273]

    Dynamic blockchain-empowered trustworthy end-edge collaborative computing via rotating multi-agent drl,

    C. Xu, P. Zhang, H. Yu, et al. , “Dynamic blockchain-empowered trustworthy end-edge collaborative computing via rotating multi-agent drl,” IEEE Transactions on Wireless Communications , vol. 24, no. 6, pp. 4864–4878, 2025

  266. [274]

    Challenges of trustworthy federated learning: What’s done, current trends and remaining work,

    N. Rodr ´ıguez-Barroso, M. Garc ´ıa-M´arquez, M. V . Luz ´on, et al. , “Challenges of trustworthy federated learning: What’s done, current trends and remaining work,” 2025. [Online]. Available: https: //arxiv.org/abs/2507.15796

  267. [275]

    A survey on federated analytics: Taxonomy, enabling techniques, applications and open issues,

    Z. Wang, H. Ji, Y . Zhu, et al. , “A survey on federated analytics: Taxonomy, enabling techniques, applications and open issues,” IEEE Communications Surveys & Tutorials , pp. 1–1, 2025

  268. [276]

    Knowledge transfer for cross-domain reinforcement learning: A systematic review,

    S. A. Serrano, J. Martinez-Carranza, and L. E. Sucar, “Knowledge transfer for cross-domain reinforcement learning: A systematic review,” IEEE Access, vol. 12, pp. 114 552–114 572, 2024

  269. [277]

    Transforming the hybrid cloud for emerging ai workloads,

    D. Chen, A. Youssef, R. Pendse, et al. , “Transforming the hybrid cloud for emerging ai workloads,” 2025. [Online]. Available: https://arxiv.org/abs/2411.13239

  270. [278]

    A review on edge large language models: Design, execution, and applications,

    Y . Zheng, Y . Chen, B. Qian, et al., “A review on edge large language models: Design, execution, and applications,” ACM Computing Sur- veys, vol. 57, no. 8, pp. 1–35, 2025

  271. [279]

    Bc4llm: A perspective of trusted artificial intelligence when blockchain meets large language models,

    H. Luo, J. Luo, and A. V . Vasilakos, “Bc4llm: A perspective of trusted artificial intelligence when blockchain meets large language models,” Neurocomputing, vol. 599, p. 128089, 2024

  272. [280]

    Unleashing the power of continual learning on non-centralized devices: A survey,

    Y . Li, H. Wang, W. Xu, et al. , “Unleashing the power of continual learning on non-centralized devices: A survey,” IEEE Communications Surveys & Tutorials, pp. 1–1, 2025

  273. [281]

    Lifelong learning with cycle memory networks,

    J. Peng, D. Ye, B. Tang, et al., “Lifelong learning with cycle memory networks,” IEEE Transactions on Neural Networks and Learning Systems, vol. 35, no. 11, pp. 16 439–16 452, 2024

  274. [2023]

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

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

  275. [2024]

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

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

  276. [2025]

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

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

Pith tools

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