paper-with-me

홈 › Papers

Optimizing Performance of Federated Person Re-identification: Benchmarking and Analysis

2022-05-24 · Weiming Zhuang, Xin Gan, Yonggang Wen, Shuai Zhang

The increasingly stringent data privacy regulations limit the development of person re-identification (ReID) because person ReID training requires centralizing an enormous amount of data that contains sensitive personal information. To address this problem, we introduce federated person re-identification (FedReID) -- implementing federated learning, an emerging distributed training method, to person ReID. FedReID preserves data privacy by aggregating model updates, instead of raw data, from clients to a central server. Furthermore, we optimize the performance of FedReID under statistical heterogeneity via benchmark analysis. We first construct a benchmark with an enhanced algorithm, two architectures, and nine person ReID datasets with large variances to simulate the real-world statistical heterogeneity. The benchmark results present insights and bottlenecks of FedReID under statistical heterogeneity, including challenges in convergence and poor performance on datasets with large volumes. Based on these insights, we propose three optimization approaches: (1) We adopt knowledge distillation to facilitate the convergence of FedReID by better transferring knowledge from clients to the server; (2) We introduce client clustering to improve the performance of large datasets by aggregating clients with similar data distributions; (3) We propose cosine distance weight to elevate performance by dynamically updating the weights for aggregation depending on how well models are trained in clients. Extensive experiments demonstrate that these approaches achieve satisfying convergence with much better performance on all datasets. We believe that FedReID will shed light on implementing and optimizing federated learning on more computer vision applications.

📄 PDF Abstract BibTeX arXiv:2205.12144

Code (2)

EasyFL-AI/EasyFL/tree/master/applications/fedreid 공식 구현 pytorch
cap-ntu/FedReID 공식 구현 pytorch

Tasks

BenchmarkingFederated LearningKnowledge DistillationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Profit: Benchmarking Personalization and Robustness Trade-off in Federated Prompt Tuning

2023-10-06 · Liam Collins, Shanshan Wu, Sewoong Oh, Khe Chai Sim

In many applications of federated learning (FL), clients desire models that are personalized using their local data, yet are also robust in the sense that they retain general global knowledge. However, the presence of da…

BenchmarkingFederated LearningGeneral KnowledgeNavigate+1

Motley: Benchmarking Heterogeneity and Personalization in Federated Learning

2022-06-18 · Shanshan Wu, Tian Li, Zachary Charles, Yu Xiao 외

Personalized federated learning considers learning models unique to each client in a heterogeneous network. The resulting client-specific models have been purported to improve metrics such as accuracy, fairness, and robu…

BenchmarkingFairnessFederated LearningMeta-Learning+3

Performance Optimization for Federated Person Re-identification via Benchmark Analysis

2020-08-26 · Weiming Zhuang, Yonggang Wen, Xuesen Zhang, Xin Gan 외

Federated learning is a privacy-preserving machine learning technique that learns a shared model across decentralized clients. It can alleviate privacy concerns of personal re-identification, an important computer vision…

Federated LearningKnowledge DistillationPerson Re-IdentificationPrivacy Preserving

Joint Optimization in Edge-Cloud Continuum for Federated Unsupervised Person Re-identification

2021-08-14 · Weiming Zhuang, Yonggang Wen, Shuai Zhang

Person re-identification (ReID) aims to re-identify a person from non-overlapping camera views. Since person ReID data contains sensitive personal information, researchers have adopted federated learning, an emerging dis…

Federated LearningPerson Re-IdentificationUnsupervised Person Re-Identification

Personalized Recommendation Models in Federated Settings: A Survey

2025-03-10 · Chunxu Zhang, Guodong Long, Zijian Zhang, Zhiwei Li 외

Federated recommender systems (FedRecSys) have emerged as a pivotal solution for privacy-aware recommendations, balancing growing demands for data security and personalized experiences. Current research efforts predomina…

Recommendation SystemsSurvey