paper-with-me

Papers

Mining Potentially Explanatory Patterns via Partial Solutions

2024-04-05 · GianCarlo Catalano, Alexander E. I. Brownlee, David Cairns, John McCall, Russell Ainslie

Genetic Algorithms have established their capability for solving many complex optimization problems. Even as good solutions are produced, the user's understanding of a problem is not necessarily improved, which can lead to a lack of confidence in the results. To mitigate this issue, explainability aims to give insight to the user by presenting them with the knowledge obtained by the algorithm. In this paper we introduce Partial Solutions in order to improve the explainability of solutions to combinatorial optimization problems. Partial Solutions represent beneficial traits found by analyzing a population, and are presented to the user for explainability, but also provide an explicit model from which new solutions can be generated. We present an algorithm that assembles a collection of Partial Solutions chosen to strike a balance between high fitness, simplicity and atomicity. Experiments with standard benchmarks show that the proposed algorithm is able to find Partial Solutions which improve explainability at reasonable computational cost without affecting search performance.

📄 PDF Abstract BibTeX arXiv:2404.04388

Code (1)

giancarlo-catalano/ps_minimal_showcase 공식 구현

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Good Counterfactuals and Where to Find Them: A Case-Based Technique for Generating Counterfactuals for Explainable AI (XAI)

2020-05-26 · Mark T. Keane, Barry Smyth

Recently, a groundswell of research has identified the use of counterfactual explanations as a potentially significant solution to the Explainable AI (XAI) problem. It is argued that (a) technically, these counterfactual…

counterfactualExplainable Artificial Intelligence (XAI)

Feature-free regression kriging

2025-07-10 · Peng Luo, Yilong Wu, Yongze Song arxiv

Spatial interpolation is a crucial task in geography. As perhaps the most widely used interpolation methods, geostatistical models -- such as Ordinary Kriging (OK) -- assume spatial stationarity, which makes it difficult…

Interpreting CNN Knowledge via an Explanatory Graph

2017-08-05 · Quanshi Zhang, Ruiming Cao, Feng Shi, Ying Nian Wu 외

This paper learns a graphical model, namely an explanatory graph, which reveals the knowledge hierarchy hidden inside a pre-trained CNN. Considering that each filter in a conv-layer of a pre-trained CNN usually represent…

Object

LaGR-SEQ: Language-Guided Reinforcement Learning with Sample-Efficient Querying

2023-08-21 · Thommen George Karimpanal, Laknath Buddhika Semage, Santu Rana, Hung Le 외

Large language models (LLMs) have recently demonstrated their impressive ability to provide context-aware responses via text. This ability could potentially be used to predict plausible solutions in sequential decision m…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Explanatory Graphs for CNNs

2018-12-18 · Quanshi Zhang, Xin Wang, Ruiming Cao, Ying Nian Wu 외

This paper introduces a graphical model, namely an explanatory graph, which reveals the knowledge hierarchy hidden inside conv-layers of a pre-trained CNN. Each filter in a conv-layer of a CNN for object classification u…

Object