Advanced Operators for Graph Neural Networks


Book Description

Graphs, which encode pairwise relations between entities, are a kind of universal data structure for many real-world data, including social networks, transportation networks, and chemical molecules. Many important applications on these data can be treated as computational tasks on graphs. For example, friend recommendation in social networks can be regarded as a link prediction task and predicting properties of chemical compounds can be treated as a graph classification task. An essential step to facilitate these tasks is to learn vector representations either for nodes or the entire graphs. Given its great success of representation learning in images and text, deep learning offers great promise for graphs. However, compared to images and text, deep learning on graphs faces immense challenges. Graphs are irregular where nodes are unordered and each of them can have a distinct number of neighbors. Thus, traditional deep learning models cannot be directly applied to graphs, which calls for dedicated efforts for designing novel deep graph models. To help meet this pressing demand, we developed and investigated novel GNN algorithms to generalize deep learning techniques to graph-structured data. Two key operations in GNNs are the graph filtering operation, which aims to refine node representations; and the graph pooling operation, which aims to summarize node representations to obtain a graph representation. In this thesis, we provide deep understandings or develop novel algorithms for these two operations from new perspectives. For graph filtering operations, we propose a unified framework from the perspective of graph signal denoising, which demonstrates that most existing graph filtering operations are conducting feature smoothing. Then, we further investigate what information typical graph filtering operations can capture and how they can be understood beyond feature smoothing. For graph pooling operations, we study the procedure of pooling from the perspective of graph spectral theory and present a novel graph pooling operation. We also propose a technique to downsample nodes considering both mode importance and representativeness, which leads to a novel graph pooling operation.




Deep Learning on Graphs


Book Description

A comprehensive text on foundations and techniques of graph neural networks with applications in NLP, data mining, vision and healthcare.




Database Systems for Advanced Applications


Book Description

The four-volume set LNCS 13943, 13944, 13945 and 13946 constitutes the proceedings of the 28th International Conference on Database Systems for Advanced Applications, DASFAA 2023, held in April 2023 in Tianjin, China. The total of 125 full papers, along with 66 short papers, are presented together in this four-volume set was carefully reviewed and selected from 652 submissions. Additionally, 15 industrial papers, 15 demo papers and 4 PhD consortium papers are included. The conference presents papers on subjects such as model, graph, learning, performance, knowledge, time, recommendation, representation, attention, prediction, and network.




Advances in Graph Neural Networks


Book Description

This book provides a comprehensive introduction to the foundations and frontiers of graph neural networks. In addition, the book introduces the basic concepts and definitions in graph representation learning and discusses the development of advanced graph representation learning methods with a focus on graph neural networks. The book providers researchers and practitioners with an understanding of the fundamental issues as well as a launch point for discussing the latest trends in the science. The authors emphasize several frontier aspects of graph neural networks and utilize graph data to describe pairwise relations for real-world data from many different domains, including social science, chemistry, and biology. Several frontiers of graph neural networks are introduced, which enable readers to acquire the needed techniques of advances in graph neural networks via theoretical models and real-world applications.




Graph Representation Learning


Book Description

Graph-structured data is ubiquitous throughout the natural and social sciences, from telecommunication networks to quantum chemistry. Building relational inductive biases into deep learning architectures is crucial for creating systems that can learn, reason, and generalize from this kind of data. Recent years have seen a surge in research on graph representation learning, including techniques for deep graph embeddings, generalizations of convolutional neural networks to graph-structured data, and neural message-passing approaches inspired by belief propagation. These advances in graph representation learning have led to new state-of-the-art results in numerous domains, including chemical synthesis, 3D vision, recommender systems, question answering, and social network analysis. This book provides a synthesis and overview of graph representation learning. It begins with a discussion of the goals of graph representation learning as well as key methodological foundations in graph theory and network analysis. Following this, the book introduces and reviews methods for learning node embeddings, including random-walk-based methods and applications to knowledge graphs. It then provides a technical synthesis and introduction to the highly successful graph neural network (GNN) formalism, which has become a dominant and fast-growing paradigm for deep learning with graph data. The book concludes with a synthesis of recent advancements in deep generative models for graphs—a nascent but quickly growing subset of graph representation learning.




Graph Neural Networks: Foundations, Frontiers, and Applications


Book Description

Deep Learning models are at the core of artificial intelligence research today. It is well known that deep learning techniques are disruptive for Euclidean data, such as images or sequence data, and not immediately applicable to graph-structured data such as text. This gap has driven a wave of research for deep learning on graphs, including graph representation learning, graph generation, and graph classification. The new neural network architectures on graph-structured data (graph neural networks, GNNs in short) have performed remarkably on these tasks, demonstrated by applications in social networks, bioinformatics, and medical informatics. Despite these successes, GNNs still face many challenges ranging from the foundational methodologies to the theoretical understandings of the power of the graph representation learning. This book provides a comprehensive introduction of GNNs. It first discusses the goals of graph representation learning and then reviews the history, current developments, and future directions of GNNs. The second part presents and reviews fundamental methods and theories concerning GNNs while the third part describes various frontiers that are built on the GNNs. The book concludes with an overview of recent developments in a number of applications using GNNs. This book is suitable for a wide audience including undergraduate and graduate students, postdoctoral researchers, professors and lecturers, as well as industrial and government practitioners who are new to this area or who already have some basic background but want to learn more about advanced and promising techniques and applications.




Responsible Graph Neural Networks


Book Description

More frequent and complex cyber threats require robust, automated, and rapid responses from cyber-security specialists. This book offers a complete study in the area of graph learning in cyber, emphasizing graph neural networks (GNNs) and their cyber-security applications. Three parts examine the basics, methods and practices, and advanced topics. The first part presents a grounding in graph data structures and graph embedding and gives a taxonomic view of GNNs and cyber-security applications. The second part explains three different categories of graph learning, including deterministic, generative, and reinforcement learning and how they can be used for developing cyber defense models. The discussion of each category covers the applicability of simple and complex graphs, scalability, representative algorithms, and technical details. Undergraduate students, graduate students, researchers, cyber analysts, and AI engineers looking to understand practical deep learning methods will find this book an invaluable resource.




Optimization and Learning


Book Description

This book constitutes the refereed proceedings of the 6th International Conference on Optimization and Learning, OLA 2023, held in Malaga, Spain, during May 3–5, 2023. The 32 full papers included in this book were carefully reviewed and selected from 78 submissions. They were organized in topical sections as follows: advanced optimization; learning; learning methods to enhance optimization tools; optimization applied to learning methods; and real-world applications.




Graph Prompting: Unlocking the Power of Graph Neural Networks and Prompt Engineering for Advanced AI Applications


Book Description

"Graph Prompting" explores the intersection of Graph Neural Networks (GNNs) and prompt engineering, providing a comprehensive guide on leveraging these technologies for advanced AI applications. The book is structured into several key sections, each delving into different aspects of graph-based AI. #### Fundamentals of Graph Theory The book begins by laying the foundation with essential concepts in graph theory, such as nodes, edges, types of graphs, and graph representations. It explains fundamental metrics like degree, centrality, and clustering coefficients, and covers important algorithms for pathfinding and connectivity. #### Introduction to Prompting The next section introduces prompting in AI, particularly for large language models (LLMs). It covers the basics of prompt engineering, types of prompts (instruction-based, task-based), and design principles. Techniques like contextual prompting, chain-of-thought prompting, and few-shot/zero-shot prompting are discussed, providing practical examples and use cases. #### Graph Neural Networks (GNNs) A comprehensive overview of GNNs follows, detailing their architecture and applications. Key models like Graph Convolutional Networks (GCNs), GraphSAGE, and Graph Attention Networks (GATs) are explained with examples. The section also covers advanced GNN models, including transformer-based graph models and attention mechanisms. #### Graph Prompting for LLMs This section focuses on integrating GNNs with LLMs. It explores techniques for using graph embeddings in prompting, enhancing the capabilities of LLMs in various tasks such as recommendation systems, anomaly detection, and question answering. Practical applications and case studies demonstrate the effectiveness of these integrations. #### Ethics and Fairness in Graph Prompting Ethical considerations are crucial, and the book addresses biases in graph data and fairness in graph algorithms. It discusses the ethical implications of using graph data and provides strategies to ensure fairness and mitigate biases. #### Practical Applications and Case Studies The book highlights real-world applications of graph prompting in healthcare, social networks, and recommendation systems. Each case study showcases the practical benefits and challenges of implementing these technologies in different domains. #### Implementation Guides and Tools For practitioners, the book offers step-by-step implementation guides, using popular libraries like PyTorch Geometric and DGL. Example projects provide hands-on experience, helping readers apply the concepts discussed. #### Future Trends and Conclusion The book concludes with a look at future trends in graph prompting, including scalable GNNs, graph-based reinforcement learning, and ethical AI. It encourages continuous exploration and adaptation to leverage the full potential of graph-based AI technologies. Overall, "Graph Prompting" is a detailed and practical guide, offering valuable insights and tools for leveraging GNNs and prompt engineering to advance AI applications across various domains.