Error-controlled non-additive interaction discovery in machine learning models
Winston Chen, Yifan Jiang, William Stafford Noble, Yang Young Lu
TL;DR
Diamond provides a rigorous, model-agnostic framework for discovering trustworthy non-additive feature interactions by integrating model-X knockoffs with a non-additivity distillation step to control the false discovery rate ($\text{FDR}$) across diverse ML models. The method yields a ranked set of interactions with an estimated $\text{FDR}$ and an interpretable distillation of true non-additive effects, enabling robust discovery even under model misspecification or varying knockoff schemes. Empirical results on simulated data and real biomedical datasets (diabetes progression, Drosophila enhancer activity, and mortality risk) demonstrate controlled error rates and practical utility for hypothesis generation, while highlighting limitations such as conservatism and challenges distinguishing direct versus transitive interactions. Diamond’s flexibility and rigorous error control make it applicable to high-stakes domains where explainability and statistical validity are essential, and it provides a foundation for future extensions to higher-order interactions and causal analysis.
Abstract
Machine learning (ML) models are powerful tools for detecting complex patterns within data, yet their "black box" nature limits their interpretability, hindering their use in critical domains like healthcare and finance. To address this challenge, interpretable ML methods have been developed to explain how features influence model predictions. However, these methods often focus on univariate feature importance, overlooking the complex interactions between features that ML models are capable of capturing. Recognizing this limitation, recent efforts have aimed to extend these methods to discover feature interactions, but existing approaches struggle with robustness and error control, especially under data perturbations. In this study, we introduce Diamond, a novel method for trustworthy feature interaction discovery. Diamond uniquely integrates the model-X knockoffs framework to control the false discovery rate (FDR), ensuring that the proportion of falsely discovered interactions remains low. A key innovation in Diamond is its non-additivity distillation procedure, which refines existing interaction importance measures to distill non-additive interaction effects, ensuring that FDR control is maintained. This approach addresses the limitations of off-the-shelf interaction measures, which, when used naively, can lead to inaccurate discoveries. Diamond's applicability spans a wide range of ML models, including deep neural networks, transformer models, tree-based models, and factorization-based models. Our empirical evaluations on both simulated and real datasets across various biomedical studies demonstrate Diamond's utility in enabling more reliable data-driven scientific discoveries. This method represents a significant step forward in the deployment of ML models for scientific innovation and hypothesis generation.
