lartpang / MINet

CVPR2020, Multi-scale Interactive Network for Salient Object Detection
https://openaccess.thecvf.com/content_CVPR_2020/html/Pang_Multi-Scale_Interactive_Network_for_Salient_Object_Detection_CVPR_2020_paper.html
MIT License
237 stars 29 forks source link

How does WSGN improve the generalization performance of the model #10

Closed michael861227 closed 4 years ago

michael861227 commented 4 years ago

Hi, thanks for your great work, I have trained the model using CPLMINet_WSGNRes50 network on other datasets, and found it really improves the generalization performance on the evaluation score compared to origin MINet network .

I'm curious is WSGN only change the backbone from the origin MINet network, or is there anything I have missed, and wonder know is it the main reason to improve generalization performance of the model?

lartpang commented 4 years ago

@michael861227

I'm curious is WSGN only change the backbone from the origin MINet network, or is there anything I have missed, and wonder know is it the main reason to improve generalization performance of the model?

It is an effective improvement strategy for group normalization, and it can improve the generalization ability and the performance of MINet.

So, for your problem, I think it should be the promotion it brought. It is a common phenomenon that better backbone can effectively improve the effect of segmentation.

michael861227 commented 4 years ago

Thank you! I think it may be help to my problem.