Learning Sparse Label Couplings for Multilabel Chest X-Ray Diagnosis
Utkarsh Prakash Srivastava, Kaushik Gupta, Kaushik Nath

TL;DR
This paper introduces a practical multilabel classification pipeline for chest X-ray diagnosis that incorporates a novel label-graph refinement module to improve label coupling understanding, achieving strong results with minimal extra computation.
Contribution
It proposes a lightweight, trainable label-graph refinement module that enhances multilabel classification by learning inter-label relationships without requiring additional annotations.
Findings
Improved macro AUC across folds with the label-graph module
Achieved competitive macro AUC of 92.64% with a strong baseline
Method is reproducible, hardware-friendly, and enhances classifier performance
Abstract
We study multilabel classification of chest X-rays and present a simple, strong pipeline built on SE-ResNeXt101 . The backbone is finetuned for 14 thoracic findings with a sigmoid head, trained using Multilabel Iterative Stratification (MIS) for robust cross-validation splits that preserve label co-occurrence. To address extreme class imbalance and asymmetric error costs, we optimize with Asymmetric Loss, employ mixed-precision (AMP), cosine learning-rate decay with warm-up, gradient clipping, and an exponential moving average (EMA) of weights. We propose a lightweight Label-Graph Refinement module placed after the classifier: given per-label probabilities, it learns a sparse, trainable inter-label coupling matrix that refines logits via a single message-passing step while adding only an L1-regularized parameter head. At inference, we apply horizontal flip test-time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Machine Learning in Healthcare · Domain Adaptation and Few-Shot Learning
