CVJun 27, 2023

Differentially Private Video Activity Recognition

arXiv:2306.15742v111 citationsh-index: 46
Originality Incremental advance
AI Analysis

It addresses privacy concerns for video activity recognition systems, which is important for applications like surveillance or healthcare, though it builds incrementally on existing differential privacy techniques.

This paper tackles the challenge of applying differential privacy to video activity recognition by proposing Multi-Clip DP-SGD, which enforces video-level privacy through clip-based models without additional privacy loss. The method achieves 81% accuracy with epsilon=5 on UCF-101, a 76% improvement over direct DP-SGD application.

In recent years, differential privacy has seen significant advancements in image classification; however, its application to video activity recognition remains under-explored. This paper addresses the challenges of applying differential privacy to video activity recognition, which primarily stem from: (1) a discrepancy between the desired privacy level for entire videos and the nature of input data processed by contemporary video architectures, which are typically short, segmented clips; and (2) the complexity and sheer size of video datasets relative to those in image classification, which render traditional differential privacy methods inadequate. To tackle these issues, we propose Multi-Clip DP-SGD, a novel framework for enforcing video-level differential privacy through clip-based classification models. This method samples multiple clips from each video, averages their gradients, and applies gradient clipping in DP-SGD without incurring additional privacy loss. Moreover, we incorporate a parameter-efficient transfer learning strategy to make the model scalable for large-scale video datasets. Through extensive evaluations on the UCF-101 and HMDB-51 datasets, our approach exhibits impressive performance, achieving 81% accuracy with a privacy budget of epsilon=5 on UCF-101, marking a 76% improvement compared to a direct application of DP-SGD. Furthermore, we demonstrate that our transfer learning strategy is versatile and can enhance differentially private image classification across an array of datasets including CheXpert, ImageNet, CIFAR-10, and CIFAR-100.

Foundations

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

Your Notes