HDE-Net Improves Tabular DNNs with Hyperbolic Decision Modeling

Tian Li, Lucy Robinson, Varun Ojha, Huizhi Liang· July 14, 2026 View original

Summary

Traditional tabular deep neural networks (DNNs) struggle with the discrete, rule-based nature of tabular data due to their Euclidean representations. Researchers propose HDE-Net, a manifold-constrained DNN that uses hyperbolic space to model hierarchical decisions, achieving superior performance on tabular classification benchmarks by better representing local, condition-triggered rules.

Tabular classification problems often involve local, condition-triggered rules rather than smooth, global patterns. However, deep neural networks (DNNs) typically rely on Euclidean representations, which are better suited for smooth variations and semantic locality. This mismatch in geometric representation can make it difficult for tabular DNNs to effectively capture the discrete, rule-partitioned structures inherent in tabular data. To overcome this limitation, a new model called HDE-Net (Hierarchical Decision Embedding Network) is introduced. HDE-Net is a manifold-constrained DNN designed to enable hierarchical decision modeling within hyperbolic space. It abstracts heterogeneous features into unified Latent Decision Nodes (LDNs) and embeds them into the Poincaré ball, creating a continuous representation that mimics tree-structured reasoning. For numerical features, HDE-Net incorporates a Soft Decision Routing mechanism that approximates range-based local rules in a differentiable manner, aligning their LDN semantics with those of categorical features. An entropy-aware capacity allocation algorithm further optimizes the number of LDNs per numerical feature, balancing expressiveness and complexity. On the TALENT-tiny-core classification benchmark, HDE-Net achieved the best average rank, outperforming both industrial Gradient Boosted Decision Trees (GBDTs) and other recent tabular DNNs while maintaining high efficiency.

Why it matters

Professionals working with tabular data in various domains can achieve more accurate and efficient classification models by adopting DNN architectures that are better suited to the inherent structure of such data.

How to implement this in your domain

  1. 1Evaluate existing tabular classification models for performance bottlenecks, especially with complex rule-based data.
  2. 2Investigate the HDE-Net architecture and its potential for improving accuracy on specific tabular datasets.
  3. 3Experiment with embedding heterogeneous features into hyperbolic spaces using tools or libraries that support such geometries.
  4. 4Consider integrating soft decision routing mechanisms for numerical features to better capture local rules.
  5. 5Benchmark HDE-Net against traditional GBDTs and Euclidean DNNs on internal datasets.

Who benefits

BFSIHealthcareE-commerceManufacturingMarketing

Key takeaways

  • Euclidean DNNs are often geometrically mismatched for tabular data's discrete rules.
  • HDE-Net uses hyperbolic space for hierarchical decision modeling.
  • Soft Decision Routing approximates range-based rules for numerical features.
  • HDE-Net outperforms GBDTs and other tabular DNNs on benchmarks.

Original post by Tian Li, Lucy Robinson, Varun Ojha, Huizhi Liang

"arXiv:2607.09710v1 Announce Type: new Abstract: Tabular classification is often governed by local, condition-triggered rules rather than smooth global patterns. However, tabular deep neural networks (DNNs) are typically built upon Euclidean representations that favor smooth varia…"

View on X

Originally posted by Tian Li, Lucy Robinson, Varun Ojha, Huizhi Liang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses