paper-with-me

Papers

ExDBSCAN: Explaining DBSCAN with Counterfactual Reasoning -- Additional Material

2026-05-28 · Pernille Matthews, Lena Krieger, Tommaso Amico, Artur Zimek, Thomas Seidl, Ira Assent arxiv

Clustering is an unsupervised technique for grouping data points by similarity. While explainability methods exist for supervised machine learning, they are not directly applicable to clustering, making it challenging to understand cluster assignments. This interpretability gap is particularly evident in the popular density-based method DBSCAN, which assigns points as inliers (cluster members in dense regions) or outliers (noise points in sparse regions). DBSCAN does not provide insight into why a particular point receives its assignment or whether its assignment is robust to small changes in the data. To address the lack of explainability, we introduce ExDBSCAN, a density-aware, post-hoc explanation method. ExDBSCAN offers actionable counterfactual explanations, with theoretical guarantees for validity. It generates multiple counterfactuals using a density connected weighted graph, adopting a physics-inspired model that repels counterfactual candidates from one another (diversity), while pulling them toward the instance to explain (proximity). Empirical evaluation on 30 tabular datasets comparing against four baselines shows that ExDBSCAN outperforms all baselines while attaining perfect validity and retrieving diverse, proximal counterfactuals.

📄 PDF Abstract BibTeX arXiv:2605.30225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ACTER: Diverse and Actionable Counterfactual Sequences for Explaining and Diagnosing RL Policies

2024-02-09 · Jasmina Gajcin, Ivana Dusparic

Understanding how failure occurs and how it can be prevented in reinforcement learning (RL) is necessary to enable debugging, maintain user trust, and develop personalized policies. Counterfactual reasoning has often bee…

counterfactualCounterfactual ReasoningDiversityreinforcement-learning+1

Explaining and visualizing black-box models through counterfactual paths

2023-07-15 · Bastian Pfeifer, Mateusz Krzyzinski, Hubert Baniecki, Anna Saranti 외

Explainable AI (XAI) is an increasingly important area of machine learning research, which aims to make black-box models transparent and interpretable. In this paper, we propose a novel approach to XAI that uses the so-c…

counterfactualExplainable Artificial Intelligence (XAI)Feature ImportanceKnowledge Graphs

Using LLMs for Explaining Sets of Counterfactual Examples to Final Users

2024-08-27 · Arturo Fredes, Jordi Vitria

Causality is vital for understanding true cause-and-effect relationships between variables within predictive models, rather than relying on mere correlations, making it highly relevant in the field of Explainable AI. In …

Causal Inferencecounterfactual

GANterfactual - Counterfactual Explanations for Medical Non-Experts using Generative Adversarial Learning

2020-12-22 · Silvan Mertes, Tobias Huber, Katharina Weitz, Alexander Heimerl 외

With the ongoing rise of machine learning, the need for methods for explaining decisions made by artificial intelligence systems is becoming a more and more important topic. Especially for image classification tasks, man…

counterfactualCounterfactual ExplanationCounterfactual ReasoningFeature Importance+3

Cause and Effect: Can Large Language Models Truly Understand Causality?

2024-02-28 · Swagata Ashwani, Kshiteesh Hegde, Nishith Reddy Mannuru, Mayank Jindal 외

With the rise of Large Language Models(LLMs), it has become crucial to understand their capabilities and limitations in deciphering and explaining the complex web of causal relationships that language entails. Current me…

Causal DiscoveryCausal IdentificationcounterfactualCounterfactual Reasoning