Skip to content

Feature Extraction via Multi-view Non-negative Matrix Factorization with Local Graph Regularization.

License

Notifications You must be signed in to change notification settings

DUT-DIPLab/Graph-Multi-NMF-Feature-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Graph-Multi-NMF-Feature-Clustering

Introduction

Codes for Feature Extraction via Multi-view Non-negative Matrix Factorization with Local Graph Regularization.

Motivated by manifold learning and multi-view Non-negative Matrix Factorization (NMF), we introduce a novel feature extraction method via multi-view NMF with local graph regularization, where the inner-view relatedness between data is taken into consideration. We propose the matrix factorization objective function by constructing a nearest neighbor graph to integrate local geometrical information of each view and apply two iterative updating rules to effectively solve the optimization problem.

Please cite the following information:

@inproceedings{wang2015multi,
  title={Feature Extraction via Multi-view Non-negative Matrix Factorization with Local Graph Regularization},
  author={Wang, Zhenfan and Kong, Xiangwei and Fu, Haiyan and Li, Ming and Zhang, Yujia},
  booktitle={Image Processing (ICIP), 2015 IEEE International Conference on},
  year={2015},
  organization={IEEE}
}

Demo

There is a demo in GMultiNMF/demo_digit.m working for hand-written digits recognition. You may see releases to access the full paper and download the demo dataset.

Results

The accuracy (AC) and normalized mutual information (NMI) of different algorithms on three datasets:

1

2

From the tables, we can see that our proposed algorithm performs better in each dataset in terms of AC and NMI. Although other methods consider multiple feature integration, Co-reguSC and SC-ML use latent data relationship, the results demonstrate that our proposed Multi-view NMF with local graph regularization feature extraction framework can learn a better feature representation.

About

Feature Extraction via Multi-view Non-negative Matrix Factorization with Local Graph Regularization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published