paper-with-me

Papers

GraphMDN: Leveraging graph structure and deep learning to solve inverse problems

2020-10-26 · Tuomas P. Oikarinen, Daniel C. Hannah, Sohrob Kazerounian

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 are designed to excel on regression tasks wherein the data are graph structured, and target statistics are better represented by mixtures of densities rather than singular values (so-called ``inverse problems"). To demonstrate this, we extend an existing GNN architecture known as Semantic GCN (SemGCN) to a GraphMDN structure, and show results from the Human3.6M pose estimation task. The extended model consistently outperforms both GCN and MDN architectures on their own, with a comparable number of parameters.

📄 PDF Abstract BibTeX arXiv:2010.13668

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationMulti-Hypotheses 3D Human Pose EstimationPose Estimationregression

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph Neural Regularizers for PDE Inverse Problems

2025-10-23 · William Lauga, James Rowbottom, Alexander Denker, Željko Kereta 외 arxiv

We present a framework for solving a broad class of ill-posed inverse problems governed by partial differential equations (PDEs), where the target coefficients of the forward operator are recovered through an iterative r…

Re-Thinking Inverse Graphics With Large Language Models

2024-04-23 · Peter Kulits, Haiwen Feng, Weiyang Liu, Victoria Abrevaya 외

Inverse graphics -- the task of inverting an image into physical variables that, when rendered, enable reproduction of the observed scene -- is a fundamental challenge in computer vision and graphics. Successfully disent…

Language ModellingLarge Language ModelSpatial ReasoningWorld Knowledge

Learning Regularization for Graph Inverse Problems

2024-08-19 · Moshe Eliasof, Md Shahriar Rahim Siddiqui, Carola-Bibiane Schönlieb, Eldad Haber

In recent years, Graph Neural Networks (GNNs) have been utilized for various applications ranging from drug discovery to network design and social networks. In many applications, it is impossible to observe some properti…

Drug Discovery

GraIP: A Benchmarking Framework For Neural Graph Inverse Problems

2026-01-26 · Semih Cantürk, Andrei Manolache, Arman Mielke, Chendi Qian 외 arxiv

A wide range of graph learning tasks, such as structure discovery, temporal graph analysis, and combinatorial optimization, focus on inferring graph structures from data, rather than making predictions on given graphs. H…

Graph Learning

Structure from Duplicates: Neural Inverse Graphics from a Pile of Objects

2024-01-10 · NeurIPS 2023 11 · Tianhang Cheng, Wei-Chiu Ma, Kaiyu Guan, Antonio Torralba 외

Our world is full of identical objects (\emphe.g., cans of coke, cars of same model). These duplicates, when seen together, provide additional and strong cues for us to effectively reason about 3D. Inspired by this obser…

Image ReconstructionObjectPose Estimation