著者
Kentaro Kanamori Takuya Takagi Ken Kobayashi Hiroki Arimura
出版者
The Japanese Society for Artificial Intelligence
雑誌
人工知能学会論文誌 (ISSN:13460714)
巻号頁・発行日
vol.36, no.6, pp.C-L44_1-12, 2021-11-01 (Released:2021-11-01)
参考文献数
51

Post-hoc explanation methods for machine learning models have been widely used to support decision-making. Counterfactual Explanation (CE), also known as Actionable Recourse, is one of the post-hoc explanation methods that provides a perturbation vector that alters the prediction result obtained from a classifier. Users can directly interpret the perturbation as an “action” to obtain their desired decision results. However, actions extracted by existing methods often become unrealistic for users because they do not adequately consider the characteristics corresponding to the data distribution, such as feature-correlations and outlier risk. To suggest an executable action for users, we propose a new framework of CE, which we refer to as Distribution-Aware Counterfactual Explanation (DACE), that extracts a realistic action by evaluating its reality on the empirical data distribution. Here, the key idea is to define a new cost function based on the Mahalanobis distance and the local outlier factor. Then, we propose a mixed-integer linear optimization approach to extracting an optimal action by minimizing the defined cost function. Experiments conducted on real datasets demonstrate the effectiveness of the proposed method compared with existing CE methods.
著者
Shin-ichi Minato Hiroki Arimura
出版者
The Japanese Society for Artificial Intelligence
雑誌
Transactions of the Japanese Society for Artificial Intelligence (ISSN:13460714)
巻号頁・発行日
vol.22, no.2, pp.165-172, 2007 (Released:2007-01-25)
参考文献数
11
被引用文献数
1 5 9

Frequent item set mining is one of the fundamental techniques for knowledge discovery and data mining. In the last decade, a number of efficient algorithms for frequent item set mining have been presented, but most of them focused on just enumerating the item set patterns which satisfy the given conditions, and it was a different matter how to store and index the result of patterns for efficient data analysis. Recently, we proposed a fast algorithm of extracting all frequent item set patterns from transaction databases and simultaneously indexing the result of huge patterns using Zero-suppressed BDDs (ZBDDs). That method, ZBDD-growth, is not only enumerating/listing the patterns efficiently, but also indexing the output data compactly on the memory to be analyzed with various algebraic operations. In this paper, we present a variation of ZBDD-growth algorithm to generate frequent closed item sets. This is a quite simple modification of ZBDD-growth, and additional computation cost is relatively small compared with the original algorithm for generating all patterns. Our method can conveniently be utilized in the environment of ZBDD-based pattern indexing.