TangledFeatures: Robust Feature Selection in Highly Correlated Spaces
Allen Daniel Sunny
TL;DR
The paper targets feature selection in highly correlated predictor spaces typical of structural biology, introducing TangledFeatures, a stability-based, pre-hoc pipeline that clusters correlated features, selects robust cluster representatives, and refines them to preserve predictive signal. It maps intra-atomic distances to backbone torsions $\phi$ and $\psi$ via cosine–sin representations, enabling stable interpretation of structural drivers. Through experiments on Alanine dipeptide, TangledFeatures demonstrates strong predictive performance with markedly improved stability and interpretability, aligning selected features with meaningful intra-atomic distances. The work provides an open-source R package to facilitate reproducible, redundancy-aware feature selection in structured biological data.
Abstract
Feature selection is a fundamental step in model development, shaping both predictive performance and interpretability. Yet, most widely used methods focus on predictive accuracy, and their performance degrades in the presence of correlated predictors. To address this gap, we introduce TangledFeatures, a framework for feature selection in correlated feature spaces. It identifies representative features from groups of entangled predictors, reducing redundancy while retaining explanatory power. The resulting feature subset can be directly applied in downstream models, offering a more interpretable and stable basis for analysis compared to traditional selection techniques. We demonstrate the effectiveness of TangledFeatures on Alanine Dipeptide, applying it to the prediction of backbone torsional angles and show that the selected features correspond to structurally meaningful intra-atomic distances that explain variation in these angles.
