Enhancing Privacy and Security of Autonomous UAV Navigation
Vatsal Aggarwal, Arjun Ramesh Kaushik, Charanjit Jutla, Nalini Ratha
TL;DR
The paper addresses secure autonomous UAV navigation in adversarial settings by integrating Reinforcement Learning with Fully Homomorphic Encryption ($FHE$) to enable end-to-end encrypted inference on visual inputs. It trains an Actor-Critic PPO policy in the plaintext domain and deploys encrypted inference by adapting input processing, convolution, flattening, fully connected layers, and activations to the encrypted domain, including a spectral-domain convolution via $HFT$ and polynomial approximations for $ReLU$ and $Tanh$. A surrogate OpenAI Gym interface is also replicated in the encrypted setting to map features to actions. Experimental results demonstrate negligible accuracy loss (end-to-end $R^2=0.9631$, low MAE) but highlight substantial inference-time costs inherent to $FHE$, illustrating the trade-off between privacy and real-time UAV navigation in sensitive applications.
Abstract
Autonomous Unmanned Aerial Vehicles (UAVs) have become essential tools in defense, law enforcement, disaster response, and product delivery. These autonomous navigation systems require a wireless communication network, and of late are deep learning based. In critical scenarios such as border protection or disaster response, ensuring the secure navigation of autonomous UAVs is paramount. But, these autonomous UAVs are susceptible to adversarial attacks through the communication network or the deep learning models - eavesdropping / man-in-the-middle / membership inference / reconstruction. To address this susceptibility, we propose an innovative approach that combines Reinforcement Learning (RL) and Fully Homomorphic Encryption (FHE) for secure autonomous UAV navigation. This end-to-end secure framework is designed for real-time video feeds captured by UAV cameras and utilizes FHE to perform inference on encrypted input images. While FHE allows computations on encrypted data, certain computational operators are yet to be implemented. Convolutional neural networks, fully connected neural networks, activation functions and OpenAI Gym Library are meticulously adapted to the FHE domain to enable encrypted data processing. We demonstrate the efficacy of our proposed approach through extensive experimentation. Our proposed approach ensures security and privacy in autonomous UAV navigation with negligible loss in performance.
