bronyayang / Law_of_Vision_Representation_in_MLLMs

Official implementation of the Law of Vision Representation in MLLMs
https://arxiv.org/abs/2408.16357
123 stars 7 forks source link

Questions about A, C scores #5

Closed WYY220062 closed 1 week ago

WYY220062 commented 1 week ago

Hi, Thank you for this great work! After reading the paper, I am a bit confused about the A, C scores calculation. Can you show a concrete numerical example? Thanks a lot!

bronyayang commented 1 week ago

Hi,

Thanks for your interest! We believe the best example and best way to understand A,C score would be follow the code and calculate the AC score of normal LLaVA 1.5. You can also look over the code. Let me know if you have any specific question on AC score calculation!