GraphMDN: Leveraging graph structure and deep learning to solve inverse problems
Tuomas P. Oikarinen (1), Daniel C. Hannah (2), Sohrob Kazerounian (2), ((1) Massachusetts Institute of Technology, (2) Vectra AI)

TL;DR
GraphMDN introduces a novel approach combining graph neural networks with mixture density networks to effectively address multi-modal regression inverse problems on graph-structured data, demonstrated on pose estimation.
Contribution
The paper develops GraphMDN, integrating GNNs with MDNs for improved multi-modal regression on graph data, extending SemGCN architecture.
Findings
GraphMDN outperforms GCN and MDN alone on pose estimation.
The model effectively captures multi-modal target distributions.
Results show improved accuracy with a comparable number of parameters.
Abstract
The recent introduction of Graph Neural Networks (GNNs) and their growing popularity in the past few years has enabled the application of deep learning algorithms to non-Euclidean, graph-structured data. GNNs have achieved state-of-the-art results across an impressive array of graph-based machine learning problems. Nevertheless, despite their rapid pace of development, much of the work on GNNs has focused on graph classification and embedding techniques, largely ignoring regression tasks over graph data. In this paper, we develop a Graph Mixture Density Network (GraphMDN), which combines graph neural networks with mixture density network (MDN) outputs. By combining these techniques, GraphMDNs have the advantage of naturally being able to incorporate graph structured information into a neural architecture, as well as the ability to model multi-modal regression targets. As such, GraphMDNs…
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
MethodsGraph Convolutional Network
