paper-with-me

홈 › Papers

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

2025-01-24 · Boshko Koloski, Nada Lavrač, Blaž Škrlj

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.

📄 PDF Abstract BibTeX arXiv:2501.14346

Code (1)

bkolosk1/hornets 공식 구현 pytorch

Similar Papers 제목 키워드 기반

The Discrete Charm of the MLP: Binary Routing of Continuous Signals in Transformer Feed-Forward Layers

2026-03-11 · Peter Balogh arxiv

We show that MLP layers in transformer language models perform binary routing of continuous signals: the decision of whether a token needs nonlinear processing is well-captured by binary neuron activations, even though t…

QA-MoE: Towards a Continuous Reliability Spectrum with Quality-Aware Mixture of Experts for Robust Multimodal Sentiment Analysis

2026-04-07 · Yitong Zhu, Yuxuan Jiang, Guanxuan Jiang, Bojing Hou 외 arxiv

Multimodal Sentiment Analysis (MSA) aims to infer human sentiment from textual, acoustic, and visual signals. In real-world scenarios, however, multimodal inputs are often compromised by dynamic noise or modality missing…

Multimodal Sentiment Analysis

TARPO: Token-Wise Latent-Explicit Reasoning via Action-Routing Policy Optimization

2026-06-04 · Liting Zhang, Shiwan Zhao, Xuyang Zhao, Zichen Xu 외 arxiv

Latent reasoning has emerged as a promising alternative to discrete Chain-of-Thought (CoT) in large language models (LLMs), enabling more expressive reasoning by operating over continuous representations. However, the in…

Reinforcement Learning

Automatic Routing of Goldstone Diagrams using Genetic Algorithms

2019-06-30 · Nils Herrmann, Michael Hanrath

This paper presents an algorithm for an automatic transformation (=routing) of time ordered topologies of Goldstone diagrams (i.e. Wick contractions) into graphical representations of these topologies. Since there is no …

Position

DisCoRD: Discrete Tokens to Continuous Motion via Rectified Flow Decoding

2024-11-29 · Jungbin Cho, Junwan Kim, Jisoo Kim, Minseo Kim 외

Human motion is inherently continuous and dynamic, posing significant challenges for generative models. While discrete generation methods are widely used, they suffer from limited expressiveness and frame-wise noise arti…

Motion SynthesisQuantization