IJCAI 20260 citations

FedENC: Federated Adaptive CLIP Model via Energy Alignment and Neural Collapse

Yihang Wu, Ahmad Chaddad, Sarah A. Alkhodair

Abstract

Federated Learning (FL) faces two major challenges when deploying large vision-language models such as contrastive language-image pretraining (CLIP) model, namely high computation/communication overhead and performance degradation due to data heterogeneity. To address these, we propose FedENC, a novel federated adaptive CLIP framework. FedENC keeps the CLIP encoder frozen and introduces a lightweight communicable global expert adaptation module for learning general knowledge across clients and two local experts for client-specific adaptation to reduce computation and communication overhead. To mitigate data heterogeneity, we introduce neural collapse (NC) alignment to encourage the model to learn unified and balanced image feature representations. To enrich the performance, we propose a cosine and Kullback–Leibler (KL) divergence based alignment function to improve the prediction consistency between the global and local experts. Finally, we ensemble their outputs for robust inference. Extensive experiments on six datasets (4 natural + 2 medical) in challenging settings (e.g., domain shift) show that FedENC improves the test accuracy (e.g., by +5.37% on DomainNet compared to LoRA) with reasonable communication load (e.g., 15.2x lower than LoRA, with 3.3GB GPU memory usage). The code is available at https://github.com/AIPMLab/FedENC.

Computer Vision: Multimodal learningComputer Vision: Recognition (object detection, categorization)Machine Learning: ClassificationMachine Learning: Federated learningMachine Learning: Foundation models
BibTeX
@inproceedings{ijcai2026_fedencfederateda,
  title = {FedENC: Federated Adaptive CLIP Model via Energy Alignment and Neural Collapse},
  author = {Yihang Wu and Ahmad Chaddad and Sarah A. Alkhodair},
  booktitle = {IJCAI 2026},
  year = {2026}
}
FedENC: Federated Adaptive CLIP Model via Energy Alignment and Neural Collapse · IJCAI 2026