Skip to content
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

checkpoints didn't perform as what paper shown #19

Open
languandong opened this issue Dec 13, 2023 · 7 comments
Open

checkpoints didn't perform as what paper shown #19

languandong opened this issue Dec 13, 2023 · 7 comments

Comments

@languandong
Copy link

Excellent work!
As for VQA-RAD dataset of the VQA task, I download the checkpoint you provided and run the test script.
The effect was shown below.
image

But paper's
image

@dongzizhu
Copy link

Hi,
I'm also reimplementing their experiments. Could you share where did you get their dataset? I did find the VQA-RAD dataset according to the original RAD paper, but the train-val-test split is not clear. BTW I'm getting a much worse performance than yours.

Thx!

@languandong
Copy link
Author

Hi, I'm also reimplementing their experiments. Could you share where did you get their dataset? I did find the VQA-RAD dataset according to the original RAD paper, but the train-val-test split is not clear. BTW I'm getting a much worse performance than yours.

Thx!

I get the train-val-test from a previous work MVEF https://github.com/aioz-ai/MICCAI19-MedVQA.
It seems that all the work later was divided according to this

@dongzizhu
Copy link

I get the train-val-test from a previous work MVEF https://github.com/aioz-ai/MICCAI19-MedVQA. It seems that all the work later was divided according to this

Yes yes, I'm also using the dataset here. Thx! Also, I think your results 0.659-0.849-0.7738 are close enough to their reported results :). Good luck!

@VcRenOne
Copy link

Excellent work! As for VQA-RAD dataset of the VQA task, I download the checkpoint you provided and run the test script. The effect was shown below. image

But paper's image

Hi dalao, I'm reproducing this experiment on my own dataset, and it works, but without any val results or any test results. Would like to ask you how to reproduce the code, thank you very much!!
微信截图_20231221151917
It gets stuck in this spot (rank loop) every time
Also, I can't find any saved ckpt file

@Victory0622
Copy link

我从之前的工作 MVEF https://github.com/aioz-ai/MICCAI19-MedVQA获得了 train-val-test 。看来后来的工作都是按照这个来划分的

是的,我一直在使用这里的数据集。谢谢!另外,我认为您的结果 0.659-0.849-0.7738 与他们报告的结果足够接近:)。祝你运好!

Hi, could you please share with me the split dataset including training, validation, and testing datasets? I have downloaded the previous work MVEF, but it only contains training and testing datasets. When I tried to divide it into training, validation, and testing datasets, I got worse results.

@Shmily17
Copy link

嗨,我也在重新实现他们的实验。你能分享一下你从哪里得到他们的数据集吗?我确实根据原始 RAD 论文找到了 VQA-RAD 数据集,但 train-val-test 拆分尚不清楚。顺便说一句,我的表现比你差得多。
感谢!

我从以前的工作 MVEF https://github.com/aioz-ai/MICCAI19-MedVQA 中获得了 train-val-test。看来后来所有的工作都是按照这个划分的

Hello, I also encountered the same problem, the final accuracy rate is only 26%, please share the training set, validation set and test set, thank you from the bottom of my heart! Have a great day

@dongzizhu
Copy link

Hi @Shmily17 @Victory0622

I think the reason you are getting a worse performance is because the label is messed up. I don't remember how I solved this, maybe I retrained the model or did some kind of label matching in the test process. But their code did work out. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants