paper-with-me

홈 › Papers

Medical Image Debiasing by Learning Adaptive Agreement from a Biased Council

2024-01-22 · Luyang Luo, Xin Huang, Minghao Wang, Zhuoyue Wan, Hao Chen

Deep learning could be prone to learning shortcuts raised by dataset bias and result in inaccurate, unreliable, and unfair models, which impedes its adoption in real-world clinical applications. Despite its significance, there is a dearth of research in the medical image classification domain to address dataset bias. Furthermore, the bias labels are often agnostic, as identifying biases can be laborious and depend on post-hoc interpretation. This paper proposes learning Adaptive Agreement from a Biased Council (Ada-ABC), a debiasing framework that does not rely on explicit bias labels to tackle dataset bias in medical images. Ada-ABC develops a biased council consisting of multiple classifiers optimized with generalized cross entropy loss to learn the dataset bias. A debiasing model is then simultaneously trained under the guidance of the biased council. Specifically, the debiasing model is required to learn adaptive agreement with the biased council by agreeing on the correctly predicted samples and disagreeing on the wrongly predicted samples by the biased council. In this way, the debiasing model could learn the target attribute on the samples without spurious correlations while also avoiding ignoring the rich information in samples with spurious correlations. We theoretically demonstrated that the debiasing model could learn the target features when the biased model successfully captures dataset bias. Moreover, to our best knowledge, we constructed the first medical debiasing benchmark from four datasets containing seven different bias scenarios. Our extensive experiments practically showed that our proposed Ada-ABC outperformed competitive approaches, verifying its effectiveness in mitigating dataset bias for medical image classification. The codes and organized benchmark datasets will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2401.11713

Code (1)

llyxc/ada-abc 공식 구현 pytorch

Tasks

Attributeimage-classificationImage ClassificationMedical Image Classification

Similar Papers 제목 키워드 기반

Mitigating Spurious Correlations via Disagreement Probability

2024-11-04 · Hyeonggeun Han, Sehwan Kim, Hyungjun Joo, Sangwoo Hong 외

Models trained with empirical risk minimization (ERM) are prone to be biased towards spurious correlations between target labels and bias attributes, which leads to poor performance on data groups lacking spurious correl…

Inference Time Debiasing Concepts in Diffusion Models

2025-08-19 · Lucas S. Kupssinskü, Marco N. Bochernitsan, Jordan Kopper, Otávio Parraga 외 arxiv

We propose DeCoDi, a debiasing procedure for text-to-image diffusion-based models that changes the inference procedure, does not significantly change image quality, has negligible compute overhead, and can be applied in …

Image Generation

Artifact-Based Domain Generalization of Skin Lesion Models

2022-08-20 · Alceu Bissoto, Catarina Barata, Eduardo Valle, Sandra Avila

Deep Learning failure cases are abundant, particularly in the medical area. Recent studies in out-of-distribution generalization have advanced considerably on well-controlled synthetic datasets, but they do not represent…

Domain GeneralizationOut-of-Distribution Generalization

Balancing Unobserved Confounding with a Few Unbiased Ratings in Debiased Recommendations

2023-04-17 · Haoxuan Li, Yanghao Xiao, Chunyuan Zheng, Peng Wu

Recommender systems are seen as an effective tool to address information overload, but it is widely known that the presence of various biases makes direct training on large-scale observational data result in sub-optimal …

ImputationRecommendation Systems

DHC: Dual-debiased Heterogeneous Co-training Framework for Class-imbalanced Semi-supervised Medical Image Segmentation

2023-07-22 · Haonan Wang, Xiaomeng Li

The volume-wise labeling of 3D medical images is expertise-demanded and time-consuming; hence semi-supervised learning (SSL) is highly desirable for training with limited labeled data. Imbalanced class distribution is a …

Image SegmentationMedical Image SegmentationSemantic SegmentationSemi-supervised Medical Image Segmentation