paper-with-me

Papers

Walk-Steered Convolution for Graph Classification

2018-04-16 · Jiatao Jiang, Chunyan Xu, Zhen Cui, Tong Zhang, Wenming Zheng, Jian Yang

Graph classification is a fundamental but challenging issue for numerous real-world applications. Despite recent great progress in image/video classification, convolutional neural networks (CNNs) cannot yet cater to graphs well because of graphical non-Euclidean topology. In this work, we propose a walk-steered convolutional (WSC) network to assemble the essential success of standard convolutional neural networks as well as the powerful representation ability of random walk. Instead of deterministic neighbor searching used in previous graphical CNNs, we construct multi-scale walk fields (a.k.a. local receptive fields) with random walk paths to depict subgraph structures and advocate graph scalability. To express the internal variations of a walk field, Gaussian mixture models are introduced to encode principal components of walk paths therein. As an analogy to a standard convolution kernel on image, Gaussian models implicitly coordinate those unordered vertices/nodes and edges in a local receptive field after projecting to the gradient space of Gaussian parameters. We further stack graph coarsening upon Gaussian encoding by using dynamic clustering, such that high-level semantics of graph can be well learned like the conventional pooling on image. The experimental results on several public datasets demonstrate the superiority of our proposed WSC method over many state-of-the-arts for graph classification.

📄 PDF Abstract BibTeX arXiv:1804.05837

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringGeneral ClassificationGraph ClassificationVideo Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Random Walk-steered Majority Undersampling

2021-09-25 · Payel Sadhukhan, Arjun Pakrashi, Brian Mac Namee

In this work, we propose Random Walk-steered Majority Undersampling (RWMaU), which undersamples the majority points of a class imbalanced dataset, in order to balance the classes. Rather than marking the majority points …

Quantum-based subgraph convolutional neural networks

2019-04-01 · Pattern Recognition 2019 4 · Zhihong Zhang, Dong-Dong Chen, Jianjia Wang, Lu Bai 외

This paper proposes a new graph convolutional neural network architecture based on a depth-based representation of graph structure deriving from quantum walks, which we refer to as the quantum-based subgraph convolutiona…

General ClassificationGraph ClassificationNode Classification

Network of Graph Convolutional Networks Trained on Random Walks

2018-01-01 · ICLR 2018 1 · Sami Abu-El-Haija, Amol Kapoor, Bryan Perozzi, Joonseok Lee

Graph Convolutional Networks (GCNs) are a recently proposed architecture which has had success in semi-supervised learning on graph-structured data. At the same time, unsupervised learning of graph embeddings has benefit…

General ClassificationNode Classification

Predicting quantum advantage by quantum walk with convolutional neural networks

2019-01-30 · Alexey A. Melnikov, Leonid E. Fedichkin, Alexander Alodjants

Quantum walks are at the heart of modern quantum technologies. They allow to deal with quantum transport phenomena and are an advanced tool for constructing novel quantum algorithms. Quantum walks on graphs are fundament…

Non-convolutional Graph Neural Networks

2024-07-31 · Yuanqing Wang, Kyunghyun Cho

Rethink convolution-based graph neural networks (GNN) -- they characteristically suffer from limited expressiveness, over-smoothing, and over-squashing, and require specialized sparse kernels for efficient computation. H…

Graph Learning