English

Transparent Classification with Multilayer Logical Perceptrons and Random Binarization

Machine Learning 2020-02-21 v2 Machine Learning

Abstract

Models with transparent inner structure and high classification performance are required to reduce potential risk and provide trust for users in domains like health care, finance, security, etc. However, existing models are hard to simultaneously satisfy the above two properties. In this paper, we propose a new hierarchical rule-based model for classification tasks, named Concept Rule Sets (CRS), which has both a strong expressive ability and a transparent inner structure. To address the challenge of efficiently learning the non-differentiable CRS model, we propose a novel neural network architecture, Multilayer Logical Perceptron (MLLP), which is a continuous version of CRS. Using MLLP and the Random Binarization (RB) method we proposed, we can search the discrete solution of CRS in continuous space using gradient descent and ensure the discrete CRS acts almost the same as the corresponding continuous MLLP. Experiments on 12 public data sets show that CRS outperforms the state-of-the-art approaches and the complexity of the learned CRS is close to the simple decision tree. Source code is available at https://github.com/12wang3/mllp.

Keywords

Cite

@article{arxiv.1912.04695,
  title  = {Transparent Classification with Multilayer Logical Perceptrons and Random Binarization},
  author = {Zhuo Wang and Wei Zhang and Ning Liu and Jianyong Wang},
  journal= {arXiv preprint arXiv:1912.04695},
  year   = {2020}
}

Comments

AAAI-20 (oral presentation); source codes added

R2 v1 2026-06-23T12:41:26.418Z