paper-with-me

Papers

Exploring the Rashomon Set for Concept-Based Models

2025-11-24 · Shihan Feng, Cheng Zhang, Michael Xi, Ethan Hsu, Lesia Semenova, Chudi Zhong arxiv

In many machine learning problems, there may exist multiple models that achieve nearly identical predictive performance while relying on fundamentally different internal logic. However, standard training procedures produce a single model, offering no practical way to explore alternatives that may better suit downstream needs. The set of these equally accurate models is known as the Rashomon set. Exploring the Rashomon set is particularly challenging in large and complex hypothesis spaces, such as Concept Bottleneck Models (CBMs), which are widely used in computer vision to make predictions through intermediate, human-understandable concepts. In this paper, we provide a method for efficiently exploring the Rashomon set of CBMs. Our framework introduces a specialized parallel adapter-based construction, combined with a checkpointing scheme and a concept diversity objective, to generate multiple equally accurate CBMs from a single training process. Empirical results show that our method finds models with better diversity than baselines while using much less memory. We further demonstrate that access to these diverse yet accurate CBMs enables trustworthy model selection, resolution of inter-class confusion, and reliable abstention in decision-making.

📄 PDF Abstract BibTeX arXiv:2511.19636

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Practical Attribution Guidance for Rashomon Sets

2024-07-26 · Sichao Li, Amanda S. Barnard, Quanling Deng

Different prediction models might perform equally well (Rashomon set) in the same task, but offer conflicting interpretations and conclusions about the data. The Rashomon effect in the context of Explainable AI (XAI) has…

Exploring and Interacting with the Set of Good Sparse Generalized Additive Models

2023-03-28 · NeurIPS 2023 11 · Chudi Zhong, Zhi Chen, Jiachang Liu, Margo Seltzer 외

In real applications, interaction between machine learning models and domain experts is critical; however, the classical machine learning paradigm that usually produces only a single model does not facilitate such intera…

Additive models

Exploring the Whole Rashomon Set of Sparse Decision Trees

2022-09-16 · Rui Xin, Chudi Zhong, Zhi Chen, Takuya Takagi 외

In any given machine learning problem, there may be many models that could explain the data almost equally well. However, most learning algorithms return only one of these models, leaving practitioners with no practical …

Efficient Exploration of the Rashomon Set of Rule Set Models

2024-06-05 · Martino Ciaperoni, Han Xiao, Aristides Gionis

Today, as increasingly complex predictive models are developed, simple rule sets remain a crucial tool to obtain interpretable predictions and drive high-stakes decision making. However, a single rule set provides a part…

Decision MakingEfficient ExplorationInterpretable Machine Learning

SORTeD Rashomon Sets of Sparse Decision Trees: Anytime Enumeration

2025-11-05 · Elif Arslan, Jacobus G. M. van der Linden, Serge Hoogendoorn, Marco Rinaldi 외 arxiv

Sparse decision tree learning provides accurate and interpretable predictive models that are ideal for high-stakes applications by finding the single most accurate tree within a (soft) size limit. Rather than relying on …