NS-CUK Seminar: V.T.Hoang, Review on "Graph Neural Networks Go Forward-Forward," arXiv, Feb 27th, 2023
24. Mar 2023•0 gefällt mir
0 gefällt mir
Sei der Erste, dem dies gefällt
Mehr anzeigen
•94 Aufrufe
Aufrufe
Aufrufe insgesamt
0
Auf Slideshare
0
Aus Einbettungen
0
Anzahl der Einbettungen
0
Downloaden Sie, um offline zu lesen
Melden
Technologie
The 1st NS-CUK Weekly Seminar
Presenter: Van Thuy Hoang
Date: Feb 27th, 2023
Topic: Review on "Graph Neural Networks Go Forward-Forward," arXiv
Schedule: https://nslab-cuk.github.io/seminar/
5
Adding label information in node features
➢ 2 ways:
➢ One consists in appending the one-hot encoded
label to each node representation in the input
graphs
➢ Virtual node
6
Goodness of a Graph
➢ 1. Normalized activity vectors of all the nodes and the adjacency matrix
are fed to the message-passing algorithm. This produces updated activity
vectors. A nonlinear activation function is applied.
➢ 2. The activity vectors are squared.
➢ 3. The squared activity vectors are aggregated with a pooling function.
This produces an aggregated vector.
➢ 4. The mean of the aggregated activity vector is computed and represents
the goodness of the graph.
9
Goodness of a Graph
➢ Intuitively, the network is trained so that the goodness for positive
samples is high (or higher than a threshold), while the goodness for
negative samples is minimized.