Heng Huang is a John A. Jurenko Endowed Professor in Computer Engineering at the University of Pittsburgh.
Title: Utilizing Graph Intrinsic Structures to Enhance Deep Neural Networks for Feature Learning
Abstract: Graph data are ubiquitous in the real world, such as social networks, biological, brain networks. To analyze graph data, a fundamental task is to learn node features to benefit downstream tasks, such as node classification, community detection. Inspired by the powerful feature learning capability of deep neural networks on various tasks, it is important and necessary to explore deep neural networks for feature learning on graphs. Different from the regular image and sequence data, graph data encode the complicated relational information between different nodes, which challenges the classical deep neural networks. To address these challenging issues, we proposed several new deep neural networks to effectively explore the relational information for feature learning on graph data.
First, to preserve the relational information in the hidden layers of deep neural networks, we developed a novel graph convolutional neural network (GCN) based on conditional random fields, which is the first algorithm applying this kind of graphical models to graph neural networks in an unsupervised manner. Second, to address the sparseness issue of the relational information, we proposed a new proximity generative adversarial network which can discover the underlying relational information for learning better node representations. We also designed several graph neural network models for solving the brain network data analysis and integration.