LGAIJun 27

RGLD: Randomized Global-Local Density Estimation for Tabular Anomaly Detection

arXiv:2606.289706.6
Predicted impact top 50% in LG · last 90 daysOriginality Incremental advance
AI Analysis

Provides a practical solution for unsupervised anomaly detection in tabular data that balances accuracy and efficiency, outperforming both statistical and deep methods.

RGLD introduces a randomized global-local density estimator for unsupervised tabular anomaly detection, combining global random-feature density and local neighbor branches over feature-bagged views. It achieves the highest AUROC ranking across 47 datasets, outperforming 23 baselines, and is 50x-580x faster than deep detectors.

Unsupervised tabular anomaly detection requires methods that are accurate, robust across heterogeneous datasets, and computationally efficient. Classical statistical detectors are often efficient, but they usually rely on a fixed data view and a single notion of abnormality. Deep anomaly detectors can learn more flexible scoring functions, but they are substantially slower and difficult to tune in unsupervised settings due to the lack of a reliable supervisory signal. We propose RGLD, a randomized global-local density estimator for efficient unsupervised tabular anomaly detection. RGLD combines a global random-feature density branch, which identifies samples in broadly low-density regions, with a local neighbor branch, which detects samples that are weakly supported by nearby observations. Both branches operate over feature-bagged randomized views, allowing RGLD to expose anomaly evidence that may be hidden in any single representation. We conduct experiments on 47 tabular datasets against 23 statistical and deep anomaly detection baselines under fully unsupervised setting. RGLD achieves the strongest dataset-level AUROC performance, ranking 1st in dataset wins, and ranks 2nd in AUPRC wins. RGLD is also faster than all evaluated deep detectors, achieving 50x-580x speedups, and remains competitive with statistical methods in runtime, yielding a favorable accuracy-efficiency tradeoff.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes