Adding segmentation and image-reconstruction tasks to a Swin-Unet classifier slightly improved F1 on same-hospital test slices and AUC on cross-hospital test slices.
SelecMix: Debiased Learning by Contradicting-pair Sampling
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Neural networks trained with ERM (empirical risk minimization) sometimes learn unintended decision rules, in particular when their training data is biased, i.e., when training labels are strongly correlated with undesirable features. To prevent a network from learning such features, recent methods augment training data such that examples displaying spurious correlations (i.e., bias-aligned examples) become a minority, whereas the other, bias-conflicting examples become prevalent. However, these approaches are sometimes difficult to train and scale to real-world data because they rely on generative models or disentangled representations. We propose an alternative based on mixup, a popular augmentation that creates convex combinations of training examples. Our method, coined SelecMix, applies mixup to contradicting pairs of examples, defined as showing either (i) the same label but dissimilar biased features, or (ii) different labels but similar biased features. Identifying such pairs requires comparing examples with respect to unknown biased features. For this, we utilize an auxiliary contrastive model with the popular heuristic that biased features are learned preferentially during training. Experiments on standard benchmarks demonstrate the effectiveness of the method, in particular when label noise complicates the identification of bias-conflicting examples.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Brain Hematoma Marker Recognition Using Multitask Learning: SwinTransformer and Swin-Unet
Adding segmentation and image-reconstruction tasks to a Swin-Unet classifier slightly improved F1 on same-hospital test slices and AUC on cross-hospital test slices.