cloud. Finally, they use the Asynchronous Privacy-
Preserving Aggregation Module for model
aggregation, as well as ensuring the integrity of the
interaction between clients and the cloud.
For the performance, they utilized the ADReSS
Challenge dataset for testing. When using 3 clients in
the FL network, ADDetector have an accuracy of
81.9% under Laplace-based DP protection and
cryptography-based scheme, and it takes 711.55ms
per user detection on a desktop system, which
considered acceptable in the smart home scenario.
Further study by them shows that the most time-
consuming stage is feature generation (97.9% of total
time), proving that the privacy-preserving schemes by
this study are time efficient. For real world scenarios,
the model proposed by them maintains an accuracy of
78%, demonstrating the effectiveness and robustness
of ADDetector.
3 DISCUSSION
As more studies concentrate on FL implementation
on intelligent healthcare, there do have more
approaches for medical data processing and disease
diagnosis based on different modal of data. However,
there still some hurdles on the way to overcome. As
the FL models will mainly be trained locally, which
means the dataset would mainly come from the edge
device, usually varies a lot compared to centralized
training as centralized training would usually use pre-
made high quality datasets, while edge devices may
not be able to perform this selection process on the
dataset. As a result, this heterogeneity would cause
the aggregated model’s performance to vary from
device to device, so do the training process. This
would require improving the FL algorithm to adapt
such varying environments or design the original
model to be client-specific to minimize the issue
(Qayyum et al., 2022).
Another issue would be potential impacts of data
heterogeneity in the system. This would become more
significant when involving model sharing between
medical authorities, as a well-trained model from
hospital A might have a decreased performance when
using data inputs from hospital B. Although as
mentioned above, FedProx model would help to
minimize the impact of data heterogeneity, however
considering the application is in the field of
healthcare, this issue might still require the
development of FL algorithm to further improve the
overall performance of the models under data
heterogeneous conditions, which is considered
common in realistic implementation.
Besides the algorithm itself, the performance
bottlenecks of the hardware are another potential
hurdle. Considering this technique has a strong
connection with IoT devices, it is a necessity that FL
models should be designed to be efficient, drawing a
little amount of computing power while still maintain
an acceptable accuracy. This would require the
optimization and possibly specialized models to focus
on a certain objective to reduce the overall
performance consumption, or the improvement of IoT
hardware to allow running higher performance
models with no significant higher consumption of
power.
While besides those difficulties, the future of FL
based network on healthcare is still bright. For the FL
algorithm itself, the original FedAvg algorithm would
simply drop those clients who could not reach the
required local steps, causing the system could easily
be disrupted by the heterogeneity inside the network.
While improved FL algorithms including FedProx
and Scaffold (Karimireddy et al., 2020) avoids to do
so and use certain computations to add correction
onto the local updates from each client, in this way
optimized the speed and robustness of the training
process.
In the meantime, those improved FL algorithms
also perform better on heterogeneous data compared
to the original FedAvg. According to Li et al.,
FedProx would have a significantly improved
training loss in normal data heterogeneous conditions
and could converge in extreme data heterogeneous
conditions compared to FedAvg, which would not
converge in this case. This made FL based medical
models more applicable, since real world data would
have some heterogeneity, it is considered essential for
a medical model to maintain a certain accuracy in
heterogeneous conditions.
The development of IoT devices also supported to
solve the performance bottleneck. With more
efficient chips developed and the appearance of deep
learning specified processors including Neural
network Processing Unit (NPU) and Tensor
Processing Unit (TPU), low power IoT devices were
able to process high performance models efficiently,
eventually improving the overall accuracy of the
model while only requiring a little amount of power,
making the actual large-scale application to be
possible.
4 CONCLUSIONS
This paper summarized some of the recent methods
and implementations of Federated Learning in