Robust Privacy: Inference-Time Privacy through Certified Robustness
Jiankai Jin, Xiangzheng Zhang, Zhao Liu, Deyue Zhang, Quanchen Zou
TL;DR
Robust Privacy (RP) reframes certified robustness as an inference-time privacy guarantee, ensuring that all inputs within an $\ell_p$-ball of radius $R$ around a queried input yield the same prediction, thereby limiting leakage about sensitive inputs. Building on this, Attribute Privacy Enhancement (APE) translates input-level invariance into an expanded inference interval for sensitive attributes, demonstrated in a BMI-driven controlled recommendation task using randomized smoothing. The paper further shows that RP mitigates model inversion attacks by masking fine-grained input-output dependence, with empirical results indicating substantial reductions in attack success rates (ASR) while balancing accuracy via the smoothing parameter $\sigma$ and Monte Carlo sample size $N$. RP complements differential privacy by addressing inference-time privacy, offering a practical framework to reduce side-channel leakage in personalized systems and to protect sensitive attributes during inference. Overall, RP provides a principled, geometry-aware approach to privacy that can be tuned for privacy, utility, and computational cost while remaining compatible with existing privacy frameworks.
Abstract
Machine learning systems can produce personalized outputs that allow an adversary to infer sensitive input attributes at inference time. We introduce Robust Privacy (RP), an inference-time privacy notion inspired by certified robustness: if a model's prediction is provably invariant within a radius-$R$ neighborhood around an input $x$ (e.g., under the $\ell_2$ norm), then $x$ enjoys $R$-Robust Privacy, i.e., observing the prediction cannot distinguish $x$ from any input within distance $R$ of $x$. We further develop Attribute Privacy Enhancement (APE) to translate input-level invariance into an attribute-level privacy effect. In a controlled recommendation task where the decision depends primarily on a sensitive attribute, we show that RP expands the set of sensitive-attribute values compatible with a positive recommendation, expanding the inference interval accordingly. Finally, we empirically demonstrate that RP also mitigates model inversion attacks (MIAs) by masking fine-grained input-output dependence. Even at small noise levels ($σ=0.1$), RP reduces the attack success rate (ASR) from 73% to 4% with partial model performance degradation. RP can also partially mitigate MIAs (e.g., ASR drops to 44%) with no model performance degradation.
