paper-with-me

Papers

A Novel Multi-Objective Evolutionary Algorithm for Counterfactual Generation

2025-02-03 · Gabriel Doyle-Finch, Alex A. Freitas

Machine learning algorithms that learn black-box predictive models (which cannot be directly interpreted) are increasingly used to make predictions affecting the lives of people. It is important that users understand the predictions of such models, particularly when the model outputs a negative prediction for the user (e.g. denying a loan). Counterfactual explanations provide users with guidance on how to change some of their characteristics to receive a different, positive classification by a predictive model. For example, if a predictive model rejected a loan application from a user, a counterfactual explanation might state: If your salary was {\pounds}50,000 (rather than your current {\pounds}35,000), then your loan would be approved. This paper proposes two novel contributions: (a) a novel multi-objective Evolutionary Algorithm (EA) for counterfactual generation based on lexicographic optimisation, rather than the more popular Pareto dominance approach; and (b) an extension to the definition of the objective of validity for a counterfactual, based on measuring the resilience of a counterfactual to violations of monotonicity constraints which are intuitively expected by users; e.g., intuitively, the probability of a loan application to be approved would monotonically increase with an increase in the salary of the applicant. Experiments involving 15 experimental settings (3 types of black box models times 5 datasets) have shown that the proposed lexicographic optimisation-based EA is very competitive with an existing Pareto dominance-based EA; and the proposed extension of the validity objective has led to a substantial increase in the validity of the counterfactuals generated by the proposed EA.

📄 PDF Abstract BibTeX arXiv:2502.10418

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual Explanation

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

TX-Gen: Multi-Objective Optimization for Sparse Counterfactual Explanations for Time-Series Classification

2024-09-14 · Qi Huang, Sofoklis Kitharidis, Thomas Bäck, Niki van Stein

In time-series classification, understanding model decisions is crucial for their application in high-stakes domains such as healthcare and finance. Counterfactual explanations, which provide insights by presenting alter…

counterfactualTime SeriesTime Series Classificationvalid

Interpreting Multi-objective Evolutionary Algorithms via Sokoban Level Generation

2024-06-15 · Qingquan Zhang, Yuchen Li, Yuhang Lin, Handing Wang 외

This paper presents an interactive platform to interpret multi-objective evolutionary algorithms. Sokoban level generation is selected as a showcase for its widespread use in procedural content generation. By balancing t…

DiversityEvolutionary AlgorithmsSokoban

R2 Indicator and Deep Reinforcement Learning Enhanced Adaptive Multi-Objective Evolutionary Algorithm

2024-04-11 · Farajollah Tahernezhad-Javazm, Debbie Rankin, Naomi Du Bois, Alice E. Smith 외

Choosing an appropriate optimization algorithm is essential to achieving success in optimization challenges. Here we present a new evolutionary algorithm structure that utilizes a reinforcement learning-based agent aimed…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Residual-Space Evolutionary Optimization via Flow-based Generative Models

2026-06-18 · Zhuo Cao, Lena Krieger, Fernanda Nader, Xuan Zhao 외 arxiv

Data editing with generative methods typically requires differentiable objectives and gradient-based search. However, these assumptions break down in flow-based settings, where edits are performed through forward and bac…

A PSO Based Method to Generate Actionable Counterfactuals for High Dimensional Data

2023-09-30 · Shashank Shekhar, Asif Salim, Adesh Bansode, Vivaswan Jinturkar 외

Counterfactual explanations (CFE) are methods that explain a machine learning model by giving an alternate class prediction of a data point with some minimal changes in its features. It helps the users to identify their …

counterfactual