Mining on Graphs, Graph Neural Network and Applications

Mining on Graphs, Graph Neural Network and Applications
Author: Yuxiang Ren
Publisher:
Total Pages: 172
Release: 2021
Genre: Computer science
ISBN:

The graph is a data structure that exists widely around us, including traditional fields like physics, biology, and cosmology, as well as emergent fields like social networks, software engineering, and financial trading platforms. The graph-structured data contains objects (nodes) information and reflects their relationships (edges). The learning tasks become more challenging when considering the nodes and edge information simultaneously. Traditional machine learning methods focus on nodes' attributes but ignore the structural information. We are now in an era of deep learning, which outperforms traditional machine learning methods in a wide range of tasks and has a significant impact on our daily lives. Driving by deep learning and neural networks, the deep learning-based graph neural networks (GNNs) become convincing and attractive tools to handle this non-Euclidean data structure. The dissertation thesis includes my research works throughout the Ph. D. research in two directions of graph data mining. The first direction is about the innovation and improvement of graph neural networks. A large number of GNNs have appeared, but as a general representation learning model, there are still some difficult topics worth delving into. I focus on three questions: Unsupervised/self-supervised Learning of GNNs, GNNs for heterogeneous graphs, and Training larger and deeper GNNs. Concerning unsupervised/self-supervised learning of GNNs, the dissertation introduces my research works contributing to it in Chapter 3 and Chapter 4. In Chapter 5, I introduce a mutual information maximization-based GNN for heterogeneous graph representation learning. Chapter 6 discusses my contributions to training larger and deeper GNNs through a subgraph-based learning framework. The other direction is the Application of GNNs in Real-world Topics. As an effective tool for processing graph data, GNNs being applied to solve real-world graph mining problems can further verify the effectiveness. Meanwhile, the application of GNNs requires a combination of domain knowledge and specific data modeling, which is also a challenge that needs to be addressed. In Chapter 7, I apply GNNs to the emerging and non-trivial topic of fake news detection. When dealing with the fake news detection topic, I innovate the GNNs model to handle the challenges of the fake news detection problem, which is critical for GNNs to exert the best effect. Experiments with real-world fake news data show that the novel GNN can outperform text-based models and other graph-based models, especially when using less labeled news data. In the last chapter, I provide concluding thoughts about this dissertation thesis.

Graph Neural Networks: Foundations, Frontiers, and Applications

Graph Neural Networks: Foundations, Frontiers, and Applications
Author: Lingfei Wu
Publisher: Springer Nature
Total Pages: 701
Release: 2022-01-03
Genre: Computers
ISBN: 9811660549

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.

Graph Data Mining

Graph Data Mining
Author: Qi Xuan
Publisher: Springer Nature
Total Pages: 256
Release: 2021-07-15
Genre: Computers
ISBN: 981162609X

Graph data is powerful, thanks to its ability to model arbitrary relationship between objects and is encountered in a range of real-world applications in fields such as bioinformatics, traffic network, scientific collaboration, world wide web and social networks. Graph data mining is used to discover useful information and knowledge from graph data. The complications of nodes, links and the semi-structure form present challenges in terms of the computation tasks, e.g., node classification, link prediction, and graph classification. In this context, various advanced techniques, including graph embedding and graph neural networks, have recently been proposed to improve the performance of graph data mining. This book provides a state-of-the-art review of graph data mining methods. It addresses a current hot topic – the security of graph data mining – and proposes a series of detection methods to identify adversarial samples in graph data. In addition, it introduces readers to graph augmentation and subgraph networks to further enhance the models, i.e., improve their accuracy and robustness. Lastly, the book describes the applications of these advanced techniques in various scenarios, such as traffic networks, social and technical networks, and blockchains.

Mining Graph Data

Mining Graph Data
Author: Diane J. Cook
Publisher: John Wiley & Sons
Total Pages: 501
Release: 2006-12-18
Genre: Technology & Engineering
ISBN: 0470073039

This text takes a focused and comprehensive look at mining data represented as a graph, with the latest findings and applications in both theory and practice provided. Even if you have minimal background in analyzing graph data, with this book you’ll be able to represent data as graphs, extract patterns and concepts from the data, and apply the methodologies presented in the text to real datasets. There is a misprint with the link to the accompanying Web page for this book. For those readers who would like to experiment with the techniques found in this book or test their own ideas on graph data, the Web page for the book should be http://www.eecs.wsu.edu/MGD.

Graph Representation Learning

Graph Representation Learning
Author: William L. William L. Hamilton
Publisher: Springer Nature
Total Pages: 141
Release: 2022-06-01
Genre: Computers
ISBN: 3031015886

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.

Individual and Collective Graph Mining

Individual and Collective Graph Mining
Author: Danai Koutra
Publisher: Springer Nature
Total Pages: 197
Release: 2022-06-01
Genre: Computers
ISBN: 3031019113

Graphs naturally represent information ranging from links between web pages, to communication in email networks, to connections between neurons in our brains. These graphs often span billions of nodes and interactions between them. Within this deluge of interconnected data, how can we find the most important structures and summarize them? How can we efficiently visualize them? How can we detect anomalies that indicate critical events, such as an attack on a computer system, disease formation in the human brain, or the fall of a company? This book presents scalable, principled discovery algorithms that combine globality with locality to make sense of one or more graphs. In addition to fast algorithmic methodologies, we also contribute graph-theoretical ideas and models, and real-world applications in two main areas: Individual Graph Mining: We show how to interpretably summarize a single graph by identifying its important graph structures. We complement summarization with inference, which leverages information about few entities (obtained via summarization or other methods) and the network structure to efficiently and effectively learn information about the unknown entities. Collective Graph Mining: We extend the idea of individual-graph summarization to time-evolving graphs, and show how to scalably discover temporal patterns. Apart from summarization, we claim that graph similarity is often the underlying problem in a host of applications where multiple graphs occur (e.g., temporal anomaly detection, discovery of behavioral patterns), and we present principled, scalable algorithms for aligning networks and measuring their similarity. The methods that we present in this book leverage techniques from diverse areas, such as matrix algebra, graph theory, optimization, information theory, machine learning, finance, and social science, to solve real-world problems. We present applications of our exploration algorithms to massive datasets, including a Web graph of 6.6 billion edges, a Twitter graph of 1.8 billion edges, brain graphs with up to 90 million edges, collaboration, peer-to-peer networks, browser logs, all spanning millions of users and interactions.

Heterogeneous Graph Representation Learning and Applications

Heterogeneous Graph Representation Learning and Applications
Author: Chuan Shi
Publisher: Springer Nature
Total Pages: 329
Release: 2022-01-30
Genre: Computers
ISBN: 9811661669

Representation learning in heterogeneous graphs (HG) is intended to provide a meaningful vector representation for each node so as to facilitate downstream applications such as link prediction, personalized recommendation, node classification, etc. This task, however, is challenging not only because of the need to incorporate heterogeneous structural (graph) information consisting of multiple types of node and edge, but also the need to consider heterogeneous attributes or types of content (e.g. text or image) associated with each node. Although considerable advances have been made in homogeneous (and heterogeneous) graph embedding, attributed graph embedding and graph neural networks, few are capable of simultaneously and effectively taking into account heterogeneous structural (graph) information as well as the heterogeneous content information of each node. In this book, we provide a comprehensive survey of current developments in HG representation learning. More importantly, we present the state-of-the-art in this field, including theoretical models and real applications that have been showcased at the top conferences and journals, such as TKDE, KDD, WWW, IJCAI and AAAI. The book has two major objectives: (1) to provide researchers with an understanding of the fundamental issues and a good point of departure for working in this rapidly expanding field, and (2) to present the latest research on applying heterogeneous graphs to model real systems and learning structural features of interaction systems. To the best of our knowledge, it is the first book to summarize the latest developments and present cutting-edge research on heterogeneous graph representation learning. To gain the most from it, readers should have a basic grasp of computer science, data mining and machine learning.

Deep Learning on Graphs

Deep Learning on Graphs
Author: Yao Ma
Publisher: Cambridge University Press
Total Pages: 339
Release: 2021-09-23
Genre: Computers
ISBN: 1108831745

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

Introduction to Graph Neural Networks

Introduction to Graph Neural Networks
Author: Zhiyuan Zhiyuan Liu
Publisher: Springer Nature
Total Pages: 109
Release: 2022-05-31
Genre: Computers
ISBN: 3031015878

Graphs are useful data structures in complex real-life applications such as modeling physical systems, learning molecular fingerprints, controlling traffic networks, and recommending friends in social networks. However, these tasks require dealing with non-Euclidean graph data that contains rich relational information between elements and cannot be well handled by traditional deep learning models (e.g., convolutional neural networks (CNNs) or recurrent neural networks (RNNs)). Nodes in graphs usually contain useful feature information that cannot be well addressed in most unsupervised representation learning methods (e.g., network embedding methods). Graph neural networks (GNNs) are proposed to combine the feature information and the graph structure to learn better representations on graphs via feature propagation and aggregation. Due to its convincing performance and high interpretability, GNN has recently become a widely applied graph analysis tool. This book provides a comprehensive introduction to the basic concepts, models, and applications of graph neural networks. It starts with the introduction of the vanilla GNN model. Then several variants of the vanilla model are introduced such as graph convolutional networks, graph recurrent networks, graph attention networks, graph residual networks, and several general frameworks. Variants for different graph types and advanced training methods are also included. As for the applications of GNNs, the book categorizes them into structural, non-structural, and other scenarios, and then it introduces several typical models on solving these tasks. Finally, the closing chapters provide GNN open resources and the outlook of several future directions.

Graph Mining

Graph Mining
Author: Deepayan Chakrabarti
Publisher: Morgan & Claypool Publishers
Total Pages: 209
Release: 2012-10-01
Genre: Computers
ISBN: 160845116X

What does the Web look like? How can we find patterns, communities, outliers, in a social network? Which are the most central nodes in a network? These are the questions that motivate this work. Networks and graphs appear in many diverse settings, for example in social networks, computer-communication networks (intrusion detection, traffic management), protein-protein interaction networks in biology, document-text bipartite graphs in text retrieval, person-account graphs in financial fraud detection, and others. In this work, first we list several surprising patterns that real graphs tend to follow. Then we give a detailed list of generators that try to mirror these patterns. Generators are important, because they can help with "what if" scenarios, extrapolations, and anonymization. Then we provide a list of powerful tools for graph analysis, and specifically spectral methods (Singular Value Decomposition (SVD)), tensors, and case studies like the famous "pageRank" algorithm and the "HITS" algorithm for ranking web search results. Finally, we conclude with a survey of tools and observations from related fields like sociology, which provide complementary viewpoints. Table of Contents: Introduction / Patterns in Static Graphs / Patterns in Evolving Graphs / Patterns in Weighted Graphs / Discussion: The Structure of Specific Graphs / Discussion: Power Laws and Deviations / Summary of Patterns / Graph Generators / Preferential Attachment and Variants / Incorporating Geographical Information / The RMat / Graph Generation by Kronecker Multiplication / Summary and Practitioner's Guide / SVD, Random Walks, and Tensors / Tensors / Community Detection / Influence/Virus Propagation and Immunization / Case Studies / Social Networks / Other Related Work / Conclusions