LGAIDec 8, 2025

Geometric Prior-Guided Federated Prompt Calibration

arXiv:2512.07208v11 citationsh-index: 4
Originality Highly original
AI Analysis

It addresses data heterogeneity in federated learning, which is a critical bottleneck for collaborative AI, by providing a novel plug-and-play module to enhance existing algorithms.

The paper tackles performance degradation in Federated Prompt Learning due to data heterogeneity by proposing a framework that corrects local training bias using a global geometric prior, achieving improvements of up to 9.17% under extreme skew on CIFAR-100 and 4.60% on Office-Home.

Federated Prompt Learning (FPL) offers a parameter-efficient solution for collaboratively training large models, but its performance is severely hindered by data heterogeneity, which causes locally trained prompts to become biased. Existing methods, focusing on aggregation or regularization, fail to address this root cause of local training bias. To this end, we propose Geometry-Guided Text Prompt Calibration (GGTPC), a novel framework that directly corrects this bias by providing clients with a global geometric prior. This prior, representing the shape of the global data distribution derived from the covariance matrix, is reconstructed on the server in a privacy-preserving manner. Clients then use a novel Geometry-Prior Calibration Layer (GPCL) to align their local feature distributions with this global prior during training. Extensive experiments show GGTPC's effectiveness. On the label-skewed CIFAR-100 dataset ($β$=0.1), it outperforms the state-of-the-art by 2.15\%. Under extreme skew ($β$=0.01), it improves upon the baseline by 9.17\%. Furthermore, as a plug-and-play module on the domain-skewed Office-Home dataset, it boosts FedAvg's performance by 4.60\%. These results demonstrate that GGTPC effectively mitigates data heterogeneity by correcting the fundamental local training bias, serving as a versatile module to enhance various FL algorithms.

Foundations

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

Your Notes