carriers, tankers, and multi-purpose vessels, were
collected for training and analysis. This data, along
with sea state information from the ECMWF and
CMEMS, covered a year with 6-hour sampling
intervals, totaling roughly 24,000 samples. Key
variables included ship speed, draft, tilt, RPM, and 18
sea state metrics like wind, wave, and current
conditions. After the data is fused, cleaned, and
filtered, a process of personalized federated learning
takes place.
3.2 Performance Analysis
To examine how various representative personalized
federated learning algorithms perform, this section
compared the performance of five models: FedAvg,
FedPer, pFedMe, local learning (LL), and central
learning (CL) on Electricity consumption dataset. LL
is a method where every client independently uses its
local data for model training and testing. In contrast,
CL involves uploading all clients' data to a primary
server is responsible for conducting consolidated
model training and subsequently redistributing the
refined model to each individual client for evaluation.
The FedAvg algorithm is a federated learning
approach that trains a global model by aggregating
data from various clients, which is then used for
testing on each client's data. The FedPer method
selects 4 out of 6 layers in a neural network as the
globally shared base layers, which are trained using
FedAvg, while the remaining 2 layers serve as
personalized layers, trained independently by each
client. In pFedMe, the clients utilize the Moreau
envelope as their regularization loss function, an
individualized federated learning method, optimizing
both the customized model and the global model
simultaneously. In short, pFedD achieved the best
prediction effect. Compared with LL, CL, FedAvg,
FedPer and pFedMe, the average MAPE of pFedD
was reduced by 1.82%, 1.26%, 1.67%, 0.53% and
0.38%, respectively. The average RMSE was reduced
by 8.64, 6.66, 8.46, 3.19 and 2.47, respectively.
4 DISCUSSION
As an important branch of federated learning,
although significant progress has been made in the
research of personalized federated learning, there are
still many challenges for its future development:
(1) Technology maturity and commercial landing.
Federal learning has emerged in China since 2018,
and after several years of development, technology
and engineering have gradually matured. With the
emergence of numerous platforms and products,
federated learning has begun to move towards large-
scale commercial implementation. This suggests that
personalized federated learning is also benefiting
from this trend and is gradually moving from the
research phase to practical applications.
(2) Solving the problem of data heterogeneity. If
data is non-IID, traditional methods of federated
learning may experience performance degradation,
such as highly heterogeneous data. Personalized
federated learning aims to improve the convergence
and accuracy of models on this type of data by
combining strategies for global models and
personalized models.
(3) Algorithm innovation. To tackle the
difficulties presented by non-IID data, research on
personalized federated learning is exploring new
algorithms. For example, one approach uses two-
phase training, training a shared global FL model,
followed by additional training on local data for
personalization.
(4) Balancing safety and efficiency. Trends in
federal learning suggest that future research will seek
to balance safety and efficiency. This means that
personalized federated learning also needs to be
optimized in order to satisfy the requirements of
practical applications in both respects.
5 CONCLUSION
This paper concentrates on the topic of personalized
federated learning and introduces its latest research
progress. More specifically, from the perspectives of
personalizing a global model and learning an
individualized model, this paper provides a detailed
introduction to the data-based, model-based,
architecture-based, and similarity-based approaches,
including their design ideas and representative
algorithms. This paper also discusses the main
challenges of personalized federated learning. While
personalized federated learning confronts challenges,
including data heterogeneity, its ability to provide
personalized services while protecting privacy makes
it promising in multiple fields. As technology
continues to advance, personalized federated learning
shows a promising future in driving the industry
forward.
REFERENCES
Finn, C., Abbeel, P., Levine, S., 2017. Model-agnostic
meta-learning for fast adaptation of deep networks. in