Mapfre USA modernized its fraud detection capabilities by implementing a scalable platform on AWS, integrating machine learning models with graph-based features to identify complex fraud patterns. The architecture leverages a lakehouse design with Apache Iceberg, Amazon EMR Serverless, and Neo4j for data processing and enrichment. This system aims to improve fraud detection accuracy and claims handling efficiency by automating alerts and providing explanations to adjusters through Guidewire integration.
Read original on AWS Architecture BlogTraditional fraud detection, often reliant on rules-based systems and structured data, struggles with sophisticated fraud rings that involve hidden relationships across entities like policyholders, vehicles, and providers. Mapfre USA addressed this by building a modern data platform, "Atenea," on AWS. This platform combines traditional structured data analysis with graph-based features, processed by machine learning models to identify intricate, non-obvious fraud patterns.
The Atenea platform is a robust data lakehouse architecture designed for scalability, governance, and efficient data processing. It leverages key AWS services and open-source technologies to handle diverse data types and complex ML workflows.
A critical aspect of the solution is the seamless and resilient integration of ML predictions with the Guidewire Claims system, ensuring that fraud alerts are actionable for front-line adjusters. This closed-loop system is essential for realizing business impact.
Design Considerations for External API Integration
When integrating with external systems that lack batch API support, design for individual request handling with robust retry mechanisms, dead-letter queues, and comprehensive monitoring. This ensures resilience and isolates failures at the individual transaction level, preventing system-wide impact from external service limitations. Securely managing credentials and API endpoints using services like AWS Secrets Manager is also paramount for production reliability and security.
The platform emphasizes data quality, resilience, and security. Data quality checks are applied throughout ingestion pipelines and graph feature generation to detect anomalies early. Monitoring dashboards track KPIs and model performance using Amazon CloudWatch and Amazon SNS for alerts. AWS Secrets Manager provides secure management of credentials and tokens for Guidewire API integration, with strict environment and region-specific access controls. This comprehensive approach ensures reliable, transparent, and secure production execution.