Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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.

Dalia Rodr\'iguez-Salas• 2025

Related benchmarks

TaskDatasetResultRank
Binary ClassificationDiabetes
AUC0.792
34
Binary Classificationbank-marketing
AUC0.914
19
Classificationtic-tac-toe
ROC-AUC100
15
Binary ClassificationElectricity
AUC88.6
12
Binary ClassificationILPD
Mean AUC0.701
9
Multiclass ClassificationBalance Scale
Accuracy95.8
6
Multiclass ClassificationOptdigits
Accuracy98.5
5
Binary ClassificationPhishingWebsites
AUC0.996
2
Binary Classificationkc1
AUC78
2
Binary Classificationbanknote-authentication
AUC1
2
Showing 10 of 52 rows

Other info

Follow for update