What AI builders can learn from fraud models that run in 300 milliseconds

· Source: VentureBeat · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy, Data Science & Analytics · Depth: Intermediate, medium

Summary

Mastercard's Decision Intelligence Pro (DI Pro) is an AI-powered fraud detection platform designed to analyze individual transactions in milliseconds. The system processes approximately 160 billion transactions annually, with surges up to 70,000 transactions per second during peak times. DI Pro utilizes a recurrent neural network (RNN) with an "inverse recommender" architecture, treating fraud detection as a pattern completion problem to assess transaction risk. This architecture identifies how merchants relate to one another and evaluates if a transaction aligns with a user's typical behavior. Mastercard also employs techniques like aggregated, anonymized data to maintain data sovereignty while leveraging global fraud patterns, and uses "honeypots" to engage cybercriminals and map global fraud networks by identifying mule accounts.

Key takeaway

For Machine Learning Engineers developing high-throughput, low-latency systems, consider adopting an "inverse recommender" RNN architecture for real-time risk assessment, similar to Mastercard's DI Pro. Your focus should be on optimizing models for sub-300ms inference times and integrating data sovereignty solutions like anonymized global patterns to enhance decision quality without compromising privacy. Prioritize projects with strong business impact and ensure thorough activation before full implementation.

Key insights

AI models can detect fraud in milliseconds by analyzing individual transaction patterns and user behavior.

Principles

Method

DI Pro uses an "inverse recommender" RNN to perform pattern completion on transaction data, assessing if a merchant interaction makes sense for a user based on past behavior. It also employs honeypots to identify mule accounts.

In practice

Topics

Best for: Machine Learning Engineer, AI Engineer, Data Scientist, AI Product Manager

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by VentureBeat.