Towards Accurate Open-Set Recognition via Background-Class Regularization

Abstract

In open-set recognition (OSR), classifiers should be able to reject unknown-class samples while maintaining high closed-set classification accuracy. To effectively solve the OSR problem, previous studies attempted to limit latent feature space and reject data located outside the limited space via offline analyses, e.g., distance-based feature analyses, or complicated network architectures. To conduct OSR via a simple inference process (without offline analyses) in standard classifier architectures, we use distance-based classifiers instead of conventional Softmax classifiers. Afterwards, we design a background-class regularization strategy, which uses background-class data as surrogates of unknown-class ones during training phase. Specifically, we formulate a novel regularization loss suitable for distance-based classifiers, which reserves sufficiently large class-wise latent feature spaces for known classes and forces background-class samples to be located far away from the limited spaces. Through our extensive experiments, we show that the proposed method provides robust OSR results, while maintaining high closed-set classification accuracy.

Cite

Text

Cho and Choo. "Towards Accurate Open-Set Recognition via Background-Class Regularization." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-19806-9_38

Markdown

[Cho and Choo. "Towards Accurate Open-Set Recognition via Background-Class Regularization." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/cho2022eccv-accurate/) doi:10.1007/978-3-031-19806-9_38

BibTeX

@inproceedings{cho2022eccv-accurate,
  title     = {{Towards Accurate Open-Set Recognition via Background-Class Regularization}},
  author    = {Cho, Wonwoo and Choo, Jaegul},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-19806-9_38},
  url       = {https://mlanthology.org/eccv/2022/cho2022eccv-accurate/}
}