LGAIApr 20, 2024

Generative Subspace Adversarial Active Learning for Outlier Detection in Multiple Views of High-dimensional Data

arXiv:2404.14451v12 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses outlier detection for data mining applications, but appears incremental as it builds on existing GAN-based methods.

The paper tackled outlier detection in high-dimensional tabular data with multiple views, addressing issues like inlier assumption and curse of dimensionality, and introduced GSAAL, which achieved superior performance in experiments.

Outlier detection in high-dimensional tabular data is an important task in data mining, essential for many downstream tasks and applications. Existing unsupervised outlier detection algorithms face one or more problems, including inlier assumption (IA), curse of dimensionality (CD), and multiple views (MV). To address these issues, we introduce Generative Subspace Adversarial Active Learning (GSAAL), a novel approach that uses a Generative Adversarial Network with multiple adversaries. These adversaries learn the marginal class probability functions over different data subspaces, while a single generator in the full space models the entire distribution of the inlier class. GSAAL is specifically designed to address the MV limitation while also handling the IA and CD, being the only method to do so. We provide a comprehensive mathematical formulation of MV, convergence guarantees for the discriminators, and scalability results for GSAAL. Our extensive experiments demonstrate the effectiveness and scalability of GSAAL, highlighting its superior performance compared to other popular OD methods, especially in MV scenarios.

Code Implementations1 repo
Foundations

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

Your Notes