paper-with-me

홈 › Papers

Block Model Guided Unsupervised Feature Selection

2020-07-05 · Zilong Bai, Hoa Nguyen, Ian Davidson

Feature selection is a core area of data mining with a recent innovation of graph-driven unsupervised feature selection for linked data. In this setting we have a dataset $\mathbf{Y}$ consisting of $n$ instances each with $m$ features and a corresponding $n$ node graph (whose adjacency matrix is $\mathbf{A}$) with an edge indicating that the two instances are similar. Existing efforts for unsupervised feature selection on attributed networks have explored either directly regenerating the links by solving for $f$ such that $f(\mathbf{y}_i,\mathbf{y}_j) \approx \mathbf{A}_{i,j}$ or finding community structure in $\mathbf{A}$ and using the features in $\mathbf{Y}$ to predict these communities. However, graph-driven unsupervised feature selection remains an understudied area with respect to exploring more complex guidance. Here we take the novel approach of first building a block model on the graph and then using the block model for feature selection. That is, we discover $\mathbf{F}\mathbf{M}\mathbf{F}^T \approx \mathbf{A}$ and then find a subset of features $\mathcal{S}$ that induces another graph to preserve both $\mathbf{F}$ and $\mathbf{M}$. We call our approach Block Model Guided Unsupervised Feature Selection (BMGUFS). Experimental results show that our method outperforms the state of the art on several real-world public datasets in finding high-quality features for clustering.

📄 PDF Abstract BibTeX arXiv:2007.02376

Code (4)

ZilongBai/KDD2020BMGUFS 공식 구현 pytorch
MindSpore-scientific-2/code-4/tree/main/Block_Model mindspore
MindSpore-scientific-2/code-5/tree/main/Block_Model mindspore
pwc-1/Paper-9/tree/main/4/Block_Model mindspore

Tasks

Clusteringfeature selectionmodel

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 제목 키워드 기반

Global and Local Structure Preserving Sparse Subspace Learning: An Iterative Approach to Unsupervised Feature Selection

2015-06-02 · Nan Zhou, Yangyang Xu, Hong Cheng, Jun Fang 외

As we aim at alleviating the curse of high-dimensionality, subspace learning is becoming more popular. Existing approaches use either information about global or local structure of the data, and few studies simultaneousl…

feature selection

Causally-Aware Unsupervised Feature Selection Learning

2024-10-16 · Zongxin Shen, Yanyong Huang, Dongjie Wang, Minbo Ma 외

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, …

Clusteringfeature selection

Knockoff-Guided Feature Selection via A Single Pre-trained Reinforced Agent

2024-03-06 · Xinyuan Wang, Dongjie Wang, Wangyang Ying, Rui Xie 외

Feature selection prepares the AI-readiness of data by eliminating redundant features. Prior research falls into two primary categories: i) Supervised Feature Selection, which identifies the optimal feature subset based …

feature selectionPseudo Label

Clustering, multicollinearity, and singular vectors

2020-08-07 · Hamid Usefi

Let $A$ be a matrix with its pseudo-matrix $A^{\dagger}$ and set $S=I-A^{\dagger}A$. We prove that, after re-ordering the columns of $A$, the matrix $S$ has a block-diagonal form where each block corresponds to a set of …

Clusteringfeature selectionSensitivity

On Compression of Unsupervised Neural Nets by Pruning Weak Connections

2019-01-21 · Zhiwen Zuo, Lei Zhao, Liwen Zuo, Feng Jiang 외

Unsupervised neural nets such as Restricted Boltzmann Machines(RBMs) and Deep Belif Networks(DBNs), are powerful in automatic feature extraction,unsupervised weight initialization and density estimation. In this paper,we…

Density Estimation