论文笔记(4)—"Personalized Cross-Silo Federated Learning on Non-IID Data"

Methods

In their dissertation, in order to specialize clients' models, an intermediate result Uk was computed as an aggregated model and forced clients' model W to be closed to Uk.

Concretely, they solve the following problem:

yrR2M8.png

where A is a kind of similarity measure. The objective function is alternatively optimized by optimizing Uk and Wk. First, Uk only depends on the second term A(wiwj2),where wi denotes i-th column of W and the total number of clients is m. Uk is computed by

yrqWLR.png

Then, Wk is the solution of

yrXPqs.png

The complete algorithm procedure is following

yrXuM4.png

Note: Wk is the optimal solution of the above problem in k-th step. In my opinion, it's unlikely to find a closed solution and needs multi-local steps to find Wk. Because authors didn't publish their code, I can't check the optimal condition of Wk.

Convergence

For simplicity, there is only a convergence analysis in convex setting in this blog. Before elaborating the process, let take a look at their assumption:

yrjNt0.png

L smooth is the only required condition and their analysis is based on that solving Wk is feasible.

As discussed in my previous bolg, we should prove Wk is convergent to W along with k. According to the definition of strongly convex, we have

image-20210213164801692

plugging in Uk=Wk1αkA(Wk1),

WkW22αkλ(F(Wk)F(W))+Wk1αkA(Wk1)W2

we can have

yrzEm4.png

we still should find the relationship between F(Wk) and F(Wk1).

Summary

  • In their work, authors recognized that the similarity measure wiwj is improper in deep network.
  • As above said, find Wk in a closed form is difficult in most scenario
  • The message passing mechanism is ambiguous for me
posted @   Neo_DH  阅读(501)  评论(0编辑  收藏  举报
编辑推荐:
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· C#/.NET/.NET Core技术前沿周刊 | 第 29 期(2025年3.1-3.9)
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
点击右上角即可分享
微信分享提示