Compact Rule-Based Classifier Learning via Gradient Descent
About
Rule-based models are essential for high-stakes decision-making due to their transparency and interpretability, but their discrete nature creates challenges for optimization and scalability. In this work, we present the Fuzzy Rule-based Reasoner (FRR), a novel gradient-based rule learning system that supports strict user constraints over rule-based complexity while achieving competitive performance. To maximize interpretability, the FRR uses semantically meaningful fuzzy logic partitions, unattainable with existing neuro-fuzzy approaches, and sufficient (single-rule) decision-making, which avoids the combinatorial complexity of additive rule ensembles. Through extensive evaluation across 40 datasets, FRR demonstrates: (1) superior performance to traditional rule-based methods (e.g., $5\%$ average accuracy over RIPPER); (2) comparable accuracy to tree-based models (e.g., CART) using rule bases $90\%$ more compact; and (3) achieves $96\%$ of the accuracy of state-of-the-art additive rule-based models while using only sufficient rules and requiring only $3\%$ of their rule base size.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Classification | Wine (5-fold cross-validation) | Accuracy97.22 | 19 | |
| Dynamic Feature Selection | Sim3 | AUAC-F168.68 | 13 | |
| Dynamic Feature Selection | Bank 5-fold CV | AUAC-F180.37 | 13 | |
| Dynamic Feature Selection | Cube | AUAC-F146.19 | 13 | |
| Dynamic Feature Selection | Sim2 | AUAC-F167.71 | 13 | |
| Dynamic Feature Selection | ProxySub | AUAC-F196.77 | 13 | |
| Dynamic Feature Selection | Miniboone 5-fold CV | AUAC-F185.72 | 13 | |
| Dynamic Feature Selection | Yeast 5-fold CV | AUAC-F145.35 | 13 | |
| Dynamic Feature Selection | Sim1 | AUAC-F175.97 | 13 | |
| Dynamic Feature Selection | Cirrhosis 5-fold CV | AUAC-F149.92 | 13 |