-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrepancy in VCD Reproduced Results for POPE Experiment #24
Comments
I'm getting similar results to yours |
Hi, please refer to the hyper-parameter settings mentioned in the main paper (especially for the decoding settings). |
Hello, where did you see these five seeds? |
Hello. Thank you for your reply. Specifically, I ran the code experiments/eval/object_hallucination_vqa_llava.py using the following command:
These settings are consistent with the default values stated in the paper and the code. |
Hello. I used five seeds randomly. |
For pope, the step is 999. |
I found that if we set temperature = 0.1 and cd_beta = 0.0001, which is not same as paper setting, the result is pretty close to paper. I run this in 3090, by the way, the author of the paper metioned the influence from different hardware. Could you share about your hardware information? |
Happy New Year! :) |
Hello,
Thank you for sharing the code and work.
I attempted to reproduce the POPE experiment results on the MSCOCO dataset. While the reproduced values for the Regular decoding setting are relatively close to the reported values, there is a significant discrepancy in the VCD decoding results compared to the values presented in the paper.
Following the paper's experimental setup, I used the five seeds mentioned (42, 1234, 2024, 777, 9999) and obtained the results shown in the table below. For all other hyperparameters and environment settings, I used the code exactly as provided in the GitHub repository.
Please let me know if there are any additional steps or specific settings not mentioned in the paper that could explain this discrepancy, particularly for the VCD decoding setup.
Thank you.
The text was updated successfully, but these errors were encountered: