English

A Fair Loss Function for Network Pruning

Machine Learning 2024-11-19 v2 Computers and Society

Abstract

Model pruning can enable the deployment of neural networks in environments with resource constraints. While pruning may have a small effect on the overall performance of the model, it can exacerbate existing biases into the model such that subsets of samples see significantly degraded performance. In this paper, we introduce the performance weighted loss function, a simple modified cross-entropy loss function that can be used to limit the introduction of biases during pruning. Experiments using the CelebA, Fitzpatrick17k and CIFAR-10 datasets demonstrate that the proposed method is a simple and effective tool that can enable existing pruning methods to be used in fairness sensitive contexts. Code used to produce all experiments contained in this paper can be found at https://github.com/robbiemeyer/pw_loss_pruning.

Keywords

Cite

@article{arxiv.2211.10285,
  title  = {A Fair Loss Function for Network Pruning},
  author = {Robbie Meyer and Alexander Wong},
  journal= {arXiv preprint arXiv:2211.10285},
  year   = {2024}
}

Comments

[v1] Trustworthy and Socially Responsible Machine Learning (TSRML 2022) workshop co-located with NeurIPS 2022

R2 v1 2026-06-28T06:13:19.660Z