论文标题
过度反对对抗视频的表示
Overcomplete Representations Against Adversarial Videos
论文作者
论文摘要
深度神经网络的对抗性鲁棒性是文献中广泛研究的问题,并且已经提出了各种方法来防御对抗图像。但是,仅开发了少数防御方法来防御攻击的视频。在本文中,我们提出了一个新颖的过度恢复网络,以防御对抗视频(Oudefend)。大多数恢复网络都采用编码器架构,该体系结构首先缩小空间维度,然后将其扩展回。这种方法学习了截然不知的表示,这些表示有庞大的接收领域来收集全球信息,但忽略了本地细节。另一方面,胜诉的表示具有相反的属性。因此,Oudefend旨在通过学习这两种表示来平衡本地和全球功能。我们将Oudefend附加到目标视频识别模型作为功能修复块,然后训练整个网络端到端。实验结果表明,关注图像的防御措施可能对视频无效,而Oudefend则可以增强对不同类型的对抗视频的鲁棒性,从加法攻击,乘法攻击到可实现的攻击。代码:https://github.com/shaoyuanlo/oudefend
Adversarial robustness of deep neural networks is an extensively studied problem in the literature and various methods have been proposed to defend against adversarial images. However, only a handful of defense methods have been developed for defending against attacked videos. In this paper, we propose a novel Over-and-Under complete restoration network for Defending against adversarial videos (OUDefend). Most restoration networks adopt an encoder-decoder architecture that first shrinks spatial dimension then expands it back. This approach learns undercomplete representations, which have large receptive fields to collect global information but overlooks local details. On the other hand, overcomplete representations have opposite properties. Hence, OUDefend is designed to balance local and global features by learning those two representations. We attach OUDefend to target video recognition models as a feature restoration block and train the entire network end-to-end. Experimental results show that the defenses focusing on images may be ineffective to videos, while OUDefend enhances robustness against different types of adversarial videos, ranging from additive attacks, multiplicative attacks to physically realizable attacks. Code: https://github.com/shaoyuanlo/OUDefend