paper-with-me

홈 › Papers

Do Ensembling and Meta-Learning Improve Outlier Detection in Randomized Controlled Trials?

2023-11-09 · Walter Nelson, Jonathan Ranisau, Jeremy Petch

Modern multi-centre randomized controlled trials (MCRCTs) collect massive amounts of tabular data, and are monitored intensively for irregularities by humans. We began by empirically evaluating 6 modern machine learning-based outlier detection algorithms on the task of identifying irregular data in 838 datasets from 7 real-world MCRCTs with a total of 77,001 patients from over 44 countries. Our results reinforce key findings from prior work in the outlier detection literature on data from other domains. Existing algorithms often succeed at identifying irregularities without any supervision, with at least one algorithm exhibiting positive performance 70.6% of the time. However, performance across datasets varies substantially with no single algorithm performing consistently well, motivating new techniques for unsupervised model selection or other means of aggregating potentially discordant predictions from multiple candidate models. We propose the Meta-learned Probabilistic Ensemble (MePE), a simple algorithm for aggregating the predictions of multiple unsupervised models, and show that it performs favourably compared to recent meta-learning approaches for outlier detection model selection. While meta-learning shows promise, small ensembles outperform all forms of meta-learning on average, a negative result that may guide the application of current outlier detection approaches in healthcare and other real-world domains.

📄 PDF Abstract BibTeX arXiv:2311.05473

Code (1)

hamilton-health-sciences/ml4h-traq 공식 구현

Tasks

Meta-LearningModel SelectionOutlier Detection

Similar Papers 제목 키워드 기반

Randomized PCA Forest for Unsupervised Outlier Detection

2025-08-18 · Muhammad Rajabinasab, Farhad Pakdaman, Moncef Gabbouj, Peter Schneider-Kamp 외 arxiv

We propose a novel unsupervised outlier detection method based on Randomized Principal Component Analysis (PCA). Motivated by the performance of Randomized PCA (RPCA) Forest in approximate K-Nearest Neighbor (KNN) search…

Computational EfficiencyOutlier Detection

Efficient variational Bayesian neural network ensembles for outlier detection

2017-03-20 · Nick Pawlowski, Miguel Jaques, Ben Glocker

In this work we perform outlier detection using ensembles of neural networks obtained by variational approximation of the posterior in a Bayesian neural network setting. The variational parameters are obtained by samplin…

Outlier Detection

Random Bundle: Brain Metastases Segmentation Ensembling through Annotation Randomization

2020-02-23 · Darvin Yi, Endre Grøvik, Michael Iv, Elizabeth Tong 외

We introduce a novel ensembling method, Random Bundle (RB), that improves performance for brain metastases segmentation. We create our ensemble by training each network on our dataset with 50% of our annotated lesions ce…

Segmentation

Training Ensembles with Inliers and Outliers for Semi-supervised Active Learning

2023-07-07 · Vladan Stojnić, Zakaria Laskar, Giorgos Tolias

Deep active learning in the presence of outlier examples poses a realistic yet challenging scenario. Acquiring unlabeled data for annotation requires a delicate balance between avoiding outliers to conserve the annotatio…

Active LearningOutlier Detection

Enhancing Certified Robustness via Smoothed Weighted Ensembling

2020-05-19 · ICML Workshop AML 2021 7 · Chizhou Liu, Yunzhen Feng, Ranran Wang, Bin Dong

Randomized smoothing has achieved state-of-the-art certified robustness against $l_2$-norm adversarial attacks. However, it is not wholly resolved on how to find the optimal base classifier for randomized smoothing. In t…