paper-with-me

홈 › Papers

No More DeLuLu: Physics-Inspired Kernel Networks for Geometrically-Grounded Neural Computation

2026-02-22 · Taha Bouhsine arxiv

We introduce the yat-product, a kernel operator combining quadratic alignment with inverse-square proximity. We prove it is a Mercer kernel, analytic, Lipschitz on bounded domains, and self-regularizing, admitting a unique RKHS embedding. Neural Matter Networks (NMNs) use yat-product as the sole non-linearity, replacing conventional linear-activation-normalization blocks with a single geometrically-grounded operation. This architectural simplification preserves universal approximation while shifting normalization into the kernel itself via the denominator, rather than relying on separate normalization layers. Empirically, NMN-based classifiers match linear baselines on MNIST while exhibiting bounded prototype evolution and superposition robustness. In language modeling, Aether-GPT2 achieves lower validation loss than GPT-2 with a comparable parameter budget while using yat-based attention and MLP blocks. Our framework unifies kernel learning, gradient stability, and information geometry, establishing NMNs as a principled alternative to conventional neural architectures.

📄 PDF Abstract BibTeX arXiv:2603.12276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A data-efficient geometrically inspired polynomial kernel for robot inverse dynamics

2019-04-30 · Alberto Dalla Libera, Ruggero Carli

In this paper, we introduce a novel data-driven inverse dynamics estimator based on Gaussian Process Regression. Driven by the fact that the inverse dynamics can be described as a polynomial function on a suitable input …

DELULU: Discriminative Embedding Learning Using Latent Units for Speaker-Aware Self-Trained Speech Foundational Model

2025-10-20 · Massa Baali, Rita Singh, Bhiksha Raj arxiv

Self-supervised speech models have achieved remarkable success on content-driven tasks, yet they remain limited in capturing speaker-discriminative features critical for verification, diarization, and profiling applicati…

Representation LearningSpeaker Verification

On Mitigating the Utility-Loss in Differentially Private Learning: A new Perspective by a Geometrically Inspired Kernel Approach

2023-04-03 · Mohit Kumar, Bernhard A. Moser, Lukas Fischer

Privacy-utility tradeoff remains as one of the fundamental issues of differentially private machine learning. This paper introduces a geometrically inspired kernel-based approach to mitigate the accuracy-loss issue in cl…

Federated LearningPrivacy PreservingRepresentation Learning

Geometrically Inspired Kernel Machines for Collaborative Learning Beyond Gradient Descent

2024-07-05 · Mohit Kumar, Alexander Valentinitsch, Magdalena Fuchs, Mathias Brucker 외

This paper develops a novel mathematical framework for collaborative learning by means of geometrically inspired kernel machines which includes statements on the bounds of generalisation and approximation errors, and sam…

Delulu: A Verified Multi-Lingual Benchmark for Code Hallucination Detection in Fill-in-the-Middle Tasks

2026-05-07 · Mahdi Erfanian, Nelson Daniel Troncoso, Aashna Garg, Amabel Gale 외 arxiv

Large Language Models for code generation frequently produce hallucinations in Fill-in-the-Middle (FIM) tasks -- plausible but incorrect completions such as invented API methods, invalid parameters, undefined variables, …

Code Generation