mousecpn/Neuron-Coverage-Guided-Domain-Generalization

A question about the performance of this code

Opened this issue · 5 comments

A question about the performance of this code

Dear author, thank you for work.
I am also trying to reproduce the paper NCDG but get an awful performance. I notice that the computing method of neuron coverage in your implementation is a little different from that described in the paper. So I want to ask you whether you can get the same performance as reported in the paper.

I also wanted to ask if you reproduced the results as reported in the paper?

I also wanted to ask if you reproduced the results as reported in the paper?
I didn't reproduced the results

I also wanted to ask if you reproduced the results as reported in the paper?
I didn't reproduced the results

Thanks for your reply.
How many experiments you have run? What are the gaps?

Hi , @mousecpn @lingeringlight

I ran the command

python main.py --batch_size 32 --n_classes 7 --learning_rate 0.001 --image_size 256 --nesterov True --min_scale 0.8 --max_scale 1.0 --random_horiz_flip 0.5 --jitter 0.4 --tile_random_grayscale 0.1 --source art_painting cartoon photo --target sketch --epochs 100

And I achieved
image

If I am not wrong, I am running one experiment from Table 7 of the paper (Source: Photo+Art Painting + Cartoon; Target: Sketch)?
image

As reported in the paper Photo+Art Painting + Cartoon to Sketch, the test result of ResNet is 82.1.
The results I ran is 80.7. Somehow close.