AILGOct 8, 2023

ZooPFL: Exploring Black-box Foundation Models for Personalized Federated Learning

arXiv:2310.05143v113 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses resource constraints and distribution shifts for clients in federated learning with large models, but it is incremental as it builds on existing optimization and personalization techniques.

The paper tackles the challenges of limited resources and personalization in federated learning with black-box foundation models by proposing ZOOPFL, which uses zeroth-order optimization and linear projections to adapt inputs and remap predictions, achieving effectiveness in computer vision and NLP tasks.

When personalized federated learning (FL) meets large foundation models, new challenges arise from various limitations in resources. In addition to typical limitations such as data, computation, and communication costs, access to the models is also often limited. This paper endeavors to solve both the challenges of limited resources and personalization. i.e., distribution shifts between clients. To do so, we propose a method named ZOOPFL that uses Zeroth-Order Optimization for Personalized Federated Learning. ZOOPFL avoids direct interference with the foundation models and instead learns to adapt its inputs through zeroth-order optimization. In addition, we employ simple yet effective linear projections to remap its predictions for personalization. To reduce the computation costs and enhance personalization, we propose input surgery to incorporate an auto-encoder with low-dimensional and client-specific embeddings. We provide theoretical support for ZOOPFL to analyze its convergence. Extensive empirical experiments on computer vision and natural language processing tasks using popular foundation models demonstrate its effectiveness for FL on black-box foundation models.

Code Implementations1 repo
Foundations

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

Your Notes