acmi-lab / Open-Set-Label-Shift

Code and results accompanying our paper titled Domain Adaptation under Open Set Label Shift
https://arxiv.org/abs/2207.13048
Apache License 2.0
30 stars 3 forks source link

Have you tried to adapt DANCE method for Tabula Muris dataset? #1

Open XiHuYan opened 2 years ago

XiHuYan commented 2 years ago

Thanks for sharing this excellent work!

I read you paper and noticed that experiments results didn't show the performance of DANCE method (Saito et al., 2020) on the Tabula Muris dataset. I understand that the backbone in DANCE is a pretrained ResNET while MLP is used for TM dataset. Have you ever tried to adapt the architecture of DANCE for the TM dataset, or is there some reasons (intuitions) that DANCE cannot be adapted for TM dataset?

Thanks again :)

saurabhgarg1996 commented 2 years ago

Thanks for your question.

We didn't try to adapt the architecture of DANCE for the TM dataset. I can try and get back to you in a few more days. We would need to just add its support here: https://github.com/acmi-lab/Open-Set-Label-Shift/blob/f4424daf7269d08884f7e9de7420dd98ea134f2b/src/baseline_utils/danceSaito20_model_utils.py#L27.