LGCOMLMay 16

Differentiable Optimization Layers for Guaranteed Fairness in Deep Learning

arXiv:2605.1711842.4Has Code
Predicted impact top 59% in LG · last 90 daysOriginality Incremental advance
AI Analysis

Provides a principled method for enforcing fairness constraints in deep learning, addressing a key challenge for practitioners needing guaranteed fairness.

The paper introduces a differentiable optimization layer that guarantees output parity fairness in deep learning models, along with an online primal-dual algorithm for streaming predictions. Experiments show the approach effectively enforces fairness with minimal accuracy loss.

Differentiable optimization layers are traditionally integrated in predict-then-optimize frameworks where a neural model estimates parameters that subsequently serve as fixed inputs to downstream decision-making optimization problems. In this work, we introduce the concept of a "fairness layer": a differentiable optimization layer appended to a model's output layer that guarantees a chosen notion of output parity is satisfied when integrated into a neural network. Additionally, we introduce an online primal-dual inference algorithm that provides provable aggregate fairness guarantees for streaming predictions with arbitrarily small batch sizes, where traditional per-batch constraints become overly restrictive. Numerical experiments demonstrate the effectiveness of the fairness layer and associated algorithm, and theoretical analysis characterizes the layer's differentiability and stability properties during model training and backpropagation. Our code for these experiments is publicly available on GitHub (https://github.com/dtroxell19/FairDL-ICML-2026.git) and our public Python package documentation can be found online: https://dtroxell19.github.io/fairness_training/.

Foundations

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

Your Notes