Anthony Peng

Differentiable Rendering Powered End-to-End Adversarial Attack Evaluation

PAKDD, 2026
Oral

Haoran Wang
Willian Lunardi
Martin Andreoni

Abstract

Deep learning models deployed in safety critical applications like autonomous driving use simulations to test their robustness against adversarial attacks in realistic conditions. However, these simulations are non-differentiable, forcing researchers to create attacks that do not integrate simulation environmental factors, reducing attack success. To address this limitation, we introduce UNDREAM, the first software framework that bridges the gap between photorealistic simulators and differentiable renderers to enable end-to-end optimization of adversarial perturbations on any 3D objects.UNDREAM enables manipulation of the environment by offering complete control over weather, lighting, backgrounds, camera angles, trajectories, and realistic human and object movements, thereby allowing the creation of diverse scenes. We showcase a wide array of distinct physically plausible adversarial objects that UNDREAM enables researchers to swiftly explore in different configurable environments. This combination of photorealistic simulation and differentiable optimization opens new avenues for advancing research of physical adversarial attacks.

UNDREAM closes the loop between a non-differentiable photorealistic simulator and a differentiable renderer. An adversarial texture is applied to a 3D object inserted into the Unreal Engine simulation, which renders an image sequence that is passed to the victim model. The resulting loss gradients are routed back through a differentiable renderer (Mitsuba) to update the texture, enabling end-to-end optimization of physically plausible adversarial objects under full control of weather, lighting, backgrounds, camera trajectories, and object motion.

BibTeX

			
@inproceedings{phute2026differentiable,
  title={Differentiable Rendering Powered End-to-End Adversarial Attack Evaluation},
  author={Phute, Mansi and Hull, Matthew and Wang, Haoran and Helbling, Alec and Peng, ShengYun and Lunardi, Willian and Andreoni, Martin and Lee, Wenke and Chau, Duen Horng},
  booktitle={Advances in Knowledge Discovery and Data Mining (PAKDD)},
  series={Lecture Notes in Computer Science},
  volume={16599},
  pages={107--120},
  year={2026},
  publisher={Springer},
  doi={10.1007/978-981-92-1465-5_9}
}