ConceptioArchivearXiv CS
arXiv CSopen access

Quality-Aware Personalized AI Service Provisioning in UAV-Assisted 6G Networks

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
distributedsystemsprotocols
networking, internet, protocols, distributed systems

© 2026 IEEE. Reprinting or republishing this material for the purpose of advertising or promotion, creating new collective works, reselling or redistributing to servers or lists, or using any copyrighted component in other works must adhere to IEEE policy. The paper has been accepted for publication at IEEE FINE 2026.

Quality-Aware Personalized AI Service Provisioning in UAV-Assisted 6G Networks Mohammad Farhoudi1 , Masoud Shokrnezhad2 , and Tarik Taleb3 1

arXiv:2607.06278v1 [cs.NI] 7 Jul 2026

2

Oulu University, Finland; [email protected] ICTFICIAL Oy, Espoo, Finland; [email protected] 3 Ruhr University Bochum (RUB), Germany; [email protected]

Abstract—In sixth-generation (6G) artificial intelligence (AI) services, two quality dimensions should be jointly addressed: conventional quality (e.g., latency) and Quality of AI Services (QoAIS; output fidelity, continuity, personalization). Existing methods emphasize conventional quality, while neglecting QoAIS, particularly for personalized outputs in dynamic aerial-terrestrial settings. This paper introduces HyPE, a hybrid predictive-incontext-learning framework for holistically quality-aware personalized AI service provisioning in Unmanned Aerial Vehicle (UAV)-assisted 6G networks. HyPE integrates: (i) mobility-aware prediction to forecast spatio-temporal request distributions, (ii) learning-augmented decision leveraging Large Language Model (LLM)-based reasoning to optimize UAV trajectories and inference assignments, and (iii) pre-/post-processing service placement and routing using heuristics. We formulate an optimization problem for joint trajectory planning, service placement, and routing, and present HyPE as a scalable alternative to intractable optimal solutions. Simulations with empirical mobility traces and heterogeneous AI workloads show near-optimal coverage, reduced endto-end latency, sustained QoAIS-driven, and continuity-based service personalization versus optimization and state-of-the-art baselines. The results highlight the promise of predictive learningaugmented provisioning for elastic, user-centric AI in 6G. Index Terms—Service Provisioning, Quality of AI Services (QoAIS), Edge-Cloud Environment, Intelligent UAV, 6G AerialTerrestrial Networks.

I. I NTRODUCTION With the rising demand for Artificial Intelligence (AI)driven services, sixth-generation (6G) networks should pave the way to accommodate them. 6G is envisioned as an AI-native infrastructure, enabling adaptive service provisioning [1], [2]. It should jointly satisfy two service quality dimensions: conventional quality (End-to-End (E2E) latency) and Quality-of-AI-Services (QoAIS) (output fidelity and continuity-aided user-specific personalization) [3], [4]. Meeting these dual requirements calls for a heterogeneous model stack, where edge-cloud nodes host lightweight distilled generative models for low-latency responses alongside fullscale models for richer reasoning and QoAIS-driven personalization that adapts outputs to user history [5], [6]. To remain scalable under high load, this satisfaction should be modular, leveraging pluggable pre-processing (e.g., filtering, visual encoding) and post-processing (e.g., voice modulation, translation, formatting) stages that can be composed per request to balance E2E latency and QoAIS [7]. Additionally, resource-intensive inference pipelines should be orchestrated

in dynamic networks, posing a central challenge for efficient provisioning under variable scenarios [8]. Furthermore, mobility adds complexity to service provisioning, as users expect reliable responses while moving across network regions [9]. 6G networks aim to provide ubiquitous access through AI-native infrastructure and intelligent edge capabilities [10]. To realize such pervasive access, 6G network architectures incorporate aerial platforms as mobile edge nodes that complement the static terrestrial infrastructure [11]. Equipped with computing resources and embedded AI models, Unmanned Aerial Vehicles (UAVs) deliver on-demand coverage and adaptive service provisioning, executing pre-/postprocessing and inference tasks. Dynamic transitions of these tasks are therefore essential to maintain QoAIS across user sessions in highly mobile environments. Recent research has investigated task offloading, service placement, and pipeline scheduling in edge-cloud environments under latency and accuracy constraints. For instance, Hao et al. [12] proposed a discrete-continuous Deep Reinforcement Learning (DRL) method based on latent space to optimize UAV trajectories and resource allocation for latency reduction, while Ding et al. [4] introduced a multi-objective scheduler, using genetic-based algorithms for QoAIS-aware provisioning to balance latency and accuracy. Raj et al. [13] focused on personalized offloading by deadlineaware and guaranteed experience heuristic methods to assist visually impaired users, whereas Jin et al. [14] proposed multi-tier architectures and game-theoretic offloading strategies that dynamically allocate resources to minimize latency under vehicular mobility. Yan et al. [15] presented Action-Decoupled Soft Actor-Critic (AD-SAC) for accuracyaware Large Language Model (LLM) offloading in UAVsatellite networks, jointly optimizing trajectory and model placement to minimize total service latency. Similarly, Hu et al. [16] developed Joint AI Agent Placement with Deep neural network Deployment (JAAPD-D), combining multi-timescale Lyapunov optimization with AI model placement to balance latency and acceptance rates. Despite these advances, several important gaps remain. Existing studies mainly fall into two separate lines: they either address generic AI task offloading, resource allocation, or service placement without explicitly supporting personalized inference, or they consider personalized AI-oriented services without jointly optimizing UAV trajectory control,

inference node assignment, and service continuity under mobility. Current solutions mostly overlook QoAIS, especially the joint interplay among E2E latency, model fidelity, and continuity-aware personalization in dynamic aerial-terrestrial 6G networks. In particular, limited attention has been paid to the spatio-temporal alignment between UAV movement and the availability of user-specific historical context required for personalized inference, as well as to the coordinated use of distilled and full-scale models across heterogeneous nodes to satisfy different latency-quality demands. These limitations call for an adaptive network-layer enabler that proactively tracks user mobility and requests; positions UAVs near users with relevant personalization history; assigns appropriate model variants according to latency and quality requirements; and distributes pre-processing, inference, and post-processing functions across heterogeneous aerial-terrestrial resources. In response, this paper introduces a mobility-aware, latencyand QoAIS-driven framework for personalized AI service provisioning with four key contributions: • a modular service fabric that composes pluggable preand post-processing stages to elastically serve requests, enabling cross-modal latency and QoAIS co-optimization with on-the-fly model distillation; • a joint optimization formulation that couples user mobility for UAV trajectory planning, function placement, inference assignment, and routing under quality and resource constraints, balancing E2E latency, output fidelity, and personalization continuity; • a hybrid predictive-learning stack that fuses DRLbased spatio-temporal demand forecasting with structured LLM-guided online orchestration, and lightweight heuristics for constraint-aware routing and placement; and • extensive evaluations on mobility traces and heterogeneous AI workloads showing near-optimal coverage, consistently low latency, and sustained QoAIS-driven personalization and output fidelity under high user density. The remainder of the paper is organized as follows: Section II presents the system model, including network architecture and service pipeline; Section III formulates the problem; Section IV details the proposed hybrid framework; Section V provides performance evaluation; and Section VI concludes and outlines future research directions. II. S YSTEM M ODEL In this section, we detail a system designed to deliver AI services to mobile users over dynamic 6G networks. A. Network Architecture We model the system as a grid A of discrete areas reflecting urban sectors or road segments. Area adjacency is captured by the binary predicate Aa,a′ , set to 1 if a and a′ are neighbors and 0 otherwise. The network is modeled as a time-varying directed graph G(N , L, P)t , where N , Lt , and P t represent the set of network nodes, links, and candidate routing paths at time t ∈ T . The multi-tier network comprises cloud nodes, terrestrial edge servers (e.g., roadside units or base stations),

and aerial UAV computing nodes. Each node n ∈ N is characterized by its type, computing capacity Cpn , and model fidelity score Qn , capturing the quality of the AI model hosted at n. Communication links l ∈ Lt describe feasible wired/wireless connections among nodes, characterized by capacity Lpl and determined by network topology and aerial node positions. Depending on available links at each time frame, a set of paths P t defines feasible packet transmission routes, with Hp,t as well as Tp,t denoting head and tail nodes, and Jp,l,t indicating whether path p traverses link l at time t. Time is slotted, and each frame is long enough for one adjacency-constrained UAV move and service reconfiguration; thus, UAV movement time is absorbed into frame evolution. B. AI Services The system supports a catalog S of AI services (e.g., voice command processing). Each service s with duration Tsdu is structured as a three-stage chain: (i) Pre-processing F pr s : lightweight functions with πspr stages that prepare input for inference; (ii) Inference: reasoning using one AI model, with full generative models on edge-cloud nodes or distilled variants on UAVs; and (iii) Post-processing F po s : final transformations before serving the user, with πspo stages. This separation enables the selection of serving nodes with different fidelity levels under compute, communication, and latency constraints. C. User and Request Users u ∈ U generate requests r ∈ Ru - in which Ru = {r ∈ R r is generated by user u} - over time horizon T , connecting through their Point of Attachment (PoA) to access the required services. Each request is repreqla ), specifying qou , Q sented by a tuple (Sr , Trpr , ∆r , Iur ,a,t , Q r r the requested service, start time, admissible request window ], user mobility path, minimum accept∆r = [Trpr , Trpr +Tsdu r able inference fidelity, and maximum tolerable E2E latency, respectively. Successful service delivery requires meeting both qla . Additionally, personalization quality Qpe is qou and Q Q u r r treated as a continuity proxy: repeated service at previously associated inference nodes improves context retention and response consistency. Each request r also requires minimum bandwidth Lqr along with maximum packet size Zqr,t , influencing transmission feasibility and latency, with latency modeled as path-based aggregation. Finally, requests’ computational demands are defined in giga-floating point operations per pr qin qpo second (GFLOPS) as Cqr,f , Cr , Cr,f for pre-, inference, and post-processing, respectively. III. P ROBLEM F ORMULATION The optimization framework aims to jointly maximize the number of supported requests and their QoAIS while minimizing E2E latency for AI services in 6G networks. The objective function (OF) balances three terms: output fidelity weighted by α (reflecting node suitability), personalization quality scaled by β (promoting assignment continuity), and latency penalized by ζ (aggregated over routing paths). Here, α, β, and ζ are weighting coefficients that tune the relative importance of fidelity, personalization, and latency despite their different

numerical scales. Request acceptance is represented by the pr po in binary variable Xr , with respect to Xr,f,t , Xr,t , Xr,f,t denoting execution of pre-processing, inference, and post-processing functions, respectively. To unify notation across service stages, ϕ we use the stage-dependent variable Xr,f,t . For pre- and postprocessing stages, f indexes functions in Fsϕ , while for inferin ence, we define a singleton set F in s = {∅}, so that Xr,f,t = in Xr,t . A request is considered accepted if its three service stages are completed within the prescribed temporal structure: all pre-processing functions are executed at the entry frame Trpr , inference is executed during Trin = (Trpr , Trpr +Tsdu ), and all r post-processing functions are completed at the terminal frame Trpo = Trpr +Tsdu (C1). r max

X

Xr + α·

X

R

(

X

Qpe u −ζ ·

U ϕ Xr,f,t )

R

Y

Xr =

Qou r +β · X

X

Qla r

s.t.

C1 - C18 (OF)

R

∀r∈R

(C1)

ϕ∈{pr,in,po} F ϕ ,T ϕ sr

r

A. Definition The definition constraints govern activation rules, logical dependencies among functions, and their placement across the network. Function placements are binary variables pr po Yf,n,t , Yf,n,t indicating that function f is deployed on node in indicates that request r’s inference n at time t, and Yr,n,t task is served by node n at t. For notational uniformity, the same stage-indexed convention is used for placement and computation variables, with the inference stage treated as a singleton component. Constraint C2 ensures each request at entry r ∈ R activates πsprr pre-processing function f ∈ Fspr r at the terminal time, and πspor post-processing function f ∈ Fspo r in time. Constraint C3 binds inference execution variables Xr,t in to deployment variables Yr,n,t , ensuring scheduled inference is served by a node. Finally, Constraint C4 guarantees that if a function f is demanded at time t, it should be deployed on at least one node. X ϕ F sr

X

ϕ

r,f,Tr

in Yr,n,t >

N

= πsϕr X

N

in Xr,t

∀ r, t ∈ R, ∆r (C3)

R

P X

∀ r, ϕ ∈ R, {pr, po} (C2)

ϕ Yf,n,t >

ϕ R Xr,f,t

R

∀f, t, ϕ ∈

[ (F ϕ s ), ∆r , {pr, po} (C4)

B. Multi-time-frame Trajectory To enable mobility-aware orchestration of aerial nodes, these constraints govern UAV spatial behavior and user interactions. UAV positions are captured by Sn,a,t , which equals 1 if UAV n occupies an area a at time t, while edge nodes remain static but area-aware. Constraint C5 enforces location exclusivity, requiring each UAV to occupy exactly one area per time slot. Constraint C6 introduces adjacency-based transitions, allowing a UAV to move to an area a at time t only if it resided in an adjacent area a′ at the preceding time t−1. Constraint C7 ensures a consistent user-node association Bu,n,t by restricting each user u to at most one binned node

per time frame, and activating it only when the user and node share the same area. X

Sn,a,t = 1

∀ n, t ∈ N , T

(C5)

∀ n, a, t ∈ N , A, T

(C6)

∀ r, t ∈ R, ∆r

(C7)

A

Sn,a,t ≤

X

Aa,a′ · Sn,a′ ,t−1

a′ ∈A

X

Bur ,n,t · Sn,a,t · Iur ,a,t ≤ 1

N ,A

C. Dynamic Network Graph These constraints govern the dynamic construction of timevarying network topology under mobility. Constraint C8 defines Ln,n′ ,t , a binary variable indicating the existence of a link between the nodes n and n′ at time t, enabled only when nodes occupy adjacent or overlapping areas, thus reflecting nodes’ coverage limits. Based on this, the feasible link set Lt is constructed (C9), while the candidate path set P t is derived as sequences of active links (C10). Constraint C11 then enforces routing consistency by activating Jp,l,t only if link l is active in path p at t. Ln,n′ ,t ≤

X

Aa,a′ · Sn,a,t · Sn′ ,a′ ,t

∀ n, n′ , t ∈ N , N , T (C8)

a,a′ ∈A

 Lt ≜ (n, n′ ) ∈ N × N

Ln,n′ ,t = 1

P t ≜ {p = (Hp,t , Tp,t ) | p ⊂ Lt } X Jp,l,t ≤ Ln,n′ ,t

∀t∈T

(C9)

∀t∈T

(C10)

∀ p, l, t ∈ P t , Lt , T

(C11)

N ,N

D. Path Selection These constraints structure data flow across service stages, ensuring that requests are routed on feasible, coherent paths in dynamic topologies induced by UAV mobility. Routing is enforced across service stages. For each request r, time frame t, and stage ϕ, one feasible path is selected between the active h,ϕ t,ϕ source and destination endpoint (C12). Here, ηr,n,t and ηr,n,t denote the active head and tail nodes of the stage ϕ’s route for request r at time t: for ϕ = pr, they correspond to the user’s PoA node and the selected pre-processing node; for ϕ = in, to the previously selected pre-processing node and the selected inference node; and for ϕ = po, to the selected inference node and the selected post-processing node. In this way, the path is created whenever two consecutive functions or inference nodes are active at frame t, which adapts to timevarying connectivity, resource availability, and user proximity. X

ϕ Rtr r,p,t 1(Yf,n,t == 1) = 1

∀r, t, ϕ ∈ R, Trϕ , {pr, in, po} (C12)

Pt, Fϕ sr h,ϕ Hp,t =ηr,n,t , t,ϕ Tp,t =ηr,n,t

E. QoS Constraints These constraints ensure service delivery with sufficient quality. Constraint C13 models E2E latency Qla r as the cumulative sum of link latencies, each given by the ratio of the request’s maximum packet size Zqr,t to link capacity Lpl . The qla . latency should follow the request’s predefined tolerance Q r

Meanwhile, output quality Qou r is captured as the cumulative fidelity contributed by the inference nodes serving r, while qou (C14). it should meet or exceed a required threshold Q r To foster personalization quality, Constraint C15 introduces pa a recency-weighted history variable Hu,n,t , quantifying the degree to which a node n has historically served user u up to time t, modulated by a decay factor δ. Building upon this, Constraint C16 defines Qpe u as the sum of such affinities across inference tasks, rewarding continuity-based responses.   q p q la Rtr r,p,t · Jp,l,t · Zr,t /Ll ≤ Qr

X

Qla r ≜

∀ r ∈ R (C13)

P t ,Lt ,T

Qou r ≜

X

in q ou · Qn ≥ Q Yr,n,t r

∀r∈R

(C14)

T ,N pa Hu,n,t =

t−1 X

δ t−T

T=0

Qpe u ≜

X T ,N

pa Hu,n,t

X

in Yr,n,T

∀ u, n, t ∈ U , N , T (C15)

in Yr,n,t

∀u∈U

Ru

X

(C16)

Ru

F. Capacity Constraints To ensure feasible service provisioning aligned with physical infrastructure limitations in the 6G aerial-terrestrial networks, capacity constraints bound both compute and communication resources. Computing load is limited by aggregating processing demands from all active pre-, inference, and postprocessing tasks, requiring total utilization not exceeding the node’s capacity Cpn (C17). Communication is restricted by ensuring that cumulative bandwidth demands Lqr from all routed requests using the link l do not surpass its capacity Lpl , thereby preventing congestion (C18). X

ϕ ϕ ϕ Xr,f,t · Yf,n,t · Cqr,f ≤ Cpn

∀ n, t, ϕ ∈ N , T , {pr, in, po} (C17)

ϕ R,F sr

X

q p Rtr r,p,t · Jp,l,t · Lr ≤ Ll

∀ l, t ∈ Lt , T

(C18)

R,P t

IV. P ROPOSED M ETHOD The problem defined in Section III is NP-hard [17]. Hence, finding the solution of (OF) becomes computationally intractable in large-scale instances despite unrealistic assumptions that all system knowledge is available. To address this, we propose the hybrid predictive-in-context-learning (HyPE) framework, which integrates predictive modeling, learningaugmented decisions, and heuristics for scalable real-time service provisioning. HyPE operates in three phases: (i) mobility-aware prediction (MAP), which forecasts user request patterns to mitigate imperfect knowledge arising from user mobility; (ii) learning-augmented decision (LEAD), which leverages LLMs to jointly plan UAV trajectories and inference node assignments based on historical context and quality requirements; and (iii) service placement and routing (SET), which applies Proximity-Greedy Allocation (PGA) for pre/post-function placement and Latency-Biased Shortest Path (LBSP) for efficient route selection under dynamic topology. The E2E process of HyPE is shown in Algorithm 1. MAP: In the first phase, HyPE employs a DRL predictor to address the challenges of forecasting user mobility and

anticipating service demands in highly dynamic 6G environments. This design builds on prior DRL-based prediction methods for mobile service environments [18]. Unlike offline learning models, which cannot adapt to rapidly changing traffic patterns, we employ online DRL to continuously capture the spatio-temporal evolution of user behavior. Specifically, each PoA hosts a Dueling Double Deep Q-Learning (D3QL) agent with a Long Short-Term Memory (LSTM)-Convolutional Neural Network (CNN) architecture to process historical mobility and request traces. The LSTM captures temporal dependencies in user movement and service arrivals, while the CNN extracts local spatial correlations across neighboring areas. Based on these observations, the agent outputs the probability distribution that user ur will appear in area a and generate request r in the next time frame. Unlike using prediction only for mobility estimation, MAP is extended to jointly anticipate both user location and service intent, and to produce a prioritized set of likely future requests, reflecting their probability of occurrence. The agent’s reward function is defined by prediction accuracy, incentivizing reliable mobility awareness while ensuring responsiveness to evolving user contexts. This “MAP” does not output final UAV placement or inference decisions; rather, it provides probabilistic forecasts of future user locations and anticipated requests that guide subsequent phases in proactive service provisioning. LEAD: Following user mobility and request predictions and to satisfy anticipated request demands, we leverage an LLMdriven planner as an adaptive decision engine. In this setting, the LLM is tasked with producing two critical outputs for each upcoming time frame: (i) the trajectory design Sn,a,t+1 , denoting the area assignment for each UAV, and (ii) the in inference assignment Yr,n,t+1 , specifying which network node is responsible for processing the inference stage of each predicted request. The LEAD phase is tasked to transform the raw predictions of the MAP phase into actionable orchestration decisions. These decisions are made while jointly considering latency constraints (C13), fidelity requirements (C14), and personalization objectives (C16), thereby ensuring that the orchestration remains both feasible and user-centric. LLMs offer a compelling alternative by enabling adaptive, in-context learning-based decision-making. First, LLMs can directly process inputs and align with the nature of personalized AI service provisioning, where user intent and mobility patterns should be considered simultaneously. Second, unlike static optimization solvers, LLMs can be prompted with domain-specific rules to perform inference selection and trajectory planning without exhaustively enumerating all feasible configurations. This allows decisions to be generated in real-time, even under partial observability or incomplete mobility information. Third, the ability of LLMs to generalize from prior interactions and adapt to new mobility or service contexts introduces a form of transferable intelligence, thereby supporting more flexible decision generation across heterogeneous deployment scenarios [19]. Finally, the adoption of LLMs integrates naturally with the broader system vision of AI-native 6G networks, where network control and service

<Role>Node trajectory + Service provisioner</Role> <Nodes>Nodes capacity, fidelity, & current location</Nodes> <Users>Predicted user areas</Users> <Request>Anticipated user requests</Requests> <Areas>Area and adjacency info</Areas> <InfMem>History of user-node inference assignments</InfMem> <Constraints> 1. Move UAV for a user if its capacity ≥ requested capacity. 2. Users and nodes should be collocated for binnding. 3. Ensure connectivity of consecutive node assignments. 4. Edge nodes are static and do not move. 5. UAV nodes move based on area adjacency rules <Areas>. </Constraints> <Examples>Few-shot positive/negative</Examples> <Reasoning_Guidance> - Trade-off: latency vs. QoAIS (personalization & fidelity). - Prefer nodes with <InfMem> when feasible. - If no request, move UAVs to anticipate future demands. </Reasoning_Guidance> <Performance_Metrics> - Fidelity score of selected nodes. - Personalization score of selected nodes. </Performance_Metrics> Design <Nodes> next areas and select inference nodes for <Requests> of <Users> subject to <Constraints> following <Examples> as examples, considering <Reasoning_Guidance> to improve <Performance_Metrics>. <Output_Schema> { time: [str], nodes: [list] = {id: [str], area: [str]}, inference: [list] = {request: [str], node: [str]} } </Output_Schema>

Figure 1. Structured prompt design for LLM-based node trajectory and inference selection in the LEAD phase.

orchestration are increasingly entrusted to intelligent methods rather than rigid rule-based optimization. In LLMs, a free-form text description is submitted to the language model via a prompt, and it is instructed to generate a structured output. To effectively harness the reasoning capacity of LLMs, we design a structured prompting strategy composed of three complementary mechanisms, depicted in Figure 1. Role Prompting: Initially, we implement role prompting, a natural language processing technique that assigns specific roles, personas, or contexts to language models to elicit more specialized responses. This method leverages corresponding knowledge patterns, terminology, and reasoning approaches typical of the assigned role, which enhances contextual consistency and reduces ambiguity [20]. The LLM is designated as a “Node trajectory and service provisioner” for a gridbased aerial-terrestrial network, responsible for providing UAV areas and inference nodes. By assigning this specialized role, the LLM is guided to operate within the reasoning patterns and decision logic expected of a domain-specific planner, rather than generating unconstrained text. The prompt provides contextual blocks, including predicted user areas and requests, node capacities and qualities, prior inference-memory for personalization continuity Min t , and domain-specific constraints, with the instruction that its output should consist of available node blocks while prohibiting the inclusion of its own suggestions. Thus, this approach effectively narrows the search space and grounds the LLM’s reasoning in the operational state, thereby improving its accuracy and response time. Contrastive Few-Shot Learning: To ensure adaptability to evolving user contexts, the prompt incorporates contrastive few-shot examples derived from before the task execution [21]. High-reward examples (i.e., past assignments that yielded low latency as well as high fidelity and personalization scores)

and low-reward examples (i.e., assignments violating Quality of Service (QoS) or leading to infeasible placements) are embedded into the prompt. This contrastive structure enables the LLM to refine its reasoning by explicitly learning from both successes and failures, thereby improving generalization to unseen mobility patterns and heterogeneous service demands. Through this mechanism, the LLM avoids repeating detrimental provisioning strategies and adapts more robustly to the stochasticity of user mobility. What is more, we employ contrastive learning to ensure that the LLM remains responsive to dynamic contexts in which user requests evolve and require diverse contextual interpretations. Specifically, we retain the in recorded inference selection outputs Yr,n,t following the completion of request r. For subsequent user requests, we select K examples from the highest-reward outputs, referred to as K+ , and K examples from the lowest-reward outputs, referred to as K− . This strategy provides the LLM with updated guidance on what to prioritize and what to avoid, ensuring its adaptability to shifting requirements, particularly those related to personalization. Structure Enforcement: To guarantee seamless integration of LLM outputs into the orchestration pipeline, we enforce a structured response format. Specifically, the LLM is instructed to provide node area and inference node assignments in a machine-readable schema, validated automatically using the Pydantic library [22]. The schema fields directly map to the optimization variables: nodes candidates Sn,a,t+1 and inferin ence candidates Yr,n,t+1 , while validated outputs are the only pr,po decisions passed to SET for Bu,n,t+1 , Yf,n,t+1 , and Rtr r,p,t+1 . Furthermore, the structured format allows direct validation against feasibility constraints: UAV moves are checked against adjacency rules (C6), inference assignments are validated against node capacity constraints (C17), and the network graph is updated according to link feasibility (C9-C10). Any infeasible decisions are discarded, and the LLM is iteratively guided toward valid outputs. The LEAD phase algorithm is shown in Algorithm 1, steps 2-8. Consider a network with one UAV, one edge node, and two users u1 and u2 . At time t, the MAP phase predicts that u1 will move to area a2 and request the speech-to-text service, while u2 will remain in area a1 and request image captioning. The UAV is currently in area a1 , and the edge node is static in a3 . The LLM prompt contains: (1) <U sers>: predicted areas and <Requests> (u1 in a2 , u2 in a1 ); (2) <N odes>: UAV (capacity 100 GFLOPS, fidelity 0.6), edge (capacity 400 GFLOPS, fidelity 0.8); (3) <Inf M em>: u1 previously served by edge, u2 by UAV; (4) <Reasoning Guidance>: maximum tolerable latency 80ms, minimum required fidelity 0.7. The LLM, acting as the UAV trajectory and service provisioner, produces: (1) UAV trajectory: candidate move of UAV from a1 to a2 (Suav,a2 ,t+1 = 1); (2) Inference assignment: candidate assignment of u1 ’s inference on the edge node (Yrinu ,edge,t+1 = 1) to meet fidelity > 0.7, and keep 1 u2 ’s inference on the UAV (Yrinu2 ,uav,t+1 = 1) to minimize latency and increase personalization. After validation, these

assignments are feasible: UAV mobility satisfies adjacency (C6), inference node assignments respect node capacities (C17), and the updated graph reflects new links (C9-C10). By validating outputs against network constraints, the framework ensures that UAV trajectories and node selections are not only context-aware but also operationally feasible. Hence, LEAD is not treated as an exact solver; it serves as a structured policy prior that proposes high-utility candidate decisions, which are then completed by deterministic constraint validation and SET. Thus, the validated outputs feed into the subsequent SET phase, where pre/post-processing placement and routing decisions are finalized to complete the orchestration cycle. SET: This phase integrates (i) MAP’s predicted user areas and requests, (ii) LEAD’s inference-node and trajectory decisions, and (iii) residual capacities to finalize user-node bindings, placing pre-/post-processing functions, and selecting routing paths, as detailed in Algorithm 1, steps 9-25. First, binned node (Bu,n,t+1 ) is selected for each active user u at time t+1, as required by C7. Let N bi ur ,t+1 be the candidate collocated nodes for u, as defined in Eq. (1). The binding is selected by minimizing latency to n′ from u’s PoA (Lu→n′ ) pu,n,t+1 (normalized while incorporating historical affinity H pa history value from Hu,n,t+1 ), weighted by κ to balance recency with latency, as shown in Eq. (2). N bi u,t+1 = {n ∈ N | ∃a : Iu,a,t+1 = 1 ∧ Sn,a,t+1 = 1},    p u,n′ ,t ) . 1, if n = arg min Lu→n′ +κ (1 − H bi ′ n ∈N u,t+1 Bu,n,t+1=  0, otherwise.

(1) (2)

Next, the PGA method is used for function placement pr,po (Yf,n,t+1 ) that assigns each required function f ∈ Ft+1 to the node that minimizes aggregated latency for its requesting P users Rf . Functions are prioritized by latency tightness ( Rf r). For each f ∈ Ft+1 , we define the candidate nodes set Nff e that satisfy Eq. (3), where p · Cpn denotes node n’s residual compute capacity. If no candidate node exists (Nff e = ∅), f ’s requests (Rf ) are partitioned across replicas on multiple nodes based on spillover replication, which assigns replicas greedily until the subset of nodes that satisfies (Eq. 3). In other words, we find two or more nodes to satisfy the function f , and each node serves a subset of requests. Afterward, for P each feasible node, the total latency is Rf Lur →n , where Lur →n is computed over feasible paths in t+1. The placement P node n⋆ = argminn∈N f e Rf Lur →n is then selected, and f capacities are updated via Eq. (4). The process repeats until all Ft+1 functions are placed or resources are exhausted. X

pr po (Cqr,f + Cqr,f ) ≤ p · Cpn ,

(3)

Rf

p · Cpn⋆ = p · Cpn⋆ − (

X Rfpr

pr Cqr,f +

X

po Cqr,f ).

(4)

Rfpo

After binding and placement, routing is performed on the updated graph Gt+1 using LBSP, which selects low-latency paths while ensuring link capacity feasibility (C18). For each request r and transfer step (user→pre, pre→inference, inference→post), a feasible path Rtr r,p,t+1 is selected. Each

Algorithm 1: HyPE service provisioning Input: N t (state, capacity, output fidelity) pr,po in Output: Sn,a,t+1 ,Yr,n,t+1 ,Yf,n,t+1 ,Bu,n,t+1 ,Rtr r,p,t+1 1 Use DRL method to predict Iu,a,t+1 , Rt+1 in 2 Create Mt & block structured prompt with examples in 3 Query LLM & receive candidates {Sn,a,t+1 , Yr,n,t+1 } 4 foreach UAV n ∈ N t do 5 Validate adjacency constraint (C6) 6 foreach r ∈ Rt+1 do 7 Validate node (C17) & fidelity/latency (C13-C14) in 8 Update network graph Gt+1 & Mt+1 9 foreach r ∈ Rt+1 do 10 Compute candidate set N bi u,t+1 (Eq. (1)) 11 Compute Lu→n & Bu,n⋆ ,t+1 P based on Eq. (2) 12 Sort Ft+1 by latency tightness Rfr|Rf ← f’s requests 13 foreach f ∈ Ft+1 do 14 Compute candidate nodes N ff e that meet Eq. (3) 15 if N ff e = ∅ then 16 Spillover replication P (partition Rf ) 17 n⋆ = argminn∈N f e Rf Lur →n f 18 Y pr,po ← 1 & Update Cpn⋆ (Eq. (4)) ⋆ f,n ,t+1

foreach r ∈ Rt+1 do 20 Determine r’s stage & Find previous node 21 foreach l ∈ Lt do 22 Compute wl,r,t+1 based on Eq. (5) 23 while found do 24 Find p⋆ via Eq. (6) tr 25 Rr,p⋆ ,t+1 ← 1 & Update ul,t+1 ∀ l ∈ p⋆

19

request imposes latency based on Zqr,t on link l, while load ul,t+1 derived from LEAD or earlier SET steps. For each request, the per-link weight wl,r,t+1 is defined via Eq. (5), where γ tunes congestion avoidance (practical tuning knob). The final path p⋆ minimizes latency while satisfying capacity constraints via Eq. (6). If the shortest path is infeasible, LBSP iteratively tests alternatives; if none exist, the request is delayed (if ∆r allows) or rejected. ul,t+1 Zqr,t +γ· , (5) p Ll Lpl X X tr ⋆ q q p p⋆ = argmin wl,r,t+1 s.t. Rr̃, p̃,t+1 · Lr̃ + Lr ≤Ll ∀l ∈ p . (6) wl,r,t+1 =

p∈P t+1

l∈p

r̃,p̃∋l

V. P ERFORMANCE E VALUATION Our simulation environment is designed to reproduce the computational and networking characteristics of 6G networks. Table I lists the key parameters used in the simulation environments. To capture spatial dynamics, we map real-world user mobility traces from Zenodo [23] to our grid-based system that reflects real-world trajectories. Complementing mobility, requests are derived from the MMMU-Pro dataset [24], which provides diverse AI tasks. By probabilistically associating tasks to users over time, we reproduce the heterogeneous, unpredictable workloads typical of 6G scenarios. We evaluate HyPE against state-of-the-art, optimizationbased, and random baselines. As strong comparators, we

Table I S IMULATION PARAMETERS AND S YSTEM C ONFIGURATIONS Parameter Range / Value Unit Service duration (Tsdu ) 2-6 Time Frames User request bandwidth (Lqr ) 100 – 1000 Mbps ϕ Pre-/Post-processing capacity (Cqr,f ) 1–5 GFLOPS 30 – 100 GFLOPS Inference capacity (Cqrin ) 1-2 Pre-/post-process step (πsϕ ) Personalization continuity factor (δ) 0.65 – 0.9 Minimum output quality (Q̌ou 0.5 – 0.8 r ) Latency requirement (Q̌la 50 – 100 ms r ) Max packet size (Zqr,t ) 256 – 2048 Bytes Node quality (Qn ) 0.6 - 1 ca ) UAV compute capacity (Cpn 80 – 150 GFLOPS ca ) Cloud/Edge compute capacity (Cpn 500–1000 GFLOPS Link bandwidth capacity (Lpl ) 100 – 2000 Mbps MAP learning rate (D3QL) 10−4 – 10−3 MAP replay buffer size 1k – 10k transitions Gemini-2.5-Flash; 1 API/frame; LEAD LLM setup temp. 0.1 $0.30,2.50/M LEAD LLM cost in,out LLM prompt length 1k-4k tokens LLM few-shot examples (K) 1-3 Break weight / LBSP bias (κ, γ) 0.1 – 1.0 Areas (A) / Edge-cloud/UAV nodes 5x5 / 15 / 5 -

include AD-SAC [15], a hybrid offloading/power-allocation method that minimizes latency under accuracy constraints via accuracy-aware inference offloading in UAV-satellite networks, and JAAPD-D [16], which jointly balances latency, acceptance rate, and resource orchestration with objectives overlapping ours. For a fair comparison, all methods are executed under the same constraints, such as mobility traces, request realizations, and latency/fidelity demands. To integrate them into our setting, AD-SAC is used for UAV trajectory and inference assignments under its original latency/fidelity design, while JAAPD-D is adapted to the same aerial-terrestrial network as a demand-driven placement baseline. We also benchmark an optimization-based formulation (OF) solved via Gurobi and a random strategy that randomizes UAV trajectories, function placements, and inference assignments. Our experiments assess how key 6G capabilities are sustained as the density grows [25]. The first scenario examines coverage, wherein parts of the area is served by fixed infrastructure, requiring UAV repositioning for service delivery. As shown in Fig. 3, the Optimize oracle (full demand knowledge) achieves 100% acceptance at light loads and 75% at heavy loads, exposing UAV unreachability due to adjacency-limited movements. The Random baseline performs worst as UAVs fail to track moving users, causing a sharp degradation. HyPE matches optimal acceptance with 5 users and sustains 61% under heavy load, a strong suboptimal result driven by resource saturation and MAP prediction errors. AD-SAC drops to 53% because its agent optimizes UAV placement without explicit allocation or per-request admission, inducing contention and latency violations. JAAPD-D fares lower (42%) as its demanddriven heuristic lacks foresight for proactive UAV repositioning, leading to longer paths and reduced acceptance. By contrast, HyPE’s history-driven LEAD and prediction-aware planning better accommodate requests under load.

The second scenario examines how HyPE balances E2E latency and AI-enabled capabilities [25] as demand increases, comparing Optimize (oracle), Random, AD-SAC, JAAPD-D, and HyPE. Fig. 2.a reports latency distributions (min/max/median with means) for accepted requests: Optimize achieves the lowest latency via full demand knowledge and coordinated UAV control; Random shows deceptively lower mean latency than AD-SAC and JAAPD-D as it accepts few requests (mostly from fixed nodes), biasing results; HyPE balances latency and QoAIS in which at light load, LEAD and SET favor high-fidelity edge inference, slightly increasing latency (92 ms vs. 86 ms for AD-SAC at 5 users), while at higher loads LBSP shortens paths and PGA shifts tasks to UAVs near users, reducing latency with modest, acceptable quality loss; AD-SAC minimizes latency at low load via smaller UAV-hosted models but escalates under heavy load due to lack of bandwidth control, whereas LEAD’s predictionaware trajectories keep HyPE within bounds; JAAPD-D starts slightly lower through dynamic allocation but degrades without proactive UAV repositioning as density rises. Fig. 2.b evaluates AI-enabled personalization (continuity of user experience) and per-request output fidelity. Optimize leads by jointly optimizing placement, UAV movement, and historical affinity, while Random fails on both metrics due to unguided mobility and placement. HyPE achieves robust personalization and competitive fidelity by combining demand prediction with LEAD pre-positioning and PGA’s continuityaware placement toward spatially proximal nodes; personalization increases by 19% under load, while fidelity decreases (yet acceptable) by 45% as tasks shift to UAVs (intended tradeoff given δ’s personalization weighting). Under heavier load, HyPE shifts a larger fraction of inference tasks to distilled models to preserve service continuity and timely response delivery when fixed edge resources become saturated. Rather than a collapse in service quality, this is a controlled shift in which HyPE maintains interactive latency and personalization while still retaining competitive fidelity. Compared to AD-SAC, HyPE attains higher QoAIS by embedding personalization into reward and placement logic; AD-SAC degrades on both due to smaller UAV LLMs and lack of affinity modeling. JAAPD-D likewise underperforms HyPE (personalization 12 vs. 26) because personalization is absent from its objectives. VI. C ONCLUSION This paper addressed personalized AI services in UAVassisted 6G networks under mobility and constrained edge resources. We introduced HyPE, a hybrid predictive-in-contextlearning framework that integrates mobility-aware demand prediction, LLM-guided decision-making, and heuristic function placement and routing to maintain stringent latency and QoAIS guarantees. Empirically, HyPE delivers elastic provisioning across the three axes of 6G capabilities: trajectory-managed UAVs extend coverage to 91% of the oracle while complementing fixed edges; accepted-request E2E latency remains within 6G-class interactive bounds; and distributed aerial-terrestrial inference attains 94% of

Figure 2. Comparison of HyPE with Optimize (OF), AD-SAC [15], JAAPD-D [16], and random methods in terms of a) latency, and b) AI-enabled capabilities (QoAIS as Personalization and Fidelity) as the number of users/requests (connection density) expands. The lower bounds in (a) mainly correspond to light-load periods with fewer users and requests, reflecting underutilized resources and minimal contention.

Figure 3. Coverage comparison in terms of accepted requests as the number of users (requests) increases.

optimal output fidelity. By eschewing combinatorial enumeration, HyPE achieves polynomial per-frame complexity  O T (N U + N UF + UN 2 log N ) trading worst-case optimality for real-time scalability. Future work includes energyaware UAV trajectory planning, cross-domain orchestration, and continual learning for long-term personalization. As HyPE leverages pre-trained LLMs, future deployment should account for inference costs on-device or in federated setups. ACKNOWLEDGMENT The research work is supported in part by the Federal Ministry of Research, Technology, and Space (BMFTR), Germany, through the Project 6GEM+ under Grant 16KIS2411; by the European Union’s Horizon Europe research and innovation programme under the 6G-Path project (Grant No. 101139172); and the Research Council of Finland 6G Flagship Programme under Grant No. 369116. R EFERENCES [1] M. Farhoudi, M. Shokrnezhad, and T. Taleb, “Service registration, indexing, discovery, and selection: An architectural survey toward a GenAI-driven future,” IEEE Access, vol. 13, pp. 209 680–209 722, 2025. [2] H. Mazandarani et al., “Adaptive multiple access and service placement for generative diffusion models,” in Proc. IEEE Global Telecommun. Conf., Taipei, Taiwan, 2025, p. 5.97. [3] H. ang Gao et al., “A survey of self-evolving agents: On path to artificial super intelligence,” 2025. [4] T. Chen et al., “Optimization of quality of AI service in 6G native AI wireless networks,” Electronics, vol. 12, no. 15, 2023. [5] Q. Zhang et al., “A survey of graph retrieval-augmented generation for customized large language models,” 2025.

[6] Y. Chen, J. Zhao, and H. Han, “A survey on collaborative mechanisms between large and small language models,” 2025. [Online]. Available: https://arxiv.org/abs/2505.07460 [7] H. Hao, J. Han, C. Li, Y.-F. Li, X. Yue et al., “Rap: Retrieval-augmented personalization for multimodal large language models,” 2025. [8] J. Wu et al., “Personalized multimodal large language models: A survey,” 2024. [9] M. Farhoudi, M. Shokrnezhad et al., “Discovery of 6G services and resources in edge-cloud-continuum,” IEEE Netw., vol. 39, no. 3, pp. 223–232, 2025. [10] T. Taleb et al., “6G system architecture: A service of services vision,” in ITU journal on future and evolving technologies, vol. 3, no. 3, pp. 710–743, Dec. 2022. [11] H. Mazandarani et al., “Semantic-aware dynamic and distributed power allocation: a multi-UAV area coverage use case,” 2025. [12] H. Hao, C. Xu, W. Zhang, S. Yang, and G.-M. Muntean, “Joint task offloading, resource allocation, and trajectory design for multi-UAV cooperative edge computing with task priority,” IEEE Trans. Mobile Comput., vol. 23, no. 9, pp. 8649–8663, 2024. [13] S. Raj, R. Mittal, H. Gupta, S. Yogesh SimmhanRaj et al., “Adaptive heuristics for scheduling DNN inferencing on edge and cloud for personalized UAV fleets,” Future Generation Computer Systems, vol. 173, p. 107874, Dec 2025. [14] L. Jin et al., “Adaptive task offloading and resource management for vehicular edge computing,” IEEE Trans. Veh. Technol., pp. 1–14, 2025. [15] H. Yan et al., “Accuracy-aware MLLM task offloading and resource allocation in UAV-assisted satellite edge computing,” Drones, vol. 9, no. 7, 2025. [16] Y. Hu et al., “AI service deployment and resource allocation optimization based on human-like networking architecture,” IEEE Internet Things J., vol. 11, no. 14, pp. 24 795–24 813, 2024. [17] M. Farhoudi, M. Shokrnezhad, S. Kianpisheh, and T. Taleb, “Deep learning based service composition in integrated aerial-terrestrial networks,” in International Conf. on Net. Softwarization, 2025, pp. 204–208. [18] M. Farhoudi et al., “QoS-aware service prediction and orchestration in cloud-network integrated beyond 5G,” in Proc. IEEE Global Telecommun. Conf., Dec. 2023, pp. 369–374. [19] K. C. Wibisono and Y. Wang, “From unstructured data to in-context learning: Exploring what tasks can be learned and when,” in Advances in Neural Information Processing Systems, 2024, pp. 16 369–16 405. [20] A. Kong et al., “Better zero-shot reasoning with role-play prompting,” arXiv preprint arXiv:2308.07702, 2023. [21] M. Shokrnezhad et al., “An autonomous network orchestration framework integrating large language models with continual reinforcement learning,” IEEE Commun. Mag., vol. 63, no. 8, pp. 78–84, 2025. [22] S. Colvin et al., “Pydantic: Data validation using python type hints,” MIT License. [Online]. Available: https://github.com/pydantic/pydantic [23] T. Yabe et al., “Metropolitan scale and longitudinal dataset of anonymized human mobility trajectories,” 2023. [Online]. Available: https://arxiv.org/abs/2307.03401 [24] X. Yue et al., “Mmmu-pro: A more robust multi-discipline multimodal understanding benchmark,” 2025. [25] R. I. R. Sector, “M.2160-0: Framework and overall objectives of the future development of IMT for 2030 and beyond,” Nov. 2023, available: https://www.itu.int/rec/RREC-M.2160/en.

Record · ID 346470 · SHA-256 038f7943275513e0
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.