Lovasz Convolutional Networks
Prateek Yadav, Madhav Nimishakavi, Naganand Yadati, Shikhar Vashishth,, Arun Rajkumar, Partha Talukdar

TL;DR
This paper introduces Lovasz Convolutional Networks (LCNs), a new graph neural network model that captures global graph properties using Lovasz's orthonormal embeddings, outperforming traditional GCNs in various settings.
Contribution
The paper proposes LCNs, a novel GNN architecture that incorporates global graph properties via Lovasz embeddings, enhancing performance on complex graph structures.
Findings
LCNs outperform GCNs on stochastic block models and community graphs.
LCNs learn more intuitive embeddings compared to GCNs.
Effective on both simple graphs and hyper-graphs.
Abstract
Semi-supervised learning on graph structured data has received significant attention with the recent introduction of Graph Convolution Networks (GCN). While traditional methods have focused on optimizing a loss augmented with Laplacian regularization framework, GCNs perform an implicit Laplacian type regularization to capture local graph structure. In this work, we propose Lovasz Convolutional Network (LCNs) which are capable of incorporating global graph properties. LCNs achieve this by utilizing Lovasz's orthonormal embeddings of the nodes. We analyse local and global properties of graphs and demonstrate settings where LCNs tend to work better than GCNs. We validate the proposed method on standard random graph models such as stochastic block models (SBM) and certain community structure based graphs where LCNs outperform GCNs and learn more intuitive embeddings. We also perform…
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.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
MethodsConvolution
