paper-with-me

Papers

Directional Graph Networks

2020-10-06 · Dominique Beaini, Saro Passaro, Vincent Létourneau, William L. Hamilton, Gabriele Corso, Pietro Liò

The lack of anisotropic kernels in graph neural networks (GNNs) strongly limits their expressiveness, contributing to well-known issues such as over-smoothing. To overcome this limitation, we propose the first globally consistent anisotropic kernels for GNNs, allowing for graph convolutions that are defined according to topologicaly-derived directional flows. First, by defining a vector field in the graph, we develop a method of applying directional derivatives and smoothing by projecting node-specific messages into the field. Then, we propose the use of the Laplacian eigenvectors as such vector field. We show that the method generalizes CNNs on an $n$-dimensional grid and is provably more discriminative than standard GNNs regarding the Weisfeiler-Lehman 1-WL test. We evaluate our method on different standard benchmarks and see a relative error reduction of 8% on the CIFAR10 graph dataset and 11% to 32% on the molecular ZINC dataset, and a relative increase in precision of 1.6% on the MolPCBA dataset. An important outcome of this work is that it enables graph networks to embed directions in an unsupervised way, thus allowing a better representation of the anisotropic features in different physical or biological problems.

📄 PDF Abstract BibTeX arXiv:2010.02863

Code (2)

Saro00/DGN 공식 구현 pytorch
gbouritsas/gsn pytorch

Tasks

Data AugmentationGraph ClassificationGraph RegressionNode Classification

Similar Papers 제목 키워드 기반

Blind Omnidirectional Image Quality Assessment with Viewport Oriented Graph Convolutional Networks

2020-08-21

Quality assessment of omnidirectional images has become increasingly urgent due to the rapid growth of virtual reality applications. Different from traditional 2D images and videos, omnidirectional contents can provide c…

Image Quality Assessment

Graph-Based Classification of Omnidirectional Images

2017-07-26 · Renata Khasanova, Pascal Frossard

Omnidirectional cameras are widely used in such areas as robotics and virtual reality as they provide a wide field of view. Their images are often processed with classical methods, which might unfortunately lead to non-o…

ClassificationGeneral Classificationgraph constructionimage-classification+1

Lip Graph Assisted Audio-Visual Speech Recognition Using Bidirectional Synchronous Fusion

2020-10-25 · Interspeech 2020 10 · Hong Liu, Zhan Chen, Bing Yang

Current studies have shown that extracting representative visual features and efficiently fusing audio and visual modalities are vital for audio-visual speech recognition (AVSR), but these are still challenging. To this …

Audio-Visual Speech RecognitionLandmark-based Lipreadingspeech-recognitionSpeech Recognition+1

Flow Matters: Directional and Expressive GNNs for Heterophilic Graphs

2025-08-31 · Arman Gupta, Govind Waghmare, Gaurav Oberoi, Nitish Srivastava arxiv

In heterophilic graphs, where neighboring nodes often belong to different classes, conventional Graph Neural Networks (GNNs) struggle due to their reliance on local homophilous neighborhoods. Prior studies suggest that m…

Node ClassificationGraph Learning

Answering Complex Queries in Knowledge Graphs with Bidirectional Sequence Encoders

2020-04-06 · Bhushan Kotnis, Carolin Lawrence, Mathias Niepert

Representation learning for knowledge graphs (KGs) has focused on the problem of answering simple link prediction queries. In this work we address the more ambitious challenge of predicting the answers of conjunctive que…

Knowledge GraphsLink PredictionRepresentation Learning