LGNov 15, 2025

CEDL: Centre-Enhanced Discriminative Learning for Anomaly Detection

arXiv:2511.12388v1h-index: 12
Originality Incremental advance
AI Analysis

This addresses the need for more robust and interpretable anomaly detection in various domains, though it appears incremental as it builds on existing supervised methods.

The paper tackled the problem of supervised anomaly detection methods struggling to generalize beyond training distributions due to unclear normality definitions, and proposed CEDL, a framework that embeds geometric normality into discriminative learning, achieving competitive performance across tabular, time-series, and image data.

Supervised anomaly detection methods perform well in identifying known anomalies that are well represented in the training set. However, they often struggle to generalise beyond the training distribution due to decision boundaries that lack a clear definition of normality. Existing approaches typically address this by regularising the representation space during training, leading to separate optimisation in latent and label spaces. The learned normality is therefore not directly utilised at inference, and their anomaly scores often fall within arbitrary ranges that require explicit mapping or calibration for probabilistic interpretation. To achieve unified learning of geometric normality and label discrimination, we propose Centre-Enhanced Discriminative Learning (CEDL), a novel supervised anomaly detection framework that embeds geometric normality directly into the discriminative objective. CEDL reparameterises the conventional sigmoid-derived prediction logit through a centre-based radial distance function, unifying geometric and discriminative learning in a single end-to-end formulation. This design enables interpretable, geometry-aware anomaly scoring without post-hoc thresholding or reference calibration. Extensive experiments on tabular, time-series, and image data demonstrate that CEDL achieves competitive and balanced performance across diverse real-world anomaly detection tasks, validating its effectiveness and broad applicability.

Foundations

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

Your Notes