paper-with-me

홈 › Papers

FedGraph-VASP: Privacy-Preserving Federated Graph Learning with Post-Quantum Security for Cross-Institutional Anti-Money Laundering

2026-01-25 · Daniel Commey, Matilda Nkoom, Yousef Alsenani, Sena G. Hounsinou, Garth V. Crosby arxiv

Virtual Asset Service Providers (VASPs) face a fundamental tension between regulatory compliance and user privacy when detecting cross-institutional money laundering. Current approaches require either sharing sensitive transaction data or operating in isolation, leaving critical cross-chain laundering patterns undetected. We present FedGraph-VASP, a privacy-preserving federated graph learning framework that enables collaborative anti-money laundering (AML) without exposing raw user data. Our key contribution is a Boundary Embedding Exchange protocol that shares only compressed, non-invertible graph neural network representations of boundary accounts. These exchanges are secured using post-quantum cryptography, specifically the NIST-standardized Kyber-512 key encapsulation mechanism combined with AES-256-GCM authenticated encryption. Experiments on the Elliptic Bitcoin dataset with realistic Louvain partitioning show that FedGraph-VASP achieves an F1-score of 0.508, outperforming the state-of-the-art generative baseline FedSage+ (F1 = 0.453) by 12.1 percent on binary fraud detection. We further show robustness under low-connectivity settings where generative imputation degrades performance, while approaching centralized performance (F1 = 0.620) in high-connectivity regimes. We additionally evaluate generalization on an Ethereum fraud detection dataset, where FedGraph-VASP (F1 = 0.635) is less effective under sparse cross-silo connectivity, while FedSage+ excels (F1 = 0.855), outperforming even local training (F1 = 0.785). These results highlight a topology-dependent trade-off: embedding exchange benefits connected transaction graphs, whereas generative imputation can dominate in highly modular sparse graphs. A privacy audit shows embeddings are only partially invertible (R^2 = 0.32), limiting exact feature recovery.

📄 PDF Abstract BibTeX arXiv:2601.17935

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkFraud DetectionGraph Learning

Similar Papers 제목 키워드 기반

FedGraphNN: A Federated Learning System and Benchmark for Graph Neural Networks

2021-04-14 · Chaoyang He, Keshav Balasubramanian, Emir Ceyani, Carl Yang 외

Graph Neural Network (GNN) research is rapidly growing thanks to the capacity of GNNs in learning distributed representations from graph-structured data. However, centralizing a massive amount of real-world graph data fo…

Federated LearningGraph Neural NetworkMolecular Property Prediction

FedGraph: Federated Graph Learning with Intelligent Sampling

2021-11-02 · Fahao Chen, Peng Li, Toshiaki Miyazaki, Celimuge Wu

Federated learning has attracted much research attention due to its privacy protection in distributed machine learning. However, existing work of federated learning mainly focuses on Convolutional Neural Network (CNN), w…

Deep Reinforcement LearningFederated LearningGraph LearningGraph Sampling

FedGraph: an Aggregation Method from Graph Perspective

2022-10-06 · Zhifang Deng, Xiaohong Huang, Dandan Li, Xueguang Yuan

With the increasingly strengthened data privacy act and the difficult data centralization, Federated Learning (FL) has become an effective solution to collaboratively train the model while preserving each client's privac…

Federated LearningTumor Segmentation

Federated Graph AGI for Cross-Border Insider Threat Intelligence in Government Financial Schemes

2026-02-18 · Srikumar Nayak, James Walmesley arxiv

Cross-border insider threats pose a critical challenge to government financial schemes, particularly when dealing with distributed, privacy-sensitive data across multiple jurisdictions. Existing approaches face fundament…

Federated LearningCausal InferenceGraph Learning

FedGraph: A Research Library and Benchmark for Federated Graph Learning

2024-10-08 · Yuhang Yao, Yuan Li, Xinyi Fan, Junhao Li 외

Federated graph learning is an emerging field with significant practical challenges. While algorithms have been proposed to improve the accuracy of training graph neural networks, such as node classification on federated…

BenchmarkingFederated LearningGraph LearningNode Classification