Characterizing and Avoiding Negative Transfer

Abstract

When labeled data is scarce for a specific target task, transfer learning often offers an effective solution by utilizing data from a related source task. However, when transferring knowledge from a less related source, it may inversely hurt the target performance, a phenomenon known as negative transfer. Despite its pervasiveness, negative transfer is usually described in an informal manner, lacking rigorous definition, careful analysis, or systematic treatment. This paper proposes a formal definition of negative transfer and analyzes three important aspects thereof. Stemming from this analysis, a novel technique is proposed to circumvent negative transfer by filtering out unrelated source data. Based on adversarial networks, the technique is highly generic and can be applied to a wide range of transfer learning algorithms. The proposed approach is evaluated on six state-of-the-art deep transfer methods via experiments on four benchmark datasets with varying levels of difficulty. Empirically, the proposed method consistently improves the performance of all baseline methods and largely avoids negative transfer, even when the source data is degenerate.

Cite

Text

Wang et al. "Characterizing and Avoiding Negative Transfer." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01155

Markdown

[Wang et al. "Characterizing and Avoiding Negative Transfer." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/wang2019cvpr-characterizing/) doi:10.1109/CVPR.2019.01155

BibTeX

@inproceedings{wang2019cvpr-characterizing,
  title     = {{Characterizing and Avoiding Negative Transfer}},
  author    = {Wang, Zirui and Dai, Zihang and Poczos, Barnabas and Carbonell, Jaime},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01155},
  url       = {https://mlanthology.org/cvpr/2019/wang2019cvpr-characterizing/}
}