Fixed-Budget Parameter-Efficient Training with Frozen Encoders Improves Multimodal Chest X-Ray Classification
Md Ashik Khan, Md Nahid Siddique
TL;DR
This work tackles the high computational cost of multimodal chest X-ray classification by evaluating parameter-efficient training (PET) methods that freeze encoders and train a small fusion module under a fixed parameter budget. Across IU Chest X-Ray data with leakage-mitigated reports and external CheXpert validation, PET variants (Frozen, LoRA, BitFit, Adapters) achieve AUROCs of $0.892$–$0.908$ using $2.51\%$ of parameters, far outperforming full fine-tuning at $0.770$ AUROC with all parameters. A parameter attribution analysis reveals that gains arise primarily from allocating parameters to the cross-modal fusion component rather than from true cross-modal synergy, highlighting the efficacy of frozen-encoder designs for efficient deployment. Nonetheless, model calibration remains a challenge, necessitating post-hoc calibration for clinical reliability, while leakage auditing and multi-institution validation are important for real-world adoption.
Abstract
Multimodal chest X-Ray analysis often fine-tunes large vision-language models, which is computationally costly. We study parameter-efficient training (PET) strategies, including frozen encoders, BitFit, LoRA, and adapters for multi-label classification on the Indiana University Chest X-Ray dataset (3,851 image-report pairs; 579 test samples). To mitigate data leakage, we redact pathology terms from reports used as text inputs while retaining clinical context. Under a fixed parameter budget (2.37M parameters, 2.51% of total), all PET variants achieve AUROC between 0.892 and 0.908, outperforming full fine-tuning (0.770 AUROC), which uses 94.3M trainable parameters, a 40x reduction. External validation on CheXpert (224,316 images, 58x larger) confirms scalability: all PET methods achieve >0.69 AUROC with <9% trainable parameters, with Adapter achieving best performance (0.7214 AUROC). Budget-matched comparisons reveal that vision-only models (0.653 AUROC, 1.06M parameters) outperform budget-matched multimodal models (0.641 AUROC, 1.06M parameters), indicating improvements arise primarily from parameter allocation rather than cross-modal synergy. While PET methods show degraded calibration (ECE: 0.29-0.34) compared to simpler models (ECE: 0.049), this represents a tractable limitation addressable through post-hoc calibration methods. These findings demonstrate that frozen encoder strategies provide superior discrimination at substantially reduced computational cost, though calibration correction is essential for clinical deployment.
