paper-with-me

Papers

Backward Compatibility in Attributive Explanation and Enhanced Model Training Method

2024-08-05 · Ryuta Matsuno

Model update is a crucial process in the operation of ML/AI systems. While updating a model generally enhances the average prediction performance, it also significantly impacts the explanations of predictions. In real-world applications, even minor changes in explanations can have detrimental consequences. To tackle this issue, this paper introduces BCX, a quantitative metric that evaluates the backward compatibility of feature attribution explanations between pre- and post-update models. BCX utilizes practical agreement metrics to calculate the average agreement between the explanations of pre- and post-update models, specifically among samples on which both models accurately predict. In addition, we propose BCXR, a BCX-aware model training method by designing surrogate losses which theoretically lower bounds agreement scores. Furthermore, we present a universal variant of BCXR that improves all agreement metrics, utilizing L2 distance among the explanations of the models. To validate our approach, we conducted experiments on eight real-world datasets, demonstrating that BCXR achieves superior trade-offs between predictive performances and BCX scores, showcasing the effectiveness of our BCXR methods.

📄 PDF Abstract BibTeX arXiv:2408.02298

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Empirical Analysis of Backward Compatibility in Machine Learning Systems

2020-08-11 · Megha Srivastava, Besmira Nushi, Ece Kamar, Shital Shah 외

In many applications of machine learning (ML), updates are performed with the goal of enhancing model performance. However, current practices for updating models rely solely on isolated, aggregate performance analyses, o…

BIG-bench Machine Learning

Lifelong Person Re-Identification with Backward-Compatibility

2024-03-15 · Minyoung Oh, Jae-Young Sim

Lifelong person re-identification (LReID) assumes a practical scenario where the model is sequentially trained on continuously incoming datasets while alleviating the catastrophic forgetting in the old datasets. However,…

Contrastive LearningPerson Re-Identification

Reasoning about Counterfactuals and Explanations: Problems, Results and Directions

2021-08-25 · Leopoldo Bertossi

There are some recent approaches and results about the use of answer-set programming for specifying counterfactual interventions on entities under classification, and reasoning about them. These approaches are flexible a…

Classificationcounterfactual

Multi-modal Knowledge Preserving Adapter for Embedding Backward Compatibility

2026-09-15 · Jaeseok Byun, Gukyeong Kwon, Han-Kai Hsu, Meher Gitika Karumuri 외 arxiv

Upgrading embedding models typically requires expensive database re-indexing, as new query embeddings are incompatible with existing database embeddings. While Backward Compatible Training (BCT) mitigates this by enforci…

Video Retrieval

Enhancing Interpretability for Vision Models via Shapley Value Optimization

2025-12-16 · Kanglong Fan, Yunqiao Yang, Chen Ma arxiv

Deep neural networks have demonstrated remarkable performance across various domains, yet their decision-making processes remain opaque. Although many explanation methods are dedicated to bringing the obscurity of DNNs t…