English

Adaptable Embeddings Network (AEN)

Machine Learning 2024-11-22 v1 Computation and Language

Abstract

Modern day Language Models see extensive use in text classification, yet this comes at significant computational cost. Compute-effective classification models are needed for low-resource environments, most notably on edge devices. We introduce Adaptable Embeddings Networks (AEN), a novel dual-encoder architecture using Kernel Density Estimation (KDE). This architecture allows for runtime adaptation of classification criteria without retraining and is non-autoregressive. Through thorough synthetic data experimentation, we demonstrate our model outputs comparable and in certain cases superior results to that of autoregressive models an order of magnitude larger than AEN's size. The architecture's ability to preprocess and cache condition embeddings makes it ideal for edge computing applications and real-time monitoring systems.

Keywords

Cite

@article{arxiv.2411.13786,
  title  = {Adaptable Embeddings Network (AEN)},
  author = {Stan Loosmore and Alexander Titus},
  journal= {arXiv preprint arXiv:2411.13786},
  year   = {2024}
}

Comments

20 pages

R2 v1 2026-06-28T20:07:16.168Z