paper-with-me

홈 › Papers

INFRAMIND: Infrastructure-Aware Multi-Agent Orchestration

2026-06-09 · Ahasan Kabir, Jiaqi Xue, Mengxin Zheng, Qian Lou arxiv

Existing multi-agent LLM orchestration methods, ranging from brute-force ensembles to learned routers, select models and topologies based on task and model features. However, these methods do not consider the runtime state of the serving infrastructure. On shared GPU clusters under concurrent load, this infrastructure blindness causes systematic resource underutilization: preferred models accumulate deep request queues while equally capable alternatives sit idle. In multi-agent pipelines, where each query triggers multiple sequential model calls, these delays then compound across every downstream step. Closing this gap is challenging because the relevant infrastructure signals (queue depths, KV-cache pressure, latencies) are dynamic and noisy, and they must drive three different decisions: planning, per-step routing, and scheduling. We introduce INFRAMIND, a framework that makes the entire multi-agent stack infrastructure-aware. An infra-aware planner conditions topology and role selection on real-time system load and remaining budget, biasing toward simpler graphs under congestion and richer ones at low load. An infra-aware executor then observes per-model queue depths, cache utilization, and response latencies at each agent step to decide which model to call and how deeply to reason; a budget-aware scheduler further reorders each model's queue so that urgent requests are served first. Cast as a hierarchical constrained MDP and solved end-to-end via reinforcement learning, the system learns to balance quality against latency automatically. Across five benchmarks, INFRAMIND delivers up to +7.6 pp accuracy over the prior baseline at low load with up to 7x lower latency, and sustains up to 99.9% SLO compliance under high load where every baseline drops below 50%.

📄 PDF Abstract BibTeX arXiv:2606.11440

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

InfraMind: A Novel Exploration-based GUI Agentic Framework for Mission-critical Industrial Management

2025-09-17 · Liangtao Lin, Zhaomeng Zhu, Tianwei Zhang, Yonggang Wen arxiv

Mission-critical industrial infrastructure, such as data centers, increasingly depends on complex management software. Its operations, however, pose significant challenges due to the escalating system complexity, multi-v…

Knowledge Distillation

An Agentic AI Control Plane for 6G Network Slice Orchestration, Monitoring, and Trading

2026-01-27 · Eranga Bandara, Ross Gore, Sachin Shetty, Ravi Mukkamala 외 arxiv

6G networks are expected to be AI-native, intent-driven, and economically programmable, requiring fundamentally new approaches to network slice orchestration. Existing slicing frameworks, largely designed for 5G, rely on…

From RAN Control to Agentic Intelligence: Architecture and Vision for Energy Efficient AI-RAN

2026-06-20 · Sabrine Aroua, Alexis I. Aravanis, Ilias Chatzistefanidis, Hamza Abbar 외 arxiv

Future 6G networks will rely on highly distributed, AI-native Radio Access Networks (RANs), where communication and AI workloads share a common infrastructure. This evolution, combined with increasing deployment density …

Large Language Models meet Network Slicing Management and Orchestration

2024-03-20 · Abdulhalim Dandoush, Viswanath Kumarskandpriya, Mueen Uddin, Usman Khalil

Network slicing, a cornerstone technology for future networks, enables the creation of customized virtual networks on a shared physical infrastructure. This fosters innovation and agility by providing dedicated resources…

Management

AGORA: Agentic Green Orchestration Architecture for Beyond 5G Networks

2026-02-08 · Rodrigo Moreira, Larissa Ferreira Rodrigues Moreira, Maycon Peixoto, Flavio De Oliveira Silva arxiv

Effective management and operational decision-making for complex mobile network systems present significant challenges, particularly when addressing conflicting requirements such as efficiency, user satisfaction, and ene…