paper-with-me

홈 › Papers

Scalable and Verifiable Federated Learning for Cross-Institution Financial Fraud Detection

2026-04-25 · Prajwal Panth, Nishant Nigam arxiv

Financial fraud increasingly exploits institutional boundaries: laundering networks distribute transactions across multiple banks because no single institution can observe the full pattern. Federated Learning (FL) enables collaborative detection without raw data sharing, yet practical deployment in banking environments remains constrained by three pressures. First, homomorphic encryption schemes impose high computational costs that limit real-time aggregation at scale. Second, mask-based protocols such as Google's SecAgg require O(N^2) pairwise key exchanges, which become inefficient as participant count grows. Third, existing protocols provide limited verification that submitted gradient updates are well-formed, leaving aggregation vulnerable to consistency attacks. This paper presents Dynamic Sharded Federated Learning (DSFL), a secure aggregation framework for cross-institution fraud detection. DSFL introduces Dynamic Stochastic Sharding, which partitions participants into small cryptographically ephemeral clusters of fixed size m, reducing communication complexity to O(N*m). Within each cluster, participants submit Linear Integrity Tags, additive-homomorphic commitments that allow the server to verify update consistency without decryption. The mechanism detects inconsistent updates rather than malicious gradients. An Active Neighborhood Recovery protocol handles mid-round dropouts by reconstructing orphaned masks. Experiments on the ULB Credit Card Fraud Detection dataset (284,807 transactions across 10 simulated banking nodes) show that DSFL achieves approximately 34x lower aggregation latency than Paillier-based secure aggregation at N=1000, based on analytical extrapolation from empirical baselines, while maintaining 99% recovery fidelity under a 20% dropout regime. Global fraud recall reached 91.2% (+/-0.8%), above the 68% average of locally trained models.

📄 PDF Abstract BibTeX arXiv:2604.23437

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningFraud Detection

Similar Papers 제목 키워드 기반

Towards Federated Graph Learning for Collaborative Financial Crimes Detection

2019-09-19 · Toyotaro Suzumura, Yi Zhou, Natahalie Baracaldo, Guangnan Ye 외

Financial crime is a large and growing problem, in some way touching almost every financial institution. Financial institutions are the front line in the war against financial crime and accordingly, must devote substanti…

Federated LearningGraph Learning

Starlit: Privacy-Preserving Federated Learning to Enhance Financial Fraud Detection

2024-01-19 · Aydin Abadi, Bradley Doyle, Francesco Gini, Kieron Guinamard 외

Federated Learning (FL) is a data-minimization approach enabling collaborative model training across diverse clients with local data, avoiding direct data exchange. However, state-of-the-art FL solutions to identify frau…

Federated LearningFraud DetectionPrivacy Preserving

A Privacy-Preserving Cloud Architecture for Distributed Machine Learning at Scale

2025-12-11 · Vinoth Punniyamoorthy, Ashok Gadi Parthi, Mayilsamy Palanigounder, Ravi Kiran Kodali 외 arxiv

Distributed machine learning systems require strong privacy guarantees, verifiable compliance, and scalable deployment across heterogeneous and multi-cloud environments. This work introduces a cloud-native privacy-preser…

Reinforcement LearningFederated Learning

Privacy-Preserving Federated Fraud Detection in Payment Transactions with NVIDIA FLARE

2026-03-13 · Holger R. Roth, Sarthak Tickoo, Mayank Kumar, Isaac Yang 외 arxiv

Fraud-related financial losses continue to rise, while regulatory, privacy, and data-sovereignty constraints increasingly limit the feasibility of centralized fraud detection systems. Federated Learning (FL) has emerged …

Federated LearningAnomaly DetectionFraud Detection

Integrating Feature Attention and Temporal Modeling for Collaborative Financial Risk Assessment

2025-08-13 · Yue Yao, Zhen Xu, Youzhu Liu, Kunyuan Ma 외 arxiv

This paper addresses the challenges of data privacy and collaborative modeling in cross-institution financial risk analysis. It proposes a risk assessment framework based on federated learning. Without sharing raw data, …

Distributed OptimizationFederated Learning