kylemin / WOUAF

WOUAF: Weight Modulation for User Attribution and Fingerprinting in Text-to-Image Diffusion Models (CVPR 2024)
Apache License 2.0
10 stars 1 forks source link

Question about how to calculate Attribution Accuracy #1

Closed xinxinzi8 closed 1 month ago

xinxinzi8 commented 1 month ago

Hello, author! I'd like to know how to calculate attribution accuracy in your paper using this code. Is the file bitwiseacc.py used to calculate it? I am looking forward to your reply. Thank you very much!

kylemin commented 1 month ago

Thank you for your interest in our work. Yes, bitwiseacc.py is used to compute the accuracy of the attribution. We also used attackacc.py for Figure 5.

xinxinzi8 commented 1 month ago

Thank you for your reply!