**arXiv ID:** 2302.12001 **Authors:** Mashaan Alshammari, John Stavrakakis, Adel F. Ahmed, Masahiro Takatsuka **Published:** 2023-02-22T11:49:19Z **Abstract:** Graph convolutional networks (GCNs) were a great step towards extending deep learning to unstructured data such as graphs. But GCNs still need a constructed graph to work with. To solve this problem, classical graphs such as $k$-nearest neighbor are usually used to initialize the GCN. Although it is computationally efficient to constru...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill random-projection-forest-initialization-for-graph-convolutional-networks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Random Projection Forest Initialization For Graph Convolutional Networks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-random-projection-forest-initialization-for-graph)More formats (shields.io, HTML) on the badges page.
# Random Projection Forest Initialization for Graph Convolutional Networks
**arXiv ID:** 2302.12001
**Authors:** Mashaan Alshammari, John Stavrakakis, Adel F. Ahmed, Masahiro Takatsuka
**Published:** 2023-02-22T11:49:19Z
**Abstract:**
Graph convolutional networks (GCNs) were a great step towards extending deep learning to unstructured data such as graphs. But GCNs still need a constructed graph to work with. To solve this problem, classical graphs such as $k$-nearest neighbor are usually used to initialize the GCN. Although it is computationally efficient to construct $k$-nn graphs, the constructed graph might not be very useful for learning. In a $k$-nn graph, points are restricted to have a fixed number of edges, and all edges in the graph have equal weights. We present a new way to construct the graph and initialize the GCN. It is based on random projection forest (rpForest). rpForest enables us to assign varying weights on edges indicating varying importance, which enhanced the learning. The number of trees is a hyperparameter in rpForest. We performed spectral analysis to help us setting this parameter in the right range. In the experiments, initializing the GCN using rpForest provides better results compared to $k$-nn initialization.
## Skill Description
This skill is generated from the arXiv paper: Random Projection Forest Initialization for Graph Convolutional Networks (2302.12001).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2302.12001](http://arxiv.org/abs/2302.12001v2)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!