Graph Representation Learning by William L. Hamilton
Author:William L. Hamilton [Hamilton, William L.]
Language: eng
Format: epub, pdf
Publisher: Morgan & Claypool Publishers
Published: 2021-02-15T00:00:00+00:00
(5.46)
(5.47)
(5.48)
(5.49)
The important innovation in this generalized message passing framework is that, during message passing, we generate hidden embeddings for each edge in the graph, as well as an embedding corresponding to the entire graph. This allows the message passing model to easily integrate edge and graph-level features, and recent work has also shown this generalized message passing approach to have benefits compared to a standard GNN in terms of logical expressiveness [Barceló et al., 2020]. Generating embeddings for edges and the entire graph during message passing also makes it trivial to define loss functions based on graph or edge-level classification tasks.
In terms of the message-passing operations in this generalized message-passing framework, we first update the edge embeddings based on the embeddings of their incident nodes (Equation (5.46)). Next, we update the node embeddings by aggregating the edge embeddings for all their incident edges (Equations (5.47) and (5.48)). The graph embedding is used in the update equation for both node and edge representations, and the graph-level embedding itself is updated by aggregating over all the node and edge embeddings at the end of each iteration (Equation (5.49)). All of the individual update and aggregation operations in such a generalized message-passing framework can be implemented using the techniques discussed in this chapter (e.g., using a pooling method to compute the graph-level update).
1the different iterations of message passing are also sometimes known as the different âlayersâ of the GNN.
2In general, the parameters Wself, Wneigh, and b can be shared across the GNN message passing iterations or trained separately for each layer.
Download
Graph Representation Learning by William L. Hamilton.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Data Forecasting and Segmentation Using Microsoft Excel by Fernando Roque(2699)
PostgreSQL 14 Administration Cookbook by Simon Riggs(2227)
Cloud Auditing Best Practices: Perform Security and IT Audits across AWS, Azure, and GCP by building effective cloud auditing plans by Shinesa Cambric Michael Ratemo(1795)
Architects of Intelligence_The Truth About AI From the People Building It by Martin Ford(1248)
In-Memory Analytics with Apache Arrow: Perform fast and efficient data analytics on both flat and hierarchical structured data by Matthew Topol(1046)
Mastering Azure Virtual Desktop: The Ultimate Guide to the Implementation and Management of Azure Virtual Desktop by Ryan Mangan(1029)
Automated Machine Learning in Action by Qingquan Song Haifeng Jin Xia Hu(911)
Python GUI Programming with Tkinter, 2nd edition by Alan D. Moore(882)
Ansible for Real-Life Automation - A complete Ansible handbook filled with practical IT automation use cases (2022) by Packt(752)
Learn Wireshark - A definitive guide to expertly analyzing protocols and troubleshooting networks using Wireshark - 2nd Edition (2022) by Packt(749)
Data Engineering with Scala and Spark by Eric Tome Rupam Bhattacharjee David Radford(430)
Introduction to Algorithms, Fourth Edition by unknow(384)
ABAP Development for SAP HANA by Unknown(368)
Automated Machine Learning in Action by Qingquan Song & Haifeng Jin & Xia Hu(311)
Kubernetes Secrets Handbook by Emmanouil Gkatziouras | Rom Adams | Chen Xi(292)
The AWK Programming Language by Aho Alfred V. Kernighan Brian W. Weinberger Peter J. & Brian W. Kernighan & Peter J. Weinberger(283)
Asynchronous Programming in Rust by Carl Fredrik Samson;(271)
Learn Enough Developer Tools to Be Dangerous: Git Version Control, Command Line, and Text Editors Essentials by Michael Hartl(261)
Machine Learning for Imbalanced Data by Kumar Abhishek Dr. Mounir Abdelaziz(259)
