Robust Visual Recognition with Class-Imbalanced Open-World Noisy Data

Abstract

Learning from open-world noisy data, where both closed-set and open-set noise co-exist in the dataset, is a realistic but underexplored setting. Only recently, several efforts have been initialized to tackle this problem. However, these works assume the classes are balanced when dealing with open-world noisy data. This assumption often violates the nature of real-world large-scale datasets, where the label distributions are generally long-tailed, i.e. class-imbalanced. In this paper, we study the problem of robust visual recognition with class-imbalanced open-world noisy data. We propose a probabilistic graphical model-based approach: iMRF to achieve label noise correction that is robust to class imbalance via an efficient iterative inference of a Markov Random Field (MRF) in each training mini-batch. Furthermore, we design an agreement-based thresholding strategy to adaptively collect clean samples from all classes that includes corrected closed-set noisy samples while rejecting open-set noisy samples. We also introduce a noise-aware balanced cross-entropy loss to explicitly eliminate the bias caused by class-imbalanced data. Extensive experiments on several benchmark datasets including synthetic and real-world noisy datasets demonstrate the superior performance robustness of our method over existing methods. Our code is available at https://github.com/Na-Z/LIOND.

Cite

Text

Zhao and Lee. "Robust Visual Recognition with Class-Imbalanced Open-World Noisy Data." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I15.29642

Markdown

[Zhao and Lee. "Robust Visual Recognition with Class-Imbalanced Open-World Noisy Data." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/zhao2024aaai-robust/) doi:10.1609/AAAI.V38I15.29642

BibTeX

@inproceedings{zhao2024aaai-robust,
  title     = {{Robust Visual Recognition with Class-Imbalanced Open-World Noisy Data}},
  author    = {Zhao, Na and Lee, Gim Hee},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {16989-16997},
  doi       = {10.1609/AAAI.V38I15.29642},
  url       = {https://mlanthology.org/aaai/2024/zhao2024aaai-robust/}
}