English

Difficulty-Aware Simulator for Open Set Recognition

Computer Vision and Pattern Recognition 2022-07-21 v1

Abstract

Open set recognition (OSR) assumes unknown instances appear out of the blue at the inference time. The main challenge of OSR is that the response of models for unknowns is totally unpredictable. Furthermore, the diversity of open set makes it harder since instances have different difficulty levels. Therefore, we present a novel framework, DIfficulty-Aware Simulator (DIAS), that generates fakes with diverse difficulty levels to simulate the real world. We first investigate fakes from generative adversarial network (GAN) in the classifier's viewpoint and observe that these are not severely challenging. This leads us to define the criteria for difficulty by regarding samples generated with GANs having moderate-difficulty. To produce hard-difficulty examples, we introduce Copycat, imitating the behavior of the classifier. Furthermore, moderate- and easy-difficulty samples are also yielded by our modified GAN and Copycat, respectively. As a result, DIAS outperforms state-of-the-art methods with both metrics of AUROC and F-score. Our code is available at https://github.com/wjun0830/Difficulty-Aware-Simulator.

Keywords

Cite

@article{arxiv.2207.10024,
  title  = {Difficulty-Aware Simulator for Open Set Recognition},
  author = {WonJun Moon and Junho Park and Hyun Seok Seong and Cheol-Ho Cho and Jae-Pil Heo},
  journal= {arXiv preprint arXiv:2207.10024},
  year   = {2022}
}

Comments

Accepted to ECCV 2022. Code is available at github.com/wjun0830/Difficulty-Aware-Simulator

R2 v1 2026-06-25T01:05:21.806Z