i-IF-Learn: Iterative Feature Selection and Unsupervised Learning for High-Dimensional Complex Data

arXiv cs.LG / 3/26/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • i-IF-Learn is an iterative unsupervised framework that jointly performs feature selection and clustering to identify a small set of “influential features” that actually drive cluster structure in high-dimensional data.
  • The method’s key contribution is an adaptive feature-selection statistic that combines pseudo-label supervision with unsupervised signals while reducing error propagation by adjusting based on intermediate label reliability.
  • i-IF-Learn uses low-dimensional embeddings (via PCA or Laplacian eigenmaps) followed by k-means, and outputs both the influential feature subset and clustering labels.
  • Experiments on gene microarray and single-cell RNA-seq data report strong gains over classical and deep clustering baselines, and the selected influential features also improve downstream deep learning pipelines (e.g., DeepCluster, UMAP, and VAE).

Abstract

Unsupervised learning of high-dimensional data is challenging due to irrelevant or noisy features obscuring underlying structures. It's common that only a few features, called the influential features, meaningfully define the clusters. Recovering these influential features is helpful in data interpretation and clustering. We propose i-IF-Learn, an iterative unsupervised framework that jointly performs feature selection and clustering. Our core innovation is an adaptive feature selection statistic that effectively combines pseudo-label supervision with unsupervised signals, dynamically adjusting based on intermediate label reliability to mitigate error propagation common in iterative frameworks. Leveraging low-dimensional embeddings (PCA or Laplacian eigenmaps) followed by k-means, i-IF-Learn simultaneously outputs influential feature subset and clustering labels. Numerical experiments on gene microarray and single-cell RNA-seq datasets show that i-IF-Learn significantly surpasses classical and deep clustering baselines. Furthermore, using our selected influential features as preprocessing substantially enhances downstream deep models such as DeepCluster, UMAP, and VAE, highlighting the importance and effectiveness of targeted feature selection.