TL;DR
This paper introduces CUL, an unsupervised deep learning approach for efficiently identifying high eigenvector centrality nodes in large networks, outperforming supervised methods in accuracy and speed.
Contribution
The paper presents a novel unsupervised encoder-decoder framework for estimating eigenvector centrality, addressing scalability and label scarcity issues in real-world networks.
Findings
CUL outperforms supervised methods in accuracy for high EC node identification.
CUL is faster and more scalable than traditional EC computation methods.
Even with minimal training data, CUL achieves superior results.
Abstract
The existing methods to calculate the Eigenvector Centrality(EC) tend to not be robust enough for determination of EC in low time complexity or not well-scalable for large networks, hence rendering them practically unreliable/ computationally expensive. So, it is of the essence to develop a method that is scalable in low computational time. Hence, we propose a deep learning model for the identification of nodes with high Eigenvector Centrality. There have been a few previous works in identifying the high ranked nodes with supervised learning methods, but in real-world cases, the graphs are not labelled and hence deployment of supervised learning methods becomes a hazard and its usage becomes impractical. So, we devise CUL(Centrality with Unsupervised Learning) method to learn the relative EC scores in a network in an unsupervised manner. To achieve this, we develop an Encoder-Decoder…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
