Unified Graph Networks (UGN): A Deep Neural Framework for Solving Graph Problems
Rudrajit Dawn, Madhusudan Ghosh, Partha Basuchowdhuri, Sudip Kumar, Naskar

TL;DR
The paper introduces UGN, a unified deep learning framework that leverages GCN and Conv2D to solve diverse graph problems efficiently, outperforming existing methods on multiple datasets.
Contribution
UGN is the first generalized neural framework unifying various graph tasks with minimal task-specific modifications, enhancing scalability and versatility.
Findings
Outperforms state-of-the-art on 10 out of 12 datasets.
Successfully unifies multiple graph learning tasks.
Demonstrates scalability and generalization across diverse datasets.
Abstract
Deep neural networks have enabled researchers to create powerful generalized frameworks, such as transformers, that can be used to solve well-studied problems in various application domains, such as text and image. However, such generalized frameworks are not available for solving graph problems. Graph structures are ubiquitous in many applications around us and many graph problems have been widely studied over years. In recent times, there has been a surge in deep neural network based approaches to solve graph problems, with growing availability of graph structured datasets across diverse domains. Nevertheless, existing methods are mostly tailored to solve a specific task and lack the capability to create a generalized model leading to solutions for different downstream tasks. In this work, we propose a novel, resource-efficient framework named \emph{U}nified \emph{G}raph…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks
