UAV Base Station Trajectory Planning via Tree Search Optimization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for UAV base station trajectory planning and resource management are inefficient due to high computational complexity, limited battery capacity, inability to update trajectories optimally, incorrect user association, and failure to account for varying user demand, leading to suboptimal communication services.

Innovation Solution

A tree-search based method that decomposes the optimization problem into sub-problems using a time axis, employing depth-first search and Lagrangian dual problems to optimize trajectory planning, user association, resource allocation, and power control, while considering quality-of-service constraints and user demand.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If matching game and convex optimization solver are used to optimize trajectory and resource allocation, then optimality of solution is improved, but computational complexity increases significantly

Engineering Contradiction:
Improveoptimality of trajectory planningVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the complex joint optimization problem into separate sub-problems: trajectory optimization using tree search algorithm and resource allocation using convex optimization. This segmentation allows each sub-problem to be solved independently with appropriate algorithms, reducing overall computational complexity while maintaining solution quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts the trajectory optimization component from the joint optimization problem and handles it separately using tree search algorithm. This extraction removes the combinatorial complexity from the resource allocation problem, allowing convex optimization to focus only on continuous variables.

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If convex optimization solver is used for trajectory optimization, then solution accuracy is improved, but computation time increases when many users are served

Engineering Contradiction:
Improvetrajectory optimization accuracyVSAvoidcomputation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent replaces the conventional convex optimization solver for trajectory optimization with a tree search algorithm. This substitution uses a different computational approach that is more efficient for the specific structure of the trajectory optimization problem, reducing computation time while maintaining accuracy.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Ease of manufacture

If weighted sum-rate maximization is used as optimization objective, then mathematical tractability is improved, but proportional fairness deteriorates

Engineering Contradiction:
Improvemathematical tractabilityVSAvoidproportional fairness
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The patent changes the optimization objective from weighted sum-rate maximization to proportional fairness maximization. This parameter change in the objective function maintains mathematical tractability through the tree search approach while directly achieving the desired fairness property in the solution.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20240233555A1Tree-search based trajectory planning and resource management method and apparatus of unmanned aerial vehicle base station
Publication Date: 2024.07.11 POSTECH ACADEMY INDUSTRY FOUNDATION
  • US20240233555A1 patent drawing
  • US20240233555A1 patent drawing
  • US20240233555A1 patent drawing

AI summary

The present disclosure relates to a tree-search based trajectory planning and resource management method and apparatus of an unmanned aerial vehicle base station. The tree-search based trajectory planning and resource management method of an unmanned aerial vehicle base station according to an embodiment of the present disclosure includes: decomposing an optimization problem of trajectory planning, user association (UA), resource allocation (RA), and power control (PC) related to the unmanned aerial vehicle base station into a time axis; managing resources by jointly optimizing variables of the UA, RA, and PC for an arbitrary location of the unmanned aerial vehicle base station; and obtaining the trajectory planning by obtaining position variables based on the obtained predetermined function value and a depth-first search (DFS) algorithm.