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

The difference between previous version with new version. #9

Closed
376498485 opened this issue Oct 27, 2022 · 3 comments
Closed

The difference between previous version with new version. #9

376498485 opened this issue Oct 27, 2022 · 3 comments

Comments

@376498485
Copy link

Hi, thanks for your great work. Could you please tell me the difference between previous version with new version?What have you done to improve your miu from 70 to 73?

@Sierkinhane
Copy link
Member

Hi, there are three main differences:

  1. We didn't fine-tune the CLIP model in the latest implementation.
  2. The backbone network including 1x1 convolutional layer was purely initialized from the pre-trained multi-label classification model 'res50_cam.pth'.
  3. The CBS Loss. Please check more details in the source code.

If you would like to cite our paper, please cite the performance in the CVPR version. We will update the paper and upload code for COCO in the coming month.

BTW, welcome to star our project! :)

@Sierkinhane
Copy link
Member

Sierkinhane commented Oct 27, 2022

Actually, with SAME DeepLabv2, the performance is boosted from ~69 to ~70 (imagenet pre-trained) and ~70 to 71.4 (coco pretrained).

| CLIMS(camera-ready) | I | DeepLabV2 | ImageNet | 69.3 | 68.7 |
| CLIMS(camera-ready) | I | DeepLabV2 | COCO | 70.4 | 70.0 |
| CLIMS(this repo) | I | DeepLabV2 |ImageNet | 70.3 | 70.6 |
| CLIMS(this repo) | I | DeepLabV2 | COCO | 71.4 | 71.2 |

@376498485
Copy link
Author

Thank you very much! I will follow your next work.

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

2 participants