pith. sign in

arxiv: 2412.08501 · v2 · pith:BGF4GJMBnew · submitted 2024-12-11 · 💻 cs.LG

GradStop: Exploring Training Dynamics in Unsupervised Outlier Detection through Gradient

classification 💻 cs.LG
keywords performancetrainingdeepdetectionmodelsalgorithmdynamicsgradstop
0
0 comments X
read the original abstract

Unsupervised Outlier Detection (UOD) is a critical task in data mining and machine learning, aiming to identify instances that significantly deviate from the majority. Without any label, deep UOD methods struggle with the misalignment between the model's direct optimization goal and the final performance goal of Outlier Detection (OD) task. Through the perspective of training dynamics, this paper proposes an early stopping algorithm to optimize the training of deep UOD models, ensuring they perform optimally in OD rather than overfitting the entire contaminated dataset. Inspired by UOD mechanism and inlier priority phenomenon, where intuitively models fit inliers more quickly than outliers, we propose GradStop, a sampling-based label-free algorithm to estimate model's real-time performance during training. First, a sampling method generates two sets: one likely containing more outliers and the other more inliers, then a metric based on gradient cohesion is applied to probe into current training dynamics, which reflects model's performance on OD task. Experimental results on 4 deep UOD algorithms and 47 real-world datasets and theoretical proofs demonstrate the effectiveness of our proposed early stopping algorithm in enhancing the performance of deep UOD models. Auto Encoder (AE) enhanced by GradStop achieves better performance than itself, other SOTA UOD methods, and even ensemble AEs. Our method provides a robust and effective solution to the problem of performance degradation during training, enabling deep UOD models to achieve better potential in anomaly detection tasks.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. What Drives the Inlier-Memorization Effect? A Theory of Outlier Detection via Early Training Dynamics

    cs.LG 2026-06 unverdicted novelty 7.0

    Theoretical characterization of the inlier-memorization effect in simple autoencoders, deriving its emergence, strength, and persistence from data distribution and initialization, plus guidelines achieving SOTA on ADBench.

  2. INO-SGD: Addressing Utility Imbalance under Individualized Differential Privacy

    cs.LG 2026-05 unverdicted novelty 6.0

    INO-SGD down-weights data in each batch to improve model performance on strongly private data while satisfying individualized differential privacy constraints.