TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Machine learning for fraud detection

70 pointsby krithixover 10 years ago

6 comments

crashoverdriveover 10 years ago
The reality is, computers are good at some things, humans are good at others (Remember how much effort it took google to identify cats in youtube thumbnails? Something any four year old can do?). Computers are good at sifting through large amounts of data. Great. Humans are good at detecting fraud. Combining them is best.<p>Peter Thiel writes about how fatal machine learning for fraud detection in his book, &quot;Zero to One&quot;.<p>At Paypal, Max Levchin assembled an elite team of mathematicians to study the fraudulent transfers in detail. Then we took what we learned and wrote software to automatically identify and cancel bogus transactions in real time. But it quickly became clear that this approach wouldn&#x27;t would either. After an hour or two, the thieves would catch on and change their tactics. We were dealing with an adaptive enemy and our software couldn&#x27;t adapt in response.<p>The fraudsters adaptive evasions fooled our automatic detection algorithms, but we found that they didn&#x27;t fool our human analysts as easily. So max and his engineers rewrote the software to take a hybrid approach: the computer would flag the most suspicious transactions on a well designed user interface, and human operators would make the final judgment as to their legitimacy.
评论 #8890107 未加载
tsaxover 10 years ago
I suffered from Amex&#x27;s fraud detection algorithm recently when trying to book a discount airfare. There was 1 ticket left, I tried paying for it, and Amex blocked the charge, and by the time I tried it again (90 seconds or so), the ticket was gone. I was on call with many service reps, and no one was able to cover the differential between the cheapest new flight and the discount fare that I missed due to the &#x27;false positive&#x27; fraud block. Why should the customer suffer penalties for false positives? Considering that fraudulent charges themselves do not accrue liability for the customer, why should false positives do so?
评论 #8888483 未加载
评论 #8888508 未加载
评论 #8888461 未加载
IndianAstronautover 10 years ago
I had a chance to talk to a fraud detection statistician at a large tech company. One major area of fraud is in very small scale fraud for minute transactions that fly under the radar. A lot of traditional machine learning and statistical techniques don&#x27;t seem to work well for that. There is a lot of digging through literature to find statistical and signal detection methods to identify this sort of fraud.
ameister14over 10 years ago
Immediately made me think of sift science. <a href="https://siftscience.com" rel="nofollow">https:&#x2F;&#x2F;siftscience.com</a>
jonawesomegreenover 10 years ago
This seems similar to what PayPal was doing in 2002. Its possible or even likely that PayPal&#x27;s techniques have become stale over time, but they were doing some very advanced fraud detection in their time[1][2].<p>A really interesting book that detailed how the development of PayPals anti-fraud system came about (among other things) is Founders at Work[3].<p>[1] <a href="http://www.businessweek.com/stories/2002-09-30/max-levchin-online-fraud-buster" rel="nofollow">http:&#x2F;&#x2F;www.businessweek.com&#x2F;stories&#x2F;2002-09-30&#x2F;max-levchin-o...</a><p>[2] <a href="http://www.quora.com/What-were-the-early-achievements-that-drove-PayPals-awesome-fraud-detection-systems?share=1" rel="nofollow">http:&#x2F;&#x2F;www.quora.com&#x2F;What-were-the-early-achievements-that-d...</a><p>[3] <a href="http://www.foundersatwork.com" rel="nofollow">http:&#x2F;&#x2F;www.foundersatwork.com</a>
评论 #8888644 未加载
评论 #8889488 未加载
评论 #8889858 未加载
nsx147over 10 years ago
these are the things that will set stripe apart from the incumbents
评论 #8888346 未加载