paper-with-me

홈 › Papers

Towards Instance-adaptive Inference for Federated Learning

2023-08-11 · ICCV 2023 1 · Chun-Mei Feng, Kai Yu, Nian Liu, Xinxing Xu, Salman Khan, WangMeng Zuo

Federated learning (FL) is a distributed learning paradigm that enables multiple clients to learn a powerful global model by aggregating local training. However, the performance of the global model is often hampered by non-i.i.d. distribution among the clients, requiring extensive efforts to mitigate inter-client data heterogeneity. Going beyond inter-client data heterogeneity, we note that intra-client heterogeneity can also be observed on complex real-world data and seriously deteriorate FL performance. In this paper, we present a novel FL algorithm, i.e., FedIns, to handle intra-client data heterogeneity by enabling instance-adaptive inference in the FL framework. Instead of huge instance-adaptive models, we resort to a parameter-efficient fine-tuning method, i.e., scale and shift deep features (SSF), upon a pre-trained model. Specifically, we first train an SSF pool for each client, and aggregate these SSF pools on the server side, thus still maintaining a low communication cost. To enable instance-adaptive inference, for a given instance, we dynamically find the best-matched SSF subsets from the pool and aggregate them to generate an adaptive SSF specified for the instance, thereby reducing the intra-client as well as the inter-client heterogeneity. Extensive experiments show that our FedIns outperforms state-of-the-art FL algorithms, e.g., a 6.64\% improvement against the top-performing method with less than 15\% communication cost on Tiny-ImageNet. Our code and models will be publicly released.

📄 PDF Abstract BibTeX arXiv:2308.06051

Code (1)

chunmeifeng/fedins 공식 구현 pytorch

Tasks

Federated Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Federated Causal Inference from Observational Data

2023-08-24 · Thanh Vinh Vo, Young Lee, Tze-Yun Leong

Decentralized data sources are prevalent in real-world applications, posing a formidable challenge for causal inference. These sources cannot be consolidated into a single entity owing to privacy constraints. The presenc…

Causal InferenceFederated LearningGaussian ProcessesMissing Values+1

Feature Diversification and Adaptation for Federated Domain Generalization

2024-07-11 · Seunghan Yang, Seokeon Choi, Hyunsin Park, Sungha Choi 외

Federated learning, a distributed learning paradigm, utilizes multiple clients to build a robust global model. In real-world applications, local clients often operate within their limited domains, leading to a `domain sh…

Domain GeneralizationFederated Learning

Accelerated Federated Learning with Decoupled Adaptive Optimization

2022-07-14 · Jiayin Jin, Jiaxiang Ren, Yang Zhou, Lingjuan Lyu 외

The federated learning (FL) framework enables edge clients to collaboratively learn a shared inference model while keeping privacy of training data on clients. Recently, many heuristics efforts have been made to generali…

Federated Learning

Federated Learning via Posterior Averaging: A New Perspective and Practical Algorithms

2020-10-11 · ICLR 2021 1 · Maruan Al-Shedivat, Jennifer Gillenwater, Eric Xing, Afshin Rostamizadeh

Federated learning is typically approached as an optimization problem, where the goal is to minimize a global loss function by distributing computation across client devices that possess local data and specify different …

Federated Learning

FedBIAD: Communication-Efficient and Accuracy-Guaranteed Federated Learning with Bayesian Inference-Based Adaptive Dropout

2023-07-14 · Jingjing Xue, Min Liu, Sheng Sun, Yuwei Wang 외

Federated Learning (FL) emerges as a distributed machine learning paradigm without end-user data transmission, effectively avoiding privacy leakage. Participating devices in FL are usually bandwidth-constrained, and the …

Bayesian InferenceFederated Learningimage-classificationImage Classification