Attribute Inference from Interactive Targeted Ads
Summary
A new study models attribute inference from interactive targeted advertising, revealing how user interactions can serve as a noisy oracle for sensitive attribute disclosure. Researchers developed a reproducible benchmark using synthetic populations calibrated with public data and evaluated Bayesian, supervised, positive and unlabeled, and adaptive attacks. The model separates targeting predicates, exposure, interaction, and disclosure. With $160$ campaigns, Bayesian and supervised attacks achieved approximately \$0.64$ AUC in the main setting and \$0.65$ AUC in a higher interaction setting. The findings emphasize that disclosure policy, including aggregate reporting, type filtering, and randomized disclosure, is the most effective control against such inference. The code is available at https://github.com/P-HOW/Interactive-Ad-Oracle.
Key takeaway
For AI Security Engineers or Privacy Officers evaluating privacy risks in targeted advertising systems, this research highlights that interactive ad systems can leak user attributes, even if the inference signal is bounded. You should prioritize robust disclosure policies, such as aggregate reporting, type filtering, and randomized disclosure, to effectively mitigate potential attribute inference attacks and protect user privacy.
Key insights
Interactive targeted ad systems can act as noisy oracles for inferring user attributes.
Principles
- Disclosure policy is the strongest control against attribute inference.
- Repeated campaigns with identity exposure yield measurable, bounded inference signal.
Method
A model separates targeting, exposure, interaction, and disclosure, using a synthetic population benchmark with campaign semantics to simulate ground truth and evaluate various inference attacks.
In practice
- Implement aggregate reporting to remove user-tied oracle input.
- Utilize type filtering and randomized disclosure to reduce signal.
- Use the provided code for privacy evaluation of ad systems.
Topics
- Attribute Inference
- Targeted Advertising
- Privacy
- Ad Security
- Disclosure Policy
- Bayesian Attacks
Code references
Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, AI Security Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.