☁️Freshcollected in 25m

Jumio’s Sub-100ms Fraud Feature Store

Jumio’s Sub-100ms Fraud Feature Store
PostLinkedIn
☁️Read original on AWS Machine Learning Blog

💡Get a proven AWS architecture for sub-100ms fraud features and major annual cost savings.

⚡ 30-Second TL;DR

What Changed

Centralize online and real-time features for fraud detection workloads.

Why It Matters

The case study demonstrates that real-time feature infrastructure can support latency-sensitive fraud decisions at scale. Its cost savings and centralized design may be relevant to teams consolidating fragmented ML pipelines.

What To Do Next

Benchmark your fraud model’s online feature latency and map its streaming pipeline to Kinesis Data Streams, Apache Flink, and SageMaker Feature Store.

Who should care:Enterprise & Security Teams

Key Points

  • Centralize online and real-time features for fraud detection workloads.
  • Use Apache Flink and Kinesis Data Streams to process streaming feature updates.
  • Serve features in under 100 milliseconds while reducing annual costs by approximately $120,000.

🧠 Deep Insight

AI-generated analysis for this event.

🔑 Enhanced Key Takeaways

  • Jumio transitioned from a fragmented, siloed feature engineering process where data was duplicated across multiple environments to a unified Amazon SageMaker Feature Store architecture.
  • The implementation leverages Flink's stateful processing capabilities to calculate complex fraud signals, such as velocity checks (e.g., number of transactions from a single IP in the last hour), in near real-time.
  • By adopting a centralized feature store, Jumio significantly reduced the 'training-serving skew,' ensuring that the exact same feature logic used during model training is applied during inference.
  • The cost savings of $120,000 were primarily driven by the decommissioning of legacy, over-provisioned self-managed database clusters that were previously used to cache feature data.
  • The architecture utilizes Amazon Kinesis Data Streams as the primary ingestion layer, enabling the system to handle high-throughput bursts of identity verification requests without latency degradation.
📊 Competitor Analysis▸ Show
FeatureJumio (AWS Architecture)TectonFeast (Open Source)
DeploymentManaged AWS NativeManaged/SaaSSelf-Managed
LatencySub-100msSub-10ms (P99)Varies (Infrastructure dependent)
Primary Use CaseFraud/IdentityEnterprise ML OpsData Engineering Teams
PricingConsumption-based (AWS)Tiered SubscriptionFree (Infrastructure costs)

🛠️ Technical Deep Dive

  • Data Ingestion: Raw event data flows into Amazon Kinesis Data Streams, acting as the backbone for real-time event processing.
  • Stream Processing: Amazon Managed Service for Apache Flink performs windowed aggregations and stateful transformations to compute fraud features.
  • Feature Storage: Processed features are written to Amazon SageMaker Feature Store, which provides both an Online Store (low-latency retrieval) and an Offline Store (S3-based for training).
  • Inference Path: The fraud detection model queries the SageMaker Online Store via low-latency API calls, retrieving pre-computed features in milliseconds.
  • Consistency: The system enforces a single source of truth for feature definitions, preventing discrepancies between the training pipeline and the production inference service.

🔮 Future ImplicationsAI analysis grounded in cited sources

Jumio will expand its real-time feature store to support multi-region low-latency inference.
The current success with sub-100ms latency provides a scalable foundation for deploying fraud detection closer to global users to minimize network transit time.
The company will integrate generative AI models directly into the feature store pipeline.
Centralized feature stores are increasingly being used to serve context-rich embeddings to LLMs for more nuanced fraud analysis.

Timeline

2021-09
Jumio announces the acquisition of Beam Solutions to bolster its AML and fraud detection capabilities.
2022-05
Jumio launches the Jumio Platform, a unified end-to-end identity verification and AML suite.
2024-03
Jumio begins migration of legacy fraud detection pipelines to AWS-native serverless architectures.
2025-11
Jumio completes the rollout of the centralized feature store, achieving the reported $120,000 annual cost reduction.
📰

Weekly AI Recap

Read this week's curated digest of top AI events →

👉Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: AWS Machine Learning Blog