← Search

Mateo Espinosa Zarlenga

13 accepted papers

2026

CB-SLICE: Concept-Based Interpretable Error Slice Discovery

ICML 2026poster

Despite strong average-case performance, deep learning models often exhibit systematic errors on specific population groups, known as *error slices*. Identifying these groups and the root causes of their failures is critical for model debugging and bias mitigation. However, existing error Slice Disc…

Cited by 0SourceScholar
2026

Mixture of Concept Bottleneck Experts

ICML 2026spotlight

Concept Bottleneck Models (CBMs) promote interpretability by grounding predictions in human-understandable concepts. However, existing CBMs typically fix their task predictor to a single linear or Boolean expression, limiting both predictive accuracy and adaptability to diverse user needs. We propos…

Cited by 0SourceScholar
2025

Addressing Concept Mislabeling in Concept Bottleneck Models Through Preference Optimization

ICML 2025poster

Concept Bottleneck Models (CBMs) propose to enhance the trustworthiness of AI systems by constraining their decisions on a set of human understandable concepts. However, CBMs typically rely on datasets with assumedly accurate concept labels—an assumption often violated in practice which we show can…

Cited by 0SourcePDFScholar
2025

Avoiding Leakage Poisoning: Concept Interventions Under Distribution Shifts

ICML 2025poster

In this paper, we investigate how concept-based models (CMs) respond to out-of-distribution (OOD) inputs. CMs are interpretable neural architectures that first predict a set of high-level *concepts* (e.g., "stripes", "black") and then predict a task label from those concepts. In particular, we study…

Cited by 0SourcePDFScholar
2025

Causal Concept Graph Models: Beyond Causal Opacity in Deep Learning

ICLR 2025poster

Causal opacity denotes the difficulty in understanding the "hidden" causal structure underlying the decisions of deep neural network (DNN) models. This leads to the inability to rely on and verify state-of-the-art DNN-based systems, especially in high-stakes scenarios. For this reason, circumventing…

2025

Deferring Concept Bottleneck Models: Learning to Defer Interventions to Inaccurate Experts

NeurIPS 2025poster

Concept Bottleneck Models (CBMs) are interpretable machine learning models that ground their predictions on human-understandable concepts, allowing for targeted interventions in their decision-making process. However, when intervened on, CBMs assume the availability of humans that can identify the n…

Cited by 0SourceScholar
2024

Understanding Inter-Concept Relationships in Concept-Based Models

ICML 2024poster

Concept-based explainability methods provide insight into deep learning systems by constructing explanations using human-understandable concepts. While the literature on human reasoning demonstrates that we exploit relationships between concepts when solving tasks, it is unclear whether concept-base…

2023

Interpretable Neural-Symbolic Concept Reasoning

ICML 2023poster

Deep learning methods are highly accurate, yet their opaque decision process prevents them from earning full human trust. Concept-based models aim to address this issue by learning tasks based on a set of human-understandable concepts. However, state-of-the-art concept-based models rely on high-dime…

2023

Learning to Receive Help: Intervention-Aware Concept Embedding Models

NeurIPS 2023spotlight

Concept Bottleneck Models (CBMs) tackle the opacity of neural architectures by constructing and explaining their predictions using a set of high-level concepts. A special property of these models is that they permit concept interventions, wherein users can correct mispredicted concepts and thus impr…

2023

Towards Robust Metrics for Concept Representation Evaluation

AAAI 2023technical

Recent work on interpretability has focused on concept-based explanations, where deep learning models are explained in terms of high-level units of information, referred to as concepts. Concept learning models, however, have been shown to be prone to encoding impurities in their representations, fai…

2022

Concept Embedding Models: Beyond the Accuracy-Explainability Trade-Off

NeurIPS 2022accept

Deploying AI-powered systems requires trustworthy models supporting effective human interactions, going beyond raw prediction accuracy. Concept bottleneck models promote trustworthiness by conditioning classification tasks on an intermediate level of human-like concepts. This enables human intervent…