EMNLP 2022finding6 citations

Learning to Detect Noisy Labels Using Model-Based Features

Zhihao Wang, Zongyu Lin, Junjie Wen, Xianxin Chen, Peiqi Liu, Guidong Zheng, Yujun Chen, Zhilin Yang

Abstract

Label noise is ubiquitous in various machine learning scenarios such as self-labeling with model predictions and erroneous data annotation. Many existing approaches are based on heuristics such as sample losses, which might not be flexible enough to achieve optimal solutions. Meta learning based methods address this issue by learning a data selection function, but can be hard to optimize. In light of these pros and cons, we propose SENT (Selection-Enhanced Noisy label Training) that does not rely on meta learning while having the flexibility of being data-driven. SENT transfers the noise distribution to a clean set and trains a model to distinguish noisy labels from clean ones using model-based features. Empirically, on a wide range of tasks including text classification and speech recognition, SENT improves performance over strong baselines under the settings of self-training and label corruption.

BibTeX
@inproceedings{wang-etal-2022-learning-detect,
    title = "Learning to Detect Noisy Labels Using Model-Based Features",
    author = "Wang, Zhihao  and
      Lin, Zongyu  and
      Wen, Junjie  and
      Chen, Xianxin  and
      Liu, Peiqi  and
      Zheng, Guidong  and
      Chen, Yujun  and
      Yang, Zhilin",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.426/",
    doi = "10.18653/v1/2022.findings-emnlp.426",
    pages = "5796--5808"
}