Papers › Interval Abstractions for Robust Counterfactual Explanations

Interval Abstractions for Robust Counterfactual Explanations

21 Apr 2024arXiv:2404.13736archive 2025-07-28

Junqi Jiang, Francesco Leofante, Antonio Rago, Francesca Toni

Counterfactual Explanations (CEs) have emerged as a major paradigm in explainable AI research, providing recourse recommendations for users affected by the decisions of machine learning models. However, CEs found by existing methods often become invalid when slight changes occur in the parameters of the model they were generated for. The literature lacks a way to provide exhaustive robustness guarantees for CEs under model changes, in that existing methods to improve CEs' robustness are mostly heuristic, and the robustness performances are evaluated empirically using only a limited number of retrained models. To bridge this gap, we propose a novel interval abstraction technique for parametric machine learning models, which allows us to obtain provable robustness guarantees for CEs under a possibly infinite set of plausible model changes Δ. Based on this idea, we formalise a robustness notion for CEs, which we call Δ-robustness, in both binary and multi-class classification settings. We present procedures to verify Δ-robustness based on Mixed Integer Linear Programming, using which we further propose algorithms to generate CEs that are Δ-robust. In an extensive empirical study involving neural networks and logistic regression models, we demonstrate the practical applicability of our approach. We discuss two strategies for determining the appropriate hyperparameters in our method, and we quantitatively benchmark CEs generated by eleven methods, highlighting the effectiveness of our algorithms in finding robust CEs.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.13736")

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

junqi-jiang/interval-abstractions officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 8 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
8unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from junqi-jiang/interval-abstractions. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_dataset_feature_types junqi-jiang/interval-abstractions/intabs/intabs.py official repository ran MIT (permissive) · 62d5bd4827abfc4d · report
build_inn_nodes junqi-jiang/interval-abstractions/intabs/intabs.py official repository ran MIT (permissive) · 838c0bb8bc93ddad · report
find_percentage_of_val_delta junqi-jiang/interval-abstractions/intabs/evaluation.py official repository ran MIT (permissive) · a0a853f63e820c1b · report
gce junqi-jiang/interval-abstractions/intabs/methods.py official repository ran MIT (permissive) · e619ad57c61713e4 · report
l2_projection junqi-jiang/interval-abstractions/rbr/rbr_loss.py official repository ran fingerprinted MIT (permissive) · 1f82f506abe66066 · report
min_max_scale junqi-jiang/interval-abstractions/intabs_multi/dataset.py official repository ran fingerprinted MIT (permissive) · dbdcdeb2d88a985f · report
power10floor junqi-jiang/interval-abstractions/rbr/rbr.py official repository ran fingerprinted MIT (permissive) · e96dcd507f52e146 · report
reconstruct_encoding_constraints junqi-jiang/interval-abstractions/rbr/rbr.py official repository ran MIT (permissive) · 15e5371ad7238d2a · report
build_inn_weights_biases junqi-jiang/interval-abstractions/intabs/intabs.py official repository unverified MIT (permissive) · b0a08223420c22e3 · report
compute_wac junqi-jiang/interval-abstractions/intabs/methods.py official repository unverified MIT (permissive) · 6d58ff258cc4d410 · report
generate_recourse junqi-jiang/interval-abstractions/rbr/rbr.py official repository unverified MIT (permissive) · 825a984775be3e19 · report
get_delta_incremental_training junqi-jiang/interval-abstractions/intabs/evaluation.py official repository unverified MIT (permissive) · 3418eb8c37f8263e · report
nnce junqi-jiang/interval-abstractions/intabs_multi/methods_multi.py official repository unverified MIT (permissive) · 9552a3335d1b4d7b · report
normalised_l1 junqi-jiang/interval-abstractions/intabs/evaluation.py official repository unverified MIT (permissive) · 8e54b34f92068d66 · report
train_clf junqi-jiang/interval-abstractions/intabs/classifier_binary.py official repository unverified MIT (permissive) · 3500269bdb2aa1c1 · report
train_clf junqi-jiang/interval-abstractions/intabs_multi/classifier_multi.py official repository unverified MIT (permissive) · 1bb99cc138e49dec · report

Tasks

Multi-class Classification

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Logistic RegressionSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections