LGAIMLJun 4, 2018

Deep Graphs

arXiv:1806.01235v14 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more flexible and efficient graph learning methods, though it appears incremental as it builds on existing iterative vertex update paradigms.

The authors tackled the problem of designing adaptive deep learning algorithms for graphs by learning recurrent update functions instead of manually specifying them, achieving excellent accuracy on graph labeling and regression tasks.

We propose an algorithm for deep learning on networks and graphs. It relies on the notion that many graph algorithms, such as PageRank, Weisfeiler-Lehman, or Message Passing can be expressed as iterative vertex updates. Unlike previous methods which rely on the ingenuity of the designer, Deep Graphs are adaptive to the estimation problem. Training and deployment are both efficient, since the cost is $O(|E| + |V|)$, where $E$ and $V$ are the sets of edges and vertices respectively. In short, we learn the recurrent update functions rather than positing their specific functional form. This yields an algorithm that achieves excellent accuracy on both graph labeling and regression tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes