Papers
Topics
Authors
Recent
Search
2000 character limit reached

Edge-Assisted Multimodal UAV Localization with Resource-Efficient Compression and Robust Fusion

Published 3 Jul 2026 in eess.SP | (2607.03111v1)

Abstract: The unmanned aerial vehicles (UAVs) will play an important role in the future urban transportation systems. This requires designing robust localization schemes especially for non-cooperative UAVs that do not share any information about their movements. This paper designs a multimodal UAV localization framework which utilizes camera, LiDAR and radar sensing modalities. The underlying data processing and the subsequent inference of the UAV location are distributed among the sensing nodes and the edge server attached to the base station. The proposed UAV localization framework addresses three key challenges. First, the sensing nodes have limited computing and communication resources, and they contain only single modality sensors. Second, the multimodal data differ greatly in the sampling rates, time alignment and the encodings. Third, the changes in the environment and the hardware failures cause the modal data to degrade, or to be completely missing. The proposed localization framework utilizes several data processing modules including a information-bottleneck (IB)-based compression module that extracts the most relevant features from each modality, a time-encoding alignment module that provides the unified representation in a shared latent space, a multimodal fusion module that accounts for the degraded and missing data, and a Mamba-based regression module that predicts the present UAV location. The experiments involving a real-world dataset demonstrate that the proposed framework accurately and reliably obtains the UAV location while outperforming other existing frameworks.

Summary

  • The paper introduces UAVLoc, a novel framework that integrates IB-based compression, TE-Align temporal alignment, and state-space regression for real-time UAV localization.
  • It employs dynamic fusion methods like MADW and MICA to effectively combine data from cameras, LiDAR, and radar, even in the presence of noisy or missing inputs.
  • Empirical results demonstrate significant reductions in data transmission and improved localization accuracy, meeting stringent real-time constraints on low-power edge devices.

Edge-Assisted Multimodal UAV Localization with Resource-Efficient Compression and Robust Fusion

Problem Formulation and Motivation

The proliferation of UAVs in urban environments necessitates robust non-cooperative localization frameworks, especially where self-reported navigation data may be unavailable or untrustworthy. The research addresses the challenge of accurate real-time UAV localization by leveraging distributed ground-based sensing modalities—camera, LiDAR, and radar—processed collaboratively between resource-constrained edge devices and central edge servers. Key bottlenecks include computational and communication constraints at sensing nodes, heterogeneous data characteristics (sampling rates, encodings, alignments), and degradation or loss of sensory input due to environmental and hardware variability. Figure 1

Figure 1: A distributed UAV localization involving different sensing modalities.

System Architecture and Modular Processing Pipeline

The proposed UAVLoc framework is architected to maximize localization robustness through coordinated preprocessing, compression, alignment, fusion, and regression.

At the sensing nodes (embedded devices like Raspberry Pi), modality-specific feature extraction and IB-based compression reduce communication overhead by transmitting only task-relevant latent representations. The edge server receives compressed features, performs modality alignment via TE-Align, dynamic reliability-aware fusion (MADW), and MI-driven attention (MICA), followed by Mamba-based sequence regression for joint spatial-temporal localization. Figure 2

Figure 2: The architecture of the proposed UAVLoc, a multimodal UAV localization framework.

Modality-Specific Preprocessing and IB-Based Compression

Each sensing stream undergoes tailored preprocessing to distill UAV-centric features:

  • LiDAR: Static background subtraction and dynamic feature isolation from spatiotemporal point clouds.
  • Radar: Point cloud construction with Doppler filtering; clustering to suppress non-UAV distractors.
  • Camera: Fisheye distortion correction, ROI extraction, and nonlinear mapping from world coordinates to pixel space. Figure 3

    Figure 3: The key steps in the modality-specific data pre-processing for LiDAR, radar, and camera sensors, respectively.

The nonlinear transformation pipeline for camera data is encapsulated in a coordinate mapping procedure, essential for 3D-to-2D information consistency. Figure 4

Figure 4: Derivation of the mapping between the actual UAV coordinates and the image pixel coordinates.

For all modalities, an information bottleneck-based (IB) compression module is deployed. This variational, task-adaptive encoding preserves localization-critical information while minimizing transmission rates and computational load, efficiently mapping heterogeneous features to a shared latent space. Figure 5

Figure 5: The architecture of the proposed compression module.

Data Alignment, Fusion, and Temporal Modeling

Temporal misalignment intrinsic to differing sensor rates is mitigated by TE-Align, standardizing feature streams onto a unified time grid with window-based pooling for frequency shaping and noise suppression.

Fusion is executed via:

  • MADW: Frame-wise dynamic weighting based on learned reliability scores, effectively masking degraded or missing modalities.
  • MICA: MI-inspired cross-attention for robust feature interaction, prioritizing task-relevant dependencies and minimizing noise amplification.

The fused latent sequence is input to a Mamba-based regression module, which models long-range temporal dependencies through state-space dynamics, producing trajectory-accurate UAV location estimates. Figure 6

Figure 6: The data processing network for the collaborative UAV localization using multiple modal data sources.

Empirical Evaluation and Numerical Results

Data Compression Efficiency

IB-based compression delivers drastic reductions in transmitted data rates (several orders of magnitude for camera and LiDAR, substantial for radar) with negligible loss in localization accuracy.

  • Camera: $63,701$ KB/s (raw) → $0.94$ KB/s (compressed, z=4z=4)
  • LiDAR: $4,685$ KB/s (raw) → $0.31$ KB/s (compressed, z=4z=4)
  • Radar: $111$ KB/s (raw) → $0.47$ KB/s (compressed, z=4z=4)

The computational latency of the entire sensing-side pipeline, measured on Raspberry Pi 5 hardware, aligns with stringent real-time constraints (latency <0.09<0.09 s per modality), confirming feasibility for edge deployment.

Unimodal Localization Performance

The proposed preprocessing and compression modules outperform both non-preprocessed and generic MLP-based alternatives, especially at low-dimensional latent spaces, where IB-based encoding achieves near-optimal RMSE minimum. Figure 7

Figure 7: Localization errors using only camera modality.

Figure 8

Figure 8: Localization errors using only LiDAR modality.

Figure 9

Figure 9: Localization errors using only radar modality.

Influence of Preprocessing, Alignment, and Fusion

Multimodal fusion consistently improves localization accuracy; best RMSE is attained using all modalities. The impact of data preprocessing and alignment (TE-Align) is manifest, with significant RMSE reduction compared to handcrafted temporal sampling schemes. Figure 10

Figure 10

Figure 10: Localization errors with data preprocessing.

Figure 11

Figure 11

Figure 11: Localization errors with data preprocessing.

Figure 12

Figure 12: Localization errors under different time alignment methods.

Fusion Scheme Comparisons

Combining MADW and MICA yields superior performance in scenarios prone to high noise or missing data (notably for radar), whereas camera–LiDAR pairings are robust without additional fusion complexity. Figure 13

Figure 13: Localization errors for different fusion schemes.

Among tested multimodal fusion baselines (feature-level early fusion, late weighted fusion, ModDrop, HeMIS-style fusion), the proposed framework exhibits lowest localization errors, validating its architecture for dynamic, resource-constrained settings. Figure 14

Figure 14: Localization errors for different multimodal fusion localization methods.

Communication Application

Effective UAV localization enhances mmWave relay performance by enabling beam steering, with achieved data rates near those of perfect localization, underscoring practical synergy between sensing and communications. Figure 15

Figure 15: Achievable data rates as a function of SNR.

Theoretical and Practical Implications

The research advances external multimodal UAV localization by integrating IB compression, temporal encoding alignment, reliability-aware fusion, and MI-driven attention with scalable, resource-efficient design. Theoretical contributions include robust processing architecture for heterogeneous, degraded/missing modalities, and improved temporal regression via state-space modeling. Practically, the approach is deployable on low-power hardware with minimal latency, enabling real-time supervision of non-cooperative UAVs under adverse conditions.

Future directions involve extension to multi-target localization, fusion with additional sensing streams (e.g., microphone arrays), and large-scale collaborative sensing across multi-BS networks.

Conclusion

The presented UAVLoc framework delivers highly accurate, robust, and resource-efficient localization for non-cooperative UAVs in urban airspace. Extensive evaluation using real-world multimodal datasets confirms its superiority over baseline fusion strategies in both localization and communication relay contexts. The modular, edge-assisted architecture is suitable for real-time deployment and paves the way for innovations in collaborative multimodal sensing and autonomous airspace monitoring.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.