paper-with-me

홈 › Papers

Federated Transfer Component Analysis Towards Effective VNF Profiling

2024-04-26 · Xunzheng Zhang, Shadi Moazzeni, Juan Marcelo Parra-Ullauri, Reza Nejabati, Dimitra Simeonidou

The increasing concerns of knowledge transfer and data privacy challenge the traditional gather-and-analyse paradigm in networks. Specifically, the intelligent orchestration of Virtual Network Functions (VNFs) requires understanding and profiling the resource consumption. However, profiling all kinds of VNFs is time-consuming. It is important to consider transferring the well-profiled VNF knowledge to other lack-profiled VNF types while keeping data private. To this end, this paper proposes a Federated Transfer Component Analysis (FTCA) method between the source and target VNFs. FTCA first trains Generative Adversarial Networks (GANs) based on the source VNF profiling data, and the trained GANs model is sent to the target VNF domain. Then, FTCA realizes federated domain adaptation by using the generated source VNF data and less target VNF profiling data, while keeping the raw data locally. Experiments show that the proposed FTCA can effectively predict the required resources for the target VNF. Specifically, the RMSE index of the regression model decreases by 38.5% and the R-squared metric advances up to 68.6%.

📄 PDF Abstract BibTeX arXiv:2404.17553

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationTransfer Learning

Similar Papers 제목 키워드 기반

A Cross-City Federated Transfer Learning Framework: A Case Study on Urban Region Profiling

2022-05-31 · Gaode Chen, Yijun Su, Xinghua Zhang, Anmin Hu 외

Data insufficiency problems (i.e., data missing and label scarcity) caused by inadequate services and infrastructures or imbalanced development levels of cities have seriously affected the urban computing tasks in real s…

Transfer Learning

Protea: Client Profiling within Federated Systems using Flower

2022-07-03 · Wanru Zhao, Xinchi Qiu, Javier Fernandez-Marques, Pedro P. B. de Gusmão 외

Federated Learning (FL) has emerged as a prospective solution that facilitates the training of a high-performing centralised model without compromising the privacy of users. While successful, research is currently limite…

Federated LearningGPU

Reducing Communication Overhead in Federated Learning for Network Anomaly Detection with Adaptive Client Selection

2025-03-19 · William Marfo, Deepak Tosh, Shirley Moore, Joshua Suetterlein 외

Communication overhead in federated learning (FL) poses a significant challenge for network anomaly detection systems, where diverse client configurations and network conditions impact efficiency and detection accuracy. …

Anomaly DetectionFederated LearningGPU

FedProK: Trustworthy Federated Class-Incremental Learning via Prototypical Feature Knowledge Transfer

2024-05-04 · Xin Gao, Xin Yang, Hao Yu, Yan Kang 외

Federated Class-Incremental Learning (FCIL) focuses on continually transferring the previous knowledge to learn new classes in dynamic Federated Learning (FL). However, existing methods do not consider the trustworthines…

class-incremental learningClass Incremental LearningFederated LearningIncremental Learning+1

TorchFL: A Performant Library for Bootstrapping Federated Learning Experiments

2022-11-01 · Vivek Khimani, Shahin Jabbari

With the increased legislation around data privacy, federated learning (FL) has emerged as a promising technique that allows the clients (end-user) to collaboratively train deep learning (DL) models without transferring …

Federated Learning