CVLGFeb 25

GFPL: Generative Federated Prototype Learning for Resource-Constrained and Data-Imbalanced Vision Task

arXiv:2602.21873v1h-index: 13
Originality Incremental advance
AI Analysis

This work addresses resource-constrained and data-imbalanced vision tasks like medical image recognition and autonomous driving, offering an incremental improvement over existing federated learning methods.

The paper tackled the challenges of ineffective knowledge fusion and high communication overhead in federated learning for vision tasks by proposing the GFPL framework, which improved model accuracy by 3.6% under imbalanced data settings while maintaining low communication cost.

Federated learning (FL) facilitates the secure utilization of decentralized images, advancing applications in medical image recognition and autonomous driving. However, conventional FL faces two critical challenges in real-world deployment: ineffective knowledge fusion caused by model updates biased toward majority-class features, and prohibitive communication overhead due to frequent transmissions of high-dimensional model parameters. Inspired by the human brain's efficiency in knowledge integration, we propose a novel Generative Federated Prototype Learning (GFPL) framework to address these issues. Within this framework, a prototype generation method based on Gaussian Mixture Model (GMM) captures the statistical information of class-wise features, while a prototype aggregation strategy using Bhattacharyya distance effectively fuses semantically similar knowledge across clients. In addition, these fused prototypes are leveraged to generate pseudo-features, thereby mitigating feature distribution imbalance across clients. To further enhance feature alignment during local training, we devise a dual-classifier architecture, optimized via a hybrid loss combining Dot Regression and Cross-Entropy. Extensive experiments on benchmarks show that GFPL improves model accuracy by 3.6% under imbalanced data settings while maintaining low communication cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes