A Robust Pipeline for Differentially Private Federated Learning on Imbalanced Clinical Data using SMOTETomek and FedProx

· Source: cs.SE updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy, Data Science & Analytics · Depth: Advanced, quick

Summary

A robust pipeline for differentially private federated learning (FL) has been developed to address the challenges of imbalanced clinical data in collaborative health research. This framework, detailed in a study accepted by the Journal of the Brazilian Computer Society, focuses on cardiovascular risk prediction. Initial experiments with standard FL methods on imbalanced data resulted in a recall of zero. To overcome this, the pipeline integrates the hybrid Synthetic Minority Over-sampling Technique with Tomek Links (SMOTETomek) at the client level, successfully creating a clinically useful model. Further optimization for non-IID data was achieved using a tuned FedProx algorithm, which consistently outperformed standard FedAvg. The research identified an optimal operational region on the privacy-utility frontier, demonstrating that strong privacy guarantees (with epsilon 9.0) can be maintained alongside high clinical utility (recall greater than 77%). The study includes 3 figures and 7 tables.

Key takeaway

For AI Scientists and Research Scientists developing secure diagnostic tools with federated learning on clinical data, you should integrate client-side SMOTETomek to address class imbalance and employ a tuned FedProx algorithm for non-IID data. This approach allows you to achieve strong differential privacy (epsilon 9.0) while maintaining high clinical utility (recall > 77%), overcoming the privacy-utility trade-off often seen in medical AI. Consider this blueprint for robust, secure, and accurate real-world healthcare applications.

Key insights

Combining SMOTETomek and FedProx enables differentially private federated learning on imbalanced clinical data with high utility.

Principles

Method

Implement client-side SMOTETomek for data balancing, then optimize FL with tuned FedProx for non-IID data, and identify optimal privacy-utility frontier.

In practice

Topics

Best for: AI Scientist, Research Scientist, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.SE updates on arXiv.org.