中文
相关论文

相关论文: Deadline-Driven Hierarchical Agentic Resource Shar…

200 篇论文

AI agents are emerging as a dominant workload in a wide range of applications, promising to be the vehicle that delivers the promised benefits of AI to enterprises and consumers. Unlike conventional software or static inference, agentic…

机器学习 · 计算机科学 2025-07-29 Zain Asgar , Michelle Nguyen , Sachin Katti

Radio Access Network (RAN) slicing enables multiple logical networks to exist on top of the same physical infrastructure by allocating resources to distinct service groups, where radio resource scheduling plays a key role in ensuring…

网络与互联网体系结构 · 计算机科学 2026-02-25 Md Arafat Habib , Medhat Elsayed , Majid Bavand , Pedro Enrique Iturria Rivera , Yigit Ozcan , Melike Erol-Kantarci

Large Language Models (LLMs) in agentic workflows combine multi-step reasoning, heterogeneous tool use, and collaboration across multiple specialized agents. Existing LLM serving engines optimize individual calls in isolation, while…

数据库 · 计算机科学 2026-01-21 Junyi Shen , Noppanat Wadlom , Yao Lu

In this paper, we propose an Agentic Artificial Intelligence (AI) framework for wireless networks. The framework coordinates a pool of AI agents guided by Natural Language (NL) inputs from a human operator. At its core, the super agent is…

网络与互联网体系结构 · 计算机科学 2026-04-07 Md Arafat Habib , Medhat Elsayed , Majid Bavand , Pedro Enrique Iturria Rivera , Yigit Ozcan , Melike Erol-Kantarci

The convergence of Agentic AI and MAS enables a new paradigm for intelligent decision making in SMS. Traditional MAS architectures emphasize distributed coordination and specialized autonomy, while recent advances in agentic AI driven by…

多智能体系统 · 计算机科学 2026-04-09 Mojtaba A. Farahani , Md Irfan Khan , Thorsten Wuest

New generations of radio access networks (RAN), especially with native AI services are increasingly difficult for human engineers to manage in real-time. Enterprise networks are often managed locally, where expertise is scarce. Existing…

网络与互联网体系结构 · 计算机科学 2026-02-17 Udhaya Srinivasan , Weisi Guo

In cloud manufacturing, unmanned aerial vehicles (UAVs) can support both product collection and mobile edge computing (MEC). This joint operation forms a hybrid scheduling problem, where physical logistics decisions are coupled with…

人工智能 · 计算机科学 2026-05-14 Hanwen Zhang , Dusit Niyato , Wei Zhang , Xin Lou , Malcolm Yoke Hean Low

Agentic workflows are composed of sequences of interdependent Large Language Model (LLM) calls, and they have become a dominant workload in modern AI systems. These workflows exhibit extensive redundancy from overlapping prompts and…

多智能体系统 · 计算机科学 2026-03-18 Noppanat Wadlom , Junyi Shen , Yao Lu

In the realm of AI, large language models (LLMs) like GPT-4, central to the operation of AI agents, predominantly operate in the cloud, incurring high operational costs. With local-based small language models (SLMs) becoming more accurate,…

机器学习 · 计算机科学 2025-04-02 Shiyi Liu , Haiying Shen , Shuai Che , Mahdi Ghandi , Mingqin Li

The necessity for cooperation among intelligent machines has popularised cooperative multi-agent reinforcement learning (MARL) in AI research. However, many research endeavours heavily rely on parameter sharing among agents, which confines…

机器学习 · 计算机科学 2023-12-29 Yifan Zhong , Jakub Grudzien Kuba , Xidong Feng , Siyi Hu , Jiaming Ji , Yaodong Yang

Future sixth-generation (6G) networks are expected to support low-altitude wireless networks (LAWNs), where unmanned aerial vehicles (UAVs) and aerial robots operate in highly dynamic three-dimensional environments under stringent latency,…

系统与控制 · 电气工程与系统科学 2026-01-26 Lingxiao Sun , Zhaoyang Zhang , Zihan Lin , Zirui Chen , Weijie Zhou , Zhaohui Yang , Tony Q. S. Quek

Multi-connectivity (MC) for aerial users via a set of ground access points offers the potential for highly reliable communication. Within an open radio access network (O-RAN) architecture, edge clouds (ECs) enable MC with low latency for…

网络与互联网体系结构 · 计算机科学 2025-03-12 F. Giarrè , I. A. Meer , M. Masoudi , M. Ozger , C. Cavdar

Open Radio Access Networks (O-RAN) promise flexible 6G network access through disaggregated, software-driven components and open interfaces, but this programmability also increases operational complexity. Multiple control loops coexist…

网络与互联网体系结构 · 计算机科学 2026-02-17 Hojjat Navidan , Mohammad Cheraghinia , Jaron Fontaine , Mohamed Seif , Eli De Poorter , H. Vincent Poor , Ingrid Moerman , Adnan Shahid

Agentic artificial intelligence (AI) is an AI paradigm that can perceive the environment, reason over observations, and execute actions to achieve specific goals. Task-oriented communication supports agentic AI by transmitting only the…

图像与视频处理 · 电气工程与系统科学 2026-02-16 Sin-Yu Huang , Lele Wang , Vincent W. S. Wong

Space-air-ground integrated networks (SAGIN) promise ubiquitous 6G connectivity but face significant resource management challenges due to heterogeneous infrastructure, dynamic topologies, and stringent quality-of-service (QoS)…

网络与互联网体系结构 · 计算机科学 2026-03-18 Linghao Zhang , Haitao Zhao , Bo Xu , Hongbo Zhu , Xianbin Wang

Large language models (LLMs) are increasingly deployed as the execution core of autonomous agents rather than as standalone text generators. Agentic workloads induce a temporal shift from single-turn inference to multi-turn LLM-tool loops,…

As humans delegate more tasks and decisions to artificial intelligence (AI), we risk losing control of our individual and collective futures. Relatively simple algorithmic systems already steer human decision-making, such as social media…

计算机与社会 · 计算机科学 2025-09-11 Benjamin Sturgeon , Daniel Samuelson , Jacob Haimes , Jacy Reese Anthis

AI agents powered by Large Language Models (LLMs) have made significant advances, enabling them to assist humans in diverse complex tasks and leading to a revolution in human-AI coordination. LLM-powered agents typically require invoking…

人工智能 · 计算机科学 2024-01-10 Jijia Liu , Chao Yu , Jiaxuan Gao , Yuqing Xie , Qingmin Liao , Yi Wu , Yu Wang

The rise of Agentic applications and automation in the Voice AI industry has led to an increased reliance on Large Language Models (LLMs) to navigate graph-based logic workflows composed of nodes and edges. However, existing methods face…

人工智能 · 计算机科学 2025-03-11 Alex Casella , Wayne Wang

AI agents execute tens to hundreds of chained LLM calls per task, yet GPU schedulers treat each call as independent, discarding gigabytes of intermediate state between steps and inflating end-to-end latency by 3-8x. We argue that this…

分布式、并行与集群计算 · 计算机科学 2026-05-04 Dongxin Guo , Jikun Wu , Siu Ming Yiu
‹ 上一页 1 2 3 10 下一页 ›