Inductive inference of gradient-boosted decision trees on graphs for insurance fraud detection
This paper introduces G-GBM, a novel inductive graph gradient boosting machine that effectively combines the robustness of gradient boosting with interpretable heterogeneous graph features to outperform or match state-of-the-art methods in insurance fraud detection while addressing challenges like class imbalance and dynamic data.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are an insurance detective trying to catch a group of people who are faking car accidents or doctor visits to steal money.
The Old Way: Looking at Individuals
Traditionally, detectives looked at each person (or company) in isolation. They checked a list of facts: "How old are they? What car do they drive? Have they made many claims?" This is like trying to solve a mystery by only looking at one suspect's ID card. It works okay, but it misses the big picture. Fraudsters often work in rings, helping each other. If you only look at one person, you might miss the fact that they are connected to a known criminal.
The New Idea: The "Social Network" Map
The authors of this paper realized that to catch organized fraud, you need to see the connections. They built a giant map (a "graph") where:
- Nodes are the people and companies.
- Lines are the relationships (e.g., "Company A owns this car," "Person B lives at this address," "Person C is the director of Company D").
This map is messy and complex. It has different types of people and different types of connections. It also changes over time as new people join or leave.
The Problem with Current "Smart" Maps
Recently, computer scientists started using fancy "Deep Learning" (AI) to read these maps. Think of these AI models as a black box that takes the whole map, squishes it into a single, blurry summary, and guesses who is a fraudster.
- The Flaw: These black boxes are hard to understand. In the insurance world, you can't just say, "The computer says they are guilty." You need to explain why to regulators and courts. Also, these AI models sometimes get confused when the map is huge or when there are very few fraud cases compared to honest people (a problem called "class imbalance").
The Solution: G-GBM (The "Path-Reading" Detective)
The authors created a new tool called G-GBM. Instead of squishing the map into a blurry summary, G-GBM acts like a detective who walks specific paths through the map.
Here is how it works, using a simple analogy:
The "Metapath" Walk: Imagine you are investigating a specific person (let's call him "Bob"). G-GBM doesn't just look at Bob. It sends out little "walkers" to trace specific routes from Bob.
- Path 1: Bob His Car The Car's Owner (maybe Bob's brother).
- Path 2: Bob The Repair Shop The Shop Owner (maybe Bob's cousin).
- Path 3: Bob The Address The Neighbor (who also filed a suspicious claim).
Reading the Clues: Instead of turning these paths into a blurry summary, G-GBM writes down the specific details found along each path. "Bob's brother owns a car," "The repair shop owner is Bob's cousin." It keeps these details separate and clear.
The "Tree" Decision: It feeds these specific path-details into a powerful decision-making engine (called a Gradient Boosted Tree). This engine is famous for being great at spotting patterns in messy data and handling the fact that fraud is rare. It asks: "If I see this specific combination of neighbors and connections, is this person likely to be a fraudster?"
The "Why" (Explainability): This is the superpower. Because the model didn't blur the data, it can point to the exact path that triggered the alarm.
- Example: "We flagged Bob not because of his age, but because Path 2 showed he is connected to a repair shop owner who has 50 other suspicious claims."
- This gives the insurance company a clear "audit trail" to prove their decision, which is required by law.
What the Paper Found
The authors tested this new detective tool on two real-world scenarios:
- A Belgian Insurance Dataset: A massive, real-world map of companies and their directors.
- A Healthcare Fraud Dataset: A map of doctors and patients.
The Results:
- Better or Equal Performance: G-GBM caught fraud just as well as, or better than, the fancy "black box" AI models and the traditional methods.
- Speed: It was much faster to train than the complex AI models.
- Transparency: It provided clear reasons for its decisions, which the AI models could not do as easily.
- Robustness: It handled the "messy" nature of the data (like missing info or weird categories) better than the AI models.
In Summary
The paper introduces a method that combines the best of two worlds: the ability of AI to see complex connections in a social network, and the clarity and speed of traditional decision trees. It doesn't just say "This is fraud"; it says "This is fraud because of these specific connections," making it a practical, trustworthy tool for fighting insurance scams.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.