paper-with-me

홈 › Papers

Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network

2019-12-01 · NeurIPS 2019 12 · Siqi Wang, Yijie Zeng, Xinwang Liu, En Zhu, Jianping Yin, Chuanfu Xu, Marius Kloft

Despite the wide success of deep neural networks (DNN), little progress has been made on end-to-end unsupervised outlier detection (UOD) from high dimensional data like raw images. In this paper, we propose a framework named E^3Outlier, which can perform UOD in a both effective and end-to-end manner: First, instead of the commonly-used autoencoders in previous end-to-end UOD methods, E^3Outlier for the first time leverages a discriminative DNN for better representation learning, by using surrogate supervision to create multiple pseudo classes from original unlabelled data. Next, unlike classic UOD that utilizes data characteristics like density or proximity, we exploit a novel property named inlier priority to enable end-to-end UOD by discriminative DNN. We demonstrate theoretically and empirically that the intrinsic class imbalance of inliers/outliers will make the network prioritize minimizing inliers' loss when inliers/outliers are indiscriminately fed into the network for training, which enables us to differentiate outliers directly from DNN's outputs. Finally, based on inlier priority, we propose the negative entropy based score as a simple and effective outlierness measure. Extensive evaluations show that E^3Outlier significantly advances UOD performance by up to 30% AUROC against state-of-the-art counterparts, especially on relatively difficult benchmarks.

📄 PDF Abstract BibTeX

Code (1)

demonzyj56/E3Outlier 공식 구현 pytorch

Tasks

Outlier DetectionRepresentation LearningUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

GradStop: Exploring Training Dynamics in Unsupervised Outlier Detection through Gradient

2024-12-11 · Yuang Zhang, Liping Wang, Yihong Huang, Yuanxing Zheng 외

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 th…

Anomaly DetectionOutlier Detection

Memorize Early, Then Query: Inlier-Memorization-Guided Active Outlier Detection

2026-01-16 · Minseo Kang, Seunghwan Park, Dongha Kim arxiv

Outlier detection (OD) aims to identify abnormal instances, known as outliers or anomalies, by learning typical patterns of normal data, or inliers. Performing OD under an unsupervised regime-without any information abou…

Outlier DetectionActive Learning

ODIM: Outlier Detection via Likelihood of Under-Fitted Generative Models

2023-01-11 · Dongha Kim, Jaesung Hwang, Jongjin Lee, Kunwoong Kim 외

The unsupervised outlier detection (UOD) problem refers to a task to identify inliers given training data which contain outliers as well as inliers, without any labeled information about inliers and outliers. It has been…

MemorizationOutlier Detection

Robust Subspace Recovery Layer for Unsupervised Anomaly Detection

2019-03-30 · ICLR 2020 1 · Chieh-Hsin Lai, Dongmian Zou, Gilad Lerman

We propose a neural network for unsupervised anomaly detection with a novel robust subspace recovery layer (RSR layer). This layer seeks to extract the underlying subspace from a latent representation of the given data a…

Anomaly DetectionDecoderUnsupervised Anomaly DetectionUnsupervised Anomaly Detection with Specified Settings -- 0.1% anomaly+4

Quantile-based Maximum Likelihood Training for Outlier Detection

2023-08-20 · Masoud Taghikhah, Nishant Kumar, Siniša Šegvić, Abouzar Eslami 외

Discriminative learning effectively predicts true object class for image classification. However, it often results in false positives for outliers, posing critical concerns in applications like autonomous driving and vid…

Autonomous DrivingContrastive Learningimage-classificationImage Classification+2