Shilin-LU / MACE

[CVPR 2024] "MACE: Mass Concept Erasure in Diffusion Models" (Official Implementation)
MIT License
356 stars 24 forks source link

About (Acc_g, generality) #12

Open lyufan opened 3 months ago

lyufan commented 3 months ago

Hi! Interesting work! However, I have some confusion about Acc_g. In the paper, Acc_g refers to the accuracy of synonyms, but in the code, when calculating the similarity between images and objects, it goes through softmax. Due to different object lists, the results might be different. However, there's a default object list with 10 classes, which doesn't seem to include the listed synonyms. I would like to know what the specific method is when calculating Acc_g? Thanks! image

Shilin-LU commented 3 months ago

Hi, thank you for your interest. The object list includes the synonyms, which can be found here.