Symbolic Branch Networks: Tree-Inherited Neural Models for Interpretable Multiclass Classification
About
Symbolic Branch Networks (SBNs) are neural models whose architecture is inherited directly from an ensemble of decision trees. Each root-to-parent-of-leaf decision path is mapped to a hidden neuron, and the matrices $W_{1}$ (feature-to-branch) and $W_{2}$ (branch-to-class) encode the symbolic structure of the ensemble. Because these matrices originate from the trees, SBNs preserve transparent feature relevance and branch-level semantics while enabling gradient-based learning. The primary contribution of this work is SBN, a semi-symbolic variant that preserves branch semantics by keeping $W_{2}$ fixed, while allowing $W_{1}$ to be refined through learning. This controlled relaxation improves predictive accuracy without altering the underlying symbolic structure. Across 28 multiclass tabular datasets from the OpenML CC-18 benchmark, SBN consistently matches or surpasses XGBoost while retaining human-interpretable branch attributions. We also analyze SBN*, a fully symbolic variant in which both $W_{1}$ and $W_{2}$ are frozen and only calibration layers are trained. Despite having no trainable symbolic parameters, SBN* achieves competitive performance on many benchmarks, highlighting the strength of tree-derived symbolic routing as an inductive bias. Overall, these results show that symbolic structure and neural optimization can be combined to achieve strong performance while maintaining stable and interpretable internal representations.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Binary Classification | Diabetes | AUC0.792 | 34 | |
| Binary Classification | bank-marketing | AUC0.914 | 19 | |
| Classification | tic-tac-toe | ROC-AUC100 | 15 | |
| Binary Classification | Electricity | AUC88.6 | 12 | |
| Binary Classification | ILPD | Mean AUC0.701 | 9 | |
| Multiclass Classification | Balance Scale | Accuracy95.8 | 6 | |
| Multiclass Classification | Optdigits | Accuracy98.5 | 5 | |
| Binary Classification | PhishingWebsites | AUC0.996 | 2 | |
| Binary Classification | kc1 | AUC78 | 2 | |
| Binary Classification | banknote-authentication | AUC1 | 2 |