Researchers are tackling the complex problem of optimally deploying Unmanned Aerial Vehicle (UAV)-mounted Base Stations (UAV-BSs) to serve users in rapidly changing environments. Chuan-Chi Lai from National Chung Cheng University, alongside colleagues, present a novel training-free framework, Satisfaction-driven Coverage Optimization via Perimeter Extraction (SCOPE), which overcomes limitations inherent in current data-driven approaches like Reinforcement Learning. This work is significant because SCOPE dynamically optimises UAV positions in 3D space without the substantial training overhead, poor generalisation, and computational expense typically associated with these methods. By integrating perimeter extraction with the Smallest Enclosing Circle algorithm, and providing a rigorous convergence proof alongside polynomial time complexity, SCOPE offers a practical and efficient solution for real-time, on-demand emergency deployment, demonstrably achieving comparable performance to state-of-the-art methods with significantly reduced latency and improved energy efficiency.
Dynamic UAV base station deployment using perimeter extraction and adaptive altitude adjustment
Scientists have developed a new training-free framework for deploying unmanned aerial vehicle (UAV)-mounted base stations (UAV-BSs) in temporary hotspot scenarios. In dense areas, UAVs descend to minimise interference, while in sparse regions they ascend to maximise coverage, effectively tailoring the network to the specific environment.
Theoretical analysis demonstrates the algorithm’s convergence and establishes a polynomial time complexity of (2 log ). This deterministic performance guarantee provides a significant advantage over the stochastic nature of many DRL-based systems. Experimentally, SCOPE achieves user satisfaction levels comparable to state-of-the-art DRL baselines, such as PPO, but with dramatically reduced computational latency.
Simulations reveal SCOPE’s latency is measured in milliseconds, a stark contrast to the hours of training required by DRL methods. Furthermore, the framework exhibits superior energy efficiency, positioning it as an ideal solution for real-time, on-demand emergency deployment where rapid response and resource conservation are critical.
The research incorporates a user capacity constraint based on the K-Nearest Neighbours (K-NN) principle, balancing the load across UAVs and preventing backhaul limitations. This ensures each UAV serves an appropriate number of users, maintaining quality of service even in highly congested areas. This work addresses the challenges of efficiently positioning UAV-BSs in scenarios with heterogeneous user distributions, avoiding the prohibitive training overhead and poor generalisation often seen in data-driven Reinforcement Learning approaches.
SCOPE initially determines the convex hull of the ground user locations to extract the perimeter, effectively capturing the spatial distribution of demand. Subsequently, the algorithm iteratively positions UAV-BSs around this perimeter using the SEC algorithm, dynamically optimising their 3D coordinates to maximise coverage and user satisfaction.
The SEC algorithm functions by identifying the smallest circle enclosing all user locations, providing a foundational structure for UAV placement. SCOPE then refines this initial placement by strategically positioning UAVs along the extracted perimeter, ensuring comprehensive coverage even with irregular user clustering.
Theoretical analysis demonstrates the convergence of this algorithm, establishing a polynomial time complexity of (2 log ). This analytical result confirms the efficiency of SCOPE, particularly crucial for real-time, on-demand deployment in emergency situations where computational latency is paramount.
Experimentally, SCOPE’s performance was evaluated through comprehensive simulations against state-of-the-art DRL baselines, such as PPO. Results indicate that SCOPE achieves comparable user satisfaction levels to these complex DRL methods, but with significantly reduced computational latency, measured in milliseconds compared to the hours of training required by DRL approaches.
Furthermore, SCOPE exhibits superior energy efficiency, making it a practical solution for prolonged operation in dynamic environments. Simulation results demonstrate that SCOPE attains comparable user satisfaction levels to data-driven Reinforcement Learning (DRL) methods, specifically PPO. However, SCOPE exhibits significantly reduced computational latency, operating in milliseconds compared to the hours of training required by DRL baselines.
This latency reduction is critical for real-time, on-demand emergency deployment scenarios. Furthermore, SCOPE demonstrates superior energy efficiency in comparison to the DRL methods tested. The framework iteratively “peels” the deployment area, dynamically determining optimal three-dimensional positions and altitudes for each UAV-BS.
By enabling lower altitudes in dense user clusters and higher altitudes in sparse areas, SCOPE effectively tailors coverage to the underlying user distribution without requiring pre-training. This adaptive approach allows the system to dynamically scale the number of UAVs to meet real-time quality of service requirements.
The study highlights the robustness of geometric placement optimisation in multi-UAV networks, reinforcing the importance of mathematical and numerical methods for high-reliability applications. The key achievement lies in SCOPE’s ability to provide a deterministic solution with a proven polynomial time complexity, unlike the extensive training required by reinforcement learning techniques.
Simulation results indicate a significant performance advantage in high-density scenarios, with up to a twofold increase in user satisfaction compared to existing algorithms like the Spiral method, alongside maintained fairness and energy efficiency. Furthermore, the framework exhibits robustness against user mobility and differing antenna beamwidths, ensuring reliable coverage without complex predictive filtering.
The authors acknowledge that the current work focuses on single UAV deployment and does not address cooperative multi-UAV scenarios. Future research will therefore extend the framework to encompass multi-UAV cooperative trajectory planning and interference management within three-dimensional layered networks. Given its millisecond-level execution latency, SCOPE offers a practical and sustainable solution for real-time emergency communication networks, particularly within the context of evolving 5G and 6G technologies.
👉 More information
🗞 SCOPE: A Training-Free Online 3D Deployment for UAV-BSs with Theoretical Analysis and Comparative Study
🧠 ArXiv: https://arxiv.org/abs/2602.09971
