Federated Transformer: Multi-Party Vertical Federated Learning on Practical Fuzzily Linked Data
Zhaomin Wu, Junyi Hou, Yiqun Diao, Bingsheng He

TL;DR
This paper introduces Federated Transformer (FeT), a novel framework for multi-party vertical federated learning with fuzzy identifiers, improving accuracy and privacy in collaborative models without sharing raw data.
Contribution
FeT encodes fuzzy identifiers into data representations and employs a transformer architecture, addressing performance and privacy issues in multi-party fuzzy VFL.
Findings
FeT achieves up to 46% accuracy improvement with 50 parties.
FeT outperforms existing models in two-party fuzzy VFL.
The privacy framework effectively balances privacy and utility.
Abstract
Federated Learning (FL) is an evolving paradigm that enables multiple parties to collaboratively train models without sharing raw data. Among its variants, Vertical Federated Learning (VFL) is particularly relevant in real-world, cross-organizational collaborations, where distinct features of a shared instance group are contributed by different parties. In these scenarios, parties are often linked using fuzzy identifiers, leading to a common practice termed as multi-party fuzzy VFL. Existing models generally address either multi-party VFL or fuzzy VFL between two parties. Extending these models to practical multi-party fuzzy VFL typically results in significant performance degradation and increased costs for maintaining privacy. To overcome these limitations, we introduce the Federated Transformer (FeT), a novel framework that supports multi-party VFL with fuzzy identifiers. FeT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
MethodsLinear Layer · Layer Normalization · Residual Connection · Position-Wise Feed-Forward Layer · Attention Is All You Need · Dense Connections · Softmax · Multi-Head Attention · Adam · Dropout
