CVLGIVJun 28, 2019

Robustness Guarantees for Deep Neural Networks on Videos

arXiv:1907.00098v325 citations
Originality Incremental advance
AI Analysis

This work addresses robustness guarantees for deep learning models on video data, which is an incremental advancement in adversarial robustness for specific applications.

The paper tackles the problem of measuring robustness of deep neural networks on videos by computing the maximum safe radius for adversarial examples in optical flow sequences, and demonstrates that this can be approximated with provable guarantees using a two-player game approach, achieving results evaluated on the UCF101 dataset.

The widespread adoption of deep learning models places demands on their robustness. In this paper, we consider the robustness of deep neural networks on videos, which comprise both the spatial features of individual frames extracted by a convolutional neural network and the temporal dynamics between adjacent frames captured by a recurrent neural network. To measure robustness, we study the maximum safe radius problem, which computes the minimum distance from the optical flow sequence obtained from a given input to that of an adversarial example in the neighbourhood of the input. We demonstrate that, under the assumption of Lipschitz continuity, the problem can be approximated using finite optimisation via discretising the optical flow space, and the approximation has provable guarantees. We then show that the finite optimisation problem can be solved by utilising a two-player turn-based game in a cooperative setting, where the first player selects the optical flows and the second player determines the dimensions to be manipulated in the chosen flow. We employ an anytime approach to solve the game, in the sense of approximating the value of the game by monotonically improving its upper and lower bounds. We exploit a gradient-based search algorithm to compute the upper bounds, and the admissible A* algorithm to update the lower bounds. Finally, we evaluate our framework on the UCF101 video dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes