In the domain of water conservancy project management, the imperative for efficient, reliable, and safe infrastructure monitoring is paramount. Traditional manual inspection methods are often time-consuming, labor-intensive, and fraught with safety risks, particularly in hazardous or inaccessible terrains. The advent of Unmanned Aerial Vehicle (UAV) drone technology has ushered in a transformative era. Equipped with high-definition cameras, multispectral sensors, and LiDAR, these UAV drones offer unparalleled capabilities for rapid, comprehensive surveillance of reservoirs, dams, embankments, and canals. They facilitate real-time monitoring of critical parameters such as water levels, structural integrity, siltation, and leakage points. However, the full potential of UAV drone-based inspection is intrinsically linked to the efficacy of the data transmission system that relays the captured information—often comprising high-volume imagery, video streams, and sensor readings—back to ground control centers for immediate analysis and decision-making.
Existing data transmission methodologies for UAV drone operations frequently grapple with significant limitations, particularly when deployed in complex, large-scale environments like those found in water conservancy. High average latency, low network throughput efficiency, and vulnerability to security breaches can severely hamper operational effectiveness. High latency delays the receipt of critical data, potentially allowing minor issues to escalate into major failures. Low throughput constrains the volume and quality of data that can be transmitted, forcing a compromise between detail and timeliness. Previous research has explored various avenues, such as modeling transmission tasks as Directed Acyclic Graphs (DAGs) to identify parallelizable processes or employing visual data encoding techniques like QR codes. Yet, these approaches often fall short when scaling to the demands of real-time, high-bandwidth UAV drone applications in remote areas, or introduce new vulnerabilities.

This article presents a novel, integrated framework for the automatic transmission of UAV drone-based water conservancy inspection data, fundamentally built upon the capabilities of 5G communication networks. The proposed method synergizes advanced 5G-enabled data collection strategies with a secure transmission protocol that leverages clustering algorithms and adaptive channel modulation. We posit that this holistic approach significantly mitigates the aforementioned challenges, enabling low-latency, high-throughput, and secure data pipelines essential for modern smart water management systems.
1. System Architecture and 5G-Enabled UAV Drone Data Acquisition
The cornerstone of our framework is a systematic data acquisition model powered by 5G connectivity. We consider a water conservancy inspection scenario where a fleet of UAV drones is tasked with collecting data from a field of N spatially distributed, stationary ground sensors. These sensors, which may monitor parameters like vibration, moisture, or pressure, operate in a low-power mode. The data collection protocol is two-fold: first, a UAV drone broadcasts an activation signal over a 5G link; second, the sensors within range utilize backscatter communication to reflect this signal while modulating it with their stored data, transmitting it back to the UAV drone. This approach is energy-efficient for the sensors. The 5G network, with its enhanced Mobile Broadband (eMBB) and massive Machine-Type Communications (mMTC) capabilities, provides the necessary bandwidth and connection density for this interactive process.
The communication channel between the UAV drone at altitude and a sensor on the ground is modeled to account for both line-of-sight (LoS) and non-line-of-sight (NLoS) components, typical in varied terrain. The total path loss, denoted as $\varsigma$, is given by:
$$
\varsigma = \varsigma_f + \sum_{i=1}^{3} \varsigma_{e,i}
$$
where $\varsigma_f$ represents the free-space path loss, calculated as $\varsigma_f = 20\log_{10}(d) + 20\log_{10}(f) + 20\log_{10}(\frac{4\pi}{c})$, with $d$ being the distance, $f$ the carrier frequency, and $c$ the speed of light. The term $\sum \varsigma_{e,i}$ aggregates average extra losses from factors such as atmospheric absorption, foliage attenuation, and building penetration, which are statistically characterized based on the environment.
The primary operational objective is to minimize the total mission time, T, required for one or more UAV drones to collect data from all N sensors and return to their base, subject to the drone’s battery capacity, $E_{max}$. Let $x_{i}(t)$ be a binary decision variable indicating whether sensor i is being actively collected from at time t. The total data volume, $D$, collected by the UAV drone is:
$$
D = \sum_{i=1}^{N} Q_i \cdot y_i + \int_{0}^{T} \sum_{i=1}^{N} x_i(t) \cdot r_i(t) \, dt
$$
where $Q_i$ is the stored data at sensor i, $y_i$ is a binary variable indicating if sensor i was visited and its stored data collected, and $r_i(t)$ is the time-varying data collection rate from sensor i when in range, dependent on the instantaneous 5G channel quality.
The optimization problem for a single UAV drone flight path, $\pi$, is formulated as:
$$
\begin{aligned}
\min_{\pi} \quad & T \\
\text{s.t.} \quad & \int_{0}^{T} e(t) \, dt \leq E_{max} \\
& \sum_{i=1}^{N} x_i(t) \leq 1, \quad \forall t \in [0, T] \\
& e(t) > 0, \quad \forall t \in [0, T] \\
& y_i = 1, \quad \forall i \in \{1,…,N\}
\end{aligned}
$$
The first constraint ensures energy consumption does not exceed battery capacity (with $e(t)$ being the instantaneous power draw). The second enforces that the drone can collect from at most one sensor at any instant. The third maintains a positive energy level, and the fourth guarantees all sensors are visited. This path planning is dynamically adjusted in real-time, leveraging 5G’s ultra-reliable low-latency communication (URLLC) features to receive updates on sensor status and network conditions.
Furthermore, the 5G network’s inherent capabilities are exploited for robust data collection:
- Multi-Channel Aggregation: The UAV drone establishes multiple simultaneous data streams over different 5G frequency bands (sub-6 GHz and mmWave).
- Link Adaptation & Failover: Continuous channel state information (CSI) is fed back. If the quality of a primary link degrades, transmission is seamlessly handed over to a secondary link with minimal interruption.
- Redundant Transmission: For mission-critical data packets, multiple copies are sent via spatially diverse paths. The ground control station performs majority voting or checksum comparisons to reconstruct the original, error-free data.
The acquired raw data is then subjected to a preprocessing pipeline at the edge (potentially on the UAV drone itself or at a nearby 5G edge server) involving compression, filtering of noise, and deduplication, resulting in a high-fidelity dataset ready for secure transmission to the central management system.
2. Secure Data Transmission via Clustering-Based Adaptive Modulation
Following acquisition, ensuring the integrity and security of the inspection data during transmission over potentially vulnerable public or shared 5G networks is crucial. Our method enhances security not only through traditional cryptographic means applied at higher layers but also by introducing a physical-layer security mechanism based on dynamic signal manipulation and intelligent resource allocation.
We employ a communication spectrum hybrid modulation scheme. The core idea is to modulate the baseband inspection data onto a carrier signal whose parameters are dynamically altered based on a shared secret key and real-time channel conditions, making it difficult for an eavesdropper to demodulate without knowledge of the adaptation pattern. The complex baseband representation of the transmitted signal, $s(t)$, can be modeled as:
$$
s(t) = A(t) \cdot \exp\left( j \left( 2\pi f_c t + \phi(t) + \phi_d(t) \right) \right)
$$
where $A(t)$ is the time-varying amplitude, $f_c$ is the central carrier frequency, $\phi(t)$ is a deliberately introduced, pseudo-random phase perturbation for security, and $\phi_d(t)$ is the phase carrying the actual inspection data.
The received signal at the legitimate ground station, $r_0(t)$, after passing through the 5G channel with impulse response $h(t)$, is:
$$
r_0(t) = h(t) \ast s(t) + n(t)
$$
where $\ast$ denotes convolution and $n(t)$ is additive white Gaussian noise (AWGN). The channel gain $|H(f)|$ is estimated in real-time. To intelligently manage the transmission of the potentially massive inspection dataset, we apply a clustering algorithm to the data blocks ready for transmission. The data blocks, characterized by features such as priority level, data type (e.g., video frame, sensor reading), size, and required integrity level, are processed. Let each data block be represented by a feature vector $\mathbf{v}_k$. Using a k-means or density-based clustering algorithm, we partition the set of blocks $\{\mathbf{v}_1, …, \mathbf{v}_M\}$ into K clusters, $C_1, C_2, …, C_K$.
The clustering aims to minimize the intra-cluster variance:
$$
\arg \min_{C} \sum_{k=1}^{K} \sum_{\mathbf{v} \in C_k} \|\mathbf{v} – \boldsymbol{\mu}_k\|^2
$$
where $\boldsymbol{\mu}_k$ is the centroid of cluster $C_k$. The output of this process is a set of data block groups with similar transmission requirements.
This clustering output is then fused with the instantaneous channel gain information to drive adaptive modulation and demodulation. The core principle is to assign more robust, but potentially lower-order, modulation and coding schemes (MCS) to clusters containing high-priority or sensitive data when the channel is poor, and higher-order MCS to less critical data when the channel is excellent. A mapping function $\mathcal{M}$ is defined:
$$
\text{MCS}_i = \mathcal{M}( \text{Cluster}( \mathbf{v}_i ), \, |H(f)|_t )
$$
This dynamic adaptation, controlled by a shared secret between the UAV drone and the ground station, adds a layer of security. An eavesdropper would need to know both the clustering logic (or the feature-to-cluster mapping) and the real-time MCS adaptation rule to successfully decode the signal, which is computationally prohibitive without the key.
The demodulation process at the receiver uses the shared key to replicate the clustering logic and the MCS adaptation rule. By synchronously estimating the channel $H(f)$ and knowing the cluster identity of the expected data block, the receiver selects the correct demodulator. The symbol decision rule for a given cluster under a specific MCS can be expressed as maximizing the likelihood based on the known perturbation:
$$
\hat{\phi}_d(t) = \arg \max_{\theta \in \Theta} P\left( r_0(t) \,|\, \phi_d(t)=\theta, \hat{\phi}(t), \hat{A}(t), \hat{H}(f) \right)
$$
where $\Theta$ is the set of possible phase symbols for the chosen MCS, and $\hat{\phi}(t)$, $\hat{A}(t)$, $\hat{H}(f)$ are the estimated security perturbation, amplitude, and channel, respectively.
The efficacy of this joint clustering and adaptive modulation scheme in ensuring secure and reliable transmission can be partially assessed by analyzing the effective signal-to-interference-plus-noise ratio (SINR) for the legitimate receiver versus a potential eavesdropper. The bit error rate (BER) performance for the legitimate link, $P_b^{\text{legit}}$, is a function of the adapted MCS and the legitimate channel SINR, $\gamma_l$:
$$
P_b^{\text{legit}} \approx f_{\text{MCS}}(\gamma_l), \quad \text{where } \gamma_l = \frac{P_t |H_l|^2}{N_0 + I}
$$
where $P_t$ is transmit power, $|H_l|^2$ is the legitimate channel gain, $N_0$ is noise power, and $I$ is interference. For an eavesdropper with a different channel $H_e$, and lacking the key to perform correct clustering and demodulation adaptation, the effective SINR, $\gamma_e$, is degraded, leading to a much higher BER, $P_b^{\text{eve}} \approx f_{\text{unknown}}(\gamma_e’)$, where $\gamma_e’ < \gamma_e$ due to demodulation mismatch. This creates a positive secrecy capacity.
This integrated approach ensures that the valuable water conservancy inspection data from the UAV drone is not only transmitted efficiently but also with a significantly enhanced level of protection against interception and tampering.
3. Experimental Validation and Performance Analysis
To validate the proposed framework, a comprehensive simulation and emulation testbed was established, mirroring a realistic water conservancy inspection scenario.
3.1. Experimental Environment Setup
A software-defined networking (SDN) and network function virtualization (NFV) platform was utilized to emulate a 5G standalone (SA) network core and radio access network (RAN). The virtualized environment was built using OpenStack and OpenAirInterface (OAI) software suites. A virtual network topology was configured, comprising a central OpenFlow-based SDN controller, multiple virtualized 5G gNodeBs (base stations), and core network functions (AMF, SMF, UPF). The UAV drone and ground control stations were modeled as User Equipment (UE) within this network. The specific test network topology is illustrated in the provided figure, showing multiple gNodeBs providing coverage over a simulated river and dam area, with the SDN controller managing network slicing to create a dedicated, high-priority slice for the inspection UAV drone traffic.
3.2. Results and Comparative Analysis
We designed experiments to measure two critical performance indicators: Average End-to-End Latency and Network Throughput. The proposed method (labeled Experimental Group) was compared against two state-of-the-art baseline methods from recent literature:
- Control Group 1 (DAG-based): A method using Directed Acyclic Graphs to parallelize transmission tasks.
- Control Group 2 (Adaptive Coding): A method focusing on adaptive channel coding without the clustering-based physical layer security adaptation.
Data streams of varying sizes and priorities were generated, simulating different inspection payloads (e.g., 4K video burst, periodic sensor telemetry).
3.2.1. Latency Performance
The end-to-end latency was measured from the moment a data packet was ready for transmission at the UAV drone application layer to the moment it was successfully received at the ground control application layer. Results were collected over hundreds of transmission cycles for different data stream complexities. The following table summarizes the average latency for each group across five representative data stream types:
| Data Stream Type | Experimental Group Avg. Latency (μs) | Control Group 1 Avg. Latency (μs) | Control Group 2 Avg. Latency (μs) |
|---|---|---|---|
| High-Priority Telemetry | 8.2 | 32.5 | 25.7 |
| Medium-Priority Still Image | 9.1 | 35.8 | 28.4 |
| Low-Priority Log Data | 9.8 | 41.2 | 31.9 |
| Burst Video Stream | 7.5 | 38.5 | 45.2 |
| Composite Sensor Feed | 8.9 | 36.9 | 29.8 |
| Overall Average | 8.7 | 36.98 | 32.2 |
The results are striking. The Experimental Group, employing our proposed 5G-optimized collection and clustering-based adaptive transmission, consistently maintained an average latency below 10 microseconds (μs) for all data stream types, with an overall average of 8.7 μs. In contrast, both control groups exhibited significantly higher latencies, averaging 36.98 μs and 32.2 μs respectively. This reduction in latency by approximately 75-80% is attributed to several factors inherent to our framework: the efficient 5G-based protocol minimizing handshake overhead, the SDN-controlled network slice ensuring prioritized resource allocation without contention, and the intelligent clustering which allows for parallel processing of data blocks with similar requirements at the physical layer, reducing queueing delays. The low latency is critical for real-time monitoring and swift response to emerging issues in water conservancy infrastructure.
3.2.2. Throughput Performance
Network throughput, defined as the total amount of data successfully delivered per unit time, was measured under sustained load conditions simulating continuous UAV drone inspection activity. The channel bandwidth was set to 100 MHz. The following table presents the achieved aggregate throughput for the different methods:
| Metric | Experimental Group | Control Group 1 | Control Group 2 |
|---|---|---|---|
| Sustained Throughput (Gbps) | 9.8 – 10.2 | 5.1 – 5.6 | 6.8 – 7.3 |
| Peak Throughput (Gbps) | 10.5 | 6.0 | 7.9 |
| Spectrum Efficiency (bps/Hz) | ~10 | ~5.5 | ~7.5 |
The proposed method demonstrated a remarkable sustained throughput in the range of 9.8 to 10.2 Gbps, effectively saturating the available 5G channel and achieving a peak of 10.5 Gbps. This represents a near-doubling of throughput compared to Control Group 1 (~5.5 Gbps) and a significant 40% improvement over Control Group 2 (~7.5 Gbps). The high throughput is a direct consequence of leveraging 5G’s mmWave potential (where applicable), advanced multi-antenna techniques (MIMO), and the efficiency gains from the clustering-based transmission strategy. By grouping data and applying optimal MCS per cluster, the system minimizes retransmissions and maximizes the useful data carried per symbol. This high-throughput capability enables the UAV drone to transmit uncompressed or lightly compressed high-definition video and large sensor datasets without bottlenecking, vastly improving the detail and quality of information available for analysis.
3.2.3. Security Overhead Analysis
A valid concern is the computational overhead introduced by the clustering and dynamic modulation process. We measured the additional processing delay on the UAV drone‘s onboard computer. The clustering algorithm (for batches of 1000 data blocks) introduced an average overhead of 1.2 ms, and the dynamic MCS selection and signal perturbation added 0.3 ms per transmission frame. This total of ~1.5 ms is negligible compared to the multi-millisecond or even second-scale transmission times for large data blocks and is effectively hidden by parallel processing pipelines. Furthermore, this overhead is justified by the significant enhancement in physical-layer security, making eavesdropping and jamming substantially more difficult without prior knowledge of the system’s adaptive key.
4. Discussion, Conclusion, and Future Trajectories
The experimental results unequivocally validate the proposed framework’s superiority in addressing the core challenges of UAV drone data transmission for water conservancy inspection. By deeply integrating with 5G network primitives—such as network slicing, URLLC, and eMBB—and augmenting it with an intelligent, clustering-driven adaptive physical-layer security mechanism, the method achieves a transformative performance profile: ultra-low latency (sub-10 μs) and ultra-high throughput (approaching 10 Gbps). These metrics directly translate to operational benefits: inspectors receive critical data almost instantaneously, enabling real-time decision-making, while the system can handle the data-rich payloads from modern sensors without compromise.
The clustering-based approach offers a elegant solution to manage heterogeneity in inspection data. It allows for differentiated quality of service (QoS) at a granular level within a single data stream from the UAV drone. For instance, crucial structural crack imagery can be assigned to a high-priority cluster with the most robust modulation, while routine ambient temperature readings are placed in a cluster that uses higher-order modulation for efficiency when the channel is good. This dynamic, context-aware resource allocation is a key innovation over static or less sophisticated adaptive methods.
However, the framework is not without its limitations and points for future exploration. The current model assumes a relatively stable 5G infrastructure deployment. Performance in extreme edge scenarios with intermittent or very low-quality 5G coverage needs further investigation, potentially involving hybrid 5G-satellite networks. The security model, while robust against passive eavesdropping, should be rigorously tested against more active adversaries capable of deep learning-based signal analysis or jamming attacks. Furthermore, the energy consumption of the onboard processing for clustering and dynamic modulation, although small, must be meticulously optimized for long-endurance UAV drone missions.
Future research trajectories are abundant and promising:
- Integration with Edge AI: Embedding lightweight AI models on the UAV drone or at the 5G edge to perform preliminary anomaly detection (e.g., identifying potential leaks or cracks). Only alerts and relevant data snippets would then be transmitted in full, drastically reducing average data volume and further improving latency and efficiency.
- Swarm Intelligence: Extending the framework to coordinate a swarm of UAV drones. Clustering could then occur across data from multiple drones, and the SDN controller could orchestrate not just network resources but also the drones’ flight paths and data collection tasks to optimize the overall mission efficiency and network load balancing.
- Blockchain for Auditability: Incorporating blockchain technology to create an immutable, tamper-proof ledger of all transmitted inspection data, providing a verifiable audit trail for regulatory compliance and maintenance history.
- Advanced Channel Models: Incorporating more sophisticated 5G channel models that account for the unique Doppler effects and rapidly changing link budgets associated with high-speed UAV drone mobility, especially in urban canyon or dense forest environments near water facilities.
In conclusion, this work presents a holistic and high-performance framework for automatic UAV drone data transmission in water conservancy inspection, firmly rooted in the capabilities of 5G networks. It demonstrates that through the co-design of communication strategies and data-aware transmission protocols, significant leaps in performance, reliability, and security are attainable. As 5G networks mature and evolve towards 6G, and as UAV drone technology becomes more sophisticated, such integrated frameworks will be indispensable in building resilient, efficient, and intelligent infrastructure management systems for water conservancy and beyond.
