paper-with-me

Papers

Causally-Aware Unsupervised Feature Selection Learning

2024-10-16 · Zongxin Shen, Yanyong Huang, Dongjie Wang, Minbo Ma, Fengmao Lv, Tianrui Li

Unsupervised feature selection (UFS) has recently gained attention for its effectiveness in processing unlabeled high-dimensional data. However, existing methods overlook the intrinsic causal mechanisms within the data, resulting in the selection of irrelevant features and poor interpretability. Additionally, previous graph-based methods fail to account for the differing impacts of non-causal and causal features in constructing the similarity graph, which leads to false links in the generated graph. To address these issues, a novel UFS method, called Causally-Aware UnSupErvised Feature Selection learning (CAUSE-FS), is proposed. CAUSE-FS introduces a novel causal regularizer that reweights samples to balance the confounding distribution of each treatment feature. This regularizer is subsequently integrated into a generalized unsupervised spectral regression model to mitigate spurious associations between features and clustering labels, thus achieving causal feature selection. Furthermore, CAUSE-FS employs causality-guided hierarchical clustering to partition features with varying causal contributions into multiple granularities. By integrating similarity graphs learned adaptively at different granularities, CAUSE-FS increases the importance of causal features when constructing the fused similarity graph to capture the reliable local structure of data. Extensive experimental results demonstrate the superiority of CAUSE-FS over state-of-the-art methods, with its interpretability further validated through feature visualization.

📄 PDF Abstract BibTeX arXiv:2410.12224

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringfeature selection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Causally-Guided Diffusion for Stable Feature Selection

2026-03-21 · Arun Vignesh Malarkkan, Xinyuan Wang, Kunpeng Liu, Denghui Zhang 외 arxiv

Feature selection is fundamental to robust data-centric AI, but most existing methods optimize predictive performance under a single data distribution. This often selects spurious features that fail under distribution sh…

Beyond Correlation: Causal Multi-View Unsupervised Feature Selection Learning

2025-09-17 · Zongxin Shen, Yanyong Huang, Bin Wang, Jinyuan Chang 외 arxiv

Multi-view unsupervised feature selection (MUFS) has recently received increasing attention for its promising ability in dimensionality reduction on multi-view unlabeled data. Existing MUFS methods typically select discr…

Dimensionality Reduction

Causal Beam Selection for Reliable Initial Access in AI-driven Beam Management

2025-08-22 · Nasir Khan, Asmaa Abdallah, Abdulkadir Celik, Ahmed M. Eltawil 외 arxiv

Efficient and reliable beam alignment is a critical requirement for mmWave multiple-input multiple-output (MIMO) systems, especially in 6G and beyond, where communication must be fast, adaptive, and resilient to real-wor…

Beam Prediction

Fairness-Aware Unsupervised Feature Selection

2021-06-04 · Xiaoying Xing, Hongfu Liu, Chen Chen, Jundong Li

Feature selection is a prevalent data preprocessing paradigm for various learning tasks. Due to the expensive cost of acquiring supervision information, unsupervised feature selection sparks great interests recently. How…

Fairnessfeature selection

PatchMix Augmentation to Identify Causal Features in Few-shot Learning

2022-11-29 · Chengming Xu, Chen Liu, Xinwei Sun, Siqian Yang 외

The task of Few-shot learning (FSL) aims to transfer the knowledge learned from base categories with sufficient labelled data to novel categories with scarce known information. It is currently an important research quest…

Data AugmentationFew-Shot LearningSelection bias