English

Free Lunch for Domain Adversarial Training: Environment Label Smoothing

Machine Learning 2023-02-02 v1

Abstract

A fundamental challenge for machine learning models is how to generalize learned models for out-of-distribution (OOD) data. Among various approaches, exploiting invariant features by Domain Adversarial Training (DAT) received widespread attention. Despite its success, we observe training instability from DAT, mostly due to over-confident domain discriminator and environment label noise. To address this issue, we proposed Environment Label Smoothing (ELS), which encourages the discriminator to output soft probability, which thus reduces the confidence of the discriminator and alleviates the impact of noisy environment labels. We demonstrate, both experimentally and theoretically, that ELS can improve training stability, local convergence, and robustness to noisy environment labels. By incorporating ELS with DAT methods, we are able to yield state-of-art results on a wide range of domain generalization/adaptation tasks, particularly when the environment labels are highly noisy.

Keywords

Cite

@article{arxiv.2302.00194,
  title  = {Free Lunch for Domain Adversarial Training: Environment Label Smoothing},
  author = {YiFan Zhang and Xue Wang and Jian Liang and Zhang Zhang and Liang Wang and Rong Jin and Tieniu Tan},
  journal= {arXiv preprint arXiv:2302.00194},
  year   = {2023}
}

Comments

ICLR 2023, 38 pages, 8 figures, 18 tables

R2 v1 2026-06-28T08:28:41.788Z