On the Privacy Risks of Deploying Recurrent Neural Networks in Machine Learning Models
Yunhao Yang, Parham Gohari, Ufuk Topcu

TL;DR
This paper investigates the heightened privacy risks of recurrent neural networks (RNNs) compared to feed-forward neural networks (FFNNs), showing RNNs are more vulnerable to membership inference attacks and less effectively mitigated by common privacy-preserving techniques.
Contribution
It provides empirical evidence that RNNs are more susceptible to privacy attacks and less responsive to mitigation methods than FFNNs, highlighting architecture-specific privacy challenges.
Findings
RNNs have higher attack accuracy in membership inference attacks.
Weight regularization offers limited privacy benefits for RNNs.
Differential privacy methods result in poorer privacy-utility trade-offs for RNNs.
Abstract
We study the privacy implications of training recurrent neural networks (RNNs) with sensitive training datasets. Considering membership inference attacks (MIAs), which aim to infer whether or not specific data records have been used in training a given machine learning model, we provide empirical evidence that a neural network's architecture impacts its vulnerability to MIAs. In particular, we demonstrate that RNNs are subject to a higher attack accuracy than feed-forward neural network (FFNN) counterparts. Additionally, we study the effectiveness of two prominent mitigation methods for preempting MIAs, namely weight regularization and differential privacy. For the former, we empirically demonstrate that RNNs may only benefit from weight regularization marginally as opposed to FFNNs. For the latter, we find that enforcing differential privacy through either of the following two methods…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques
