Skip to content

Commit 44c2d67

Browse files
committed
add a new FedCross algorithm
1 parent 86c077b commit 44c2d67

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/algo.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h1><img src="imgs/logo-green.png" alt="icon" height="36" style="vertical-align:
216216
<div class="content">
217217
<section id="algorithm">
218218
<h2>Algorithms With Code (Updating)</h2>
219-
<p>We categorize FL algorithms into 8 tFL algorithms and 29 pFL algorithms based on their foundational techniques. The detailed classification is outlined below.</p>
219+
<p>We categorize FL algorithms into tFL and pFL algorithms based on their foundational techniques. The detailed classification is outlined below.</p>
220220
<h3>Traditional FL (tFL)</h3>
221221

222222
<ul>
@@ -248,6 +248,12 @@ <h3>Traditional FL (tFL)</h3>
248248
</ul>
249249
</ul>
250250

251+
<li><strong><em>Heuristically-search-based tFL</em></strong></li>
252+
<ul>
253+
<li><strong>FedCross</strong><a href="https://www.computer.org/csdl/proceedings-article/icde/2024/171500c137/1YOuaPcHF3q">FedCross: Towards Accurate Federated Learning via Multi-Model Cross-Aggregation</a> <em>ICDE 2024</em></li>
254+
</ul>
255+
</ul>
256+
251257
<h3>Personalized FL (pFL)</h3>
252258

253259
<ul>

docs/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h4>Simple File Structure</h4>
242242

243243
<h4>Key Features</h4>
244244
<p>
245-
<li><strong>38</strong> traditional FL (tFL) or personalized FL (pFL) algorithms, <strong>3</strong> scenarios, and <strong>24</strong> datasets.</li>
245+
<li><strong>39</strong> traditional FL (tFL) or personalized FL (pFL) algorithms, <strong>3</strong> scenarios, and <strong>24</strong> datasets.</li>
246246
<li>Some experimental results are avalible in the <a href="https://arxiv.org/abs/2312.04992"><strong>PFLlib paper</strong></a> and <a href="benchmark.html"><strong>Benchmark Results</strong></a>.</li>
247247
<li>The benchmark platform can simulate scenarios using the 4-layer CNN on Cifar100 for <strong>500 clients</strong> on one NVIDIA GeForce RTX 3090 GPU card with <strong>only 5.08GB GPU memory cost</strong>.</li>
248248
<li>We provide <a href="features.html#privacy-evaluation">privacy evaluation</a> and <a href="features.html#systematical-research-supprot">systematical research support</a>.</li>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1><img src="imgs/logo-green.png" alt="icon" height="36" style="vertical-align:
227227
<div class="hero">
228228
<div>
229229
<h1>PFLlib Is All You Need</h1>
230-
<p>A <strong>beginner-friendly</strong> and comprehensive personalized federated learning <strong>library</strong> and <strong>benchmark</strong>. <br /> <strong>38</strong> traditional FL (tFL) or personalized FL (pFL) algorithms, <strong>3</strong> scenarios, and <strong>24</strong> datasets.</p>
230+
<p>A <strong>beginner-friendly</strong> and comprehensive personalized federated learning <strong>library</strong> and <strong>benchmark</strong>. <br /> <strong>39</strong> traditional FL (tFL) or personalized FL (pFL) algorithms, <strong>3</strong> scenarios, and <strong>24</strong> datasets.</p>
231231
<button onclick="window.location.href='docs.html'">Get Started</button>
232232
</div>
233233
</div>

0 commit comments

Comments
 (0)