VisionLearningGroup / DANCE

repository for Universal Domain Adaptation through Self-supervision
MIT License
122 stars 20 forks source link

Domain-specific Batch-Normalization #3

Closed szubing closed 3 years ago

szubing commented 3 years ago

In the page of 3, in section 3, the authors have said that "In addition, we utilize domain-specific" batch normalization to ..."; However, I do not found that the code is implemented using domain-specific batch normalization. So I am a little curious about that? Can you explain why?

ksaito-ut commented 3 years ago

We used a simplified version of the domain-specific batch norm. The source and target mini-batches are fed into the network separately.