paper-with-me

Papers

Sparse Adversarial Perturbations for Videos

2018-03-07 · Xingxing Wei, Jun Zhu, Hang Su

Although adversarial samples of deep neural networks (DNNs) have been intensively studied on static images, their extensions in videos are never explored. Compared with images, attacking a video needs to consider not only spatial cues but also temporal cues. Moreover, to improve the imperceptibility as well as reduce the computation cost, perturbations should be added on as fewer frames as possible, i.e., adversarial perturbations are temporally sparse. This further motivates the propagation of perturbations, which denotes that perturbations added on the current frame can transfer to the next frames via their temporal interactions. Thus, no (or few) extra perturbations are needed for these frames to misclassify them. To this end, we propose an l2,1-norm based optimization algorithm to compute the sparse adversarial perturbations for videos. We choose the action recognition as the targeted task, and networks with a CNN+RNN architecture as threat models to verify our method. Thanks to the propagation, we can compute perturbations on a shortened version video, and then adapt them to the long version video to fool DNNs. Experimental results on the UCF101 dataset demonstrate that even only one frame in a video is perturbed, the fooling rate can still reach 59.7%.

📄 PDF Abstract BibTeX arXiv:1803.02536

Code (3)

yanhui002/video_adv 공식 구현 tf
anonymous-p/Flickering_Adversarial_Video pytorch
thakurnupur/Sparse-Adversarial-Perturbations-PyTorch pytorch

Tasks

Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

Targeted Nonlinear Adversarial Perturbations in Images and Videos

2018-08-27 · Roberto Rey-de-Castro, Herschel Rabitz

We introduce a method for learning adversarial perturbations targeted to individual images or videos. The learned perturbations are found to be sparse while at the same time containing a high level of feature detail. Thu…

Action RecognitionData AugmentationGeneral ClassificationTemporal Action Localization+1

Identifying and Resisting Adversarial Videos Using Temporal Consistency

2019-09-11 · Xiaojun Jia, Xingxing Wei, Xiaochun Cao

Video classification is a challenging task in computer vision. Although Deep Neural Networks (DNNs) have achieved excellent performance in video classification, recent research shows adding imperceptible perturbations to…

Video Classification

SVASTIN: Sparse Video Adversarial Attack via Spatio-Temporal Invertible Neural Networks

2024-06-04 · Yi Pan, Jun-Jie Huang, Zihan Chen, Wentao Zhao 외

Robust and imperceptible adversarial video attack is challenging due to the spatial and temporal characteristics of videos. The existing video adversarial attack methods mainly take a gradient-based approach and generate…

Adversarial Attack

Sparse-PGD: A Unified Framework for Sparse Adversarial Perturbations Generation

2024-05-08 · Xuyang Zhong, Chen Liu

This work studies sparse adversarial perturbations, including both unstructured and structured ones. We propose a framework based on a white-box PGD-like attack method named Sparse-PGD to effectively and efficiently gene…

Sparse Adversarial Video Attacks with Spatial Transformations

2021-11-10 · Ronghui Mu, Wenjie Ruan, Leandro Soriano Marcolino, Qiang Ni

In recent years, a significant amount of research efforts concentrated on adversarial attacks on images, while adversarial video attacks have seldom been explored. We propose an adversarial attack strategy on videos, cal…

Adversarial AttackBayesian OptimisationSSIM