paper-with-me

홈 › Papers

Self-supervised Cross-silo Federated Neural Architecture Search

2021-01-28 · Xinle Liang, Yang Liu, Jiahuan Luo, Yuanqin He, Tianjian Chen, Qiang Yang

Federated Learning (FL) provides both model performance and data privacy for machine learning tasks where samples or features are distributed among different parties. In the training process of FL, no party has a global view of data distributions or model architectures of other parties. Thus the manually-designed architectures may not be optimal. In the past, Neural Architecture Search (NAS) has been applied to FL to address this critical issue. However, existing Federated NAS approaches require prohibitive communication and computation effort, as well as the availability of high-quality labels. In this work, we present Self-supervised Vertical Federated Neural Architecture Search (SS-VFNAS) for automating FL where participants hold feature-partitioned data, a common cross-silo scenario called Vertical Federated Learning (VFL). In the proposed framework, each party first conducts NAS using self-supervised approach to find a local optimal architecture with its own data. Then, parties collaboratively improve the local optimal architecture in a VFL framework with supervision. We demonstrate experimentally that our approach has superior performance, communication efficiency and privacy compared to Federated NAS and is capable of generating high-performance and highly-transferable heterogeneous architectures even with insufficient overlapping samples, providing automation for those parties without deep learning expertise.

📄 PDF Abstract BibTeX arXiv:2101.11896

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningNeural Architecture SearchVertical Federated Learning

Similar Papers 제목 키워드 기반

Federated Graph Representation Learning using Self-Supervision

2022-10-27 · Susheel Suresh, Danny Godbout, Arko Mukherjee, Mayank Shrivastava 외

Federated graph representation learning (FedGRL) brings the benefits of distributed training to graph structured data while simultaneously addressing some privacy and compliance concerns related to data curation. However…

Federated LearningGraph Representation LearningRepresentation Learning

Federated Alternate Training (FAT): Leveraging Unannotated Data Silos in Federated Segmentation for Medical Imaging

2023-04-18 · Erum Mushtaq, Yavuz Faruk Bakman, Jie Ding, Salman Avestimehr

Federated Learning (FL) aims to train a machine learning (ML) model in a distributed fashion to strengthen data privacy with limited data migration costs. It is a distributed learning framework naturally suitable for pri…

Federated LearningSegmentationSelf-Supervised Learning

Contrastive Federated Learning with Tabular Data Silos

2024-09-10 · Achmad Ginanjar, Xue Li, Wen Hua

Learning from data silos is a difficult task for organizations that need to obtain knowledge of objects that appeared in multiple independent data silos. Objects in multi-organizations, such as government agents, are ref…

Contrastive LearningFederated LearningSelf-Learning

Privacy-Preserving Federated Autoencoder for ECG Anomaly Detection on Edge Devices

2026-06-10 · Kaan Arda Akyol, Jakub Kacper Szeląg, Aydin Abadi, Maha Alghamdi 외 arxiv

Continuous electrocardiography (ECG) monitoring could surface rhythm abnormalities before they escalate into cardiovascular events. However, a deployable system must satisfy three requirements simultaneously: legal-grade…

Federated LearningAnomaly Detection

Throughput-Optimal Topology Design for Cross-Silo Federated Learning

2020-10-23 · NeurIPS 2020 12 · Othmane Marfoq, Chuan Xu, Giovanni Neglia, Richard Vidal

Federated learning usually employs a client-server architecture where an orchestrator iteratively aggregates model updates from remote clients and pushes them back a refined model. This approach may be inefficient in cro…

Federated Learning