English

Symbolic Branch Networks: Tree-Inherited Neural Models for Interpretable Multiclass Classification

Machine Learning 2026-02-24 v2 Artificial Intelligence

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 W1W_{1} (feature-to-branch) and W2W_{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 W2W_{2} fixed, while allowing W1W_{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 W1W_{1} and W2W_{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.

Keywords

Cite

@article{arxiv.2507.01781,
  title  = {Symbolic Branch Networks: Tree-Inherited Neural Models for Interpretable Multiclass Classification},
  author = {Dalia Rodríguez-Salas},
  journal= {arXiv preprint arXiv:2507.01781},
  year   = {2026}
}

Comments

Substantially revised and extended version (previously titled "BranchNet"), introducing the Symbolic Branch Network (SBN) framework with updated architectural formulation, training methodology, and expanded experimental evaluation. Submitted to Neurocomputing

R2 v1 2026-07-01T03:43:22.805Z