Open Access
ARTICLE
Predictive-Q Learning Based Interference-and-Mobility Aware Dual-Path Routing for UAV Swarm Networks with Mobile Edge Computing
1 School of Airspace Science and Engineering, Shandong University, Weihai, China
2 School of Electronics and Information, Northwestern Polytechnical University, Xi’an, China
* Corresponding Author: Huakui Sun. Email:
(This article belongs to the Special Issue: Deep Reinforcement Learning for Space-Air-Ground Integrated Edge Computing: Architectures, Algorithms, and Applications)
Computers, Materials & Continua 2026, 88(3), 77 https://doi.org/10.32604/cmc.2026.084301
Received 20 April 2026; Accepted 03 June 2026; Issue published 23 July 2026
Abstract
High-mobility Unmanned Aerial Vehicle (UAV) swarm networks suffer from fast-varying connectivity and interference, and therefore routing decisions must jointly account for link instability and topology changes. By leveraging mobile edge computing (MEC) capabilities, each UAV can perform online routing decisions locally without relying on centralized controllers. This paper develops a Predictive-Q learning framework for dynamic routing under interference and mobility, where the Q-value is trained by a multi-factor reward that explicitly models retransmission costs, predicts link lifetime from relative motion, and anticipates forward connectivity and neighbor redundancy. To further enhance reliability under harsh interference, we extend Predictive-Q with a lightweight dual-path forwarding mechanism. Specifically, it conditionally splits a backup routing when the primary next hop becomes unreliable, and terminates the backup early when continued forwarding is unlikely to be beneficial, thereby controlling overhead. Simulation results demonstrate that, compared with existing methods, the proposed Predictive-Q-Dual improves packet delivery ratio by more than 15% over GPSR under strong interference while maintaining low delay and energy consumption across varying interference intensity, node density, and mobility speed.Keywords
Unmanned aerial vehicle (UAV) swarms are increasingly adopted for challenging missions such as emergency response, wide-area reconnaissance, and beyond-visual-line-of-sight operations. In these scenarios, UAVs must exchange coordination, control, and payload data over highly dynamic wireless links, forming flying ad hoc networks (FANETs). Compared with conventional mobile ad hoc networks and vehicular networks, FANETs feature rapid topology variation, intermittent connectivity, and structural fragility, which makes reliable multi-hop forwarding a severe challenge [1]. In addition, aerial links may experience intentional and unintentional interference, causing abrupt reliability degradation and significant retransmission-induced delay [2–5]. Therefore, robust forwarding that explicitly accounts for both mobility and interference is essential. With the integration of mobile edge computing (MEC) through onboard edge resources, each UAV can execute lightweight learning-based routing algorithms in real time, eliminating reliance on centralized controllers and enabling per-packet adaptive forwarding at the network edge.
Geographic routing offers a lightweight solution for position-based forwarding but struggles with 3D routing voids, short-lived links, and interference-induced reliability degradation [6–9]. Reinforcement learning (RL) provides an adaptive alternative by learning effective policies through environment interaction, yet existing RL-based schemes often suffer from excessive exploration overhead or fail to explicitly model the reliability–overhead tradeoff under interference [10,11]. A detailed review of these approaches is provided in Section 2.
Motivated by these gaps, this paper develops a dual-path predictive learning-based routing framework for UAV swarms under highly dynamic and interference-prone conditions. The core component is a Predictive-Q forwarding strategy that integrates multi-factor prediction (e.g., link quality, expected retransmission delay, and mobility-induced link stability) into Q-values for lightweight online routing selection on MEC-enabled UAV nodes [12–15]. To further enhance reliability under harsh interference, we propose a lightweight dual-path extension with controlled redundancy, achieving reliability improvement with bounded overhead under severe interference.
The main contributions are summarized as follows:
• We present a Predictive-Q forwarding strategy that embeds multi-factor link and mobility prediction into Q-values, enabling robust and lightweight online routing in highly dynamic UAV swarms. Unlike single-objective RL schemes, Predictive-Q employs distance-adaptive weighting to dynamically balance progress, reliability, and stability as packets approach the destination, making it suitable for distributed deployment on resource-constrained MEC-enabled UAV nodes.
• We propose a dual-path extension with controlled redundancy, where a backup branch is created only when the primary next hop is deemed unreliable. An early termination (backup-branch death) rule further prevents redundant transmissions, thereby improving packet delivery ratio (PDR) with bounded replication overhead under interference.
• Extensive simulations evaluate the reliability–delay–energy tradeoffs and demonstrate clear performance gains over representative geographic, metric-driven, and learning-based baselines. Specifically, the proposed scheme achieves 8%–16% higher PDR than GPSR and 4%–13% lower delay than QGeo, while bounding dual-path energy overhead within 0%–29%.
The remainder of this paper is organized as follows. Section 2 reviews related work. Section 3 introduces the system model. Sections 4 and 5 present the proposed Predictive-Q forwarding and dual-path extension mechanism. Section 6 reports simulation results, and Section 7 concludes the paper.
2.1 Geographic and Learning-Based Routing in FANETs
Recent surveys [1] highlight that FANETs face fast topology variation, intermittent connectivity, and stringent Quality of Service (QoS) requirements, motivating reliability-aware routing designs.
Geographic routing remains a foundational approach due to its minimal state requirements. Karp and Kung [6] pioneered Greedy Perimeter Stateless Routing (GPSR) with greedy forwarding and perimeter recovery, but its 2D assumptions limit applicability in aerial environments. De Couto et al. [7] introduced the expected transmission count (ETX) metric for link-quality awareness, yet it captures only instantaneous conditions without predictive capability. Cui et al. [8] addressed 3D void regions through effective transmission range modeling, while Singh et al. [9] incorporated connectivity and link-quality metrics via a multi-criteria decision framework. Yang et al. [16] proposed route discovery based on connected dominating sets for MANETs. A common limitation across these methods is their reactive nature: forwarding decisions respond to current conditions rather than anticipating future link states.
Learning-based routing addresses this limitation by enabling adaptive policy learning. Q-learning [17], a model-free reinforcement learning algorithm, provides the foundation for these approaches. Jung et al. [10] pioneered QGeo, integrating Q-learning with geographic progress. Mai et al. [18] further introduced link-quality and rate-control penalties into Q-learning rewards, improving PDR awareness, yet their fixed reward weighting lacks adaptability to mobility-induced topology changes. Li et al. [11] applied RL to energy-efficient path selection, demonstrating the potential of reward shaping for multi-objective optimization. Recent works further explore RL for UAV communications in 6G and smart-city scenarios [19,20], while multi-objective RL has also been studied for data transmission optimization in edge computing [21]. Despite these advances, a critical gap remains: most learning-based schemes either require substantial online exploration impractical under rapid topology changes, or optimize single objectives without explicitly addressing the reliability–overhead tradeoff under interference. Moreover, these methods rarely exploit the onboard edge computing capability of UAVs to perform predictive inference locally, missing the opportunity for real-time link-aware decision-making. Our work addresses this gap by integrating multi-factor predictive rewards with controlled dual-path redundancy.
2.2 Interference-Aware and Mobility-Aware Routing
Interference and spectrum denial can significantly reduce link reliability and increase retransmission-induced delay. Mittal et al. [2] and Zhan et al. [22] proposed cross-layer interference-aware designs jointly optimizing power control and routing. Li and Chen [5] developed radio-map based prediction to anticipate future interference conditions. Huang et al. [4] and Zheng et al. [3] investigated anti-interference and spectrum-denial-aware routing for hostile environments. From a resource optimization perspective, Li et al. [23] addressed robust position and power optimization for full-duplex UAV relay networks under interference, and Zhai et al. [24] jointly optimized UAV positioning, user association, and resource allocation for load-balanced aerial networks. These studies highlight the importance of interference-aware resource management but do not address per-packet routing decisions with predictive link-quality awareness, nor have they been integrated with MEC-based online routing intelligence.
Because FANET links may break quickly, mobility-aware link prediction is important for stable forwarding. Long et al. [12] exploited link prediction and traffic load balancing in UAV networks. Zheng and Chen [15] analyzed how mobility and propagation constraints impact aerial connectivity. Pieska et al. [14] modeled retransmission-aware delay under uncertain links, and Khawaja et al. [13] predicted the lifespan of multipath components for high-frequency channels. Nevertheless, link prediction alone does not specify how to systematically combine progress, link quality, and predicted stability into a lightweight online next-hop policy. Furthermore, these efforts typically do not provide a controlled redundancy mechanism with explicit early termination to bound overhead during severe link degradation.
2.3 Multipath Routing and Controlled Redundancy
Multipath routing improves reliability via path diversity but may incur significant overhead if redundancy is uncontrolled. Zhan et al. [22] investigated interference-aware multipath routing for UAV networks, demonstrating the benefit of path diversity under dynamic interference but without explicit overhead control mechanisms. This work motivates our controlled dual-path design: redundancy is triggered only under low-quality primary links, and a backup-branch death rule limits unnecessary cost while preserving reliability gains.
Table 1 provides a structured summary of the key categories discussed above, together with the open issues that motivate our work.

3.1 Time-Varying Network Topology
We consider a UAV swarm comprising

Figure 1: UAV swarm networks under interference.
The instantaneous topology is modeled as a directed graph
3.2 SINR-Based Link Reliability Model
Each UAV estimates the per-link packet success probability from the measured signal-to-interference-plus-noise ratio (SINR). Denote
The SINR value is then mapped to a packet delivery probability. When
where
Because reliable routing requires both successful data delivery and acknowledgment reception, we define the bidirectional link reliability as
3.3 Symmetric Neighbor Table Construction
The neighbor table at each node is formed by applying a PDR threshold in both directions and retaining only symmetric links
This filtering eliminates asymmetric or highly unreliable links prior to the learning and forwarding stages, thereby enhancing routing stability under interference.
3.4 Retransmission-Induced Cost Amplification
A key observation from the link model is that both per-hop delay and energy consumption scale inversely with
Let
Similarly, the energy consumed per transmission attempt is
thus expected per-hop energy is
Key insight: As interference degrades PDR, both delay and energy grow approximately as
4 Predictive-Q Based Algorithm Design
To improve readability, this section is organized in a top-down manner following Fig. 2. Each subsection expands one stage of the pipeline: Step (1) neighbor discovery and MDP abstraction, Step (2) feature precomputation and warm-start initialization, Step (3) distance-adaptive weight selection, Step (4) reward synthesis, and Step (5) TD update with weighted exploration.

Figure 2: Predictive-Q learning flowchart.
4.1 Neighbor Discovery and MDP Formulation
At each time slot, node
• State:
• Action:
• Transition: The packet is forwarded to
• Reward: A local multi-factor function
The objective is to learn a policy
4.2 Feature Precomputation and Warm-Start Initialization
For each candidate action
In parallel with feature extraction, the Q-table itself must remain continuous under fast topology changes. Because fast neighbor churn can otherwise reset learned values and delay adaptation, Predictive-Q inherits Q-values for persistent neighbors and initializes new neighbors with a small optimistic baseline
where
This warm-start mechanism enables fresh neighbors to participate immediately in max-Q bootstrapping. It also preserves useful history for stable neighbors while avoiding zero-initialization delay.
4.3 Distance-Adaptive Weight Selection
Predictive-Q uses a normalized distance ratio to control reward weights. This design shifts emphasis from long-range progress toward reliability and stability as a packet approaches the destination:
Table 2 shows the adaptive weight design.

The weight design follows a principle of diminishing progress priority: when far from the destination (
4.4 Multi-Factor Reward Synthesis
Direct end-to-end delay or energy optimization would require global path enumeration, so Predictive-Q uses seven normalized local reward components as proxies for long-term path quality.
For candidate next-hop

As illustrated in Fig. 3, when

Figure 3: Forward connectivity example: candidate
The seventh component, link lifetime reward, requires a closed-form derivation. The predicted link lifetime
where the cap of
The constant relative-motion assumption underlying Eq. (10) is valid for the short prediction horizons typical of UAV routing decisions. In our simulations, the Gauss–Markov mobility model uses a correlation parameter of 0.5, ensuring smooth velocity transitions, and the 1 s time step keeps
4.4.2 Reward Aggregation and Penalty
The seven components are combined via distance-adaptive weighting:
where
A multiplicative soft penalty
where
The final reward is
where the upper bound
4.5 Temporal-Difference Update and Weighted Exploration
Predictive-Q maintains
where
To prevent premature convergence in non-stationary link conditions, we employ a decaying
where
4.6 Single-Path Forwarding Baseline
For comparative evaluation, we implement a single-path forwarding variant that directly uses the learned
5 Dual-Path Forwarding Mechanism
Predictive-Q forwarding achieves robust performance under topology changes by selecting next hops based on the learned
1. Activate redundant path only when the primary link is unreliable;
2. Bound the redundant path to at most one extra replica (two concurrent branches);
3. Terminate unproductive backup path early to reduce cost.
Because each packet is allowed to split at most once, the number of concurrent replicas is upper-bounded by two, which provides a simple worst-case bound on replication overhead.
The dual-path mechanism operates at the packet level. Each forwarding node maintains a lightweight branch state for every packet replica, comprising the current node, remaining time-to-live (TTL), the path trace, and a per-branch visit-count map. One branch is designated as primary and follows the best-

Figure 4: System-level architecture of the dual-path extension, from packet input and Q-table lookup to split decision, branch forwarding, death checking, and minimum-delay output selection.
5.2 Conditional Splitting Rule
At node
where

Figure 5: Split decision illustration. When both conditions are satisfied (
5.3 Loop Handling via Visit Counts
To control routing loops while maintaining forwarding flexibility, each branch maintains a visit-count map extracted from its path trace. At each hop, neighbors with visit count below a preset maximum are prioritized; if no such neighbors exist, the primary branch falls back to using all neighbors, while the backup branch first checks the death rule and then either terminates or falls back to using all neighbors. TTL is decremented at every hop. When TTL reaches zero, the branch is marked as failed. In our implementation, the maximum visit count is set to 2.
5.4 Backup-Branch Early Termination (Death Rule)
A key difference from existing multipath schemes is that the backup branch is allowed to self-terminate when continued forwarding is unlikely to be beneficial. When no neighbor remains below the maximum visit-count limit, the backup branch compares the best available option against previously revisited neighbors. Let
where
The rationale is as follows: if the backup branch has explored a region and the only forward options have much lower Q-values than nodes it has already passed through, then the branch is likely trapped in a suboptimal area. Continuing would waste energy without improving delivery probability. This per-hop check enables early termination as soon as the backup branch enters a dead-end region, rather than waiting until all options are exhausted.
5.5 Analysis of Complexity and Overhead
The per-node Q-table update involves feature precomputation with two-hop connectivity scanning costing
Let
where the first term corresponds to neighbor discovery via beacon exchanges and the remaining terms account for Q-table updates and packet forwarding, respectively.
For memory, the Q-table requires
Overhead-wise, the dual-path extension incurs additional energy and bandwidth only when a backup branch is activated. Let
where
Overall, the computational cost is dominated by the Q-table update and remains of the same order as standard Q-routing. The dual-path extension adds only a constant factor of two over single-path forwarding, without introducing exponential branching or cross-branch signaling. Empirically, under the default configuration on a standard laptop (AMD Ryzen AI 9 H 365, 32 GB RAM, MATLAB R2024b), per-slot processing completes in 120.3 ms on average, well within the 1 s simulation step, and the Q-table occupies only 79.7 KB per time slice. Per-packet routing takes 1.62 ms for Predictive-Q Dual and 1.00 ms for its single-path variant. These measurements, together with the theoretical bounds derived above, confirm that the proposed method is sufficiently lightweight for online execution on resource-constrained MEC-enabled UAV platforms.
This section presents simulation results to evaluate the proposed Predictive-Q-Dual algorithm against four baseline methods under varying interference intensity, node density, and mobility speed.
We evaluate the proposed algorithm in MATLAB R2024b on a PC equipped with an AMD Ryzen 7 6800H CPU and 16 GB RAM. The simulation models a 3D UAV swarm operating in a

Three performance metrics are evaluated: (i) Packet Delivery Ratio (PDR)—the fraction of packets successfully delivered; (ii) End-to-End Delay—average delay for delivered packets including retransmissions; and (iii) Energy Consumption—total transmission energy per packet including all branches.
Five algorithms are compared: GPSR [6] forwards to the geographically closest neighbor without link-quality awareness; QGeo [10] combines geographic routing with Q-learning but only rewards hop progress; Q-learning with Interference-Aware Routing (QIAR) is obtained by adapting the link-quality-aware Q-learning framework of QLR-FANET [18] to our interference scenario, incorporating instantaneous PDR into the reward but retaining fixed weights without mobility prediction; Predictive-Q-Single (Pred-Q-S) serves as the single-path ablation of our multi-factor Q-learning framework; and Predictive-Q-Dual (Pred-Q-D) adds the conditional dual-path extension.
6.2 Performance vs. Interference Intensity
Fig. 6 shows performance as the number of interference nodes increases from 0 to 5.

Figure 6: Performance vs. number of interference nodes (
For PDR (Fig. 6a), GPSR degrades most severely, from 95.4% to 83.0%, because its purely distance-based forwarding persistently selects interference-affected links without reliability feedback. QGeo mitigates this somewhat through Q-learning, yet its reward considers only geographic progress, so it still favors links with large distance advances despite low PDR. QIAR, adapted from QLR-FANET for interference awareness, benefits from instantaneous PDR feedback but its fixed weighting cannot adapt to changing interference intensity and offers no path-level redundancy for packets already committed to a degraded route. Pred-Q-S maintains PDR above 95.0% by combining multi-factor reward with distance-adaptive weighting that shifts priority toward link reliability near the destination. Pred-Q-D achieves the highest PDR, sustaining 96.7% even under 5 interference sources, because conditional splitting activates backup branches precisely when the primary link’s PDR drops below
For delay (Fig. 6b), GPSR suffers the highest delay, 177–193 ms, due to blind retransmissions on low-PDR links. Pred-Q-D achieves the lowest delay at 101–115 ms, outperforming QGeo by 9%–13%. This advantage arises from two mechanisms:
For energy (Fig. 6c), GPSR’s consumption notably decreases from 24.6 to 15.9 mJ because more packets are dropped early, reducing total transmission attempts. Both Predictive-Q variants achieve the lowest energy, attributable to
6.3 Performance vs. Node Density
Fig. 7 shows the effect of varying the number of UAV nodes from 50 to 100.

Figure 7: Performance vs. number of UAV nodes (speed
For PDR (Fig. 7a), GPSR and QGeo improve sharply with density (67.9%
For delay (Fig. 7b), GPSR maintains the highest delay across all densities, while QGeo’s delay decreases more rapidly as Q-learning benefits from richer neighbor sets. Pred-Q-D achieves the lowest delay throughout, outperforming QGeo by 4%–5%, because
For energy (Fig. 7c), GPSR’s energy increases with density because more successful deliveries result in longer routes, while Q-learning-based algorithms reduce consumption as density provides shorter, more reliable paths. The overhead gap between Pred-Q-D and Pred-Q-S narrows from 24% at
6.4 Performance vs. Mobility Speed
Fig. 8 evaluates robustness under mobility speeds ranging from 20 to 70 m/s.

Figure 8: Performance vs. average node speed (
For PDR (Fig. 8a), GPSR fluctuates between 67.1% and 81.1%, and QGeo ranges from 68.3% to 83.8%, as neither considers link stability. QIAR suffers the steepest degradation, from 87.4% to 65.9%, because its fixed weights lack mobility prediction, causing Q-values to become outdated as faster topology changes invalidate learned policies. Pred-Q-S mitigates this through
For delay (Fig. 8b), GPSR suffers the highest delay because link breaks force perimeter-mode recovery with longer detours. Pred-Q-D achieves the lowest delay, outperforming QGeo by 4%–7%. The advantage grows with speed because the dual-path mechanism provides a pre-established alternative when the primary link breaks, eliminating the recovery latency of single-path schemes.
For energy (Fig. 8c), QGeo shows a disproportionate increase from 14.6 to 26.0 mJ because its Q-learning struggles to converge under rapidly changing topology. Both Predictive-Q variants maintain the lowest energy. The dual-path overhead of 13%–29% is higher than in the interference experiment because faster mobility triggers more split events; nevertheless, the death rule in Eq. (21) bounds the cost by terminating backup branches once their best available Q-value falls below that of previously revisited neighbors.
This paper develops a Predictive-Q-Dual learning framework for reliable multi-hop routing in MEC-enabled interference-impaired high-mobility UAV swarm networks. The core Predictive-Q algorithm constructs a multi-factor reward that jointly captures link reliability, mobility-induced stability, forwarding progress, and neighborhood topology, combined with distance-adaptive weighting and warm-start Q-value inheritance for stable online learning. To handle transient link degradations, a lightweight dual-path extension conditionally splits a backup branch when the primary link becomes unreliable and terminates it early via a Q-value guided death rule, achieving reliability gains with bounded overhead. Simulations across varying interference, node density, and mobility speed show that Predictive-Q-Dual achieves more than 15% PDR improvement over GPSR. Compared with its single-path variant, the dual-path extension provides an additional 3%–5% PDR gain through controlled redundancy while bounding energy overhead at 5%–15%.
Looking beyond the present work, several avenues remain open. The Predictive-Q framework naturally extends to deep reinforcement learning, where Deep Q-Networks (DQN) or actor-critic architectures could learn Q-functions from raw link states, improving generalization without handcrafted feature engineering. A multi-agent extension is equally compelling: UAVs sharing learned Q-values or adopting federated training could accelerate convergence across larger swarms with partial observability. Cross-layer integration offers a further direction—jointly optimizing routing with power control and trajectory planning may yield additional energy gains on resource-constrained MEC platforms. In terms of open challenges, the constant relative-motion assumption in the link lifetime predictor should be relaxed for aggressive maneuvering scenarios, potentially through variance-based confidence factors or Kalman-filter-based relative-state estimation. Robustness to adversarial interference and the integration of semantic communication priors also remain important targets for future investigation.
Acknowledgement: Not applicable.
Funding Statement: This work was supported by National Natural Science Foundation of China (No. 62271402) and the Laboratory Construction and Management Research Project of Shandong University (No. sy20253502).
Author Contributions: Conceptualization, Zhihao Dong, Huakui Sun and Daosen Zhai; Methodology, Zhihao Dong and Huakui Sun; Software, Zhihao Dong; Validation, Zhihao Dong and Yueyue Tao; Formal Analysis, Zhihao Dong and Huakui Sun; Investigation, Zhihao Dong and Huakui Sun; Data Curation, Zhihao Dong and Yueyue Tao; Writing—Original Draft, Zhihao Dong; Writing—Review & Editing, Huakui Sun and Daosen Zhai; Visualization, Zhihao Dong; Supervision, Huakui Sun and Daosen Zhai; Project Administration, Huakui Sun; Funding Acquisition, Huakui Sun and Daosen Zhai. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: Not applicable.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Hasan SA, Mohammed MA, Sulaiman SK. Flying Ad-Hoc Networks (FANETsreview of communications, challenges, applications, future direction and open research topics. ITM Web Conf. 2024;64(5):01002. doi:10.1051/itmconf/20246401002. [Google Scholar] [CrossRef]
2. Mittal P, Shah S, Agarwal A, Mishra D, Debnath S. Interference aware joint power control and routing optimization in Multi-UAV FANETs. Ad Hoc Netw. 2023;150(4):103280. doi:10.1016/j.adhoc.2023.103280. [Google Scholar] [CrossRef]
3. Zheng S, Zhu X, Qin Z, Dong C. Cross-layer UAV network routing protocol for spectrum denial environments. Ad Hoc Netw. 2025;167(2):103702. doi:10.1016/j.adhoc.2024.103702. [Google Scholar] [CrossRef]
4. Huang Z, Sheng Z, Nasir AA, Yu H. Energy efficiency maximization for UAV-assisted full-duplex communication in the presence of multiple malicious jammers. IEEE Syst J. 2024;18(2):1257–68. doi:10.1109/jsyst.2024.3390554. [Google Scholar] [CrossRef]
5. Li B, Chen J. Radio map-assisted approach for interference-aware predictive UAV communications. IEEE Trans Wirel Commun. 2024;23(11):16725–41. doi:10.1109/twc.2024.3446240. [Google Scholar] [CrossRef]
6. Karp B, Kung HT. GPSR: greedy perimeter stateless routing for wireless networks. In: Proceedings of the ACM International Conference on Mobile Computing and Networking (MobiCom); 2000 Aug 6–11; Boston, MA, USA. p. 243–54. [Google Scholar]
7. De Couto DSJ, Aguayo D, Bicket J, Morris R. A high-throughput path metric for multi-hop wireless routing. In: Proceedings of the ACM International Conference on Mobile Computing and Networking (MobiCom); 2003 Sep 14–19; San Diego, CA, USA. p. 134–46. [Google Scholar]
8. Cui Y, Tian H, Chen C, Ni W, Wu H, Nie G. New geographical routing protocol for three-dimensional flying ad-hoc network based on new effective transmission range. IEEE Trans Veh Technol. 2023;72(12):16135–47. doi:10.1109/tvt.2023.3296082. [Google Scholar] [CrossRef]
9. Singh V, Sharma KP, Verma HK. CLGR: connectivity and link quality aware geographical routing using AHP-TOPSIS for FANETs. Peer-to-Peer Netw Appl. 2024;18(1):63. doi:10.1007/s12083-024-01879-5. [Google Scholar] [CrossRef]
10. Jung WS, Yim J, Ko YB. QGeo: Q-learning-based geographic ad hoc routing protocol for unmanned robotic networks. IEEE Commun Lett. 2017;21(10):2258–61. [Google Scholar]
11. Li J, Xiao L, Qi X, Lv Z, Chen Q, Liu YJ. Reinforcement learning based energy-efficient fast routing for FANETs. IEEE Trans Commun. 2024;72(11):7063–76. doi:10.1109/tcomm.2024.3409561. [Google Scholar] [CrossRef]
12. Long H, Hu F, Kong L. Enhanced link prediction and traffic load balancing in unmanned aerial vehicle-based cloud-edge-local networks. Drones. 2024;8(10):528. doi:10.3390/drones8100528. [Google Scholar] [CrossRef]
13. Khawaja W, Jacobsen RH, Hussain S, Guvenc I. Predicting lifespan of ground-to-air multipath components in mmWave UAV channels. In: Proceedings of the 2025 IEEE Wireless Communications and Networking Conference (WCNC); 2025 Mar 24–27; Milan, Italy. p. 1–6. [Google Scholar]
14. Pieska M, Brunstrom A, Kassler A. On the feasibility of reliable tunneling: modelling delay imposed by re-transmissions. In: Proceedings of the 2023 13th International Workshop on Resilient Networks Design and Modeling (RNDM); 2023 Sep 20–22; Hamburg, Germany. p. 1–8. [Google Scholar]
15. Zheng Y, Chen J. Geography-aware optimal UAV 3D placement for LOS relaying: a geometry approach. IEEE Trans Wirel Commun. 2024;23(8):9301–14. doi:10.1109/twc.2023.3301613. [Google Scholar] [CrossRef]
16. Yang Z, Fu D, Han L, Jhang ST. Improved route discovery based on constructing connected dominating set in MANET. Int J Distrib Sens Netw. 2015;2015(4):612102. doi:10.1155/2015/612102. [Google Scholar] [CrossRef]
17. Sutton RS, Barto AG. Reinforcement learning: an introduction. 2nd ed. Cambridge, MA, USA: MIT Press; 2018. [Google Scholar]
18. Mai CT, Nguyen THL, Le Huu B, Vo TT. QLR-FANET: a Q-learning and rate control-based routing protocol for flying ad hoc network. ETRI J. 2025;47(6):1015–27. doi:10.4218/etrij.2024-0298. [Google Scholar] [CrossRef]
19. Nam VH, Jeon G, Chehri A, Thanh BT, Quy VK. An improved reinforcement learning approach for sustainable 6G UAV communications. Exp Syst. 2026;43(2):e70192. doi:10.1111/exsy.70192. [Google Scholar] [CrossRef]
20. Nam VH, Hue CTM, Anh DV. An improved reinforcement learning-based 6G UAV communication for smart cities. Comput Mater Contin. 2026;86(1):1–15. doi:10.32604/cmc.2025.070605. [Google Scholar] [CrossRef]
21. Li X, Liu H, Wang H. Data transmission optimization in edge computing using multi-objective reinforcement learning. J Supercomput. 2024;80(14):21179–206. doi:10.1007/s11227-024-06213-7. [Google Scholar] [CrossRef]
22. Zhan C, Hu H, Liu Z, Wang J, Fan R. Interference-aware online optimization for cellular-connected multiple UAV networks with energy constraints. IEEE Trans Mob Comput. 2024;23(12):13804–20. doi:10.1109/tmc.2024.3438759. [Google Scholar] [CrossRef]
23. Li H, Zhai D, Zhang R, Liu L, Niyato D, Zhang Y. Robust position and power optimization for full-duplex UAV relay-assisted cellular network enhanced by NOMA. IEEE Trans Wirel Commun. 2026;25:7955–69. doi:10.1109/twc.2025.3634617. [Google Scholar] [CrossRef]
24. Zhai D, Li H, Tang X, Zhang R, Cao H. Joint position optimization, user association, and resource allocation for load balancing in UAV-assisted wireless networks. Digit Commun Netw. 2024;10(1):25–37. doi:10.1016/j.dcan.2022.03.011. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools