Deep learning frameworks on embedded devices are now the backbone of time sensitive systems such as autonomous cars, traffic management, and surveillance. Here, where milliseconds matter, ensuring models are secure and that resource constraint edge de...
Deep learning frameworks on embedded devices are now the backbone of time sensitive systems such as autonomous cars, traffic management, and surveillance. Here, where milliseconds matter, ensuring models are secure and that resource constraint edge devices remain responsive is of utmost concern. While previous research has made significant progress in model resilience against adversarial attacks, most of the research has had the narrow objective of degrading accuracy, and how their influence impacts inference latency is still a time-repeated under-solved problem. This work extends the adversarial research front past the accuracy-related metrics by porting the Phantom Sponge attack to the domain of monocular 3D object detection, a basic perception problem for autonomous driving. The proposed approach generates phantom objects that attack and saturate exactly the Non- Maximum Suppression (NMS) stage of the detection pipeline, resulting in a steep increase in false positives and slow detection time on edge devices. In order to balance the strength of the patch attack, we have proposed an alpha blending method along which uses an alpha value to blend with the Universal Adversarial Patch (UAP) to create adaptive adversarial samples that generalize different data input. We did detailed experiments and performed analysis on KITTI and Rope3D datasets. We tested across multiple hardware systems ranging from high- performance desktop GPUs to low-cost NVIDIA Jetson devices. We also tested the generalization capability of the UAP patch with unseen input image data from the NuScenes dataset, verifying its strength in different real world traffic scenarios. In addition to the effectiveness of detection, this research work shows how embedded devices like NVIDIA Jetson devices perform under a patch attack, highlighting the power usage, temperature variations, and inference latency operating in different power modes. The obtained results highlight a major vulnerability of object detection models which depends on Non-Max Suppression, as well as the hardware device on which they are deployed. Specifically, when such edge devices operate on low power modes, the Jetson Xavier showed a 7× increase in NMS latency and a 90.8% rise in SoC power consumption when dealing with perturbed images. These findings reflect how attacks from adversaries can disrupt model integrity as well as its response time. This research focuses on the need of defensive actions to safeguard precision detection, especially in safety critical situations.