paper-with-me

홈 › Papers

Hyperparameter Sensitivity in Deep Outlier Detection: Analysis and a Scalable Hyper-Ensemble Solution

2022-06-15 · Xueying Ding, Lingxiao Zhao, Leman Akoglu

Outlier detection (OD) literature exhibits numerous algorithms as it applies to diverse domains. However, given a new detection task, it is unclear how to choose an algorithm to use, nor how to set its hyperparameter(s) (HPs) in unsupervised settings. HP tuning is an ever-growing problem with the arrival of many new detectors based on deep learning, which usually come with a long list of HPs. Surprisingly, the issue of model selection in the outlier mining literature has been "the elephant in the room"; a significant factor in unlocking the utmost potential of deep methods, yet little said or done to systematically tackle the issue. In the first part of this paper, we conduct the first large-scale analysis on the HP sensitivity of deep OD methods, and through more than 35,000 trained models, quantitatively demonstrate that model selection is inevitable. Next, we design a HP-robust and scalable deep hyper-ensemble model called ROBOD that assembles models with varying HP configurations, bypassing the choice paralysis. Importantly, we introduce novel strategies to speed up ensemble training, such as parameter sharing, batch/simultaneous training, and data subsampling, that allow us to train fewer models with fewer parameters. Extensive experiments on both image and tabular datasets show that ROBOD achieves and retains robust, state-of-the-art detection performance as compared to its modern counterparts, while taking only $2$-$10$\% of the time by the naive hyper-ensemble with independent training.

📄 PDF Abstract BibTeX arXiv:2206.07647

Code (1)

xyvivian/robod 공식 구현 pytorch

Tasks

Model SelectionOutlier DetectionRepresentation LearningSensitivity

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Hierarchical Reference Sets for Robust Unsupervised Detection of Scattered and Clustered Outliers

2026-03-13 · Yiqun Zhang, Zexi Tan, Xiaopeng Luo, Yunlin Liu arxiv

Most real-world IoT data analysis tasks, such as clustering and anomaly event detection, are unsupervised and highly susceptible to the presence of outliers. In addition to sporadic scattered outliers caused by factors s…

Outlier Detection

RoseCDL: Robust and Scalable Convolutional Dictionary Learning for Rare event and Anomaly Detection

2025-09-09 · Jad Yehya, Mansour Benbakoura, Cédric Allain, Benoît Malezieux 외 arxiv

Detecting rare events and anomalies in large-scale signals is essential in fields such as astronomy, physical simulations, and biomedical science. In many cases, this problem naturally decomposes into identifying common …

Computational EfficiencyPhysical SimulationsOutlier DetectionAnomaly Detection

Differentially Private Analysis of Outliers

2015-07-24 · Rina Okada, Kazuto Fukuchi, Kazuya Kakizaki, Jun Sakuma

This paper investigates differentially private analysis of distance-based outliers. The problem of outlier detection is to find a small number of instances that are apparently distant from the remaining instances. On the…

Outlier DetectionSensitivity

Zero-shot Outlier Detection via Prior-data Fitted Networks: Model Selection Bygone!

2024-09-09 · Yuchen Shen, Haomin Wen, Leman Akoglu

Outlier detection (OD) has a vast literature as it finds numerous applications in environmental monitoring, cybersecurity, finance, and medicine to name a few. Being an inherently unsupervised task, model selection is a …

Model SelectionOutlier Detection

ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions

2022-01-02 · Zheng Li, Yue Zhao, Xiyang Hu, Nicola Botta 외

Outlier detection refers to the identification of data points that deviate from a general data distribution. Existing unsupervised approaches often suffer from high computational cost, complex hyperparameter tuning, and …

Anomaly DetectionOutlier Detection