LGMay 29, 2025

Learning Interpretable Differentiable Logic Networks for Tabular Regression

arXiv:2505.23615v11 citationsh-index: 45ACM Trans Des Autom Electron Syst
Originality Incremental advance
AI Analysis

This work provides a cost-effective and interpretable alternative for regression tasks, particularly in resource-constrained environments, though it is incremental as it builds on prior DLN methods for classification.

The authors tackled the problem of making neural networks more interpretable and computationally efficient for tabular regression by extending Differentiable Logic Networks (DLNs) to support continuous targets, achieving accuracy that matches or exceeds baselines on 15 benchmarks.

Neural networks (NNs) achieve outstanding performance in many domains; however, their decision processes are often opaque and their inference can be computationally expensive in resource-constrained environments. We recently proposed Differentiable Logic Networks (DLNs) to address these issues for tabular classification based on relaxing discrete logic into a differentiable form, thereby enabling gradient-based learning of networks built from binary logic operations. DLNs offer interpretable reasoning and substantially lower inference cost. We extend the DLN framework to supervised tabular regression. Specifically, we redesign the final output layer to support continuous targets and unify the original two-phase training procedure into a single differentiable stage. We evaluate the resulting model on 15 public regression benchmarks, comparing it with modern neural networks and classical regression baselines. Regression DLNs match or exceed baseline accuracy while preserving interpretability and fast inference. Our results show that DLNs are a viable, cost-effective alternative for regression tasks, especially where model transparency and computational efficiency are important.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes