Skip to content
OpenTrain AIFor AI Companies

Balancing Act: Constraining Disparate Impact in Sparse Models

Meraj Hashemizadeh, Juan Ramirez, Rohan Sukumaran, Golnoosh Farnadi, Simon Lacoste-Julien +1 morePublished Oct 31, 2023
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few hours
Fast first run
Risk flags
0
None detected

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

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.

Results and benchmarks

Freshness tier: cold
Model pruning is a popular approach to enable the deployment of large deep learning models on edge devices with restricted computational or storage capacities.

Implementation

Best maintained implementation now

Recommended
Confidence: High
Reproducibility: Strong

A general-purpose, deep learning-first library for constrained optimization in PyTorch

162 stars · 17 forks · Last push Nov 15, 2025 · MIT license

  • License
  • CI
  • Dependencies
  • Docker

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata · Community adoption signal (162 stars)

Why this implementation
Confidence: high

cooper-org/cooper is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (MIT).

Open cooper-org/cooper
Reproduction risks
  • No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
  • Selected cooper-org/cooper as the strongest maintained implementation for new work.
  • Includes CI workflow signals.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

cooper-org/cooper
best maintained
Maintenance
Stale risk
Confidence
High
Reproducibility
Strong
Stars
162
Last push
Nov 15, 2025 (284d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No Docker setup
Maintenance
Stale
Confidence
High
Reproducibility
Moderate
Stars
4
Last push
Nov 10, 2023 (1021d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
merajhashemi/balancing_act
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Moderate
Stars
4
Last push
Nov 10, 2023 (1021d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Reproduction readiness

Time to first repro: hours
Last checked: Aug 27, 2026

Setup required

Dependencies pinned, manual setup needed

  • cooper-org/cooper has pyproject.toml but requires manual environment setup.
  • Last push was 284 days ago, so expect possible dependency version conflicts.
  • No Dockerfile, so you will set up the environment manually.
Open cooper-org/cooper

Quick start

git clone https://github.com/cooper-org/cooper.git
pip install -e .

Repositories and ecosystem

Official

  • Official implementation for the paper "Balancing Act: Constraining Disparate Impact in Sparse Models"

    4 stars · 0 forks · Last push Nov 10, 2023 · MIT license

Community

No additional community repositories detected yet.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Models

No trustworthy models matches right now.

Search models on Hugging Face

Datasets

Curated Related

Spaces

No trustworthy spaces matches right now.

Search spaces on Hugging Face

Research context

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).