vMFER: Von Mises-Fisher Experience Resampling Based on Uncertainty of Gradient Directions for Policy Improvement

Abstract

Federated domain generalization addresses the crucial challenge of developing models that can generalize across diverse domains while maintaining data privacy in federated learning settings. Current approaches either compromise privacy constraints or focus narrowly on specific aspects of model invariance, often incurring significant computational overhead. We propose a novel approach FedDIM, which leverages the concept of “insight matrix” - a fine-grained representation of the model's decision-making process derived from element-wise products between feature vectors and classifier weights. By introducing a regularization term that promotes consistency between individual sample insight matrices and their class-wise mean representations, our method effectively captures both feature and classifier invariance. This approach not only maintains strict privacy requirements but also introduces minimal computational overhead as it utilizes intermediate computations already present in the forward pass. Extensive experiments demonstrate that our method achieves superior out-of-distribution generalization compared to existing federated learning approaches while being simple to implement. Our work provides a new perspective on achieving robust generalization in federated learning settings through the lens of decision-making processes.

Cite

Text

Zhu et al. "vMFER: Von Mises-Fisher Experience Resampling Based on Uncertainty of Gradient Directions for Policy Improvement." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/633

Markdown

[Zhu et al. "vMFER: Von Mises-Fisher Experience Resampling Based on Uncertainty of Gradient Directions for Policy Improvement." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/zhu2024ijcai-vmfer/) doi:10.24963/ijcai.2024/633

BibTeX

@inproceedings{zhu2024ijcai-vmfer,
  title     = {{vMFER: Von Mises-Fisher Experience Resampling Based on Uncertainty of Gradient Directions for Policy Improvement}},
  author    = {Zhu, Yiwen and Liu, Jinyi and Wei, Wenya and Fu, Qianyi and Hu, Yujing and Fang, Zhou and An, Bo and Hao, Jianye and Lv, Tangjie and Fan, Changjie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {5725-5733},
  doi       = {10.24963/ijcai.2024/633},
  url       = {https://mlanthology.org/ijcai/2024/zhu2024ijcai-vmfer/}
}