LAMeTA: Intent-Aware Agentic Network Optimization via a Large AI Model-Empowered Two-Stage Approach
Yinqiu Liu, Guangyuan Liu, Jiacheng Wang, Ruichen Zhang, Dusit Niyato, Geng Sun, Zehui Xiong, Zhu Han
TL;DR
LAMeTA addresses intent-aware optimization in agentic networks by combining a compact intent-distillation stage (IoKD) with a symbiotic reinforcement learning stage (SRL). IoKD transfers intent understanding from a centralized, large LAM to lightweight edge LAMs, enabling accurate interpretation of natural-language user prompts with reduced compute. SRL then jointly optimizes GenSFC composition and E-LAM selection via a graph-based MDP, using E-LAM translations of intents to shape state representations and rewards, while leveraging in-context learning for adaptability. Experiments on an 81-agent setup show IoKD reduces intent-prediction error by up to 22.5%, and SRL outperforms baselines by up to 23.5% in maximizing intent-aware QoE, demonstrating scalable, practical gains for diverse user intents in networked GenAI services.
Abstract
Nowadays, Generative AI (GenAI) reshapes numerous domains by enabling machines to create content across modalities. As GenAI evolves into autonomous agents capable of reasoning, collaboration, and interaction, they are increasingly deployed on network infrastructures to serve humans automatically. This emerging paradigm, known as the agentic network, presents new optimization challenges due to the demand to incorporate subjective intents of human users expressed in natural language. Traditional generic Deep Reinforcement Learning (DRL) struggles to capture intent semantics and adjust policies dynamically, thus leading to suboptimality. In this paper, we present LAMeTA, a Large AI Model (LAM)-empowered Two-stage Approach for intent-aware agentic network optimization. First, we propose Intent-oriented Knowledge Distillation (IoKD), which efficiently distills intent-understanding capabilities from resource-intensive LAMs to lightweight edge LAMs (E-LAMs) to serve end users. Second, we develop Symbiotic Reinforcement Learning (SRL), integrating E-LAMs with a policy-based DRL framework. In SRL, E-LAMs translate natural language user intents into structured preference vectors that guide both state representation and reward design. The DRL, in turn, optimizes the generative service function chain composition and E-LAM selection based on real-time network conditions, thus optimizing the subjective Quality-of-Experience (QoE). Extensive experiments conducted in an agentic network with 81 agents demonstrate that IoKD reduces mean squared error in intent prediction by up to 22.5%, while SRL outperforms conventional generic DRL by up to 23.5% in maximizing intent-aware QoE.
