LGAIJan 24, 2025

HorNets: Learning from Discrete and Continuous Signals with Routing Neural Networks

arXiv:2501.14346v2h-index: 20Mach learn
Originality Incremental advance
AI Analysis

This addresses the challenge of data-efficient learning for high-dimensional tabular data in domains like biomedical research, though it appears incremental as it builds on existing routing and activation mechanisms.

The paper tackled the problem of learning from both continuous and discrete tabular data with scarce instances by proposing HorNets, a neural network architecture that achieved state-of-the-art classification performance on 14 real-life biomedical high-dimensional data sets and reliably retrieved logical clauses including noisy XNOR.

Construction of neural network architectures suitable for learning from both continuous and discrete tabular data is a challenging research endeavor. Contemporary high-dimensional tabular data sets are often characterized by a relatively small instance count, requiring data-efficient learning. We propose HorNets (Horn Networks), a neural network architecture with state-of-the-art performance on synthetic and real-life data sets from scarce-data tabular domains. HorNets are based on a clipped polynomial-like activation function, extended by a custom discrete-continuous routing mechanism that decides which part of the neural network to optimize based on the input's cardinality. By explicitly modeling parts of the feature combination space or combining whole space in a linear attention-like manner, HorNets dynamically decide which mode of operation is the most suitable for a given piece of data with no explicit supervision. This architecture is one of the few approaches that reliably retrieves logical clauses (including noisy XNOR) and achieves state-of-the-art classification performance on 14 real-life biomedical high-dimensional data sets. HorNets are made freely available under a permissive license alongside a synthetic generator of categorical benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes