quantization and reducing communication frequency
(e.g., every 10 rounds). J. Xu, et al., 2021 It points out
techniques like gradient compression (up to 90%
reduction) and federated averaging to overcome
bottleneck. Federated learning is vulnerable to attacks
like model inversion (78% attack success rate), data
poisoning (20% degradation in accuracy), and
adversarial attacks. These threats are mitigated by
secure aggregation, differential privacy, and anomaly
detection. A. Rauniyar et al., 2022 These techniques
enhance security, encouraging privacy-preserving
deep learning. For maintaining privacy and efficiency
in medical AI, a federated learning framework is
suggested for healthcare applications based on LSTM
and GRU networks.
T. Hastie, et al, 2015 The suggested model
supports decentralized training in various healthcare
institutions without compromising data
confidentiality and enhancing predictive accuracy.
Simulation results show an improvement of 13.5% in
performance, with federated learning yielding an
accuracy of 88.23%–96.45%, which is greater than
the conventional centralized model. Gurfinkel, 2024
The combination of differential privacy methods with
secure aggregation closes loopholes like data leakage
and adversarial attacks, ensuring enhanced model
security. J. Xu, et al, 2020 The findings validate the
feasibility of federated learning in solving medical
imaging, cancer research, and healthcare informatics,
thereby opening the door to future development in
digital health.
S. Albarqouni, 2021 A federated learning model
for privacy-preserving prostate cancer diagnosis from
MRI images is employed, with LSTM and GRU
networks combined to boost the accuracy of
prediction. Chris Xing Tian, et al, 2025 The system
supports decentralized training in multiple healthcare
organizations with the sensitive patient information
remaining preserved. The simulation results indicate
accuracy improves by 15.6%, with the federated
learning model achieving accuracy levels of 90.25%–
97.89% compared to the baseline model of 80.78%–
93.12%.
From the above findings, a traditional machine
learning approach where patient data is centralized
for training and algorithms like SVM, Random
Forest, and ANN are used. While effective, it is not
safe in terms of privacy because it enables data
sharing and storage attacks.
3 MATERIALS AND METHODS
This study presents a safe and decentralized deep
learning framework for smart healthcare with
federated intelligence. Leveraging LSTM and GRU
algorithms, the framework allows collaborative
learning by numerous healthcare nodes without
compromising patient data, ensuring both safety and
high accuracy. Federated learning enhances security,
regulatory compliance, and predictive accuracy and
thus is a practical solution for smart healthcare.
Group 1 Traditional Machine Learning
Algorithms such as SVM and ANN centralizes
patient data for training the model. Q. Dou et al., 2021
While achieving less accuracy as it poses privacy
risks due to centralized storage.
Group 2 Federated Deep Learning enhances
healthcare data privacy by federating model training
across nodes and never centralizing patient data. It
uses LSTM and GRU algorithms, and its accuracy is
between 88.23% - 96.45% with a highest of 94.87 and
a p-value of 0.0043. It transmits model updates only
rather than raw data, lowering the danger of privacy
and maintaining good performance, thus proving to
be a stable and scalable approach for intelligent
healthcare applications. Federated learning
outperforms traditional ML by preserving privacy
while enhancing accuracy, making it a secure and
efficient solution for smart healthcare applications.
The system as shown in Figure 1 is provided with
sensors to monitor vital signs in real-time. The body
temperature is sensed by the LM35 sensor, and the
heart rate is sensed by a heartbeat sensor. The air
pressure and altitude are sensed by the BMP180, and
heart activity is sensed by an ECG module. All the
data are processed by the Arduino and shown on an
LCD display. In addition, the system sends the
information to an IoT module, and it is accessible for
remote viewing from any global location. With this,
users can have constant real-time monitoring of
important health parameters, as changes over a period
of time can be readily observed. The device is
structured to assist in efficiently monitoring primary
health parameters through its use for patient
management, fitness monitoring, and clinical
investigations. Its ease of use and remote accessibility
render it an efficient and handy solution for proactive
health monitoring. By using things peak platform, the
data are shared to channel in private view and it
generates the graph and the datasets are secured in the
excel sheet and with the use of API key it secures the
patient data.