GradStop: Exploring Training Dynamics in Unsupervised Outlier Detection through Gradient
Yuang Zhang, Liping Wang, Yihong Huang, Yuanxing Zheng, Fan Zhang, Xuemin Lin

TL;DR
GradStop is a novel early stopping algorithm for deep unsupervised outlier detection that leverages training dynamics and gradient cohesion to improve model performance and prevent overfitting.
Contribution
This paper introduces GradStop, a sampling-based, label-free early stopping method that optimizes deep UOD training by estimating real-time performance through gradient analysis.
Findings
GradStop improves deep UOD performance across multiple algorithms and datasets.
Auto Encoder with GradStop outperforms state-of-the-art UOD methods.
Theoretical proofs support the effectiveness of the proposed early stopping approach.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems
MethodsEarly Stopping
