I'm interested in hearing methods OR methods for fraud prediction. I'm aware of the classical methods like Logistic Regression. Perhaps there are some other methods.
Operations Research Exchange!
|
2
|
|
|
|
|
2
|
Discriminant models can be used to distinguish fraudulent/suspicious/ok transactions, assuming you have training samples with known classifications. I'm pretty sure data mining techniques are also used for this. |
||||||
|
OR-Exchange! Your site for questions and answers about operations research.
|
2
|
Not exactly OR, but Mark Nigrini has shown in his "Benford's Law" book how to detect anomalies in certain data sets that may indicate fraud. |
||
|
|
|
2
|
Some types of fraud have characteristics that make them "abnormal". So a general procedure to detect fraud is to quantify "normality", and then examine the observations that don't fit. This can be done in many different ways, for example
Of course, this type of approach only works if the fraud cases look different in some way from the non-fraud cases. Many of the discriminant methods suffer from this as well. Clever fraudsters go out of their way to make their actions/transactions indistinguishable from the mass of "normal" data. A different type of approach to fraud detection that looks very interesting is link analysis, where you examine all the points in common between different entities and try to identify "hubs" that are suspicious. Two examples:
Most fraud detection approaches will only be able to narrow down the list of possible frauds from "everyone" to "a smaller subset". |
|||||||||
|
|
1
|
This method of Pattern Classification via Linear Programming looks real promising. http://cgm.cs.mcgill.ca/~beezer/cs644/main.html#Proof Prof. Godfried Toussaint teaches a Pattern Recognition course at McGill Univ in Quebec. This link is to a student project for the course presented by Bohdan Kaluzny. I'm especially interested in the Breast Cancer Diagnosis example. |
||
|
|