Telecom Fraud Detection Model Using Geo-Temporal Features

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Telecommunication service providers face challenges in detecting fraudulent transactions at retail locations, as existing methods lack effective mechanisms to identify and prevent fraudulent activities in real-time, leading to potential financial losses.

Innovation Solution

A method involving a fraud detection machine learning model, such as a gradient boosted machine, that processes factors like geo-temporal features, item desirability, and customer recency to generate a fraud indicator value, which triggers a warning when it meets a predefined threshold, preventing fraudulent transactions by alerting retail personnel to verify customer identity or payment methods.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If real-time fraud detection is implemented using machine learning models, then fraudulent transactions are reduced and financial losses are minimized, but system complexity and computational resources increase

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The fraud detection system is segmented into multiple independent machine learning models, each specialized for detecting specific fraud patterns (e.g., synthetic identity fraud, account takeover, application fraud). This segmentation allows the system to maintain high detection accuracy for different fraud types while managing complexity by distributing computational tasks across specialized models rather than using one monolithic complex system

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary fraud risk assessment by analyzing customer data, transaction patterns, and device information before completing the transaction. Machine learning models generate fraud scores in advance, allowing the system to prepare appropriate verification steps beforehand, which reduces the complexity of real-time decision-making during the actual transaction processing

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If multiple factors are analyzed by the fraud detection model, then fraud detection precision is improved, but processing time increases

Engineering Contradiction:
Improvefraud detection precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system pre-calculates and stores risk scores for various customer attributes, device characteristics, and transaction patterns before they are needed for fraud detection. When a transaction occurs, the fraud detection model retrieves these pre-computed scores rather than calculating everything from scratch, significantly reducing processing time while still analyzing multiple factors for precise fraud detection

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The machine learning models automatically select and weight the most relevant factors for each specific transaction context without requiring manual configuration. The system self-optimizes which factors to analyze based on historical fraud patterns, reducing processing time by focusing only on the most discriminative features while maintaining high detection precision

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11710081B2Machine learning telecommunication network service fraud detection
Publication Date: 2023.07.25 AT&T INTELLECTUAL PROPERTY I L P
  • US11710081B2 patent drawing
  • US11710081B2 patent drawing
  • US11710081B2 patent drawing

AI summary

A processing system may obtain a customer identifier at a first retail location of a telecommunication network service provider, determine a recency factor of the identifier, obtain an identification of items of interest to the customer, and determine whether the customer has visited a second retail location of the provider within a time period prior to the customer being at the first retail location. The processing system may then apply, to a fraud detection machine learning model, a plurality of factors comprising: a quantity of items of interest, a value of the items, a factor associated with whether the customer has visited the second retail location within the time period, and the recency factor, where the fraud detection machine learning model outputs a fraud indicator value, determine that the fraud indicator value meets a warning threshold and present a warning to a device at the first retail location.