DIVERSE: Disagreement-Inducing Vector Evolution for Rashomon Set Exploration
Gilles Eerlings, Brent Zoomers, Jori Liesenborgs, Gustavo Rovelo Ruiz, Kris Luyten
TL;DR
DIVERSE addresses predictive multiplicity by efficiently exploring the local Rashomon set around a fixed reference model without retraining or gradients. It couples Feature-wise Linear Modulation (FiLM) layers with a shared latent vector ${\bm{z}}$ to define a low-dimensional modulation space, and uses Covariance Matrix Adaptation Evolution Strategy (CMA-ES) to optimize for maximum disagreement while enforcing accuracy within a tolerance $\epsilon$. The approach yields diverse, high-performing model variants on MNIST, PneumoniaMNIST, and CIFAR-10, with competitive efficiency relative to retraining and improved diversity over dropout baselines, as validated on held-out test data and quantified by metrics such as Discrepancy, Ambiguity, VPR, and RC. These findings demonstrate a practical pathway for multiplicity analysis and robust, diverse model sets in deep networks, including initial evidence of applicability to Vision Transformers.
Abstract
We propose DIVERSE, a framework for systematically exploring the Rashomon set of deep neural networks, the collection of models that match a reference model's accuracy while differing in their predictive behavior. DIVERSE augments a pretrained model with Feature-wise Linear Modulation (FiLM) layers and uses Covariance Matrix Adaptation Evolution Strategy (CMA-ES) to search a latent modulation space, generating diverse model variants without retraining or gradient access. Across MNIST, PneumoniaMNIST, and CIFAR-10, DIVERSE uncovers multiple high-performing yet functionally distinct models. Our experiments show that DIVERSE offers a competitive and efficient exploration of the Rashomon set, making it feasible to construct diverse sets that maintain robustness and performance while supporting well-balanced model multiplicity. While retraining remains the baseline to generate Rashomon sets, DIVERSE achieves comparable diversity at reduced computational cost.
