paper-with-me

홈 › Papers

LUCID-GAN: Conditional Generative Models to Locate Unfairness

2023-07-28 · Andres Algaba, Carmen Mazijn, Carina Prunkl, Jan Danckaert, Vincent Ginis

Most group fairness notions detect unethical biases by computing statistical parity metrics on a model's output. However, this approach suffers from several shortcomings, such as philosophical disagreement, mutual incompatibility, and lack of interpretability. These shortcomings have spurred the research on complementary bias detection methods that offer additional transparency into the sources of discrimination and are agnostic towards an a priori decision on the definition of fairness and choice of protected features. A recent proposal in this direction is LUCID (Locating Unfairness through Canonical Inverse Design), where canonical sets are generated by performing gradient descent on the input space, revealing a model's desired input given a preferred output. This information about the model's mechanisms, i.e., which feature values are essential to obtain specific outputs, allows exposing potential unethical biases in its internal logic. Here, we present LUCID-GAN, which generates canonical inputs via a conditional generative model instead of gradient-based inverse design. LUCID-GAN has several benefits, including that it applies to non-differentiable models, ensures that canonical sets consist of realistic inputs, and allows to assess proxy and intersectional discrimination. We empirically evaluate LUCID-GAN on the UCI Adult and COMPAS data sets and show that it allows for detecting unethical biases in black-box models without requiring access to the training data.

📄 PDF Abstract BibTeX arXiv:2307.15466

Code (1)

integrated-intelligence-lab/canonical_sets 공식 구현 pytorch

Tasks

Bias DetectionFairness

Similar Papers 제목 키워드 기반

DifFaiRec: Generative Fair Recommender with Conditional Diffusion Model

2024-09-18 · Zhenhao Jiang, Jicong Fan

Although recommenders can ship items to users automatically based on the users' preferences, they often cause unfairness to groups or individuals. For instance, when users can be divided into two groups according to a se…

AttributecounterfactualFairnessmodel

DiffSpectra: Molecular Structure Elucidation from Spectra using Diffusion Models

2025-07-09 · Liang Wang, Yu Rong, Tingyang Xu, Zhenyi Zhong 외 arxiv

Molecular structure elucidation from spectra is a fundamental challenge in molecular science. Conventional approaches rely heavily on expert interpretation and lack scalability, while retrieval-based machine learning app…

A Causal Linear Model to Quantify Edge Flow and Edge Unfairness for UnfairEdge Prioritization and Discrimination Removal

2020-07-10 · Pavan Ravishankar, Pranshu Malviya, Balaraman Ravindran

Law enforcement must prioritize sources of unfairness before mitigating their underlying unfairness, considering that they have limited resources. Unlike previous works that only make cautionary claims of discrimination …

LUCID: Exposing Algorithmic Bias through Inverse Design

2022-08-26 · Carmen Mazijn, Carina Prunkl, Andres Algaba, Jan Danckaert 외

AI systems can create, propagate, support, and automate bias in decision-making processes. To mitigate biased decisions, we both need to understand the origin of the bias and define what it means for an algorithm to make…

Decision MakingFairness

Generative Conditional Missing Imputation Networks

2026-01-02 · George Sun, Yi-Hui Zhou arxiv

In this study, we introduce a sophisticated generative conditional strategy designed to impute missing values within datasets, an area of considerable importance in statistical analysis. Specifically, we initially elucid…