paper-with-me

Papers

Explainable embeddings with Distance Explainer

2025-05-21 · Christiaan Meijer, E. G. Patrick Bos

While eXplainable AI (XAI) has advanced significantly, few methods address interpretability in embedded vector spaces where dimensions represent complex abstractions. We introduce Distance Explainer, a novel method for generating local, post-hoc explanations of embedded spaces in machine learning models. Our approach adapts saliency-based techniques from RISE to explain the distance between two embedded data points by assigning attribution values through selective masking and distance-ranked mask filtering. We evaluate Distance Explainer on cross-modal embeddings (image-image and image-caption pairs) using established XAI metrics including Faithfulness, Sensitivity/Robustness, and Randomization. Experiments with ImageNet and CLIP models demonstrate that our method effectively identifies features contributing to similarity or dissimilarity between embedded data points while maintaining high robustness and consistency. We also explore how parameter tuning, particularly mask quantity and selection strategy, affects explanation quality. This work addresses a critical gap in XAI research and enhances transparency and trustworthiness in deep learning applications utilizing embedded spaces.

📄 PDF Abstract BibTeX arXiv:2505.15516

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Trusting the Explainers: Teacher Validation of Explainable Artificial Intelligence for Course Design

2022-12-17 · Vinitra Swamy, Sijia Du, Mirko Marras, Tanja Käser

Deep learning models for learning analytics have become increasingly popular over the last few years; however, these approaches are still not widely adopted in real-world settings, likely due to a lack of trust and trans…

Explainable artificial intelligence

Evaluating the Explainers: Black-Box Explainable Machine Learning for Student Success Prediction in MOOCs

2022-07-01 · Vinitra Swamy, Bahar Radmehr, Natasa Krco, Mirko Marras 외

Neural networks are ubiquitous in applied machine learning for education. Their pervasive success in predictive performance comes alongside a severe weakness, the lack of explainability of their decisions, especially rel…

BIG-bench Machine LearningFeature Importance

Dual Explanations via Subgraph Matching for Malware Detection

2025-04-29 · Hossein Shokouhinejad, Roozbeh Razavi-Far, Griffin Higgins, Ali A. Ghorbani

Interpretable malware detection is crucial for understanding harmful behaviors and building trust in automated security systems. Traditional explainable methods for Graph Neural Networks (GNNs) often highlight important …

Malware AnalysisMalware Detection

XG-BoT: An Explainable Deep Graph Neural Network for Botnet Detection and Forensics

2022-07-19 · Wai Weng Lo, Gayan K. Kulatilleke, Mohanad Sarhan, Siamak Layeghy 외

In this paper, we propose XG-BoT, an explainable deep graph neural network model for botnet node detection. The proposed model comprises a botnet detector and an explainer for automatic forensics. The XG-BoT detector can…

Graph Neural Network

Uncovering Bugs in Formal Explainers: A Case Study with PyXAI

2025-11-05 · Xuanxiang Huang, Yacine Izza, Alexey Ignatiev, Joao Marques-Silva arxiv

Formal explainable artificial intelligence (XAI) offers unique theoretical guarantees of rigor when compared to other non-formal methods of explainability. However, little attention has been given to the validation of pr…