Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Counterfactual Maps: What They Are and How to Find Them

About

Counterfactual explanations are a central tool in interpretable machine learning, yet computing them exactly for complex models remains challenging. For tree ensembles, predictions are piecewise constant over a large collection of axis-aligned hyperrectangles, implying that an optimal counterfactual for a point corresponds to its projection onto the nearest rectangle with an alternative label under a chosen metric. Existing methods largely overlook this geometric structure, relying either on heuristics with no optimality guarantees or on mixed-integer programming formulations that do not scale to interactive use. In this work, we revisit counterfactual generation through the lens of nearest-region search and introduce counterfactual maps, a global representation of recourse for tree ensembles. Leveraging the fact that any tree ensemble can be compressed into an equivalent partition of labeled hyperrectangles, we cast counterfactual search as the problem of identifying the generalized Voronoi cell associated with the nearest rectangle of an alternative label. This leads to an exact, amortized algorithm based on volumetric k-dimensional (KD) trees, which performs branch-and-bound nearest-region queries with explicit optimality certificates and sublinear average query time after a one-time preprocessing phase. Our experimental analyses on several real datasets drawn from high-stakes application domains show that this approach delivers globally optimal counterfactual explanations with millisecond-level latency, achieving query times that are orders of magnitude faster than existing exact, cold-start optimization methods.

Awa Khouna, Julien Ferry, Thibaut Vidal• 2026

Related benchmarks

TaskDatasetResultRank
Counterfactual ExplanationsCOMPAS CP
T00.3
4
Counterfactual ExplanationsFI
T01.6
4
Counterfactual ExplanationsBreast-Cancer (BC)
T08.8
4
Counterfactual ExplanationsPD
T0234.4
4
Showing 4 of 4 rows

Other info

Follow for update