Joint Optimization Framework for Learning with Noisy Labels

Abstract

Deep neural networks (DNNs) trained on large-scale datasets have exhibited significant performance in image classification. Many large-scale datasets are collected from websites, however they tend to contain inaccurate labels that are termed as noisy labels. Training on such noisy labeled datasets causes performance degradation because DNNs easily overfit to noisy labels. To overcome this problem, we propose a joint optimization framework of learning DNN parameters and estimating true labels. Our framework can correct labels during training by alternating update of network parameters and labels. We conduct experiments on the noisy CIFAR-10 datasets and the Clothing1M dataset. The results indicate that our approach significantly outperforms other state-of-the-art methods.

Cite

Text

Tanaka et al. "Joint Optimization Framework for Learning with Noisy Labels." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00582

Markdown

[Tanaka et al. "Joint Optimization Framework for Learning with Noisy Labels." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/tanaka2018cvpr-joint/) doi:10.1109/CVPR.2018.00582

BibTeX

@inproceedings{tanaka2018cvpr-joint,
  title     = {{Joint Optimization Framework for Learning with Noisy Labels}},
  author    = {Tanaka, Daiki and Ikami, Daiki and Yamasaki, Toshihiko and Aizawa, Kiyoharu},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00582},
  url       = {https://mlanthology.org/cvpr/2018/tanaka2018cvpr-joint/}
}