Netflix applies machine learning for real-time fraud detection in streaming services
Detecting content fraud, service fraud, and account fraud at scale in real time is highly challenging for streaming platforms. Rule-based detection approaches require constant expert supervision, cannot scale for real-time use, and may become biased or limited in scope.
The deep auto-encoder model outperformed all other semi-supervised anomaly detection approaches, achieving around 96% accuracy and a 94% f1 score on streaming fraud classification.
Frequently asked questions
What did this team achieve with this AI workflow?
The deep auto-encoder model outperformed all other semi-supervised anomaly detection approaches, achieving around 96% accuracy and a 94% f1 score on streaming fraud classification.
What tools did this team use?
deep auto-encoder, SMOTE, One-Class SVM, Isolation Forest, XGBoost, Random Forest, Gradient Boosting, DRM.
What results were reported?
Deep auto-encoder accuracy: around 96%; Deep auto-encoder f1 score: 94%; Benign accounts in training dataset: 1,030,005; Anomalous accounts in training dataset: 28,045 (source-reported, not independently verified).
How is this compliance monitoring AI workflow structured?
License and manifest request → Heuristic-based data labeling → Streaming behavior feature extraction → SMOTE class imbalance treatment → ML anomaly detection inference → Fraud classification output.