Skip to content

Commit

Permalink
update DLG link
Browse files Browse the repository at this point in the history
  • Loading branch information
TsingZ0 committed Dec 20, 2024
1 parent 25c678f commit 6526696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ This library is designed to be easily extendable with new algorithms and dataset
You can use the following privacy evaluation methods to assess the privacy-preserving capabilities of tFL/pFL algorithms in PFLlib. Please refer to `./system/flcore/servers/serveravg.py` for an example. Note that most of these evaluations are not typically considered in the original papers. _We encourage you to add more attacks and metrics for privacy evaluation._
### Currently supported attacks:
- [DLG (Deep Leakage from Gradients)](https://papers.nips.cc/paper_files/paper/2019/hash/60a6c4002cc7b29142def8871531281a-Abstract.html) attack
- [DLG (Deep Leakage from Gradients)](https://www.ijcai.org/proceedings/2022/0324.pdf) attack
### Currently supported metrics:
- **PSNR (Peak Signal-to-Noise Ratio)**: an objective metric for image evaluation, defined as the logarithm of the ratio of the squared maximum value of RGB image fluctuations to the Mean Squared Error (MSE) between two images. A lower PSNR score indicates better privacy-preserving capabilities.
Expand Down
2 changes: 1 addition & 1 deletion docs/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2 id="privacy-evaluation">Privacy Evaluation</h2>
<p>You can use the following privacy evaluation methods to assess the privacy-preserving capabilities of tFL/pFL algorithms in PFLlib. Please refer to <code>./system/flcore/servers/serveravg.py</code> for an example. Note that most of these evaluations are not typically considered in the original papers. <em>We encourage you to add more attacks and metrics for privacy evaluation.</em></p>
<h4>Currently supported attacks:</h4>
<ul>
<li><a href="https://papers.nips.cc/paper_files/paper/2019/hash/60a6c4002cc7b29142def8871531281a-Abstract.html">DLG (Deep Leakage from Gradients)</a> attack</li>
<li><a href="https://www.ijcai.org/proceedings/2022/0324.pdf">DLG (Deep Leakage from Gradients)</a> attack</li>
</ul>
<h4>Currently supported metrics:</h4>
<ul>
Expand Down

0 comments on commit 6526696

Please sign in to comment.