期刊文献+
共找到15篇文章
< 1 >
每页显示 20 50 100
Video Action Recognition Method Based on Personalized Federated Learning and Spatiotemporal Features
1
作者 Rongsen Wu Jie Xu +6 位作者 Yuhang Zhang Changming Zhao Yiweng Xie Zelei Wu Yunji Li Jinhong Guo Shiyang Tang 《Computers, Materials & Continua》 2025年第6期4961-4978,共18页
With the rapid development of artificial intelligence and Internet of Things technologies,video action recognition technology is widely applied in various scenarios,such as personal life and industrial production.Howe... With the rapid development of artificial intelligence and Internet of Things technologies,video action recognition technology is widely applied in various scenarios,such as personal life and industrial production.However,while enjoying the convenience brought by this technology,it is crucial to effectively protect the privacy of users’video data.Therefore,this paper proposes a video action recognition method based on personalized federated learning and spatiotemporal features.Under the framework of federated learning,a video action recognition method leveraging spatiotemporal features is designed.For the local spatiotemporal features of the video,a new differential information extraction scheme is proposed to extract differential features with a single RGB frame as the center,and a spatialtemporal module based on local information is designed to improve the effectiveness of local feature extraction;for the global temporal features,a method of extracting action rhythm features using differential technology is proposed,and a timemodule based on global information is designed.Different translational strides are used in the module to obtain bidirectional differential features under different action rhythms.Additionally,to address user data privacy issues,the method divides model parameters into local private parameters and public parameters based on the structure of the video action recognition model.This approach enhancesmodel training performance and ensures the security of video data.The experimental results show that under personalized federated learning conditions,an average accuracy of 97.792%was achieved on the UCF-101 dataset,which is non-independent and identically distributed(non-IID).This research provides technical support for privacy protection in video action recognition. 展开更多
关键词 Video action recognition personalized federated learning spatiotemporal features data privacy
在线阅读 下载PDF
Model layered optimization with contrastive learning for personalized federated learning
2
作者 Dawei Xu Chentao Lu +4 位作者 TianXin Chen Baokun Zheng Chuan Zhang Liehuang Zhu Jian Zhao 《Digital Communications and Networks》 2025年第6期1973-1982,共10页
In federated learning(FL),the distribution of data across different clients leads to the degradation of global model performance in training.Personalized Federated Learning(pFL)can address this problem through global ... In federated learning(FL),the distribution of data across different clients leads to the degradation of global model performance in training.Personalized Federated Learning(pFL)can address this problem through global model personalization.Researches over the past few years have calibrated differences in weights across the entire model or optimized only individual layers of the model without considering that different layers of the whole neural network have different utilities,resulting in lagged model convergence and inadequate personalization in non-IID data.In this paper,we propose model layered optimization for feature extractor and classifier(pFedEC),a novel pFL training framework personalized for different layers of the model.Our study divides the model layers into the feature extractor and classifier.We initialize the model's classifiers during model training,while making the local model's feature extractors learn the representation of the global model's feature extractors to correct each client's local training,integrating the utilities of the different layers in the entire model.Our extensive experiments show that pFedEC achieves 92.95%accuracy on CIFAR-10,outperforming existing pFL methods by approximately 1.8%.On CIFAR-100 and Tiny-ImageNet,pFedEC improves the accuracy by at least 4.2%,reaching 73.02%and 28.39%,respectively. 展开更多
关键词 federated learning(FL) personalized federated learning(pFL) Contrastive learning Theoretical analysis
在线阅读 下载PDF
MpFedcon: Model-Contrastive Personalized Federated Learning with the Class Center
3
作者 LI Xingchen FANG Zhijun SHI Zhicai 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2022年第6期508-520,共13页
Federated learning is an emerging distributed privacypreserving framework in which parties are trained collaboratively by sharing model or gradient updates instead of sharing private data. However, the heterogeneity o... Federated learning is an emerging distributed privacypreserving framework in which parties are trained collaboratively by sharing model or gradient updates instead of sharing private data. However, the heterogeneity of local data distribution poses a significant challenge. This paper focuses on the label distribution skew, where each party can only access a partial set of the whole class set. It makes global updates drift while aggregating these biased local models. In addition, many studies have shown that deep leakage from gradients endangers the reliability of federated learning. To address these challenges, this paper propose a new personalized federated learning method named MpFedcon. It addresses the data heterogeneity problem and privacy leakage problem from global and local perspectives. Our extensive experimental results demonstrate that MpFedcon yields effective resists on the label leakage problem and better performance on various image classification tasks, robust in partial participation settings, non-iid data,and heterogeneous parties. 展开更多
关键词 personalized federated learning layered network model contrastive learning gradient leakage
原文传递
Personalized federated learning for semantic communication with collaborative fine-tuning
4
作者 Maochuan Wu Juan Li +2 位作者 Jing Xu Bing Chen Kun Zhu 《Digital Communications and Networks》 2026年第2期306-318,共13页
Semantic Communication(SemCom)is a promising paradigm for future 6G networks,where communication performance hinges on the effectiveness of SemCom models,particularly the source-channel encoder and decoder.However,tra... Semantic Communication(SemCom)is a promising paradigm for future 6G networks,where communication performance hinges on the effectiveness of SemCom models,particularly the source-channel encoder and decoder.However,training these models faces significant challenges.Firstly,the privacy-sensitive nature of communication data discourages users from uploading data to centralized servers.Secondly,heterogeneous local data distributions and diverse communication counterparts of different users necessitate personalized SemCom models.Specifically,a user's encoder must align with its receivers'decoders and the transmitted data distribution,while its decoder must adapt to the user's transmitters and received data distribution.To address these challenges,we propose FineFed,a personalized federated learning method with collaborative fine-tuning.Initially,a unified global model is trained distributively via federated learning,eliminating data uploads.Subsequently,users iteratively fine-tune encoders and decoders collaboratively,achieving SemCom model personalization.For encoder fine-tuning,decoders are fixed and shared with transmitters to address distributed loss calculation issues.Each encoder is fine-tuned using the idea of multi-task learning,treating communication with each receiver as a separate task.Then,encoders are fixed.A user shares its decoder with its own transmitters.These transmitters collaboratively fine-tune the user's decoder by the idea of federated multitask learning.Experimental results demonstrate that FineFed improves the average performance of federated SemCom models by 1%-7%,bringing it closer to the performance of centrally-trained models. 展开更多
关键词 Semantic communication federated learning Fine-tuning personalized federated learning
在线阅读 下载PDF
A Survey of Federated Learning:Advances in Architecture,Synchronization,and Security Threats
5
作者 Faisal Mahmud Fahim Mahmud Rashedur M.Rahman 《Computers, Materials & Continua》 2026年第3期1-87,共87页
Federated Learning(FL)has become a leading decentralized solution that enables multiple clients to train a model in a collaborative environment without directly sharing raw data,making it suitable for privacy-sensitiv... Federated Learning(FL)has become a leading decentralized solution that enables multiple clients to train a model in a collaborative environment without directly sharing raw data,making it suitable for privacy-sensitive applications such as healthcare,finance,and smart systems.As the field continues to evolve,the research field has become more complex and scattered,covering different system designs,training methods,and privacy techniques.This survey is organized around the three core challenges:how the data is distributed,how models are synchronized,and how to defend against attacks.It provides a structured and up-to-date review of FL research from 2023 to 2025,offering a unified taxonomy that categorizes works by data distribution(Horizontal FL,Vertical FL,Federated Transfer Learning,and Personalized FL),training synchronization(synchronous and asynchronous FL),optimization strategies,and threat models(data leakage and poisoning attacks).In particular,we summarize the latest contributions in Vertical FL frameworks for secure multi-party learning,communication-efficient Horizontal FL,and domain-adaptive Federated Transfer Learning.Furthermore,we examine synchronization techniques addressing system heterogeneity,including straggler mitigation in synchronous FL and staleness management in asynchronous FL.The survey covers security threats in FL,such as gradient inversion,membership inference,and poisoning attacks,as well as their defense strategies that include privacy-preserving aggregation and anomaly detection.The paper concludes by outlining unresolved issues and highlighting challenges in handling personalized models,scalability,and real-world adoption. 展开更多
关键词 federated learning(FL) horizontal federated learning(HFL) vertical federated learning(VFL) federated transfer learning(FTL) personalized federated learning synchronous federated learning(SFL) asynchronous federated learning(AFL) data leakage poisoning attacks privacy-preserving machine learning
在线阅读 下载PDF
Personalized Generative AI Services Through Federated Learning in 6G Edge Networks 被引量:1
6
作者 Li Zeshen Chen Zihan +1 位作者 Hu Xinyi Howard H.Yang 《China Communications》 2025年第7期1-13,共13页
Network architectures assisted by Generative Artificial Intelligence(GAI)are envisioned as foundational elements of sixth-generation(6G)communication system.To deliver ubiquitous intelligent services and meet diverse ... Network architectures assisted by Generative Artificial Intelligence(GAI)are envisioned as foundational elements of sixth-generation(6G)communication system.To deliver ubiquitous intelligent services and meet diverse service requirements,6G network architecture should offer personalized services to various mobile devices.Federated learning(FL)with personalized local training,as a privacypreserving machine learning(ML)approach,can be applied to address these challenges.In this paper,we propose a meta-learning-based personalized FL(PFL)method that improves both communication and computation efficiency by utilizing over-the-air computations.Its“pretraining-and-fine-tuning”principle makes it particularly suitable for enabling edge nodes to access personalized GAI services while preserving local privacy.Experiment results demonstrate the outperformance and efficacy of the proposed algorithm,and notably indicate enhanced communication efficiency without compromising accuracy. 展开更多
关键词 generative artificial intelligence personalized federated learning 6G networks
在线阅读 下载PDF
Personalized Aggregation Strategy for Hierarchical Federated Learning in Internet of Vehicles
7
作者 Shi Yan Liu Yujia +1 位作者 Tong Xiaolu Zhou Shukui 《China Communications》 2025年第8期314-331,共18页
In Internet of Vehicles,VehicleInfrastructure-Cloud cooperation supports diverse intelligent driving and intelligent transportation applications.Federated Learning(FL)is the emerging computation paradigm to provide ef... In Internet of Vehicles,VehicleInfrastructure-Cloud cooperation supports diverse intelligent driving and intelligent transportation applications.Federated Learning(FL)is the emerging computation paradigm to provide efficient and privacypreserving collaborative learning.However,in Io V environment,federated learning faces the challenges introduced by high mobility of vehicles and nonIndependently Identically Distribution(non-IID)of data.High mobility causes FL clients quit and the communication offline.The non-IID data leads to slow and unstable convergence of global model and single global model's weak adaptability to clients with different localization characteristics.Accordingly,this paper proposes a personalized aggregation strategy for hierarchical Federated Learning in Io V environment,including Fed SA(Special Asynchronous Federated Learning with Self-adaptive Aggregation)for low-level FL between a Road Side Unit(RSU)and the vehicles within its coverage,and Fed Att(Federated Learning with Attention Mechanism)for high-level FL between a cloud server and multiple RSUs.Agents self-adaptively obtain model aggregation weight based on Advantage Actor-Critic(A2C)algorithm.Experiments show the proposed strategy encourages vehicles to participate in global aggregation,and outperforms existing methods in training performance. 展开更多
关键词 aggregation strategy Internet of Vehicles non-IID personalized federated learning vehicle mobility
在线阅读 下载PDF
Model functional blocking and differentiated scheduling mechanism under personalized federated learning framework for intermittent photovoltaic power generation
8
作者 Wang Jiaxin Zeng Zeng +2 位作者 Xu Siya Qiu Xuesong Xia Yuanyi 《The Journal of China Universities of Posts and Telecommunications》 2025年第4期1-17,共17页
Federated learning(FL)is a promising technique to build a power generation model in photovoltaic(PV)scenarios.However,due to the heterogeneity of power generation data,there is a problem of slow convergence of the glo... Federated learning(FL)is a promising technique to build a power generation model in photovoltaic(PV)scenarios.However,due to the heterogeneity of power generation data,there is a problem of slow convergence of the global model or even deviation from the optimal solution during model training.Therefore,to improve the prediction accuracy and accelerate the model convergence speed,this paper proposes a model functional blocking and differentiated scheduling mechanism under personalized FL framework for intermittent PV power generation.Firstly,cluster analysis is conducted according to longitude,latitude,and altitude to form a model collaborative training region(MCTR).Then,based on the constructed MCTRs,a personalized FL model training method is proposed.This method is based on a combination of global shared convolutional neural network(CNN)model and local personalized long short term memory(LSTM)model,where CNN model block is responsible for feature extraction and LSTM model block is responsible for prediction.It adopts synchronous aggregation for global shared CNN and asynchronous aggregation for personalized LSTM.Furthermore,the FL server performs block scheduling of the CNN-LSTM models and aggregates them based on the regional membership which can provide differentiated and accurate prediction models with different power generation patterns.The simulation results show that the proposed algorithm has the highest accuracy of 85.1%and the best performance on mean absolute error(MAE),root mean square error(RMSE)and mean absolute percentage error(MAPE),with 0.1105,0.1224 and 0.4383 respectively. 展开更多
关键词 convolutional neural network-long short term memory(CNN-LSTM) model collaborative training region model blocking personalized federated learning power generation
原文传递
PFL-DSSE:A Personalized Federated Learning Approach for Distribution System State Estimation 被引量:2
9
作者 Huayi Wu Zhao Xu +1 位作者 Jiaqi Ruan Xianzhuo Sun 《CSEE Journal of Power and Energy Systems》 SCIE EI CSCD 2024年第5期2265-2270,共6页
A centralized framework-based data-driven framework for active distribution system state estimation(DSSE)has been widely leveraged.However,it is challenged by potential data privacy breaches due to the aggregation of ... A centralized framework-based data-driven framework for active distribution system state estimation(DSSE)has been widely leveraged.However,it is challenged by potential data privacy breaches due to the aggregation of raw measurement data in a data center.A personalized federated learningbased DSSE method(PFL-DSSE)is proposed in a decentralized training framework for DSSE.Experimental validation confirms that PFL-DSSE can effectively and efficiently maintain data confidentiality and enhance estimation accuracy. 展开更多
关键词 Terms-Distribution system state estimation personalized federated learning privacy protection
原文传递
FedFV: A Personalized Federated Learning Framework for Finger Vein Authentication 被引量:1
10
作者 Feng-Zhao Lian Jun-Duan Huang +3 位作者 Ji-Xin Liu Guang Chen Jun-Hong Zhao Wen-Xiong Kang 《Machine Intelligence Research》 EI CSCD 2023年第5期683-696,共14页
Most finger vein authentication systems suffer from the problem of small sample size.However,the data augmentation can alleviate this problem to a certain extent but did not fundamentally solve the problem of category... Most finger vein authentication systems suffer from the problem of small sample size.However,the data augmentation can alleviate this problem to a certain extent but did not fundamentally solve the problem of category diversity.So the researchers resort to pre-training or multi-source data joint training methods,but these methods will lead to the problem of user privacy leakage.In view of the above issues,this paper proposes a federated learning-based finger vein authentication framework(FedFV)to solve the problem of small sample size and category diversity while protecting user privacy.Through training under FedFV,each client can share the knowledge learned from its user′s finger vein data with the federated client without causing template leaks.In addition,we further propose an efficient personalized federated aggregation algorithm,named federated weighted proportion reduction(FedWPR),to tackle the problem of non-independent identically distribution caused by client diversity,thus achieving the best performance for each client.To thoroughly evaluate the effectiveness of FedFV,comprehensive experiments are conducted on nine publicly available finger vein datasets.Experimental results show that FedFV can improve the performance of the finger vein authentication system without directly using other client data.To the best of our knowledge,FedFV is the first personalized federated finger vein authentication framework,which has some reference value for subsequent biometric privacy protection research. 展开更多
关键词 Finger vein personalized federated learning privacy protection BIOMETRIC authentication.
原文传递
Personalized Federated Learning for Heterogeneous Residential Load Forecasting
11
作者 Xiaodong Qu Chengcheng Guan +4 位作者 Gang Xie Zhiyi Tian Keshav Sood Chaoli Sun Lei Cui 《Big Data Mining and Analytics》 EI CSCD 2023年第4期421-432,共12页
Accurate load forecasting is critical for electricity production,transmission,and maintenance.Deep learning(DL)model has replaced other classical models as the most popular prediction models.However,the deep predictio... Accurate load forecasting is critical for electricity production,transmission,and maintenance.Deep learning(DL)model has replaced other classical models as the most popular prediction models.However,the deep prediction model requires users to provide a large amount of private electricity consumption data,which has potential privacy risks.Edge nodes can federally train a global model through aggregation using federated learning(FL).As a novel distributed machine learning(ML)technique,it only exchanges model parameters without sharing raw data.However,existing forecasting methods based on FL still face challenges from data heterogeneity and privacy disclosure.Accordingly,we propose a user-level load forecasting system based on personalized federated learning(PFL)to address these issues.The obtained personalized model outperforms the global model on local data.Further,we introduce a novel differential privacy(DP)algorithm in the proposed system to provide an additional privacy guarantee.Based on the principle of generative adversarial network(GAN),the algorithm achieves the balance between privacy and prediction accuracy throughout the game.We perform simulation experiments on the real-world dataset and the experimental results show that the proposed system can comply with the requirement for accuracy and privacy in real load forecasting scenarios. 展开更多
关键词 load forecasting personalized federated learning differential privacy
原文传递
A Multi-Task Based Clustering Personalized Federated Learning Method
12
作者 Ao Xiong Han Zhou +4 位作者 Yu Song Dong Wang Xu Wei Da Li Bo Gao 《Big Data Mining and Analytics》 CSCD 2024年第4期1017-1030,共14页
Federated Learning(FL)is a framework for machine learning on a large-scale distributed dataset,enabling the training of a collaborative model across multiple parties while preserving the privacy of user data.However,i... Federated Learning(FL)is a framework for machine learning on a large-scale distributed dataset,enabling the training of a collaborative model across multiple parties while preserving the privacy of user data.However,in cases where data are distributed in a non-independent and identically distributed(non-iid)manner,the convergence speed of the federated collaborative model and its prediction accuracy on client nodes can be significantly affected.Therefore,personalized FL methods have emerged to further adapt to the data characteristics of different clients.In response to the data heterogeneity issue,this paper presents a multi-task clustering-based personalized federated learning algorithm,which is applied to the prediction of carbon emissions in different regions and enterprises.This algorithm partitions nodes with similar data distributions and aggregates local models within the same cluster to form cluster models.It introduces the concept of multitask learning,dividing the lower layers of cluster models into expert layers.These expert layers of different cluster models are then weighted and aggregated for the acquisition of global knowledge.Additionally,adaptive weight is applied to control the aggregation of expert layers,thereby achieving model personalization at the local level.Simulation experiments conducted on carbon emission prediction data demonstrate that the proposed algorithm performs better in various evaluation metrics compared with the Federated Averaging(FedAvg)algorithm and traditional clustering personalized federated learning algorithm.It also exhibits excellent experimental results and performance when dealing with different quantities of heterogeneous data distributions. 展开更多
关键词 personalized federated learning data heterogeneity clustering algorithm multi-task learning adaptive weight
原文传递
Personalized Federated Learning over Edge-Cloud Collaborative Network for Intelligent Sensing Analysis
13
作者 Yingchi Mao Yi Rong +3 位作者 Fudong Chi Guanyu Li Haowen Xu Ping Ping 《Tsinghua Science and Technology》 2026年第2期851-866,共16页
The growth of sensory data is unlocking a wave of intelligent sensing analysis.Currently,personalized Federated Learning(pFL)methods are used in intelligent sensing analysis but overlook two aspects:(1)global model pr... The growth of sensory data is unlocking a wave of intelligent sensing analysis.Currently,personalized Federated Learning(pFL)methods are used in intelligent sensing analysis but overlook two aspects:(1)global model preference,causing poor global model performance for minority classes on sensing device data,and(2)dynamic role differences in each layer of deep neural network.In light of this,we present a novel pFL framework over edge-cloud collaborative network,named pFL-Sensing,for intelligent sensing analysis.Specifically,the sensing device serves as an edge server.Each edge server produces a customized model through model training and model aggregation phases.In model training,we design a loss function to alleviate the issue of the global model preference.In model aggregation,layer aggregation and an Adaptive Weight Calculation(AWC)mechanism are proposed to capture dynamic role differences of model layers.Experimental results demonstrate the effectiveness of pFL-Sensing in intelligent sensing analysis. 展开更多
关键词 personalized federated learning(pFL) edge-cloud collaborative network intelligent sensing analysis
原文传递
Fairness-guided federated training for generalization and personalization in cross-silo federated learning
14
作者 Ruipeng ZHANG Ziqing FAN +2 位作者 Jiangchao YAO Ya ZHANG Yanfeng WANG 《Frontiers of Information Technology & Electronic Engineering》 2025年第1期42-61,共20页
Cross-silo federated learning(FL),which benefits from relatively abundant data and rich computing power,is drawing increasing focus due to the significant transformations that foundation models(FMs)are instigating in ... Cross-silo federated learning(FL),which benefits from relatively abundant data and rich computing power,is drawing increasing focus due to the significant transformations that foundation models(FMs)are instigating in the artificial intelligence field.The intensified data heterogeneity issue of this area,unlike that in cross-device FL,is caused mainly by substantial data volumes and distribution shifts across clients,which requires algorithms to comprehensively consider the personalization and generalization balance.In this paper,we aim to address the objective of generalized and personalized federated learning(GPFL)by enhancing the global model’s cross-domain generalization capabilities and simultaneously improving the personalization performance of local training clients.By investigating the fairness of performance distribution within the federation system,we explore a new connection between generalization gap and aggregation weights established in previous studies,culminating in the fairness-guided federated training for generalization and personalization(FFT-GP)approach.FFT-GP integrates a fairness-aware aggregation(FAA)approach to minimize the generalization gap variance among training clients and a meta-learning strategy that aligns local training with the global model’s feature distribution,thereby balancing generalization and personalization.Our extensive experimental results demonstrate FFT-GP’s superior efficacy compared to existing models,showcasing its potential to enhance FL systems across a variety of practical scenarios. 展开更多
关键词 Generalized and personalized federated learning Performance distribution fairness Domain shift
原文传递
CHPFL:Clustered adaptive hierarchical federated learning for edge-level personalization
15
作者 Lihua Song Jing Li +2 位作者 Honglu Jiang Shuhua Wei Yufei Guo 《High-Confidence Computing》 2026年第1期89-98,共10页
Federated learning faces challenges with non-IID data distributions,often resulting in suboptimal performance for individual clients with the global model.To address this issue,we propose a clustered hierarchical pers... Federated learning faces challenges with non-IID data distributions,often resulting in suboptimal performance for individual clients with the global model.To address this issue,we propose a clustered hierarchical personalized federated learning(CHPFL)framework,which provides edge-level personalization to effectively overcomes non-IID data and alleviates the overfitting in the personalization process.The three-layer framework makes the learning and personalization process more feasible compared to traditional two-layer federated learning,as edge servers typically offer greater computing power and more efficient communication with the cloud server.Specifically,we use the K-Means++clustering algorithm to group local clients based on their model updates,ensuring that clients with similar data distributions are clustered together and assigned to the same edge server.Each edge server then generates a personalized model by blending the global model with the edge model,which is adaptively updated and optimized through multiple iterations.Additionally,we introduce a novel aggregation rule on the cloud server to produce a global model with improved performance.Experiments on the MNIST,FMNIST,and KMNIST datasets demonstrate that CHPFL effectively overcomes non-IID data distribution and outperforms HPFL,APFL,and FedALA in non-IID settings. 展开更多
关键词 federated learning personalized federated learning Hierarchical federated learning Non-IID data
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部