PintheMemory icon indicating copy to clipboard operation
PintheMemory copied to clipboard

What is the aux_gts in the training code? (Dataloader)

Open suesuekkim opened this issue 2 years ago • 1 comments

In your meta-learning algorithm in your train-code, What does aux_gts exactly mean? Is the data gts and aux_gts are the same?

Thank you for providing the code of your work!

suesuekkim avatar May 01 '23 02:05 suesuekkim

Thank you for your interest!

We adopt the auxiliary per-pixel cross-entropy loss proposed in PSPNet [1] with a coefficient of 0.4 to make a fair comparison with the RobustNet [2]. The aux_gts are the same as the original gts in our settings. However, in RobustNet [2], it seems that aux_gts are different depending on their ablation setting. We just kept that option as is.

[1] Zhao et al, Pyramid scene parsing network. In CVPR, 2017. [2] Choi et al, Robustnet: Improving domain generalization in urban-scene segmentation via instance selective whitening. In CVPR, 2021.

Genie-Kim avatar May 01 '23 03:05 Genie-Kim