Unique Rashomon Sets for Robust Active Learning
Simon Nguyen, Kentaro Hoffman, Tyler McCormick
TL;DR
This work tackles the data-labeling bottleneck in active learning by restricting ensemble diversity to the Rashomon set of near-optimal models, thereby distinguishing genuine uncertainty from noise. It introduces UNREAL, which constructs a unique-pattern Rashomon ensemble from decision trees via TreeFarms and grouping, improving uncertainty signals for query selection. Empirical results across five datasets show up to 20% accuracy gains and improved robustness to label noise, with a concise, interpretable ensemble. The study also discusses selecting the Rashomon threshold $\epsilon$ and outlines avenues for dynamic adjustment and broader Rashomon-based frameworks in future work.
Abstract
Collecting labeled data for machine learning models is often expensive and time-consuming. Active learning addresses this challenge by selectively labeling the most informative observations, but when initial labeled data is limited, it becomes difficult to distinguish genuinely informative points from those appearing uncertain primarily due to noise. Ensemble methods like random forests are a powerful approach to quantifying this uncertainty but do so by aggregating all models indiscriminately. This includes poor performing models and redundant models, a problem that worsens in the presence of noisy data. We introduce UNique Rashomon Ensembled Active Learning (UNREAL), which selectively ensembles only distinct models from the Rashomon set, which is the set of nearly optimal models. Restricting ensemble membership to high-performing models with different explanations helps distinguish genuine uncertainty from noise-induced variation. We show that UNREAL achieves faster theoretical convergence rates than traditional active learning approaches and demonstrates empirical improvements of up to 20% in predictive accuracy across five benchmark datasets, while simultaneously enhancing model interpretability.
