CVJul 27, 2024

Reducing Spurious Correlation for Federated Domain Generalization

arXiv:2407.19174v13 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the challenge of domain generalization in federated learning for multimedia applications, offering a novel framework to reduce spurious correlations, though it is incremental as it builds on existing federated and invariance methods.

The paper tackles the problem of spurious correlations in federated learning for domain generalization, where global models fail on new domain data, by introducing FedCD with local Spurious Correlation Intervener and global Risk Extrapolation Aggregation, achieving improvements of at least 1.45% in accuracy and up to 4.8% in mAP50 over baselines.

The rapid development of multimedia has provided a large amount of data with different distributions for visual tasks, forming different domains. Federated Learning (FL) can efficiently use this diverse data distributed on different client media in a decentralized manner through model sharing. However, in open-world scenarios, there is a challenge: global models may struggle to predict well on entirely new domain data captured by certain media, which were not encountered during training. Existing methods still rely on strong statistical correlations between samples and labels to address this issue, which can be misleading, as some features may establish spurious short-cut correlations with the predictions. To comprehensively address this challenge, we introduce FedCD (Cross-Domain Invariant Federated Learning), an overall optimization framework at both the local and global levels. We introduce the Spurious Correlation Intervener (SCI), which employs invariance theory to locally generate interventers for features in a self-supervised manner to reduce the model's susceptibility to spurious correlated features. Our approach requires no sharing of data or features, only the gradients related to the model. Additionally, we develop the simple yet effective Risk Extrapolation Aggregation strategy (REA), determining aggregation coefficients through mathematical optimization to facilitate global causal invariant predictions. Extensive experiments and ablation studies highlight the effectiveness of our approach. In both classification and object detection generalization tasks, our method outperforms the baselines by an average of at least 1.45% in Acc, 4.8% and 1.27% in mAP50.

Foundations

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

Your Notes