Afsoon Alidadi Shamsabadi, Animesh Yadav, Halim Yanikomeroglu
Competent, deployment-relevant application of an established GNN-for-resource-allocation recipe to a timely HAPS-RSMA setting, with solid execution but incremental novelty and single-scenario evidence.
Integrating non-terrestrial networks (NTN) with terrestrial infrastructure is a key enabler of next-generation wireless systems, providing ubiquitous connectivity while meeting stringent rate and latency requirements. In particular, high altitude platform stations (HAPS) can complement terrestrial networks and jointly form vertical heterogeneous networks (vHetNets), extending coverage while delivering high-capacity, reliable, and low-latency connectivity for user equipments (UEs) including ground users and uncrewed aerial vehicles (UAVs). However, the high altitude deployment of HAPS establishes strong line-of-sight (LoS) links to UEs, creating highly correlated channels among UEs. Moreover, the wide coverage footprint of HAPS enables it to serve a large number of UEs, forcing limited radio resources to be shared among many UEs and resulting in significant intra-resource block (RB) interference. To address this challenge, we propose an interference management scheme based on UE clustering and rate-splitting multiple access (RSMA). Specifically, the network is modeled as a heterogeneous graph, and a graph neural network (GNN) is developed to efficiently allocate the common and private RSMA powers, maximizing the minimum spectral efficiency (SE) in a fast and scalable manner. Simulation results demonstrate that the proposed GNN-RSMA interference management algorithm outperforms conventional multiple access schemes while achieving fairness and worst-user performance comparable to successive convex approximation (SCA)-based optimization at only a fraction of its computational cost.
The paper proposes GNN-RSMA, a heterogeneous graph neural network that performs max-min-fair (MMF) power allocation for rate-splitting multiple access (RSMA) in HAPS-based non-terrestrial networks. The central problem addressed is that HAPS deployments create strong, highly correlated line-of-sight channels among many spatially clustered users, producing severe intra-resource-block interference; the prior SCA-based solution (the authors' own reference [4]) is accurate but must re-solve a non-convex optimization for every channel realization, making it prohibitively slow at scale. The contribution is to replace that iterative optimizer with a learned policy that maps a network realization (modeled as a UE/cluster/RB heterogeneous graph) directly to feasible power/rate allocations in a few low-complexity forward passes. Notable design elements are: (i) a constraint-feasible softmax decoder enforcing power-budget and common-rate decodability by construction, (ii) an unsupervised log-sum-exp MMF surrogate loss, and (iii) an "iterative rate-hint refinement" mechanism that unrolls the policy to emulate SCA's inner iterations. The headline result is ~92% of SCA's median SE_min at a 40–60× runtime reduction, with size-generalization across UE counts without retraining.
The evaluation is reasonably thorough for an engineering venue: comparison against the SCA optimization upper bound plus NOMA and SDMA baselines, evaluation over 1000 realizations, and several ablations (refinement passes, message-passing depth, antenna array size, and WU- vs. C-clustering). The feasibility-by-construction decoder is a genuinely sound design choice that avoids the training instability of penalty-based constraint handling. Weaknesses: no comparison against other learning-based baselines (e.g., a conventional DNN, or the RSMA-GNN of reference [16]) — the only ML "baseline" is the paper's own architecture with ablated components, so the novelty of the heterogeneous graph formulation is not empirically isolated against simpler graph representations. There are no error bars or significance tests, and the entire study rests on a single simulated HAPS scenario (one altitude, one array, sub-6 GHz, ground UEs only despite claims about UAVs). The clustering stage is inherited from prior work rather than co-optimized.
The work is a competent, deployment-oriented contribution to the NTN/6G resource-management literature. Its most useful practical payoff — replacing an ~10–28 s solver with a ~0.3 s inference pass while retaining most of the fairness performance — directly targets the real-time-adaptation bottleneck that makes convex-optimization approaches impractical for dynamic, large-footprint HAPS coverage. It is likely to be cited and built upon within the fairly specific HAPS/vHetNet and GNN-for-wireless subcommunities. However, it does not introduce a new architectural primitive or a broadly transferable insight; the heterogeneous-graph + unsupervised-training + unrolling recipe is by now a well-trodden pattern in learned wireless resource allocation (references [15]–[22]), applied here to a new but expected setting.
Strong. NTN/HAPS integration for 6G, RSMA as a PHY-layer interference tool, and GNNs for scalable resource management are all active, converging topics. The paper sits squarely at their intersection and addresses a genuine emerging need (real-time allocation for large-footprint aerial platforms). The refinement-passes idea to emulate iterative optimizers is a timely and sensible engineering trick.
Strengths: clean feasibility-preserving decoder; permutation-invariant architecture giving true size-generalization (a real advantage over fixed-dimension DNN/DRL); well-motivated node/edge feature engineering with physically meaningful attributes; thorough ablations; clear, well-organized writing with complete hyperparameter tables and pseudocode.
Limitations: incremental novelty (known technique family, new application); single-scenario evaluation limiting generalizability claims; absence of learning-based baselines; the UAV/flying-UE applicability is asserted but not demonstrated; the SCA benchmark it approximates is itself only suboptimal, so "92% of SCA" is a bounded upper reference, not global optimality; no code release. The performance ceiling is inherited from the fixed upstream clustering stage.
Reproducibility is moderate-to-good from the paper alone: architecture, features, training schedule, and simulation parameters are fully tabulated, though channel-generation details rely on the ITU model and no code is provided. Resource intensity is low — training and inference run on a single laptop GPU with synthetic data, lowering the barrier to extension. The paper is a solid, well-executed applied contribution rather than a conceptual advance; its scientific impact will be moderate and localized to the NTN resource-management niche.
Generated Aug 4, 2026
Competent, deployment-relevant application of an established GNN-for-resource-allocation recipe to a timely HAPS-RSMA setting, with solid execution but incremental novelty and single-scenario evidence.