paper-with-me

홈 › Papers

Fast and Accurate Network Embeddings via Very Sparse Random Projection

2019-08-30 · Haochen Chen, Syed Fahad Sultan, Yingtao Tian, Muhao Chen, Steven Skiena

We present FastRP, a scalable and performant algorithm for learning distributed node representations in a graph. FastRP is over 4,000 times faster than state-of-the-art methods such as DeepWalk and node2vec, while achieving comparable or even better performance as evaluated on several real-world networks on various downstream tasks. We observe that most network embedding methods consist of two components: construct a node similarity matrix and then apply dimension reduction techniques to this matrix. We show that the success of these methods should be attributed to the proper construction of this similarity matrix, rather than the dimension reduction method employed. FastRP is proposed as a scalable algorithm for network embeddings. Two key features of FastRP are: 1) it explicitly constructs a node similarity matrix that captures transitive relationships in a graph and normalizes matrix entries based on node degrees; 2) it utilizes very sparse random projection, which is a scalable optimization-free method for dimension reduction. An extra benefit from combining these two design choices is that it allows the iterative computation of node embeddings so that the similarity matrix need not be explicitly constructed, which further speeds up FastRP. FastRP is also advantageous for its ease of implementation, parallelization and hyperparameter tuning. The source code is available at https://github.com/GTmac/FastRP.

📄 PDF Abstract BibTeX arXiv:1908.11512

Code (2)

GTmac/FastRP 공식 구현
eqtpartners/companykg pytorch

Tasks

Dimensionality ReductionNetwork Embedding

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…
DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

SOLAR: Sparse Orthogonal Learned and Random Embeddings

2020-08-30 · ICLR 2021 1 · Tharun Medini, Beidi Chen, Anshumali Shrivastava

Dense embedding models are commonly deployed in commercial search engines, wherein all the document vectors are pre-computed, and near-neighbor search (NNS) is performed with the query vector to find relevant documents. …

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Semi-Random Sparse Recovery in Nearly-Linear Time

2022-03-08 · Jonathan A. Kelner, Jerry Li, Allen Liu, Aaron Sidford 외

Sparse recovery is one of the most fundamental and well-studied inverse problems. Standard statistical formulations of the problem are provably solved by general convex programming techniques and more practical, fast (ne…

Solving Statistical Mechanics on Sparse Graphs with Feedback Set Variational Autoregressive Networks

2019-06-26 · Feng Pan, Pengfei Zhou, Hai-Jun Zhou, Pan Zhang

We propose a method for solving statistical mechanics problems defined on sparse graphs. It extracts a small Feedback Vertex Set (FVS) from the sparse graph, converting the sparse system to a much smaller system with man…

Feedback Vertex Set (FVS)

Fast and Accurate Head Pose Estimation via Random Projection Forests

2015-12-01 · ICCV 2015 12 · Donghoon Lee, Ming-Hsuan Yang, Songhwai Oh

In this paper, we consider the problem of estimating the gaze direction of a person from a low-resolution image. Under this condition, reliably extracting facial features is very difficult. We propose a novel head pose…

Compressive SensingHead Pose EstimationPose Estimation

SparseChem: Fast and accurate machine learning model for small molecules

2022-03-09 · Adam Arany, Jaak Simm, Martijn Oldenhof, Yves Moreau

SparseChem provides fast and accurate machine learning models for biochemical applications. Especially, the package supports very high-dimensional sparse inputs, e.g., millions of features and millions of compounds. It i…

BIG-bench Machine Learningregression