Training Noise-Robust Deep Neural Networks via Meta-Learning

Abstract

Label noise may significantly degrade the performance of Deep Neural Networks (DNNs). To train noise-robust DNNs, Loss correction (LC) approaches have been introduced. LC approaches assume the noisy labels are corrupted from clean (ground-truth) labels by an unknown noise transition matrix T. The backbone DNNs and T can be trained separately, where T is approximated with prior knowledge. For example, T is constructed by stacking the maximum or mean predic- tions of the samples from each class. In this work, we pro- pose a new loss correction approach, named as Meta Loss Correction (MLC), to directly learn T from data via the meta-learning framework. The MLC is model-agnostic and learns T from data rather than heuristically approximates it using prior knowledge. Extensive evaluations are conducted on computer vision (MNIST, CIFAR-10, CIFAR-100, Cloth- ing1M) and natural language processing (Twitter) datasets. The experimental results show that MLC achieves very com- petitive performance against state-of-the-art approaches.

Cite

Text

Wang et al. "Training Noise-Robust Deep Neural Networks via Meta-Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00458

Markdown

[Wang et al. "Training Noise-Robust Deep Neural Networks via Meta-Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/wang2020cvpr-training/) doi:10.1109/CVPR42600.2020.00458

BibTeX

@inproceedings{wang2020cvpr-training,
  title     = {{Training Noise-Robust Deep Neural Networks via Meta-Learning}},
  author    = {Wang, Zhen and Hu, Guosheng and Hu, Qinghua},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00458},
  url       = {https://mlanthology.org/cvpr/2020/wang2020cvpr-training/}
}