paper-with-me

Papers

Selecting Robust Features for Machine Learning Applications using Multidata Causal Discovery

2023-04-11 · Saranya Ganesh S., Tom Beucler, Frederick Iat-Hin Tam, Milton S. Gomez, Jakob Runge, Andreas Gerhardus

Robust feature selection is vital for creating reliable and interpretable Machine Learning (ML) models. When designing statistical prediction models in cases where domain knowledge is limited and underlying interactions are unknown, choosing the optimal set of features is often difficult. To mitigate this issue, we introduce a Multidata (M) causal feature selection approach that simultaneously processes an ensemble of time series datasets and produces a single set of causal drivers. This approach uses the causal discovery algorithms PC1 or PCMCI that are implemented in the Tigramite Python package. These algorithms utilize conditional independence tests to infer parts of the causal graph. Our causal feature selection approach filters out causally-spurious links before passing the remaining causal features as inputs to ML models (Multiple linear regression, Random Forest) that predict the targets. We apply our framework to the statistical intensity prediction of Western Pacific Tropical Cyclones (TC), for which it is often difficult to accurately choose drivers and their dimensionality reduction (time lags, vertical levels, and area-averaging). Using more stringent significance thresholds in the conditional independence tests helps eliminate spurious causal relationships, thus helping the ML model generalize better to unseen TC cases. M-PC1 with a reduced number of features outperforms M-PCMCI, non-causal ML, and other feature selection methods (lagged correlation, random), even slightly outperforming feature selection based on eXplainable Artificial Intelligence. The optimal causal drivers obtained from our causal feature selection help improve our understanding of underlying relationships and suggest new potential drivers of TC intensification.

📄 PDF Abstract BibTeX arXiv:2304.05294

Code (1)

saranya8989/Causal_ML 공식 구현

Tasks

Causal DiscoveryDimensionality ReductionExplainable artificial intelligencefeature selectionInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Multidata Causal Discovery for Statistical Hurricane Intensity Forecasting

2025-10-02 · Saranya Ganesh S, Frederick Iat-Hin Tam, Milton S. Gomez, Marie McGraw 외 arxiv

Improving statistical forecasts of tropical cyclone (TC) intensity is limited by complex nonlinear interactions and difficulty in identifying relevant predictors. Conventional methods prioritize correlation or fit, often…

Feature Importance

Multidataset Independent Subspace Analysis with Application to Multimodal Fusion

2019-11-11 · Rogers F. Silva, Sergey M. Plis, Tulay Adali, Marios S. Pattichis 외

In the last two decades, unsupervised latent variable models---blind source separation (BSS) especially---have enjoyed a strong reputation for the interpretable features they produce. Seldom do these models combine the r…

blind source separationCombinatorial OptimizationDiversity

Causal Feature Selection via Transfer Entropy

2023-10-17 · Paolo Bonetti, Alberto Maria Metelli, Marcello Restelli

Machine learning algorithms are designed to capture complex relationships between features. In this context, the high dimensionality of data often results in poor model performance, with the risk of overfitting. Feature …

Causal Discoveryfeature selectionregressionTime Series

Causal Entropy and Information Gain for Measuring Causal Control

2023-09-14 · Francisco Nunes Ferreira Quialheiro Simoes, Mehdi Dastani, Thijs van Ommen

Artificial intelligence models and methods commonly lack causal interpretability. Despite the advancements in interpretable machine learning (IML) methods, they frequently assign importance to features which lack causal …

feature selectionInterpretable Machine Learning

Do causal predictors generalize better to new domains?

2024-02-15 · Vivian Y. Nastl, Moritz Hardt

We study how well machine learning models trained on causal features generalize across domains. We consider 16 prediction tasks on tabular datasets covering applications in health, employment, education, social benefits,…

Causal DiscoveryDomain Generalization