PAT: Pseudo-Adversarial Training for Detecting Adversarial Videos

Abstract

Extensive research has demonstrated that deep neural networks (DNNs) are prone to adversarial attacks. Although various defense mechanisms have been proposed for image classification networks, fewer approaches exist for video-based models used in security-sensitive applications like surveillance. In this paper, we propose a novel yet simple algorithm called Pseudo-Adversarial Training (PAT), to detect the adversarial frames in a video without requiring knowledge of the attack. Our approach generates ‘transition frames’ that capture critical deviation from the original frames and eliminate the components insignificant to the detection task. To avoid the necessity of knowing the attack model, we produce ‘pseudo perturbations’ to train our detection network. Adversarial video detection is then achieved through the use of the detected frames. Experimental results on UCF-101 and 20BN-Jester datasets show that PAT can detect the adversarial video frames and videos with a high detection rate. We also unveil the potential reasons for the effectiveness of the transition frames and pseudo perturbations through extensive experiments.

Cite

Text

Thakur and Li. "PAT: Pseudo-Adversarial Training for Detecting Adversarial Videos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00024

Markdown

[Thakur and Li. "PAT: Pseudo-Adversarial Training for Detecting Adversarial Videos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/thakur2022cvprw-pat/) doi:10.1109/CVPRW56347.2022.00024

BibTeX

@inproceedings{thakur2022cvprw-pat,
  title     = {{PAT: Pseudo-Adversarial Training for Detecting Adversarial Videos}},
  author    = {Thakur, Nupur and Li, Baoxin},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {130-137},
  doi       = {10.1109/CVPRW56347.2022.00024},
  url       = {https://mlanthology.org/cvprw/2022/thakur2022cvprw-pat/}
}