Balancing Act: Constraining Disparate Impact in Sparse Models
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
Model pruning is a popular approach to enable the deployment of large deep learning models on edge devices with restricted computational or storage capacities.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 55/100, grounding 75/100, status medium.
Implementation
Best maintained implementation now
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)
cooper-org/cooper is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (MIT).
Open cooper-org/cooper- 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.
- 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
- 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
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.
Quick start
git clone https://github.com/cooper-org/cooper.git
pip install -e . Validation caveat
Repositories and ecosystem
Official
- merajhashemi/balancing-actConfidence: High
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 FaceDatasets
- linoyts/wan_balancing_on_one_leg
41 downloads · 1 likes · Updated Apr 7, 2025
- RyeCatcher/repro-balancing-learning-rates-traces
69 downloads · 0 likes · Updated Aug 2, 2026
Broaden dataset search
Spaces
No trustworthy spaces matches right now.
Search spaces on Hugging FaceResearch context
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXData includes links from Papers with Code ( CC-BY-SA-4.0 ).