Quantifying Correlations of Machine Learning Models
Yuanyuan Li, Neeraj Sarna, Yang Lin
TL;DR
The paper tackles the risk of cascaded failures arising from correlated errors when multiple ML models operate in safety-critical settings. It defines three practical correlation scenarios, and proposes a formal framework to quantify cross-model error correlations using $\rho_{\hat{f}_1, \hat{f}_2}$ for regression and $\phi_K$ for classification, complemented by an average-error measure $E_{\text{avg}}$. Through an extensive empirical study across tabular, image, and text domains—including downstream fine-tuning of foundation models—it shows that similar algorithms on the same data, overlapping predictive features, and shared foundation-model weights all produce substantial error correlations. The results underline pervasive cross-model dependencies and motivate governance and mitigation strategies to prevent cascading failures in multi-model AI deployments.
Abstract
Machine Learning models are being extensively used in safety critical applications where errors from these models could cause harm to the user. Such risks are amplified when multiple machine learning models, which are deployed concurrently, interact and make errors simultaneously. This paper explores three scenarios where error correlations between multiple models arise, resulting in such aggregated risks. Using real-world data, we simulate these scenarios and quantify the correlations in errors of different models. Our findings indicate that aggregated risks are substantial, particularly when models share similar algorithms, training datasets, or foundational models. Overall, we observe that correlations across models are pervasive and likely to intensify with increased reliance on foundational models and widely used public datasets, highlighting the need for effective mitigation strategies to address these challenges.
