Who Audits the Auditor? Tamper-Proof Fraud Detection with Blockchain-Anchored Explainable ML
TLDR
This paper introduces a blockchain-anchored system for tamper-proof enterprise fraud detection, ensuring verifiable ML predictions and audit trails.
Key contributions
- Implements a tamper-evident fraud detection system using an immutable blockchain ledger.
- Anchors ML predictions and workflow execution to the ledger via smart contracts for integrity.
- Achieves competitive fraud detection accuracy (F1=0.895) with cryptographically verifiable trails.
- Demonstrates economic viability on Layer-2 networks (<$0.01/tx) for enterprise scale workloads.
Why it matters
This paper addresses the critical problem of insider tampering in fraud detection by providing a truly immutable audit trail. It ensures trust and regulatory compliance (e.g., GDPR) by making ML decisions and workflows cryptographically verifiable, a significant step for enterprise security.
Original Abstract
In enterprise fraud detection, model accuracy alone is insufficient when insiders can tamper with audit logs or bypass approval workflows. Real-world incidents show that fraud often persists not because detection algorithms fail, but because the audit trail itself is controllable by privileged operators. This exposes a fundamental trust gap: *who audits the auditor?* We present a tamper-evident fraud detection system that anchors both ML predictions and workflow execution to an immutable blockchain ledger. Rather than using blockchain as passive storage, we enforce the entire approval process through smart contracts, ensuring that every transaction, prediction, and explanation is atomically recorded and cannot be retroactively modified. Our detection module achieves competitive accuracy (F1 = 0.895, PR-AUC = 0.974) while providing cryptographically verifiable decision trails that support regulatory auditability requirements (e.g., GDPR Article 22). System evaluation shows sub-25 ms inference latency and economically viable deployment on Layer-2 networks at under \$0.01 per transaction (validated against PolygonScan data), supporting enterprise-scale workloads of 10,000+ monthly payments.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.