One Round Is All You Need: Analytic Federated Learning for Task-Heterogeneous Multi-Label Medical Image Classification
Summary
An analytic federated learning framework is proposed for multi-label medical image classification, specifically addressing task heterogeneity where clinical institutions only annotate pathologies within their expertise. This new method overcomes limitations of existing gradient-based FL, which struggle with hundreds of communication rounds and systematic false-negative bias from unobserved class labels. The framework replaces iterative gradient optimization with three closed-form operations: a balanced label projection to neutralize class-imbalance bias, a per-class absolute aggregation law that independently assembles optimal ridge-regression classifiers, and an optional analytic pseudo-label refinement round for propagating missing-class knowledge. This entire procedure requires at most two communication rounds, regardless of task heterogeneity or client numbers. Experiments on ChestXray14, across four missing-class configurations, show it consistently outperforms FedMLP by up to 18.44 BACC points and 13.24 AUC points, significantly reducing communication.
Key takeaway
For AI Scientists or Machine Learning Engineers deploying federated learning for multi-label medical image classification with task-heterogeneous data, you should consider this analytic framework. It directly addresses the challenges of missing class labels and high communication overhead. By replacing iterative gradient optimization with a two-round closed-form procedure, your models can achieve superior accuracy. This approach outperforms FedMLP by up to 18.44 BACC points and 13.24 AUC points, while drastically reducing communication.
Key insights
Analytic federated learning enables rapid, accurate multi-label medical image classification despite task heterogeneity and missing labels.
Principles
- Neutralize class-imbalance bias with balanced label projection.
- Aggregate optimal ridge-regression classifiers per-class.
- Propagate missing-class knowledge via pseudo-label refinement.
Method
Replaces iterative gradient optimization with three closed-form operations: balanced label projection, per-class absolute aggregation, and optional pseudo-label refinement.
In practice
- Implement for multi-label medical image classification.
- Address task heterogeneity in clinical datasets.
- Reduce FL communication rounds to two.
Topics
- Federated Learning
- Multi-label Classification
- Medical Imaging
- Task Heterogeneity
- ChestXray14
- Ridge Regression
Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.