What is: DiffPool?
Source | Hierarchical Graph Representation Learning with Differentiable Pooling |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
DiffPool is a differentiable graph pooling module that can generate hierarchical representations of graphs and can be combined with various graph neural network architectures in an end-to-end fashion. DiffPool learns a differentiable soft cluster assignment for nodes at each layer of a deep GNN, mapping nodes to a set of clusters, which then form the coarsened input for the next GNN layer.
Description and image from: Hierarchical Graph Representation Learning with Differentiable Pooling