paper-with-me

홈 › Papers

Fast Robust PCA on Graphs

2015-07-29 · Nauman Shahid, Nathanael Perraudin, Vassilis Kalofolias, Gilles Puy, Pierre Vandergheynst

Mining useful clusters from high dimensional data has received significant attention of the computer vision and pattern recognition community in the recent years. Linear and non-linear dimensionality reduction has played an important role to overcome the curse of dimensionality. However, often such methods are accompanied with three different problems: high computational complexity (usually associated with the nuclear norm minimization), non-convexity (for matrix factorization methods) and susceptibility to gross corruptions in the data. In this paper we propose a principal component analysis (PCA) based solution that overcomes these three issues and approximates a low-rank recovery method for high dimensional datasets. We target the low-rank recovery by enforcing two types of graph smoothness assumptions, one on the data samples and the other on the features by designing a convex optimization problem. The resulting algorithm is fast, efficient and scalable for huge datasets with O(nlog(n)) computational complexity in the number of data samples. It is also robust to gross corruptions in the dataset as well as to the model parameters. Clustering experiments on 7 benchmark datasets with different types of corruptions and background separation experiments on 3 video datasets show that our proposed model outperforms 10 state-of-the-art dimensionality reduction models. Our theoretical analysis proves that the proposed model is able to recover approximate low-rank representations with a bounded error for clusterable data.

📄 PDF Abstract BibTeX arXiv:1507.08173

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDimensionality Reduction

Similar Papers 제목 키워드 기반

Embedding Directed Graphs in Potential Fields Using FastMap-D

2020-06-04 · Sriram Gopalakrishnan, Liron Cohen, Sven Koenig, T. K. Satish Kumar

Embedding undirected graphs in a Euclidean space has many computational benefits. FastMap is an efficient embedding algorithm that facilitates a geometric interpretation of problems posed on undirected graphs. However, E…

Fixation times on directed graphs

2023-08-05 · David A. Brewster, Martin A. Nowak, Josef Tkadlec

Computing the rate of evolution in spatially structured populations is difficult. A key quantity is the fixation time of a single mutant with relative reproduction rate $r$ which invades a population of residents. We say…

GraphSnapShot: Caching Local Structure for Fast Graph Learning

2024-06-25 · Dong Liu, Roger Waleffe, Meng Jiang, Shivaram Venkataraman

In our recent research, we have developed a framework called GraphSnapShot, which has been proven an useful tool for graph learning acceleration. GraphSnapShot is a framework for fast cache, storage, retrieval and comput…

Graph LearningRecommendation SystemsRetrieval

Graph Transformer Networks: Learning Meta-path Graphs to Improve GNNs

2021-06-11 · Seongjun Yun, Minbyul Jeong, Sungdong Yoo, Seunghun Lee 외

Graph Neural Networks (GNNs) have been widely applied to various fields due to their powerful representations of graph-structured data. Despite the success of GNNs, most existing GNNs are designed to learn node represent…

Node Classification

Invariant embedding for graph classification

2019-08-18 · ICML 2019 8 · Alexis Galland, Marc Lelarge

Learning on graphs requires a graph feature representation able to discriminate among different graphs while being amenable to fast computation. The graph isomorphism problem tells us that fast representation of graphs i…

ClassificationGeneral ClassificationGraph ClassificationGraph Embedding