LGCYOct 31, 2023

Balancing Act: Constraining Disparate Impact in Sparse Models

MILA
arXiv:2310.20673v29 citationsh-index: 47
Originality Incremental advance
AI Analysis

This addresses fairness issues in deploying pruned models on edge devices, particularly for protected sub-groups, but is incremental as it builds on existing pruning methods.

The paper tackles the problem of disparate impact in sparse models after pruning, where accuracy drops for some data sub-groups, by proposing a constrained optimization approach that directly bounds accuracy changes per sub-group, achieving scalable performance for large models and hundreds of sub-groups.

Model pruning is a popular approach to enable the deployment of large deep learning models on edge devices with restricted computational or storage capacities. Although sparse models achieve performance comparable to that of their dense counterparts at the level of the entire dataset, they exhibit high accuracy drops for some data sub-groups. Existing methods to mitigate this disparate impact induced by pruning (i) rely on surrogate metrics that address the problem indirectly and have limited interpretability; or (ii) scale poorly with the number of protected sub-groups in terms of computational cost. We propose a constrained optimization approach that directly addresses the disparate impact of pruning: our formulation bounds the accuracy change between the dense and sparse models, for each sub-group. This choice of constraints provides an interpretable success criterion to determine if a pruned model achieves acceptable disparity levels. Experimental results demonstrate that our technique scales reliably to problems involving large models and hundreds of protected sub-groups.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes