ReLA icon indicating copy to clipboard operation
ReLA copied to clipboard

Can I use referring_swin_base.yaml to reproduce RefCOCO, RefCOCO+, RefCOCOg results in the paper?

Open yxchng opened this issue 1 year ago • 6 comments

by only modifying DATASETS.TRAIN and DATASETS.TEST

referring_swin_base.yaml

yxchng avatar Oct 24 '23 06:10 yxchng

Yes you can.

changliu19 avatar Oct 24 '23 06:10 changliu19

@ntuLC I tried doing this and get the following results:

                              RefCOCO        |        RefCOCO+       |       RefCOCOg
​                     |  val  | testA​ | testB​ |  val ​ | testA​ | testB​ | val-U​ | testU​ | val-G​
ReLA (paper)        ​ | 73.82​ | 76.48​ | 70.18​ | 66.04​ | 71.02​ | 57.65​ | 65.00​ | 65.97​ | 62.70​
ReLA (reproduction)​  | 73.29​ | 76.06​ | 69.56​ | 64.65​ | 70.27​ | 56.70​ | 63.57​ | 65.06​ | 60.76​

which is quite a bit lower than the results published in the paper.

Just curious, from your experience, how stable are the results? Does they have large variance?

yxchng avatar Oct 26 '23 04:10 yxchng

by only modifying DATASETS.TRAIN and DATASETS.TEST

referring_swin_base.yaml

hi there, i also want to reproduce the three datasets . I will appreciate it if you can tell me how to modify the yaml in details

Yeemkt avatar Dec 20 '23 02:12 Yeemkt

Hello,do you know how to reproduce the three datasets now? I don't know either. @Yeemkt

lcl-git-3d avatar Dec 22 '23 13:12 lcl-git-3d

Hello,I am sorry to bother you. I have just modified DATASETS.TRAIN and DATASETS.TEST in referring_R50.yaml, but the results is a little bad.Could you please tell me what changes you have made? @yxchng @ntuLC @Yeemkt d1543b18e706b06d20f5713dff173fd image

lcl-git-3d avatar Jan 03 '24 09:01 lcl-git-3d

Hello,I am sorry to bother you. I have just modified DATASETS.TRAIN and DATASETS.TEST in referring_R50.yaml, but the results is a little bad.Could you please tell me what changes you have made? @yxchng @ntuLC @Yeemkt d1543b18e706b06d20f5713dff173fd image

Hi,

  • Are you using the provided R50 checkpoint for evaluating refcoco+? The provided checkpoints are trained on grefcoco only, so they are also only applicable for evaluation on gRefCOCO.
  • The RES results reported in the paper are based on Swin-Base, so they are not comparable with results based on ResNet backbones.

changliu19 avatar Jan 10 '24 06:01 changliu19