English

Attacking Optical Flow

Computer Vision and Pattern Recognition 2019-10-23 v1 Machine Learning Image and Video Processing

Abstract

Deep neural nets achieve state-of-the-art performance on the problem of optical flow estimation. Since optical flow is used in several safety-critical applications like self-driving cars, it is important to gain insights into the robustness of those techniques. Recently, it has been shown that adversarial attacks easily fool deep neural networks to misclassify objects. The robustness of optical flow networks to adversarial attacks, however, has not been studied so far. In this paper, we extend adversarial patch attacks to optical flow networks and show that such attacks can compromise their performance. We show that corrupting a small patch of less than 1% of the image size can significantly affect optical flow estimates. Our attacks lead to noisy flow estimates that extend significantly beyond the region of the attack, in many cases even completely erasing the motion of objects in the scene. While networks using an encoder-decoder architecture are very sensitive to these attacks, we found that networks using a spatial pyramid architecture are less affected. We analyse the success and failure of attacking both architectures by visualizing their feature maps and comparing them to classical optical flow techniques which are robust to these attacks. We also demonstrate that such attacks are practical by placing a printed pattern into real scenes.

Keywords

Cite

@article{arxiv.1910.10053,
  title  = {Attacking Optical Flow},
  author = {Anurag Ranjan and Joel Janai and Andreas Geiger and Michael J. Black},
  journal= {arXiv preprint arXiv:1910.10053},
  year   = {2019}
}

Comments

ICCV 2019

R2 v1 2026-06-23T11:51:30.823Z