paper-with-me

Papers

Fairness Pruning: Locating Demographic Bias in GLU-MLP Layers via Differential Activations

2026-07-30 · Pere Martra, Eugenio Martínez Cámara, Alfonso Ureña López arxiv

This work presents Fairness Pruning, a lightweight structural intervention method designed for the management and future mitigation of demographic bias in large language models (LLMs). As a foundational empirical validation of this method, this work focuses on causal bias localization. Using minimally contrastive prompt pairs and inference-time activation capture, the method identifies neurons that react differentially when processing demographic attributes in GLU architectures, evaluating the signal at the down_proj input. Empirical evaluation was conducted on models of up to 3 billion parameters (Llama-3.2 family and Salamandra-2B), combining standardized benchmark evaluation with qualitative text generation experiments. Results demonstrate that zeroing the identified neurons alters how the model responds to associated demographic variables. However, rather than producing flat mitigation, the intervention causes bidirectional bias destabilization: because BiasScore is unsigned, candidate sets mix neurons that push toward and against the stereotype, and the net effect on aggregate bias depends on which sign dominates. The intervention is extremely surgical: zeroing at most 40 neurons in Llama-3.2-1B (less than 0.031% of total MLP width) achieves a mean retention of 99.49% in reasoning and general knowledge capabilities. These findings empirically confirm that demographic bias processing and model capabilities operate on dissociable circuits, establishing the methodological foundations for transitioning from blind zeroing toward directional behavior modulation.

📄 PDF Abstract BibTeX arXiv:2607.28319

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeText Generation

Similar Papers 제목 키워드 기반

Towards Fairness-aware Adversarial Network Pruning

2023-01-01 · ICCV 2023 1 · Lei Zhang, Zhibo Wang, Xiaowei Dong, Yunhe Feng 외

Network pruning aims to compress models while minimizing loss in accuracy. With the increasing focus on bias in AI systems, the bias inheriting or even magnification nature of traditional network pruning methods has …

FairnessNetwork Pruning

Achieving Fairness Through Channel Pruning for Dermatological Disease Diagnosis

2024-05-14 · Qingpeng Kong, Ching-Hao Chiu, Dewen Zeng, Yu-Jen Chen 외

Numerous studies have revealed that deep learning-based medical image classification models may exhibit bias towards specific demographic attributes, such as race, gender, and age. Existing bias mitigation methods often …

Fairnessimage-classificationImage ClassificationMedical Image Classification

FairPrune: Achieving Fairness Through Pruning for Dermatological Disease Diagnosis

2022-03-04 · Yawen Wu, Dewen Zeng, Xiaowei Xu, Yiyu Shi 외

Many works have shown that deep learning-based medical image classification models can exhibit bias toward certain demographic attributes like race, gender, and age. Existing bias mitigation methods primarily focus on le…

Fairnessimage-classificationImage ClassificationMedical Image Classification

Locating Demographic Bias at the Attention-Head Level in CLIP's Vision Encoder

2026-03-12 · Alaa Yasser, Kittipat Phunjanna, Marcos Escudero Viñolo, Catarina Barata 외 arxiv

Standard fairness audits of foundation models quantify that a model is biased, but not where inside the network the bias resides. We propose a mechanistic fairness audit that combines projected residual-stream decomposit…

Achieving Fair Skin Lesion Detection through Skin Tone Normalization and Channel Pruning

2025-09-24 · Zihan Wei, Tapabrata Chakraborti arxiv

Recent works have shown that deep learning based skin lesion image classification models trained on unbalanced dataset can exhibit bias toward protected demographic attributes such as race, age,and gender. Current bias m…

Image ClassificationData Augmentation