ICML2026
DISCO: Mitigating Bias in Deep Learning with Conditional Distance Correlation
Emre Kavak, Tom Nuno Wolf, Christian Wachinger
摘要
Dataset bias often leads deep learning models to exploit spurious correlations instead of taskrelevant signals. We introduce the Standard Anti-Causal Model (SAM), a unifying causal framework that characterizes bias mechanisms and yields a conditional independence criterion for causal stability. Building on this theory, we propose DISCO m and sDISCO, efficient and scalable estimators of conditional distance correlation that enable independence regularization in gradient-based models. Across six diverse datasets, our methods consistently outperform or are competitive in existing observed bias mitigation approaches, while requiring fewer hyperparameters and scaling seamlessly to multi-bias scenarios. This work bridges causal theory and practical deep learning, providing both a principled foundation and effective tools for robust prediction. Source Code: https://github. com/yakamoz5/DISCO .