How AI Is Transforming Check Fraud Detection
Check use has been in steady decline as consumers move towards faster, digital payment methods. Yet despite this, 30% of fraud losses in 2024 were due to check fraud. In fact, check payments are 31 times more likely to involve fraud than real-time transactions according to research from PYMNTS Intelligence and The Clearing House. Why has check fraud resurged? Economic anxiety triggered check-based schemes. When millions of Americans received COVID relief payments by mail, checks became associated with financial relief. And for certain individuals facing economic pressure, creating fraudulent checks became easier to rationalize as a solution. Even as employment recovered, inflation, cost of living, and general financial anxiety have kept economic stress front of mind. Social media gives fraudsters what they need to know. When people share details like their birthday, employer, location, and family connections, they unknowingly provide sensitive information that helps criminals circumvent existing fraud detection solutions. But social media is just the starting point. The dark web has created a marketplace where personal data becomes currency. In 2024 alone, 1.9 million stolen U.S. bank checks appeared on underground platforms. With stolen bank information and a few check images, fraudsters can quickly generate convincing counterfeit checks using GenAI tools, a standard home printer, and deposit them through channels like mobile remote deposit capture (mRDC). The same approach can be used to alter checks. By uploading an image of a stolen check, GenAI tools can be used to easily modify the payee, the amount, or other key details. Checks are still used at large in B2B. Despite the ability to make digital payments, checks are still deeply embedded in B2B business operations. Why? Businesses cite them as familiar, easy to trace, and fast to reconcile. In 2024, 33% of B2B payments in the US were made by check. While this is lower than it has been the past, it still represents millions of dollars moving through paper checks each year. How has AI improved check fraud detection so far?Teaching machines with image analysis Image forensics systems use computer vision AI models to look at the visual elements of a check image. Rather than relying on human reviewers to spot inconsistencies, AI models analyze dozens of data points in real time or batch, comparing what they see against known “good” check profiles. Image analysis systems often have different AI working in tandem. Here’s an example:
- YOLO (You Only Look Once), an AI architecture for real-time object detection that identifies the precise location and dimensions of check elements across varying formats
- Convolutional Neural Networks (CNNs), a deep learning model that analyzes handwriting, fonts, and signatures by creating vectors that calculate distances between elements to determine whether they match expected patterns
- Typing patterns: How fast someone types, the intervals between keystrokes, common typos, and rhythm patterns are unique to individuals.
- Mouse movements and navigation: Legitimate account holders navigate banking interfaces in consistent ways, where they click, how they move the mouse, which features they use regularly. Fraudsters, even with stolen credentials, navigate differently.
- Session behavior: How long sessions last, what time of day access occurs, which devices are used, and what actions happen during sessions all create behavioral profiles.
- Device intelligence: Tracks the devices and locations used to access accounts. When fraudsters use their own devices to deposit fraudulent checks into compromised accounts, device intelligence flags the mismatch.
- Define the fraud patterns they want to detect based on trends they're seeing
- Select which data sources and features the model should analyze
- Train a model on their institution's historical data
- Test the model's performance against known fraud cases
- Monitor its performance and iterate as fraud patterns evolve
- Anomalous approval patterns: AI models could analyze which employees approve or override fraud alerts, looking for statistical anomalies.
- Access pattern analysis: The system could track which employees' access which accounts and when, identifying unusual patterns. By learning baseline access behaviors and comparing them in real-time, AI could flag situations where employees interact with accounts atypically, quicker and more accurately than manual or simple statistical models.
- Transaction timing correlations: When fraudulent checks are later discovered, the system could analyze the timing of employee actions around those transactions. Again, by automatically mapping these linkages, AI could substantially increase precision in insider fraud investigations and enable timely intervention.
- Customer life event signals: Change in address, sudden increases in account activity, or changes in typical transaction patterns could indicate increased vulnerability to fraud (account takeover) or increased likelihood of committing fraud (financial stress).
- Seasonal and economic pattern analysis: Fraud rates often correlate with economic conditions. A model that incorporates unemployment rates, inflation data, regional economic stress indicators, and seasonal fraud trends could adjust individual customer risk scores based on these contextual factors.
Share this page