aggregation readout layer

[[concept]]
Aggregation Readout Layer

The aggregation readout layer is a readout layer given by

y=aggr(xLC)

where CRdL×d and aggr:Rn×dR1×d is node-level aggregation
2025-02-19-graph.png
Typical aggregation functions are the mean, sum, max, min, median, etc

Note

  • this is now independent of n (my aggregation functions don't change based on the size of my graph)
  • permutation invariant since the aggregation functions are also permutation invariant
  • this remains transferrable across graphs, unlike the fully connected readout layer

Mentions

File
fully connected readout layer
2025-02-19 graphs lecture 9