QuestionQ39

AI Technologies and Controls

Which option is the MOST effective and secure way to prevent model attribute attacks against an organization’s centralized AI-system training data that contains sensitive information about individuals?

Explanation

Removing private data from training datasets eliminates the sensitive attributes an attacker could infer from a trained model. Federated learning keeps raw data local, but its model updates can still leak local information through inference attacks unless additional controls, such as differential privacy and secure aggregation, are applied.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!