English

Text Anomaly Detection with Simplified Isolation Kernel

Computation and Language 2026-01-08 v1

Abstract

Two-step approaches combining pre-trained large language model embeddings and anomaly detectors demonstrate strong performance in text anomaly detection by leveraging rich semantic representations. However, high-dimensional dense embeddings extracted by large language models pose challenges due to substantial memory requirements and high computation time. To address this challenge, we introduce the Simplified Isolation Kernel (SIK), which maps high-dimensional dense embeddings to lower-dimensional sparse representations while preserving crucial anomaly characteristics. SIK has linear time complexity and significantly reduces space complexity through its innovative boundary-focused feature mapping. Experiments across 7 datasets demonstrate that SIK achieves better detection performance than 11 state-of-the-art (SOTA) anomaly detection algorithms while maintaining computational efficiency and low memory cost. All code and demonstrations are available at https://github.com/charles-cao/SIK.

Keywords

Cite

@article{arxiv.2510.13197,
  title  = {Text Anomaly Detection with Simplified Isolation Kernel},
  author = {Yang Cao and Sikun Yang and Yujiu Yang and Lianyong Qi and Ming Liu},
  journal= {arXiv preprint arXiv:2510.13197},
  year   = {2026}
}

Comments

EMNLP Findings 2025

R2 v1 2026-07-01T06:38:13.885Z