Papers › Kernel Affine Hull Machines as Compute-Efficient Encoders for Frozen Semantic Spaces

Kernel Affine Hull Machines as Compute-Efficient Encoders for Frozen Semantic Spaces

1 May 2026arXiv:2605.02950added by Syntology

Mohit Kumar, Somayeh Kargaran, Bernhard A. Moser, Manuela Geiß

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Transformer-based semantic encoders are effective for retrieval, but in many deployments the recurring bottleneck is online query encoding rather than offline corpus indexing. This paper studies whether, once a strong teacher representation space and corpus index are fixed, repeated neural query encoding can be replaced by a substantially lighter and analytically explicit estimator. We formulate fixed-teacher lexical-to-semantic encoding as a conditional-mean estimation problem in which the target semantic vector is represented as a noisy mixture of semantic prototypes weighted by posterior cluster probabilities. Kernel Affine Hull Machine (KAHM) geometry is used to estimate these posterior weights from inexpensive lexical features in an explicitly identified RKHS hypothesis space, and the semantic prototypes are refined by normalized least-mean-squares updates from noisy teacher embeddings. This yields a backpropagation-free query-side encoder together with an end-to-end error decomposition into posterior-approximation, finite-sample/generalization, and teacher-noise terms. We instantiate the approach on a controlled Austrian-law retrieval benchmark with 5,000 test queries, 84 candidate laws, and 10,762 aligned retrieval units, using law-specific encoders into a frozen Mixedbread embedding space. Among evaluation-matched learned adapters, KAHM achieves the strongest teacher-space reconstruction and the best rank-sensitive retrieval performance at all evaluated cutoffs. At k=20, it obtains MRR@20 = 0.504, Hit@20 = 0.694, and Top-1 Accuracy = 0.411, while reducing online per-query time by 8.53 relative to direct transformer query encoding in the reported CPU setting. The results support KAHMs as compute-efficient encoders for supervised fixed-representation deployment regimes.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.02950")

Code

Syntology Ran 7 of 8 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · violated contract; 4 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 8 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MohitKumarRostock/Austrian_law_assistant found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 7 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · violated contract
4ran · fixture could not drive it
1unverified

Licence: 0 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MohitKumarRostock/Austrian_law_assistant. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_as_float_ndarray MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 7e3c6d94b5ffd28d · report
_fit_cluster_autoencoder MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 25e66112e224e14a · report
_scale_like MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · ea5ed9dd9d1f31b5 · report
_should_auto_l2_normalize_targets MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 0cf22478784b78b9 · report
autoencoder MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 93f94638253e3c02 · report
l2_normalize_columns MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · a127bf013e84a17b · report
parallel_autoencoders MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · dfdb7c353a6cf1a6 · report
train_kahm_regressor MohitKumarRostock/Austrian_law_assistant/kahm_regression.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e2610edb8ee86daa · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.02950, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections