Defensive distillation

Defensive distillation is a technique used to enhance the robustness of machine learning models, particularly neural networks, against adversarial attacks by training them on softened output probabilities. It modifies the training process to reduce model sensitivity to small input perturbations that can cause misclassification.

Read More →

Homomorphic encryption for AI

Homomorphic encryption for AI refers to the application of cryptographic techniques that enable computations on encrypted data, supporting privacy-preserving artificial intelligence models. This approach allows AI systems to process sensitive information without exposing the underlying data, addressing critical security and privacy concerns.

Read More →

Adversarial machine learning

Adversarial machine learning is a field focused on understanding and mitigating vulnerabilities in machine learning models caused by maliciously crafted inputs designed to deceive them. It studies how adversaries can manipulate data to cause errors in prediction or classification, and develops defenses to improve robustness.

Read More →