TreeCSS: An Efficient Framework for Vertical Federated Learning
Qinbo Zhang, Xiao Yan, Yukai Ding, Quanqing Xu, Chuang Hu, Xiaokai Zhou, Jiawei Jiang

TL;DR
TreeCSS is a framework that significantly speeds up vertical federated learning by optimizing sample alignment with a tree-based private set intersection and selecting representative data samples through clustering, maintaining accuracy.
Contribution
The paper introduces TreeCSS, a novel VFL framework that enhances efficiency via a tree-structured multi-party PSI protocol and a clustering-based coreset selection method.
Findings
Training speed increased by up to 2.93x
Achieves comparable accuracy to vanilla VFL
Effective on various datasets and models
Abstract
Vertical federated learning (VFL) considers the case that the features of data samples are partitioned over different participants. VFL consists of two main steps, i.e., identify the common data samples for all participants (alignment) and train model using the aligned data samples (training). However, when there are many participants and data samples, both alignment and training become slow. As such, we propose TreeCSS as an efficient VFL framework that accelerates the two main steps. In particular, for sample alignment, we design an efficient multi-party private set intersection (MPSI) protocol called Tree-MPSI, which adopts a tree-based structure and a data-volume-aware scheduling strategy to parallelize alignment among the participants. As model training time scales with the number of data samples, we conduct coreset selection (CSS) to choose some representative data samples for…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Recommender Systems and Techniques
MethodsSparse Evolutionary Training
