07What are data poisoning and ML supply-chain attacks, and how do you defend against them?▼hard★ EssentialGoogleMicrosoftAnthropic1 repliesunlockedMost ML security focuses on inference-time attacks; this asks about the training pipeline, where a poisoned dataset or a tampered dependency can plant a backdoor that clean-data evaluation never sees. The signal is knowing the attack classes and that defense is provenance, not a single model fix.Open full answer →
45What are backdoor (trojan) attacks on ML models, and how do you detect a poisoned model?▼hardGoogleMicrosoftAnthropic1 replies◆ premiumA backdoored model behaves perfectly until it sees a secret trigger, then flips. The signal is explaining why clean test accuracy never reveals it, and what detection actually buys you when the trigger is unknown.Open full answer →