Search papers, labs, and topics across Lattice.
This paper addresses performance disparities in deep learning models across demographic groups by proposing a Mixture-of-Experts (MoE) framework that incorporates subgroup reweighting and gate entropy regularization. By correcting routing-induced bias, the framework ensures balanced expert utilization and interpretable subgroup allocation, effectively mitigating issues related to data imbalance. Experimental results indicate that this approach not only enhances fairness but also preserves competitive predictive performance compared to existing methods.
Routing-induced bias in Mixture-of-Experts models can be corrected to improve fairness without sacrificing predictive accuracy.
Deep learning models often produce performance disparities across demographic groups, due to the training data imbalance with respect to sensitive attributes such as gender or age. To address this problem, existing work has explored fair representation learning, data re-sampling, and adversarial training, which can be broadly categorized into two main approaches. Single-stage methods typically learn a shared representation for fairness, but often struggle to handle heterogeneous subgroup distributions. Two-stage methods learn representations separately from the final prediction task, which can lead to misalignment between fairness objectives and downstream predictions. We identify routing-induced bias, a failure mode in which subgroup imbalance drives the gating network to route subgroups onto a few experts, and propose an end-to-end Mixture-of-Experts (MoE) framework that corrects it. Specifically, we apply subgroup reweighting to correct data imbalance, and introduce gate entropy regularization to prevent routing from collapsing onto subgroup attributes, keeping expert utilization both balanced and interpretable. Beyond improving fairness, the routing distribution offers an interpretable view of how subgroups are allocated across experts. Experimental results demonstrate that the proposed approach improves fairness while maintaining competitive predictive performance.