IJCAI 2020poster0 citations

Classification with Rejection: Scaling Generative Classifiers with Supervised Deep Infomax

Xin Wang, Siu Ming Yiu

Abstract

Deep Infomax (DIM) is an unsupervised representation learning framework by maximizing the mutual information between the inputs and the outputs of an encoder, while probabilistic constraints are imposed on the outputs. In this paper, we propose Supervised Deep InfoMax (SDIM), which introduces supervised probabilistic constraints to the encoder outputs. The supervised probabilistic constraints are equivalent to a generative classifier on high-level data representations, where class conditional log-likelihoods of samples can be evaluated. Unlike other works building generative classifiers with conditional generative models, SDIMs scale on complex datasets, and can achieve comparable performance with discriminative counterparts. With SDIM, we could perform classification with rejection. Instead of always reporting a class label, SDIM only makes predictions when test samples' largest class conditional surpass some pre-chosen thresholds, otherwise they will be deemed as out of the data distributions, and be rejected. Our experiments show that SDIM with rejection policy can effectively reject illegal inputs, including adversarial examples and out-of-distribution samples.

Machine Learning: ClassificationMultidisciplinary Topics and Applications: Security and PrivacyMachine Learning: Learning Generative Models
BibTeX
@inproceedings{ijcai2020p412,
  title     = {Classification with Rejection: Scaling Generative Classifiers with Supervised Deep Infomax},
  author    = {Wang, Xin and Yiu, Siu Ming},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {2980--2986},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/412},
  url       = {https://doi.org/10.24963/ijcai.2020/412},
}