paper-with-me

Papers

De-VertiFL: A Solution for Decentralized Vertical Federated Learning

2024-10-08 · Alberto Huertas Celdrán, Chao Feng, Sabyasachi Banik, Gerome Bovet, Gregorio Martinez Perez, Burkhard Stiller

Federated Learning (FL), introduced in 2016, was designed to enhance data privacy in collaborative model training environments. Among the FL paradigm, horizontal FL, where clients share the same set of features but different data samples, has been extensively studied in both centralized and decentralized settings. In contrast, Vertical Federated Learning (VFL), which is crucial in real-world decentralized scenarios where clients possess different, yet sensitive, data about the same entity, remains underexplored. Thus, this work introduces De-VertiFL, a novel solution for training models in a decentralized VFL setting. De-VertiFL contributes by introducing a new network architecture distribution, an innovative knowledge exchange scheme, and a distributed federated training process. Specifically, De-VertiFL enables the sharing of hidden layer outputs among federation clients, allowing participants to benefit from intermediate computations, thereby improving learning efficiency. De-VertiFL has been evaluated using a variety of well-known datasets, including both image and tabular data, across binary and multiclass classification tasks. The results demonstrate that De-VertiFL generally surpasses state-of-the-art methods in F1-score performance, while maintaining a decentralized and privacy-preserving framework.

📄 PDF Abstract BibTeX arXiv:2410.06127

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingVertical Federated Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parallel Distributed Logistic Regression for Vertical Federated Learning without Third-Party Coordinator

2019-11-22 · Shengwen Yang, Bing Ren, Xuhui Zhou, Li-Ping Liu

Federated Learning is a new distributed learning mechanism which allows model training on a large corpus of decentralized data owned by different data providers, without sharing or leakage of raw data. According to the c…

Federated LearningregressionTransfer LearningVertical Federated Learning

VertCoHiRF: Decentralized Vertical Clustering Beyond k-means

2026-02-07 · Bruno Belucci, Karim Lounici, Vladimir R. Kostic, Katia Meziani arxiv

Vertical Federated Learning (VFL) enables collaborative analysis across parties holding complementary feature views of the same samples, yet existing approaches are largely restricted to distributed variants of $k$-means…

Federated Learning

Analyzing the Robustness of Decentralized Horizontal and Vertical Federated Learning Architectures in a Non-IID Scenario

2022-10-20 · Pedro Miguel Sánchez Sánchez, Alberto Huertas Celdrán, Enrique Tomás Martínez Beltrán, Daniel Demeter 외

Federated learning (FL) allows participants to collaboratively train machine and deep learning models while protecting data privacy. However, the FL paradigm still presents drawbacks affecting its trustworthiness since m…

Data PoisoningFederated LearningPrivacy PreservingVertical Federated Learning

A Multi-Token Coordinate Descent Method for Semi-Decentralized Vertical Federated Learning

2023-09-18 · Pedro Valdeira, Yuejie Chi, Cláudia Soares, João Xavier

Communication efficiency is a major challenge in federated learning (FL). In client-server schemes, the server constitutes a bottleneck, and while decentralized setups spread communications, they do not necessarily reduc…

Federated LearningVertical Federated Learning

FedEmb: A Vertical and Hybrid Federated Learning Algorithm using Network And Feature Embedding Aggregation

2023-11-30 · Fanfei Meng, LeLe Zhang, Yu Chen, Yuxin Wang

Federated learning (FL) is an emerging paradigm for decentralized training of machine learning models on distributed clients, without revealing the data to the central server. The learning scheme may be horizontal, verti…

Federated LearningPrivacy Preserving