Papers › Explanatory Interactive Machine Learning for Bias Mitigation in Visual Gender Classification

Explanatory Interactive Machine Learning for Bias Mitigation in Visual Gender Classification

7 Feb 2026arXiv:2602.13286added by Syntology

Nathanya Satriani, Djordje Slijepčević, Markus Schedl, Matthias Zeppelzauer

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Explanatory interactive learning (XIL) enables users to guide model training in machine learning (ML) by providing feedback on the model's explanations, thereby helping it to focus on features that are relevant to the prediction from the user's perspective. In this study, we explore the capability of this learning paradigm to mitigate bias and spurious correlations in visual classifiers, specifically in scenarios prone to data bias, such as gender classification. We investigate two methodologically different state-of-the-art XIL strategies, i.e., CAIPI and Right for the Right Reasons (RRR), as well as a novel hybrid approach that combines both strategies. The results are evaluated quantitatively by comparing segmentation masks with explanations generated using Gradient-weighted Class Activation Mapping (GradCAM) and Bounded Logit Attention (BLA). Experimental results demonstrate the effectiveness of these methods in (i) guiding ML models to focus on relevant image features, particularly when CAIPI is used, and (ii) reducing model bias (i.e., balancing the misclassification rates between male and female predictions). Our analysis further supports the potential of XIL methods to improve fairness in gender classifiers. Overall, the increased transparency and fairness obtained by XIL leads to slight performance decreases with an exception being CAIPI, which shows potential to even improve classification accuracy.

PaperPDFCode 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="2602.13286")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fhstp/xil-gender-classification found in paper text by Syntology report

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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 12 of the 12 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 fhstp/xil-gender-classification. “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.

analyze_filenames fhstp/xil-gender-classification/explanatory_gender_classification/verify_data.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · d4209c11c90e0be7 · report
apply_caipi_sampling fhstp/xil-gender-classification/explanatory_gender_classification/src/augmentation/caipi.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 5e1fa7ce8706eeee · report
compute_bfp fhstp/xil-gender-classification/explanatory_gender_classification/src/evaluation/bias_metrics.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · ce63b5eb2745b280 · report
compute_dice_score fhstp/xil-gender-classification/explanatory_gender_classification/src/evaluation/bias_metrics.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 18bf65176d43cb42 · report
compute_ffp fhstp/xil-gender-classification/explanatory_gender_classification/src/evaluation/bias_metrics.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · b7053f7d0d63c067 · report
create_bla_model fhstp/xil-gender-classification/explanatory_gender_classification/src/explainability/bla.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 3beb9c05c97874b6 · report
create_gradcam_explainer fhstp/xil-gender-classification/explanatory_gender_classification/src/explainability/gradcam.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 38e33b18347377ef · report
get_gradcam_layer fhstp/xil-gender-classification/explanatory_gender_classification/src/evaluation/explainability.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 7d256999d81b9e01 · report
get_image_files fhstp/xil-gender-classification/explanatory_gender_classification/verify_data.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · e6e872965a1589c0 · report
get_mask_files fhstp/xil-gender-classification/explanatory_gender_classification/verify_data.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · ed559698c71c351e · report
rrr_loss_function fhstp/xil-gender-classification/explanatory_gender_classification/src/models/rrr_model.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 4daba99bcd26a744 · report
run_command fhstp/xil-gender-classification/explanatory_gender_classification/run_example.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · ea63d8659109d801 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.13286, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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