English

Role-Aware Multi-modal federated learning system for detecting phishing webpages

Machine Learning 2025-10-17 v2 Distributed, Parallel, and Cluster Computing

Abstract

We present a federated, multi-modal phishing website detector that supports URL, HTML, and IMAGE inputs without binding clients to a fixed modality at inference: any client can invoke any modality head trained elsewhere. Methodologically, we propose role-aware bucket aggregation on top of FedProx, inspired by Mixture-of-Experts and FedMM. We drop learnable routing and use hard gating (selecting the IMAGE/HTML/URL expert by sample modality), enabling separate aggregation of modality-specific parameters to isolate cross-embedding conflicts and stabilize convergence. On TR-OP, the Fusion head reaches Acc 97.5% with FPR 2.4% across two data types; on the image subset (ablation) it attains Acc 95.5% with FPR 5.9%. For text, we use GraphCodeBERT for URLs and an early three-way embedding for raw, noisy HTML. On WebPhish (HTML) we obtain Acc 96.5% / FPR 1.8%; on TR-OP (raw HTML) we obtain Acc 95.1% / FPR 4.6%. Results indicate that bucket aggregation with hard-gated experts enables stable federated training under strict privacy, while improving the usability and flexibility of multi-modal phishing detection.

Keywords

Cite

@article{arxiv.2509.22369,
  title  = {Role-Aware Multi-modal federated learning system for detecting phishing webpages},
  author = {Bo Wang and Imran Khan and Martin White and Natalia Beloff},
  journal= {arXiv preprint arXiv:2509.22369},
  year   = {2025}
}

Comments

22 pages, 9 figures

R2 v1 2026-07-01T05:58:51.649Z