AI Fraud Detection in Expenses: Models, Signals, and Limits
How AI screens expense fraud — duplicates, altered receipts, split claims, behavioural anomalies — what it catches that audits miss, and where humans stay essential.
Dr. Kavya Raman
Principal Data Scientist ·
Quick answer: AI fraud detection screens every expense and invoice — not a sample — using four families of models: duplicate fingerprinting, image forensics, split-claim correlation, and behavioural anomaly detection. Organisations typically find 2–4% of T&E spend was leaking, most of it invisible to sample-based audit.
Why sampled audit structurally fails
The ACFE’s occupational fraud studies consistently attribute a meaningful share of asset misappropriation to expense reimbursement schemes, with median losses running quietly for two years before detection. The reason is arithmetic: if you audit 5% of claims, a fraudulent pattern has a 95% chance of survival each cycle. Small, repeated abuse — the dominant form — is precisely what sampling misses.
Screening 100% of documents inverts the odds. Nothing survives unexamined.
The four model families
1. Duplicate fingerprinting
Every document is fingerprinted across image, amounts, merchant, and dates. This catches the same receipt submitted twice months apart, across two employees who shared a dinner, or with a digit altered — near-duplicates are the interesting case, and embedding-based similarity finds them where exact hashing fails.
2. Image forensics
With AI image generation mainstream, fabricated receipts are the fastest-growing threat. Forensic models examine pixel-level artefacts, compression inconsistencies, font irregularities, and metadata contradictions (a “restaurant receipt” whose EXIF says screenshot). This arms race is real, and it’s why document intelligence and fraud screening must share a pipeline.
3. Split-claim correlation
Approval thresholds invite splitting: three ₹4,900 claims against a ₹5,000 limit. Correlation models group claims by employee, vendor, and time window and evaluate them as a set — the pattern is obvious to a model and invisible to three different approvers seeing one claim each.
4. Behavioural baselines
Per-employee and per-cohort baselines establish what normal looks like — typical amounts, categories, merchants, timing. Deviations score against the baseline, so a sales rep’s client dinners don’t flag while a back-office employee’s sudden weekend “client entertainment” does.
Explainability is non-negotiable
A risk score of 87 is useless to a reviewer and indefensible in a disciplinary process. Every flag must cite its evidence: “duplicate of claim #8812 — same merchant, same amount, image similarity 97%.” Explainable flags get resolved in seconds and survive HR and audit scrutiny. Black boxes get ignored, then switched off. This principle is built into MyVyay Fraud Detection.
Where humans stay essential
- Judgment on intent — models find anomalies; managers determine whether it’s fraud, error, or policy confusion
- Threshold setting — risk appetite is a management decision, not a model output
- Feedback — every reviewer decision tunes the models to your organisation
The goal is not zero human involvement; it’s human attention only where it changes the outcome. Clean claims fast-track through auto-approval; flagged ones arrive with evidence.
Key takeaways
- Sampling misses persistent small-scale fraud by design; 100% screening doesn’t.
- Four model families cover the dominant schemes: duplicates, fabricated images, splits, and behavioural outliers.
- Demand explainable flags — they’re the difference between a control and a dashboard.
- Expect 2–4% of T&E spend recovered; most of it was invisible before.
Frequently asked questions
Will honest employees get falsely accused? Flags route to human review with evidence — nothing auto-rejects. Well-tuned systems run false-positive rates under 2% of flagged items, and flagged ≠ accused.
Can AI detect AI-generated receipts? Yes, currently — generation artefacts remain detectable. It’s an arms race, which is why detection models retrain continuously.
Does screening slow reimbursement? No. Screening completes in seconds at ingestion, and clean claims move faster because risk is already quantified.