CVLGFeb 26

FairQuant: Fairness-Aware Mixed-Precision Quantization for Medical Image Classification

arXiv:2602.23192v1
Originality Highly original
AI Analysis

This work is significant for medical AI practitioners who need to deploy efficient models without compromising fairness across different patient groups, addressing a critical gap in existing quantization techniques.

This paper addresses the problem of maintaining algorithmic fairness during neural network quantization for medical image classification. The proposed FairQuant framework, using 4-6 average bits, recovers much of the Uniform 8-bit accuracy while improving worst-group performance compared to Uniform 4- and 8-bit baselines, achieving comparable fairness metrics under shared budgets.

Compressing neural networks by quantizing model parameters offers useful trade-off between performance and efficiency. Methods like quantization-aware training and post-training quantization strive to maintain the downstream performance of compressed models compared to the full precision models. However, these techniques do not explicitly consider the impact on algorithmic fairness. In this work, we study fairness-aware mixed-precision quantization schemes for medical image classification under explicit bit budgets. We introduce FairQuant, a framework that combines group-aware importance analysis, budgeted mixed-precision allocation, and a learnable Bit-Aware Quantization (BAQ) mode that jointly optimizes weights and per-unit bit allocations under bitrate and fairness regularization. We evaluate the method on Fitzpatrick17k and ISIC2019 across ResNet18/50, DeiT-Tiny, and TinyViT. Results show that FairQuant configurations with average precision near 4-6 bits recover much of the Uniform 8-bit accuracy while improving worst-group performance relative to Uniform 4- and 8-bit baselines, with comparable fairness metrics under shared budgets.

Foundations

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

Your Notes