Symbolic Branch Networks: Tree-Inherited Neural Models for Interpretable Multiclass Classification
Dalia Rodr\'iguez-Salas

TL;DR
Symbolic Branch Networks (SBNs) are neural models derived from decision trees that combine interpretability with competitive predictive performance through a semi-symbolic learning approach.
Contribution
This work introduces SBN, a semi-symbolic neural model that preserves tree-based interpretability while improving accuracy via gradient-based learning of feature-to-branch mappings.
Findings
SBN matches or exceeds XGBoost on 28 datasets.
SBN* achieves competitive results with no trainable symbolic parameters.
SBN maintains interpretability with strong predictive performance.
Abstract
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 (feature-to-branch) and (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 fixed, while allowing 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Advanced Neural Network Applications · Advanced Graph Neural Networks
