2020

Self-Challenging Improves Cross-Domain Generalization

Huang, Zeyi, Wang, Haohan, Xing, Eric P. et al.

Understand

Convolutional Neural Networks (CNN) conduct image classification by activating dominant features that correlated with labels.

  • When the training and testing data are under similar distributions, their dominant features are similar, which usually facilitates decent performance on the testing data.
  • The performance is nonetheless unmet when tested on samples from different distributions, leading to the challenges in cross-domain image classification.
  • We introduce a simple training heuristic, Representation Self-Challenging (RSC), that significantly improves the generalization of CNN to the out-of-domain data.

Reading the bibliography…