Fair Lung Disease Diagnosis from Chest CT via Gender-Adversarial Attention Multiple Instance Learning
arXiv cs.CV / 3/16/2026
📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research
Key Points
- A fairness-aware MIL framework for multi-class lung disease diagnosis from chest CT volumes is proposed for a CVPR 2026 workshop, focusing on four classes (Healthy, COVID-19, Adenocarcinoma, Squamous Cell Carcinoma) and evaluating by average per-gender macro F1 to punish gender inequity.
- The model uses Attention-based MIL on a ConvNeXt backbone to identify diagnostically relevant slices without slice-level supervision, with a Gradient Reversal Layer to adversarially suppress gender-predictive information in the representation.
- The training setup includes focal loss with label smoothing, stratified cross-validation over joint (class, gender) strata, and targeted oversampling of underrepresented subgroups to address demographic imbalance.
- Inference uses five-fold ensemble of checkpoints with horizontal-flip test-time augmentation and soft logit voting, plus out-of-the-fold threshold optimization, achieving mean validation score 0.685 (std 0.030) and best fold 0.759.
- The training and inference code is publicly available at https://github.com/ADE-17/cvpr-fair-chest-ct.




